Summary
This paper introduces Toto, a foundation model designed for time series forecasting, with a specific emphasis on observability metrics. Toto features two core innovations: a proportional factorized attention mechanism, which groups multivariate time series features to reduce computational overhead, and a Student-T mixture model head, which improves the model’s ability to capture complex time series dynamics beyond what traditional Gaussian models offer. Trained on one trillion data points, including a large dataset of proprietary observability metrics, Toto achieves state-of-the-art zero-shot performance in both general benchmarks and observability-specific tasks.
Strengths
**S1:** The writing style is concise, and the methodology is well-organized and clearly described.
**S2:** The paper introduces a new dataset, a large dataset of proprietary observability metrics, which contains statistical characteristics absent from existing datasets.
**S3:** The study employs a dual perspective in the attention mechanism (space-wise and time-wise), and uses this model for pre-training a foundation model to validate its performance.
Weaknesses
**W1:** The paper’s two primary contributions are the novel observability data and the newly designed foundation model. However, neither the data nor the model are publicly available, raising concerns about reproducibility and broader applicability.
**W2:** The technical novelty is limited; for instance, the probabilistic forecasting using the Student-T mixture model (SMM) is an extension, as the Student-T distribution as a prediction head has already been proposed [1].
**W3:** In Table 1, the baseline results are cited directly from Woo et al. (2024) and Das et al. (2024). However, the current information provided does not allow for adequate evaluation.
**W4:** The experiments lack essential details, such as the historical context length in Section 4.1, the sampling strategy and quantity, and the configurations for historical context length and prediction length in Section 4.2.
**W5:** The experimental evaluation is insufficient, omitting several important baselines. Additionally, the proposed method lacks a parameter sensitivity analysis.
Questions
- In Experiment 4.1, several baselines are missing, such as Chronos [2] and Timer [3] in the zero-shot setting, and TimeMixer [4] in the full-shot setting. Similarly, Experiment 4.2 lacks Timer as a baseline.
- What are the historical context window lengths for the baseline models in Experiment 4.1? In Experiment 4.2, what are the historical context windows and prediction lengths for Toto and the other baselines?
- The sampling strategy for Chronos and Moirai models in Experiment 4.2 is unclear. Why is the original sampling strategy from the referenced papers followed? Additionally, is a sampling quantity of 20 fair for Chronos?
- What is the sampling quantity for Toto in Experiment 4.2? Is it also set to 200? How would increasing the sampling quantity affect the baselines' performance?
- In Line 303, it is stated that "for more precise tails, we can choose to spend more computation on sampling"; however, this aspect is not demonstrated in the experiments.
[1] Woo, Gerald, et al. "Unified training of universal time series forecasting transformers." arXiv preprint arXiv:2402.02592 (2024).
[2] Ansari, Abdul Fatir, et al. "Chronos: Learning the language of time series." arXiv preprint arXiv:2403.07815 (2024).
[3] Liu, Yong, et al. "Timer: Transformers for time series analysis at scale." arXiv preprint arXiv:2402.02368 (2024).
[4] Wang, Shiyu, et al. "Timemixer: Decomposable multiscale mixing for time series forecasting." arXiv preprint arXiv:2405.14616 (2024).