Contrast Similarity-Aware Dual-Pathway Mamba for Multivariate Time Series Node Classification
Mingsen Du, Meng Chen, Yongjian Li, Xiuxin Zhang, Jiahui Gao, Cun Ji, Shoushui Wei

TL;DR
This paper introduces a novel dual-pathway model that leverages contrast similarity and dynamic time warping to effectively capture dependencies and similarities in multivariate time series data for improved node classification accuracy.
Contribution
The paper proposes CS-DPMamba, a new method combining contrast similarity, FastDTW, and graph neural networks to better model long-range dependencies and dynamic similarities in MTS data.
Findings
Outperforms existing methods on UEA MTS datasets
Effective in both supervised and semi-supervised settings
Accurately captures long-range and short-range dependencies
Abstract
Multivariate time series (MTS) data is generated through multiple sensors across various domains such as engineering application, health monitoring, and the internet of things, characterized by its temporal changes and high dimensional characteristics. Over the past few years, many studies have explored the long-range dependencies and similarities in MTS. However, long-range dependencies are difficult to model due to their temporal changes and high dimensionality makes it difficult to obtain similarities effectively and efficiently. Thus, to address these issues, we propose contrast similarity-aware dual-pathway Mamba for MTS node classification (CS-DPMamba). Firstly, to obtain the dynamic similarity of each sample, we initially use temporal contrast learning module to acquire MTS representations. And then we construct a similarity matrix between MTS representations using Fast Dynamic…
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
MethodsMamba: Linear-Time Sequence Modeling with Selective State Spaces · Matching The Statements
