LGOct 28, 2024

A Temporal Linear Network for Time Series Forecasting

arXiv:2410.21448v14 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and interpretable forecasting models in domains like finance or climate science, though it is incremental as it builds on prior insights about linear models.

The paper tackles the problem of time series forecasting by introducing the Temporal Linear Net (TLN), a novel linear architecture that captures temporal and feature-wise dependencies while maintaining interpretability and computational efficiency, achieving competitive performance compared to complex models.

Recent research has challenged the necessity of complex deep learning architectures for time series forecasting, demonstrating that simple linear models can often outperform sophisticated approaches. Building upon this insight, we introduce a novel architecture the Temporal Linear Net (TLN), that extends the capabilities of linear models while maintaining interpretability and computational efficiency. TLN is designed to effectively capture both temporal and feature-wise dependencies in multivariate time series data. Our approach is a variant of TSMixer that maintains strict linearity throughout its architecture. TSMixer removes activation functions, introduces specialized kernel initializations, and incorporates dilated convolutions to handle various time scales, while preserving the linear nature of the model. Unlike transformer-based models that may lose temporal information due to their permutation-invariant nature, TLN explicitly preserves and leverages the temporal structure of the input data. A key innovation of TLN is its ability to compute an equivalent linear model, offering a level of interpretability not found in more complex architectures such as TSMixer. This feature allows for seamless conversion between the full TLN model and its linear equivalent, facilitating both training flexibility and inference optimization.

Code Implementations1 repo
Foundations

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

Your Notes