Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Accurate Parameter-Efficient Test-Time Adaptation for Time Series Forecasting

About

Real-world time series often exhibit a non-stationary nature, degrading the performance of pre-trained forecasting models. Test-Time Adaptation (TTA) addresses this by adjusting models during inference, but existing methods typically update the full model, increasing memory and compute costs. We propose PETSA, a parameter-efficient method that adapts forecasters at test time by only updating small calibration modules on the input and output. PETSA uses low-rank adapters and dynamic gating to adjust representations without retraining. To maintain accuracy despite limited adaptation capacity, we introduce a specialized loss combining three components: (1) a robust term, (2) a frequency-domain term to preserve periodicity, and (3) a patch-wise structural term for structural alignment. PETSA improves the adaptability of various forecasting backbones while requiring fewer parameters than baselines. Experimental results on benchmark datasets show that PETSA achieves competitive or better performance across all horizons. Our code is available at: https://github.com/BorealisAI/PETSA

Heitor R. Medeiros, Hossein Sharifi-Noghabi, Gabriel L. Oliveira, Saghar Irandoust• 2025

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh2
MSE0.2293
796
Time Series ForecastingETTm2
MSE0.1569
536
Time Series ForecastingETTh1
MSE0.4255
105
Time Series ForecastingExchange
MSE0.0813
80
Time Series ForecastingWeather
Avg Relative MSE Improvement-4.36
3
Showing 5 of 5 rows

Other info

Follow for update