MOMENT: A Family of Open Time-series Foundation Models

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

arXiv:2402.03885 · 2026-07-27 공개 · arXiv · PDF

foundation-models fine-tuning open-source pre-training time-series large-models multi-dataset time-series-pile

Abstract

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.

한국어 요약

한 줄 요약

MOMENT는 다양한 시간 시계열 분석을 위한 오픈소스 기초 모델로, Time-series Pile 데이터셋과 마스킹 기반 사전 학습을 통해 제한된 데이터에서도 뛰어난 성능을 보인다.

핵심 기여도

핵심 아이디어

MOMENT는 기존 시계열 모델이 단일 데이터셋에 의존하거나, 다양한 시계열 특성(해상도, 길이, 채널 수 등)을 처리하기 어려운 문제를 해결하기 위해 설계되었다. 이를 위해, **Time-series Pile**이라는 대규모 공개 데이터셋을 구축하고, **마스킹 기반 시계열 예측**(masked time-series prediction)을 통해 사전 학습을 수행한다. 모델은 고정 길이(512)의 단일 채널 시계열을 입력으로 받아, **패치 기반**(patch-based) 임베딩을 생성하고, **트랜스포머 인코더**를 통해 학습한 후, **재구성 헤드**(reconstruction head)를 사용해 마스킹된 부분을 복원한다. 이는 시계열의 전체 구조를 학습하는 데 효과적이다. 또한, **가변 길이 처리**, **다중 채널 처리**, **가속화된 학습**(가벼운 예측 헤드 사용) 등도 핵심 설계 요소이다.

기술적 접근법

주요 결과

의의 및 한계

MOMENT는 **오픈소스**로 제공되며, 다양한 시계열 작업에서 **제한된 데이터/지도 조건**에서도 뛰어난 성능을 보이는 점에서 학술적·실용적 가치가 높다. 특히, **Time-series Pile**은 대규모 다중 도메인 데이터를 기반으로 한 사전 학습을 가능하게 하며, **기초 모델**(foundation model)로서의 활용 가능성이 크다. 그러나, **시계열 해상도**(temporal resolution) 정보는 명시적으로 모델링하지 않아, 예측 작업에서는 제한이 있을 수 있다. 또한, **다중 모달**(multi-modal) 처리나 **복잡한 시계열 패턴**에 대한 연구는 아직 초기 단계이다.

실용적 활용

MOMENT는 **의료**(심전도 이상 탐지), **금융**(예측), **엔지니어링**(보간, 분류) 등 다양한 산업 분야에서 활용 가능하다. 특히, **데이터가 제한된 상황**(zero-shot, few-shot)에서 즉시 사용할 수 있어, **빠른 프로토타이핑**이나 **실시간 분석 시스템**에 적합하다. 또한, **Huggingface**에서 공개된 모델을 통해 연구자 및 엔지니어가 쉽게 접근 및 활용할 수 있다.