Time-PEFT: Temporal and Multichannel Complexity-Based Fine-Tuning for Time-Series Foundation Models
Abstract
Lay Summary
Many real-world problems require forecasting how measurements change over time, such as signals from medical sensors. Large models trained on time-series data can often make useful forecasts, but they may struggle with new complex time-series datasets. Thus, it would be practical to identify when datasets are sufficiently complex that pre-trained time-series models require additional adaptation. We introduce two simple ways to measure this complexity. The former measure captures how hard it is to find useful patterns over time, while the latter captures how much knowing one variable helps explain another. Based on these measurements, we design Time-PEFT, a lightweight method for adapting large time-series models to complex datasets. Our experiments show that this approach can improve forecast accuracy on complex datasets.