CDSA: Cross-Dimensional Self-Attention for Multivariate, Geo-tagged Time Series Imputation
Jiawei Ma, Zheng Shou, Alireza Zareian, Hassan Mansour, Anthony Vetro,, Shih-Fu Chang

TL;DR
This paper introduces CDSA, a novel self-attention-based method for imputing missing values in multivariate, geo-tagged time series data, outperforming existing RNN-based approaches by modeling relationships across time, location, and sensor measurements.
Contribution
We propose Cross-Dimensional Self-Attention (CDSA), the first self-attention model for multivariate, geo-tagged time series, capturing cross-dimensional dependencies efficiently and effectively.
Findings
Outperforms state-of-the-art imputation methods on multiple datasets
Demonstrates superior accuracy in time series forecasting tasks
Validates effectiveness through extensive experiments and systematic analysis
Abstract
Many real-world applications involve multivariate, geo-tagged time series data: at each location, multiple sensors record corresponding measurements. For example, air quality monitoring system records PM2.5, CO, etc. The resulting time-series data often has missing values due to device outages or communication errors. In order to impute the missing values, state-of-the-art methods are built on Recurrent Neural Networks (RNN), which process each time stamp sequentially, prohibiting the direct modeling of the relationship between distant time stamps. Recently, the self-attention mechanism has been proposed for sequence modeling tasks such as machine translation, significantly outperforming RNN because the relationship between each two time stamps can be modeled explicitly. In this paper, we are the first to adapt the self-attention mechanism for multivariate, geo-tagged time series data.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Traffic Prediction and Management Techniques · Anomaly Detection Techniques and Applications
