Papers › MOMENT: A Family of Open Time-series Foundation Models

MOMENT: A Family of Open Time-series Foundation Models

6 Feb 2024arXiv:2402.03885archive 2025-07-28

Mononito Goswami, Konrad Szafer, Arjun Choudhry, Yifu Cai, Shuo Li, Artur Dubrawski

We introduce MOMENT, a family of open-source foundation models for general-purpose time series analysis. Pre-training large models on time series data is challenging due to (1) the absence of a large and cohesive public time series repository, and (2) diverse time series characteristics which make multi-dataset training onerous. Additionally, (3) experimental benchmarks to evaluate these models, especially in scenarios with limited resources, time, and supervision, are still in their nascent stages. To address these challenges, we compile a large and diverse collection of public time series, called the Time series Pile, and systematically tackle time series-specific challenges to unlock large-scale multi-dataset pre-training. Finally, we build on recent work to design a benchmark to evaluate time series foundation models on diverse tasks and datasets in limited supervision settings. Experiments on this benchmark demonstrate the effectiveness of our pre-trained models with minimal data and task-specific fine-tuning. Finally, we present several interesting empirical observations about large pre-trained time series models. Pre-trained models (AutonLab/MOMENT-1-large) and Time Series Pile (AutonLab/Timeseries-PILE) are available on Huggingface.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.03885")

Code

Syntology Ran 24 of 26 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 19 ran with no contract checked.

By repository: community (archive-listed): 25 samples from 2 repositories, 23 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 24 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
19ran
2unverified

Licence: 1 of the 26 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ClassificationHead moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · c1c9437626597115 · report
ClassificationHead moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran MIT (permissive) · 8ef9dc7505c942b4 · report
ForecastingHead moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 1ebce6b5c9313e8a · report
ForecastingHead moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran MIT (permissive) · 5943c7631d9d3474 · report
Masking moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran MIT (permissive) · e8834f0cfa23f251 · report
Masking moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran MIT (permissive) · 6d202f0efa0f3d3b · report
NamespaceWithDefaults moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · de1f59963de469c2 · report
PatchEmbedding moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · d34a07561490ed88 · report
PatchEmbedding moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran MIT (permissive) · e53222338698c548 · report
Patching moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · edadd0bc7dbe0ed1 · report
Patching moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran fingerprinted MIT (permissive) · 2d07ad712507deb1 · report
PositionalEmbedding moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 9b8f485416c59a5e · report
PretrainHead moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 852253d6801604d3 · report
PretrainHead moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran MIT (permissive) · 9245a921549e45e1 · report
RevIN moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 62ae5753f3455e0a · report
TASKS moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 4d08cfd1aa803db7 · report
TASKS moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran MIT (permissive) · 8d65b1c504d83fc0 · report
TimeseriesOutputs moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 1f565b96bd1e4975 · report
TimeseriesOutputs moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) ran MIT (permissive) · bf010e749e65008d · report
get_anomaly_criterion moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 94cc1bc7a7a6995e · report
get_huggingface_model_dimensions moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · honoured contract MIT (permissive) · d2455b534e82e3a4 · report
nanstd moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 2dcb277b78902447 · report
nanvar moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 3dc94406bdfb6cc2 · report
MOMENT moment-timeseries-foundation-model/moment-research/moment/models/moment.py community (archive-listed) unverified MIT (permissive) · a4560854408474a3 · report
MOMENT moment-timeseries-foundation-model/moment/momentfm/models/moment.py community (archive-listed) unverified MIT (permissive) · ead07ddaafd6a621 · report
freeze_parameters identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 8828556cf3cc26a1 · report

Tasks

Time SeriesTime Series Analysis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections