LGCLNov 10, 2025

The Few Govern the Many:Unveiling Few-Layer Dominance for Time Series Models

arXiv:2511.07237v12 citationsh-index: 4
Originality Highly original
AI Analysis

This addresses inefficiencies in large-scale time series models for forecasting applications, offering a practical solution to reduce computational costs while maintaining or enhancing accuracy.

The paper tackles the scaling paradox in time series forecasting models, where larger models do not improve performance, by identifying few-layer dominance as the root cause and proposing a method to retain only dominant layers, achieving up to 12% accuracy improvement and 2.7x inference speedup with 21% of parameters.

Large-scale models are at the forefront of time series (TS) forecasting, dominated by two paradigms: fine-tuning text-based Large Language Models (LLM4TS) and training Time Series Foundation Models (TSFMs) from scratch. Both approaches share a foundational assumption that scaling up model capacity and data volume leads to improved performance. However, we observe a \textit{\textbf{scaling paradox}} in TS models, revealing a puzzling phenomenon that larger models do \emph{NOT} achieve better performance. Through extensive experiments on two model families across four scales (100M to 1.7B parameters) and diverse data (up to 6B observations), we rigorously confirm that the scaling paradox is a pervasive issue. We then diagnose its root cause by analyzing internal representations, identifying a phenomenon we call \textit{few-layer dominance}: only a small subset of layers are functionally important, while the majority are redundant, under-utilized, and can even distract training. Based on this discovery, we propose a practical method to automatically identify and retain only these dominant layers. In our models, retaining only 21\% of the parameters achieves up to a 12\% accuracy improvement and a 2.7$\times$ inference speedup. We validate the universality of our method on 8 prominent SOTA models (LLM4TS and TSFMs, 90M to 6B), showing that retaining less than 30\% of layers achieves comparable or superior accuracy in over 95\% of tasks.

Foundations

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

Your Notes