paper-with-me

Papers

Distilling Time Series Foundation Models for Efficient Forecasting

2026-01-19 · Yuqi Li, Kuiye Ding, Chuanguang Yang, Szu-Yu Chen, Yingli Tian arxiv

Time Series foundation models (TSFMs) deliver strong forecasting performance through large-scale pretraining, but their large parameter sizes make deployment costly. While knowledge distillation offers a natural and effective approach for model compression, techniques developed for general machine learning tasks are not directly applicable to time series forecasting due to the unique characteristics. To address this, we present DistilTS, the first distillation framework specifically designed for TSFMs. DistilTS addresses two key challenges: (1) task difficulty discrepancy, specific to forecasting, where uniform weighting makes optimization dominated by easier short-term horizons, while long-term horizons receive weaker supervision; and (2) architecture discrepancy, a general challenge in distillation, for which we design an alignment mechanism in the time series forecasting. To overcome these issues, DistilTS introduces horizon-weighted objectives to balance learning across horizons, and a temporal alignment strategy that reduces architectural mismatch, enabling compact models. Experiments on multiple benchmarks demonstrate that DistilTS achieves forecasting performance comparable to full-sized TSFMs, while reducing parameters by up to 1/150 and accelerating inference by up to 6000x. Code is available at: https://github.com/itsnotacie/DistilTS-ICASSP2026.

📄 PDF Abstract BibTeX arXiv:2601.12785

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series ForecastingKnowledge DistillationModel Compression

Similar Papers 제목 키워드 기반

TimeFound: A Foundation Model for Time Series Forecasting

2025-03-06 · Congxi Xiao, Jingbo Zhou, Yixiong Xiao, Xinjiang Lu 외

We present TimeFound, an encoder-decoder transformer-based time series foundation model for out-of-the-box zero-shot forecasting. To handle time series data from various domains, TimeFound employs a multi-resolution patc…

DecoderTime SeriesTime Series Forecasting

Reverso: Efficient Time Series Foundation Models for Zero-shot Forecasting

2026-02-19 · Xinghong Fu, Yanhong Li, Georgios Papaioannou, Yoon Kim arxiv

Learning time series foundation models has been shown to be a promising approach for zero-shot time series forecasting across diverse time series domains. Insofar as scaling has been a critical driver of performance of f…

Time Series ForecastingData Augmentation

Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting

2023-10-12 · Kashif Rasul, Arjun Ashok, Andrew Robert Williams, Hena Ghonia 외

Over the past years, foundation models have caused a paradigm shift in machine learning due to their unprecedented capabilities for zero-shot and few-shot generalization. However, despite the success of foundation models…

DecoderProbabilistic Time Series ForecastingTime SeriesTime Series Forecasting+1

Toto: Time Series Optimized Transformer for Observability

2024-07-10 · Ben Cohen, Emaad Khwaja, Kan Wang, Charles Masson 외

This technical report describes the Time Series Optimized Transformer for Observability (Toto), a new state of the art foundation model for time series forecasting developed by Datadog. In addition to advancing the state…

Time SeriesTime Series Forecasting

How Foundational are Foundation Models for Time Series Forecasting?

2025-10-01 · Nouha Karaouli, Denis Coquenet, Elisa Fromont, Martial Mermillod 외 arxiv

Foundation Models are designed to serve as versatile embedding machines, with strong zero shot capabilities and superior generalization performance when fine-tuned on diverse downstream tasks. While this is largely true …

Time Series Forecasting