🤖 AI Summary
Irregular time-series modeling typically requires custom architectures, resulting in high complexity and poor generalization across modalities. Method: This paper proposes the Rotary Masked Autoencoder (RoMAE), the first framework to extend Rotary Position Embedding (RoPE) to multidimensional continuous positional modeling within a masked autoencoding paradigm—eliminating the need for time-series-specific architectural designs. RoMAE unifies irregular signal representation across time series, images, and audio under a single architecture. Contribution/Results: Theoretically, we identify the failure condition of RoPE’s relative position invariance when embeddings participate in input computation. Empirically, RoMAE surpasses specialized models on challenging irregular time-series benchmarks (e.g., DESC, ELAsTiCC), while matching standard MAE performance on image and audio tasks—demonstrating cross-modal generality and effective continuous positional reconstruction.
📝 Abstract
Applying Transformers to irregular time-series typically requires specializations to their baseline architecture, which can result in additional computational overhead and increased method complexity. We present the Rotary Masked Autoencoder (RoMAE), which utilizes the popular Rotary Positional Embedding (RoPE) method for continuous positions. RoMAE is an extension to the Masked Autoencoder (MAE) that enables representation learning with multidimensional continuous positional information while avoiding any time-series-specific architectural specializations. We showcase RoMAE's performance on a variety of modalities including irregular and multivariate time-series, images, and audio, demonstrating that RoMAE surpasses specialized time-series architectures on difficult datasets such as the DESC ELAsTiCC Challenge while maintaining MAE's usual performance across other modalities. In addition, we investigate RoMAE's ability to reconstruct the embedded continuous positions, demonstrating that including learned embeddings in the input sequence breaks RoPE's relative position property.