paper-with-me

홈 › Papers

CMamba: Channel Correlation Enhanced State Space Models for Multivariate Time Series Forecasting

2024-06-08 · Chaolv Zeng, Zhanyu Liu, Guanjie Zheng, Linghe Kong

Recent advancements in multivariate time series forecasting have been propelled by Linear-based, Transformer-based, and Convolution-based models, with Transformer-based architectures gaining prominence for their efficacy in temporal and cross-channel mixing. More recently, Mamba, a state space model, has emerged with robust sequence and feature mixing capabilities. However, the suitability of the vanilla Mamba design for time series forecasting remains an open question, particularly due to its inadequate handling of cross-channel dependencies. Capturing cross-channel dependencies is critical in enhancing the performance of multivariate time series prediction. Recent findings show that self-attention excels in capturing cross-channel dependencies, whereas other simpler mechanisms, such as MLP, may degrade model performance. This is counterintuitive, as MLP, being a learnable architecture, should theoretically capture both correlations and irrelevances, potentially leading to neutral or improved performance. Diving into the self-attention mechanism, we attribute the observed degradation in MLP performance to its lack of data dependence and global receptive field, which result in MLP's lack of generalization ability. Based on the above insights, we introduce a refined Mamba variant tailored for time series forecasting. Our proposed model, \textbf{CMamba}, incorporates a modified Mamba (M-Mamba) module for temporal dependencies modeling, a global data-dependent MLP (GDD-MLP) to effectively capture cross-channel dependencies, and a Channel Mixup mechanism to mitigate overfitting. Comprehensive experiments conducted on seven real-world datasets demonstrate the efficacy of our model in improving forecasting performance.

📄 PDF Abstract BibTeX arXiv:2406.05316

Code (1)

zclzcl0223/CMamba 공식 구현 pytorch

Tasks

AttributeMambaMultivariate Time Series ForecastingState Space ModelsTime SeriesTime Series ForecastingTime Series Prediction

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

CMamba: Learned Image Compression with State Space Models

2025-02-07 · Zhuojie Wu, Heming Du, Shuyun Wang, Ming Lu 외

Learned Image Compression (LIC) has explored various architectures, such as Convolutional Neural Networks (CNNs) and transformers, in modeling image content distributions in order to achieve compression effectiveness. Ho…

Image CompressionState Space Models

Leveraging Joint Spectral and Spatial Learning with MAMBA for Multichannel Speech Enhancement

2024-09-16 · Wenze Ren, Haibin Wu, Yi-Cheng Lin, Xuanjun Chen 외

In multichannel speech enhancement, effectively capturing spatial and spectral information across different microphones is crucial for noise reduction. Traditional methods, such as CNN or LSTM, attempt to model the tempo…

MambaSpeech Enhancement

scMamba: A Scalable Foundation Model for Single-Cell Multi-Omics Integration Beyond Highly Variable Feature Selection

2025-06-25 · Zhen Yuan, Shaoqing Jiao, Yihang Xiao, Jiajie Peng

The advent of single-cell multi-omics technologies has enabled the simultaneous profiling of diverse omics layers within individual cells. Integrating such multimodal data provides unprecedented insights into cellular id…

BenchmarkingContrastive Learningfeature selection

CardiacMamba: A Multimodal RGB-RF Fusion Framework with State Space Models for Remote Physiological Measurement

2025-02-19 · Zheng Wu, Yiping Xie, Bo Zhao, Jiguang He 외

Heart rate (HR) estimation via remote photoplethysmography (rPPG) offers a non-invasive solution for health monitoring. However, traditional single-modality approaches (RGB or Radio Frequency (RF)) face challenges in bal…

cross-modal alignmentFairnessHeart rate estimationMamba+1

HiCMamba: Enhancing Hi-C Resolution and Identifying 3D Genome Structures with State Space Modeling

2025-03-13 · Minghao Yang, Zhi-An Huang, Zhihang Zheng, Yuqiao Liu 외

Hi-C technology measures genome-wide interaction frequencies, providing a powerful tool for studying the 3D genomic structure within the nucleus. However, high sequencing costs and technical challenges often result in Hi…