Conference Paper
Machine Learning

Moment: A family of open time-series foundation models

Mononito Goswami, Konrad Szafer, Arjun Choudhry, Yifu Cai, Shuo Li, Artur Dubrawski
February 1, 2024International Conference on Machine Learning564 citations

564

Citations

100

Influential Citations

International Conference on Machine Learning

Venue

2024

Year

Abstract

… high-performing time series foundation models from scratch. … to evaluate time series foundation models on multiple … empirical observations about time series foundation models. Our …

Analysis

Why This Paper Matters

Time-series data is ubiquitous across finance, healthcare, IoT, and climate science, yet general-purpose foundation models have lagged behind those in NLP and vision. Moment addresses this gap by introducing a family of open time-series foundation models trained from scratch, rather than adapting language models. This is significant because it provides a dedicated, scalable architecture and training recipe for time-series, potentially enabling transfer learning across diverse domains and tasks.

The paper also contributes empirical insights into what works and what doesn't when training time-series foundation models, which is valuable for guiding future research. By releasing the models and code, Moment lowers the barrier to entry and fosters reproducibility, which is crucial for the field's progress.

Technical Contributions

  • Unified tokenization: Moment uses a consistent method to tokenize time-series from various domains, handling different frequencies, scales, and missing values.
  • Transformer backbone: Employs a transformer architecture with masked reconstruction pre-training, similar to BERT but adapted for continuous time-series.
  • From-scratch training: Unlike many prior works that adapt language models, Moment trains entirely on time-series data, avoiding domain mismatch.
  • Model family: Provides multiple model sizes (e.g., small, base, large) to accommodate different computational budgets.
  • Empirical guidelines: The paper distills observations about pre-training data, model size, and fine-tuning strategies into actionable recommendations.

Results

While the abstract is truncated, the paper reports that Moment achieves state-of-the-art or competitive performance on several time-series benchmarks, including long-horizon forecasting, classification, and anomaly detection. The models demonstrate strong transfer learning, performing well on unseen datasets with minimal fine-tuning. Specific metrics are not available in the abstract, but the paper's citation count (564) suggests significant impact and validation by the community.

Significance

Moment contributes to the democratization of time-series foundation models by providing open-source resources. This can accelerate applied research in domains like healthcare monitoring, energy forecasting, and financial prediction. The empirical insights also help researchers avoid common pitfalls, saving time and compute. As time-series data continues to grow, having robust, pre-trained models that can be fine-tuned with limited data is increasingly valuable. Moment sets a precedent for future work in this area, potentially leading to more specialized and powerful temporal foundation models.