LGFeb 2

A Lightweight Sparse Interaction Network for Time Series Forecasting

arXiv:2602.01585v11 citationsh-index: 7Has CodeAAAI
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate time series forecasting models, offering an incremental improvement over existing linear and transformer approaches.

The paper tackles the problem of improving long-term time series forecasting by proposing LSINet, a lightweight linear model with explicit temporal interaction mechanisms, which achieves higher accuracy and better efficiency than advanced linear and transformer models on public datasets.

Recent work shows that linear models can outperform several transformer models in long-term time-series forecasting (TSF). However, instead of explicitly performing temporal interaction through self-attention, linear models implicitly perform it based on stacked MLP structures, which may be insufficient in capturing the complex temporal dependencies and their performance still has potential for improvement. To this end, we propose a Lightweight Sparse Interaction Network (LSINet) for TSF task. Inspired by the sparsity of self-attention, we propose a Multihead Sparse Interaction Mechanism (MSIM). Different from self-attention, MSIM learns the important connections between time steps through sparsity-induced Bernoulli distribution to capture temporal dependencies for TSF. The sparsity is ensured by the proposed self-adaptive regularization loss. Moreover, we observe the shareability of temporal interactions and propose to perform Shared Interaction Learning (SIL) for MSIM to further enhance efficiency and improve convergence. LSINet is a linear model comprising only MLP structures with low overhead and equipped with explicit temporal interaction mechanisms. Extensive experiments on public datasets show that LSINet achieves both higher accuracy and better efficiency than advanced linear models and transformer models in TSF tasks. The code is available at the link https://github.com/Meteor-Stars/LSINet.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes