paper-with-me

홈 › Papers

Channel-Aware Low-Rank Adaptation in Time Series Forecasting

2024-07-24 · Tong Nie, Yuewen Mei, Guoyang Qin, Jian Sun, Wei Ma

The balance between model capacity and generalization has been a key focus of recent discussions in long-term time series forecasting. Two representative channel strategies are closely associated with model expressivity and robustness, including channel independence (CI) and channel dependence (CD). The former adopts individual channel treatment and has been shown to be more robust to distribution shifts, but lacks sufficient capacity to model meaningful channel interactions. The latter is more expressive for representing complex cross-channel dependencies, but is prone to overfitting. To balance the two strategies, we present a channel-aware low-rank adaptation method to condition CD models on identity-aware individual components. As a plug-in solution, it is adaptable for a wide range of backbone architectures. Extensive experiments show that it can consistently and significantly improve the performance of both CI and CD models with demonstrated efficiency and flexibility. The code is available at https://github.com/tongnie/C-LoRA.

📄 PDF Abstract BibTeX arXiv:2407.17246

Code (1)

tongnie/c-lora 공식 구현 pytorch

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

LoCA: Spatially-Aware Low-Rank Convolutional Adaptation of Vision Foundation Models

2026-07-08 · Sojung An, Junha Lee, Sujeong You, Nam Ik Cho 외 arxiv

Pre-trained Vision Foundation Models (VFMs) provide strong visual representations for diverse downstream tasks. The key challenge of VFM adaptation stems from the prohibitive costs of full fine-tuning and catastrophic fo…

parameter-efficient fine-tuningSemantic Segmentation

Nonlinearity-Aware LoRA: Structured Gate Adaptation under Low-Rank Constraints

2026-06-30 · Shuai Yuan, Sudong Cai, Bingzhi Chen, Shuyuan Zheng 외 arxiv

Low-rank adaptation (LoRA) is commonly viewed as an update-space approximation to full fine-tuning, yet this view is incomplete for self-gated Transformer feed-forward networks. In gated FFNs, a low-rank residual can cha…

parameter-efficient fine-tuning

LightSAE: Parameter-Efficient and Heterogeneity-Aware Embedding for IoT Multivariate Time Series Forecasting

2025-10-12 · Yi Ren, Xinjie Yu arxiv

Modern Internet of Things (IoT) systems generate massive, heterogeneous multivariate time series data. Accurate Multivariate Time Series Forecasting (MTSF) of such data is critical for numerous applications. However, exi…

Multivariate Time Series Forecasting

CoRA: Boosting Time Series Foundation Models for Multivariate Forecasting through Correlation-aware Adapter

2026-03-23 · Hanyin Cheng, Xingjian Wu, Yang Shu, Zhongwen Rao 외 arxiv

Most existing Time Series Foundation Models (TSFMs) use channel independent modeling and focus on capturing and generalizing temporal dependencies, while neglecting the correlations among channels or overlooking the diff…

Multivariate Time Series ForecastingContrastive Learning

MixTTA: Low-Rank Cross-Channel Mixing for Reliable Test-Time Adaptation

2026-06-26 · Mansoo Jung, Youngwook Kim, Jungwoo Lee arxiv

Test-Time Adaptation (TTA) methods commonly update the affine parameters of normalization layers to adapt deployed models under distribution shifts. However, per-channel affine parameters perform axis-aligned scaling and…

Test-time Adaptation