Overview of TinyTimeMixer (TTM)
mainTinyTimeMixer (TTM) are compact, pre-trained foundation models for Time-Series Forecasting developed by IBM Research. With fewer than 1 million parameters, they are designed to be extremely efficient, outperforming much larger models (with billions of parameters) in both zero-shot and few-shot forecasting tasks.
Key characteristics:
- Efficiency: Can be executed on a single GPU or even a laptop.
- Speed: Inference/zero-shot takes seconds; fine-tuning takes minutes.
- Versatility: Supports forecasting resolutions from minutely to hourly.
- Modes: Supports Zeroshot forecasting (direct application) and Finetuned forecasting (training on a subset of target data).
- Multivariate Support: Supports both channel independence and channel-mixing approaches.