Papers › SEMPO: Lightweight Foundation Models for Time Series Forecasting

SEMPO: Lightweight Foundation Models for Time Series Forecasting

22 Oct 2025NeurIPSarXiv:2510.19710added by Syntology

Hui He, Kun Yi, Yuanchi Ma, Qi Zhang, Zhendong Niu, Guansong Pang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The recent boom of large pre-trained models witnesses remarkable success in developing foundation models (FMs) for time series forecasting. Despite impressive performance across diverse downstream forecasting tasks, existing time series FMs possess massive network architectures and require substantial pre-training on large-scale datasets, which significantly hinders their deployment in resource-constrained environments. In response to this growing tension between versatility and affordability, we propose SEMPO, a novel lightweight foundation model that requires pretraining on relatively small-scale data, yet exhibits strong general time series forecasting. Concretely, SEMPO comprises two key modules: 1) energy-aware SpEctral decomposition module, that substantially improves the utilization of pre-training data by modeling not only the high-energy frequency signals but also the low-energy yet informative frequency signals that are ignored in current methods; and 2) Mixture-of-PrOmpts enabled Transformer, that learns heterogeneous temporal patterns through small dataset-specific prompts and adaptively routes time series tokens to prompt-based experts for parameter-efficient model adaptation across different datasets and domains. Equipped with these modules, SEMPO significantly reduces both pre-training data scale and model size, while achieving strong generalization. Extensive experiments on two large-scale benchmarks covering 16 datasets demonstrate the superior performance of SEMPO in both zero-shot and few-shot forecasting scenarios compared with state-of-the-art methods. Code and data are available at https://github.com/mala-lab/SEMPO.

PaperPDFCode 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="2510.19710")

Code

Syntology Ran 13 of 23 code samples harvested from 4 repositories linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · honoured contract; 2 ran · our draft was wrong; 8 ran with no contract checked.

By repository: found in paper text by Syntology: 23 samples from 4 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MAZiqing/FEDformer found in paper text by Syntology report
DAMO-DI-ML/One_Fits_All found in paper text by Syntology report
thuml/Autoformer found in paper text by SyntologyMIT report
KimMeen/Time-LLM found in paper text by SyntologyApache-2.0 report
yuqinie98/PatchTST found in paper text by SyntologyApache-2.0 report
mala-lab/SEMPO found in paper text by Syntology report
panzijie825/S2IP-LLM found in paper text by SyntologyMIT report
thuml/iTransformer found in paper text by Syntology report
cure-lab/LTSF-Linear found in paper text by SyntologyApache-2.0 report
thuml/TimesNet found in paper text by SyntologyMIT report
thuml/Nonstationary_ found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report

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

23 samples harvested; 13 ran; 3 honoured the contract we drafted; 10 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.

3ran · honoured contract
2ran · our draft was wrong
8ran
10unverified

Licence: 4 of the 23 samples are 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

FourierCrossAttention MAZiqing/FEDformer/layers/FourierCorrelation.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ce5d61ecb4d56571 · report
MixtrueExpertsLayer mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 8db678aa4bdcf1dd · report
MultiheadAttention mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran Apache-2.0 (permissive) · 716e24f597b6f1ff · report
PositionalEncoding mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 16b9b78d429636b7 · report
PredictionHead mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 8f7d9151481dae1e · report
PretrainHead mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 737068a1673af8b0 · report
Prompt panzijie825/S2IP-LLM/Long-term_Forecasting/models/S2IPLLM.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 6a757cf95a80d1c3 · report
RMSNorm mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 0a5b83bc7ce0cd66 · report
RevIN mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · eeb362072b7924af · report
get_activation_fn mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · cf01255b103815b4 · report
get_frequency_modes MAZiqing/FEDformer/layers/FourierCorrelation.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 592ea8b254b006db · report
l2norm DAMO-DI-ML/One_Fits_All/Few-shot_Learning/models/PatchTST.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 3eb58dae620046d3 · report
positional_encoding mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 2c8bf94a02b2089c · report
Model mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 092b8bfebc540cb9 · report
Model panzijie825/S2IP-LLM/Long-term_Forecasting/models/S2IPLLM.py found in paper text by Syntology unverified MIT (permissive) · f0c40d374bf8d008 · report
ScaledDotProductAttention mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c6fe4b37cc7ba9f8 · report
TSTEncoder mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 919028182b826688 · report
TSTEncoderLayer mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d42b27e12e23b083 · report
TowerEncoder mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b1673de4ce737103 · report
Transpose mala-lab/SEMPO/models/SEMPO.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 499904dada1942cb · report
convert_metrics_per_batch_to_per_sample DAMO-DI-ML/One_Fits_All/Classification/src/running.py found in paper text by Syntology unverified no licence file found · pointer only · f79cf1a40c083fee · report
divide_no_nan DAMO-DI-ML/One_Fits_All/Anomaly_Detection/utils/losses.py found in paper text by Syntology unverified no licence file found · pointer only · bdc787c888ab83a2 · report
get_optimizer DAMO-DI-ML/One_Fits_All/Classification/src/optimizers.py found in paper text by Syntology unverified no licence file found · pointer only · b8f656bc0425d825 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.19710, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

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