paper-with-me

홈 › Papers

Enhancing Channel-Independent Time Series Forecasting via Cross-Variate Patch Embedding

2025-05-19 · Donghwa Shin, Edwin Zhang

Transformers have recently gained popularity in time series forecasting due to their ability to capture long-term dependencies. However, many existing models focus only on capturing temporal dependencies while omitting intricate relationships between variables. Recent models have tried tackling this by explicitly modeling both cross-time and cross-variate dependencies through a sequential or unified attention mechanism, but they are entirely channel dependent (CD) across all layers, making them potentially susceptible to overfitting. To address this, we propose Cross-Variate Patch Embeddings (CVPE), a lightweight CD module that injects cross-variate context into channel-independent (CI) models by simply modifying the patch embedding process. We achieve this by adding a learnable positional encoding and a lightweight router-attention block to the vanilla patch embedding layer. We then integrate CVPE into Time-LLM, a multimodal CI forecasting model, to demonstrate its effectiveness in capturing cross-variate dependencies and enhance the CI model's performance. Extensive experimental results on seven real-world datasets show that our enhanced Time-LLM outperforms the original baseline model simply by incorporating the CVPE module, with no other changes.

📄 PDF Abstract BibTeX arXiv:2505.12761

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

VFEM: Visual Feature Empowered Multivariate Time Series Forecasting with Cross-Modal Fusion

2025-09-25 · Yanlong Wang, Hang Yu, Jian Xu, Fei Ma 외 arxiv

Large time series foundation models often adopt channel-independent architectures to handle varying data dimensions, but this design ignores crucial cross-channel dependencies. Meanwhile, existing cross-modal methods pre…

Multivariate Time Series ForecastingTime Series Analysis

From Similarity to Superiority: Channel Clustering for Time Series Forecasting

2024-03-31 · Jialin Chen, Jan Eric Lenssen, Aosong Feng, Weihua Hu 외

Time series forecasting has attracted significant attention in recent decades. Previous studies have demonstrated that the Channel-Independent (CI) strategy improves forecasting performance by treating different channels…

ClusteringTime SeriesTime Series Forecasting

MICA: Multivariate Infini Compressive Attention for Time Series Forecasting

2026-04-07 · Willa Potosnak, Nina Żukowska, Michał Wiliński, Dan Howarth 외 arxiv

Multivariate forecasting with Transformers faces a core scalability challenge: modeling cross-channel dependencies via attention compounds attention's quadratic sequence complexity with quadratic channel scaling, making …

Time Series Forecasting

Routing Channel-Patch Dependencies in Time Series Forecasting with Graph Spectral Decomposition

2026-03-14 · Dongyuan Li, Shun Zheng, Chang Xu, Jiang Bian 외 arxiv

Time series forecasting has attracted significant attention in the field of AI. Previous works have revealed that the Channel-Independent (CI) strategy improves forecasting performance by modeling each channel individual…

Time Series Forecasting

HN-MVTS: HyperNetwork-based Multivariate Time Series Forecasting

2025-11-11 · Andrey Savchenko, Oleg Kachan arxiv

Accurate forecasting of multivariate time series data remains a formidable challenge, particularly due to the growing complexity of temporal dependencies in real-world scenarios. While neural network-based models have ac…

Multivariate Time Series Forecasting