GITCO: Gated Inference-Time Context Optimization in TSFMs
Summary
GITCO (Gated Inference-Time Context Optimization) is a new three-component framework designed to improve the accuracy of patch-based Time Series Foundation Models (TSFMs) by addressing context poisoning. This issue occurs when structurally anomalous patches disproportionately capture attention, silently degrading zero-shot forecast quality. GITCO, comprising a Gate, Router, and Critic, operates at inference time to selectively identify and suppress these harmful patches without requiring any modifications to the model's weights. Evaluated on TimesFM 2.5 across 53 GIFT-Eval datasets using K-fold cross-validation, GITCO achieved an average +1.95% MASE reduction on TimesFM 2.5, capturing 89.9% of the improvement upper bound. The authors also introduce context sensitivity profiles as a new characterizable property of TSFMs.
Key takeaway
For Machine Learning Engineers deploying Time Series Foundation Models, you should consider integrating inference-time context optimization techniques like GITCO. This approach offers a significant +1.95% MASE reduction on models like TimesFM 2.5 by mitigating context poisoning without retraining. Implementing GITCO allows you to enhance forecast quality and model robustness in production environments, particularly for zero-shot applications where data anomalies are common.
Key insights
Patch-based TSFMs can be improved at inference time by optimizing input context to suppress harmful patches.
Principles
- Context poisoning degrades TSFM zero-shot forecasts.
- Inference-time context optimization enhances TSFM accuracy.
- Model architecture and data structure shape context sensitivity.
Method
GITCO uses a Gate, Router, and Critic to identify and suppress structurally anomalous patches in TSFM input context during inference, without altering model weights.
In practice
- Apply GITCO to enhance TimesFM 2.5 forecast accuracy.
- Characterize TSFM context sensitivity profiles.
Topics
- Time Series Foundation Models
- Context Optimization
- Inference-Time Optimization
- Context Poisoning
- GITCO Framework
- TimesFM 2.5
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.