Pith. sign in

REVIEW 3 major objections 1 minor 79 cited by

Chronos-2: From Univariate to Universal Forecasting

T0 review · 3 major / 1 minor · reviewed 2026-05-15 · grok-4.3

Pith's one-line read Chronos-2 is a pretrained model that performs zero-shot forecasting on univariate, multivariate, and covariate-informed tasks via group attention for in-context learning.

desk verdict Chronos-2 adds group attention to enable zero-shot multivariate and covariate forecasting after synthetic training, with solid benchmark wins but thin validation that the synthetic structures actually transfer. read the letter →

arxiv 2510.15821 v1 pith:QPXDRLKK submitted 2025-10-17 cs.LG cs.AIstat.ML

classification cs.LGcs.AIstat.ML
keywords timeseriesforecastingpretrainedmodelsin-contextlearningzero-shotmultivariatecovariatesyntheticdatatraining
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces Chronos-2 as a model pretrained solely on synthetic data to handle forecasting tasks that previously required separate specialized systems. It uses a group attention mechanism so that multiple related series can share information during inference, whether those series are variates within one dataset or a target paired with external covariates. This design allows the model to produce accurate predictions without any task-specific training or fine-tuning. A reader would care because real-world forecasting often involves multivariate data and covariates, yet most existing pretrained models remain limited to single series. The authors report state-of-the-art results on three large benchmarks, with particularly large gains on covariate-heavy tasks.

What carries the argument

group attention mechanism that enables in-context learning by sharing information across time series grouped as related series, variates, or target-covariate pairs

What would settle it

A new benchmark of real-world multivariate series with covariate relationships absent from the synthetic training distribution where Chronos-2 fails to match or exceed the accuracy of models trained on domain data.

Watch

Extended reading notes

Core claim

Chronos-2 employs a group attention mechanism that facilitates in-context learning through efficient information sharing across multiple time series within a group, which may represent sets of related series, variates of a multivariate series, or targets and covariates in a forecasting task. These general capabilities are achieved through training on synthetic datasets that impose diverse multivariate structures on univariate series. Chronos-2 delivers state-of-the-art performance across three comprehensive benchmarks: fev-bench, GIFT-Eval, and Chronos Benchmark II.

Load-bearing premise

Training exclusively on synthetic datasets that impose diverse multivariate structures on univariate series will produce a model whose in-context learning generalizes to real-world multivariate and covariate distributions without domain-specific fine-tuning.

Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 1 minor

Summary. The paper introduces Chronos-2, a pretrained time series model extending univariate forecasting to universal zero-shot capabilities for multivariate and covariate-informed tasks. It employs a group attention mechanism to enable in-context learning across groups of series (representing related variates or targets/covariates), trained exclusively on synthetic datasets that impose diverse multivariate structures on univariate series. The central claims are state-of-the-art performance on fev-bench, GIFT-Eval, and Chronos Benchmark II, with wide margins on covariate tasks, plus practical advantages shown in energy and retail case studies.

Significance. If the generalization from synthetic training to real-world distributions holds, this would mark a substantial advance toward general-purpose, inference-only forecasting models that eliminate the need for task-specific fine-tuning. The synthetic-data approach and group attention for ICL could reduce reliance on domain-specific datasets, with potential broad impact in applied domains like energy and retail if the benchmark gains prove robust.

major comments (3)
  1. [Abstract] Abstract: The SOTA performance claims on fev-bench, GIFT-Eval, and Chronos Benchmark II are reported without error bars, ablation studies, or statistical significance tests. This omission is load-bearing because the wide margins on covariate tasks rest entirely on these external benchmarks, and without such controls the improvements cannot be confidently attributed to the universal ICL capabilities rather than benchmark artifacts.
  2. [Training and evaluation sections] Training and evaluation sections: The central claim that training exclusively on synthetic datasets (imposing multivariate structures on univariate series) produces ICL that generalizes to real-world multivariate and covariate distributions lacks any ablation or analysis measuring distribution shift between the synthetic generator and the target/covariate relationships in fev-bench or GIFT-Eval. This is load-bearing for the zero-shot universality assertion.
  3. [Group attention mechanism description] Group attention mechanism description: The mechanism is presented at a high level for information sharing across groups, but the training objective contains no explicit regularization term or analysis for real-world correlation structures. Without this, it is unclear whether the reported gains on covariate tasks arise from the mechanism itself or from incidental overlap with the synthetic training distribution.
minor comments (1)
  1. [Abstract] The abstract would be strengthened by including a brief statement of model scale (parameter count) and a high-level architectural diagram reference to aid readers in assessing the practicality of the zero-shot approach.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We are grateful to the referee for their constructive and detailed feedback. The comments highlight important areas where additional evidence and analysis would strengthen the claims regarding zero-shot universality. We address each major comment below and outline the revisions we will make to the manuscript.

read point-by-point responses
  1. Referee: [Abstract] Abstract: The SOTA performance claims on fev-bench, GIFT-Eval, and Chronos Benchmark II are reported without error bars, ablation studies, or statistical significance tests. This omission is load-bearing because the wide margins on covariate tasks rest entirely on these external benchmarks, and without such controls the improvements cannot be confidently attributed to the universal ICL capabilities rather than benchmark artifacts.

    Authors: We agree that the lack of error bars, statistical significance tests, and expanded ablations limits the strength of the SOTA claims, particularly for the covariate tasks. In the revised manuscript we will report standard deviations from multiple evaluation runs (where computationally feasible given the scale of the benchmarks), include paired statistical tests for the reported improvements, and expand the ablation studies section with additional controls on model components and data variations. revision: yes

  2. Referee: [Training and evaluation sections] Training and evaluation sections: The central claim that training exclusively on synthetic datasets (imposing multivariate structures on univariate series) produces ICL that generalizes to real-world multivariate and covariate distributions lacks any ablation or analysis measuring distribution shift between the synthetic generator and the target/covariate relationships in fev-bench or GIFT-Eval. This is load-bearing for the zero-shot universality assertion.

    Authors: The referee correctly notes the absence of explicit distribution-shift analysis. While the synthetic data generator is described in detail and constructed to impose diverse multivariate structures, we did not quantify shifts relative to the evaluation benchmarks. We will add a new subsection with quantitative comparisons of key statistics (cross-series correlations, covariate-target dependencies, and other distributional properties) between the synthetic training distribution and the fev-bench/GIFT-Eval datasets, together with any feasible ablations on the effect of synthetic data diversity. revision: yes

  3. Referee: [Group attention mechanism description] Group attention mechanism description: The mechanism is presented at a high level for information sharing across groups, but the training objective contains no explicit regularization term or analysis for real-world correlation structures. Without this, it is unclear whether the reported gains on covariate tasks arise from the mechanism itself or from incidental overlap with the synthetic training distribution.

    Authors: We acknowledge that the group attention description remains high-level and that the training objective lacks an explicit regularization term targeting real-world correlations. The mechanism relies on the diversity of synthetic structures to learn in-context sharing. In the revision we will provide a more detailed description of the attention implementation, add an ablation comparing performance with and without group attention, and include an analysis of attention patterns on real-world examples to illustrate that relevant correlation structures are captured. revision: partial

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; claims rest on external benchmarks and synthetic training without self-referential reduction

full rationale

The paper's central claims concern empirical performance of a pretrained model on independent benchmarks (fev-bench, GIFT-Eval, Chronos Benchmark II) after training exclusively on synthetic data that imposes multivariate structure on univariate series. No equations, derivations, or self-citations are presented that reduce reported improvements, ICL capabilities, or generalization to fitted parameters or prior results by construction. The training procedure and group attention mechanism are described as design choices whose effectiveness is measured externally rather than defined tautologically. This is the most common honest non-finding for papers whose primary output is benchmark numbers rather than a closed mathematical derivation.

Assumptions & free parameters 0 free parameters · 1 assumptions · 1 invented entities

The central claim rests on the assumption that synthetic data can stand in for real multivariate distributions and that group attention will produce useful in-context learning without further supervision. No free parameters are explicitly named in the abstract, but the synthetic data generation process implicitly contains choices about how multivariate structure is imposed.

assumptions (1)
  • domain assumption Synthetic datasets that impose diverse multivariate structures on univariate series are sufficient to train generalizable in-context learning for real-world multivariate and covariate forecasting.
    Invoked in the description of how Chronos-2 achieves its universal capabilities.
invented entities (1)
  • Group attention mechanism
    purpose: To enable efficient information sharing across multiple time series within a group for in-context learning.
    New architectural component introduced to handle multivariate and covariate tasks.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Chronos-2: From Univariate to Universal Forecasting." pith.science (2026). https://pith.science/paper/QPXDRLKK

@misc{pith2026251015821,
  author       = {Pith},
  title        = {Pith review of: Chronos-2: From Univariate to Universal Forecasting},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/QPXDRLKK}},
  note         = {Machine review of arXiv:2510.15821}
}
read the original abstract

Pretrained time series models have enabled inference-only forecasting systems that produce accurate predictions without task-specific training. However, existing approaches largely focus on univariate forecasting, limiting their applicability in real-world scenarios where multivariate data and covariates play a crucial role. We present Chronos-2, a pretrained model capable of handling univariate, multivariate, and covariate-informed forecasting tasks in a zero-shot manner. Chronos-2 employs a group attention mechanism that facilitates in-context learning (ICL) through efficient information sharing across multiple time series within a group, which may represent sets of related series, variates of a multivariate series, or targets and covariates in a forecasting task. These general capabilities are achieved through training on synthetic datasets that impose diverse multivariate structures on univariate series. Chronos-2 delivers state-of-the-art performance across three comprehensive benchmarks: fev-bench, GIFT-Eval, and Chronos Benchmark II. On fev-bench, which emphasizes multivariate and covariate-informed forecasting, Chronos-2's universal ICL capabilities lead to substantial improvements over existing models. On tasks involving covariates, it consistently outperforms baselines by a wide margin. Case studies in the energy and retail domains further highlight its practical advantages. The in-context learning capabilities of Chronos-2 establish it as a general-purpose forecasting model that can be used "as is" in real-world forecasting pipelines.

Discussion (0). Continue with ORCID to comment.

Forward citations

Showing 60 of 79 Pith papers that cite this

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. See all 79 Pith citations

  1. CardioState-JEPA: Delay-Aware Cross-Modal Learning of a Shared Cardiac Representation

    cs.LG 2026-08 conditional novelty 7.0 of 10

    A shared cardiac encoder pretrained with delay-aware cross-modal JEPA on ECG, PPG, and PCG beats modality-specific self-supervised baselines on 25 downstream tasks.

  2. Long-Horizon Forecasting of Complete Financial Statements with Forma

    cs.LG 2026-08 conditional novelty 7.0 of 10

    Forma, a small tuple-set transformer, outperforms random forests, gradient boosting, zero-shot foundation models, and frontier LLMs on the new ProForma-20Q benchmark across 1-20 quarter forecast horizons.

  3. Expert-Guided Forecast Editing for Time-Series Foundation Models

    cs.LG 2026-07 conditional novelty 7.0 of 10

    DEFT edits frozen time-series foundation-model forecasts by exploiting model samples and searching over trend/seasonal components, improving forecast quality under small expert-query budgets.

  4. The Spectrum Is Not Enough: When Context Helps Time-Series Forecasting

    cs.LG 2026-07 conditional novelty 7.0 of 10

    Spectral indices cannot predict when context helps time-series forecasting; a coverage-deficit diagnostic measuring analog-over-linear gain can.

  5. Bet on Features: Anytime-Valid and Feature-Aware Auditing of Conditional Quantile Forecasters

    cs.LG 2026-07 conditional novelty 7.0 of 10

    An information-indexed testing-by-betting framework yields anytime-valid e-processes for conditional quantile calibration and finite-time power against linear feature-aligned alternatives without i.i.d. assumptions.

  6. MacroLens: A Multi-Task Benchmark for Contextual Financial Reasoning under Macroeconomic Scenarios

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    MacroLens is a point-in-time multi-signal benchmark dataset and seven tasks for evaluating contextual financial reasoning models under macroeconomic scenarios.

  7. CloudCons: A Comprehensive End-to-End Benchmark for Cloud Resource Consolidation

    cs.AI 2026-06 unverdicted novelty 7.0 of 10

    CloudCons benchmark shows foundation models' superior zero-shot forecasting does not automatically yield better resource consolidation decisions, with predictive quantile choice acting as a key lever for efficiency-re...

  8. Navigating the Safety-Fidelity Trade-off: Massive-Variate Time Series Forecasting for Power Systems via Probabilistic Scenarios

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    Introduces PowerPhase benchmark for massive-variate power-system forecasting and PowerForge model that achieves best average rank on safety-fidelity metrics across all tested grids.

  9. TS-ICL: A Flexible Time-Indexed Foundation Model for Time Series via In-Context Learning

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    TS-ICL introduces a probabilistic in-context learning encoder-regressor Transformer that unifies forecasting and imputation for time series via timestamp-aligned regression trained on synthetic causal data.

  10. Why Do Time Series Models Need Long Context Windows?

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    Long input windows are required to identify the generative process in time series forecasting even for short-memory processes, and decoupling identification from forecasting improves scalability.

  11. GlucoFM: A Dual-Stream Foundation Model for Continuous Glucose Monitoring

    cs.LG 2026-05 unverdicted novelty 7.0 of 10

    GlucoFM decomposes CGM traces into dual state-event streams, pretrains on 109k hours of unlabeled data, and reports superior subject-disjoint performance on seven clinical tasks across four cohorts.

  12. Chronicle: A Multimodal Foundation Model for Joint Language and Time Series Understanding

    cs.LG 2026-05 unverdicted novelty 7.0 of 10

    Chronicle is the first model jointly pretrained from scratch on text and time series in a unified transformer that matches a comparable language model on NLU tasks and sets new bars for time series classification and ...

  13. TopoPrimer: The Missing Topological Context in Forecasting Models

    cs.LG 2026-05 unverdicted novelty 7.0 of 10

    TopoPrimer incorporates precomputed topological features from persistent homology and spectral sheaf coordinates into forecasting models, claiming up to 7.3% MSE gains on benchmarks and improved stability in seasonal ...

  14. SleepLM: Natural-Language Intelligence for Human Sleep

    cs.AI 2026-02 conditional novelty 7.0 of 10

    A sleep-language foundation model trained with contrastive, captioning, and reconstruction objectives outperforms general LLMs and fine-tuned VLMs on zero-shot sleep staging, event localization, and cross-modal retrieval.

  15. Is Flow Matching Just Trajectory Replay for Sequential Data?

    stat.ML 2026-02 unverdicted novelty 7.0 of 10

    Flow matching on time series targets a closed-form nonparametric velocity field that is a similarity-weighted mixture of observed transition velocities, making neural models approximations to an ideal memory-augmented...

  16. TS-Arena -- A Live Forecast Pre-Registration Platform

    cs.LG 2025-12 conditional novelty 7.0 of 10

    TS-Arena is a live pre-registration platform that evaluates time series forecasts on future data streams to eliminate information leakage.

  17. Evaluating the Generalizability of Foundation Models for Extreme Environmental Events: Case Study of California Wildfire PM2.5

    cs.LG 2026-07 conditional novelty 6.5 of 10

    Fully trained BiLSTM outperforms zero-shot and LoRA-adapted TSFMs on California wildfire PM2.5 under leave-one-incident-out evaluation, especially at hazardous AQI thresholds.

  18. Towards Context-Aware Clinical Motion Understanding in Daily Living at Home: Freezing of Gait Detection with Egocentric Vision

    cs.AI 2026-08 conditional novelty 6.0 of 10

    Frozen egocentric video features can discriminate freezing of gait above chance, but underperform IMU-based models, and the evidence for complementary visual information is only qualitative.

  19. Into the ORBIT for Time Series: Training Regimes for Foundation Models

    cs.LG 2026-08 conditional novelty 6.0 of 10

    A training regime that controls data exposure, context lengths, and prediction horizons yields state-of-the-art zero-shot time series forecasting with a simple encoder-only Transformer.

  20. Market-Information-Aware Gated-LoRA of Foundation Models for Transferable Day-Ahead Electricity Price Forecasting

    cs.LG 2026-08 conditional novelty 6.0 of 10

    A frozen Chronos-2 foundation model, fed with day-ahead market information and a source-domain gated LoRA adapter, beats zero-shot and vanilla-adapter baselines on four Chinese day-ahead electricity markets under leav...

  21. Accounting Graph Transformer for Short-History Multi-KPI Forecasting in Small Businesses

    cs.LG 2026-08 conditional novelty 6.0 of 10

    A graph-attention transformer over a fixed accounting-relation graph forecasts 13 small-business financial KPIs more accurately than LightGBM, TimeMixer, SOFTS, and time-series foundation models on a company-disjoint panel.

  22. When Do Corrective Features Help? An Agent for Corrective Feature Discovery on Black-Box Forecasters

    cs.LG 2026-08 conditional novelty 6.0 of 10

    CRAFTER corrects frozen time-series forecasters by mining residual features with an MCTS search and an LLM, gating candidates by validation error, and fitting a small corrector; gains concentrate on weak backbones wit...

  23. TRACE-TS: Attribution-Grounded and Traceable Sensor-Language Reasoning for Human Activity Understanding

    cs.AI 2026-07 conditional novelty 6.0 of 10

    Attribution-guided DAG reasoning traces distilled into a compact sensor-conditioned LM give 84.43% average accuracy and 81.24% F1 across seven HAR datasets, with SNM as an LLM-judge diagnostic for trace fidelity.

  24. Crossing-Free Probabilistic K-Line Forecasts Without Retraining

    stat.ML 2026-07 conditional novelty 6.0 of 10

    KQSP eliminates quantile and K-line crossings in probabilistic OHLC forecasts via sequential minimum-distance projections, without retraining and with smaller corrections than standard alternatives.

  25. DoTime: A Synthetic Benchmark Generator for Interventional and Counterfactual Time Series

    cs.LG 2026-07 conditional novelty 6.0 of 10

    DoTime generates temporal structural causal models with interventions and counterfactuals, ships four frozen benchmark suites, and reports that interventional pretraining improves causal direction accuracy over observ...

  26. Fourier Geometric Wind Power Forecasting with Numerical Weather Prediction

    cs.AI 2026-07 conditional novelty 6.0 of 10

    A multimodal model coupling SCADA measurements with numerical weather prediction via rotation-invariant geometric features and Fourier neural operator fusion outperforms more than 20 baselines on three UK wind farms.

  27. TimEE: End-to-end Time Series Classification via In-Context Learning

    cs.LG 2026-07 conditional novelty 6.0 of 10

    A 4.5M-parameter transformer meta-trained on synthetic VARX-generated classification tasks achieves state-of-the-art ROC AUC on the UCR time series classification benchmark via in-context learning with no per-dataset ...

  28. RMISC: A Large-scale Real-world Multivariate Corpus for Time Series Foundation Models

    cs.AI 2026-07 conditional novelty 6.0 of 10

    A curated 142-billion-point real-world multivariate time series corpus improves zero-shot forecasting when combined with existing synthetic and univariate pretraining data across four foundation models.

  29. TopoBrick: Agentic Topology Sampling of Exogenous Variables for Zero-Shot Building IoT Forecasting

    cs.AI 2026-07 conditional novelty 6.0 of 10

    An LLM-based agentic sampler over building knowledge graphs selects target-specific exogenous variables for zero-shot IoT forecasting, matching or beating trained baselines on three real buildings.

  30. Forecasting Realized Volatility with Time Series Foundation Models: A Comparison with Econometric Benchmarks

    q-fin.ST 2026-07 accept novelty 6.0 of 10

    Zero-shot time series foundation models largely fail to beat econometric benchmarks for realized volatility forecasting, with only TTM achieving a narrow, calibration-driven edge.

  31. Probabilistic Low-Voltage Peak Load Forecasting with Time Series Foundation Models Evaluated on Application-Oriented Metrics

    cs.LG 2026-07 unverdicted novelty 6.0 of 10

    Compares foundation models for probabilistic low-voltage load forecasting on 200 real feeders and introduces a grid-planning metric that scores peak prediction by its effect on asset cost-risk decisions.

  32. TiRex-2: Generalizing TiRex to Multivariate Data and Streaming

    cs.LG 2026-07 unverdicted novelty 6.0 of 10

    TiRex-2 is a recurrent xLSTM time series foundation model for multivariate forecasting with future covariates and constant-cost streaming that reports SOTA zero-shot results on GIFT-Eval and fev-bench.

  33. Air Quality Arena: A Large-Scale Multi-Region Ground Monitoring Dataset and Benchmark for Air Quality Forecasting with Time-Series Foundation Models

    cs.LG 2026-07 conditional novelty 6.0 of 10

    A new 7-country, 6-pollutant, 14,000-series air-quality benchmark shows top time-series foundation models outperform classical baselines zero-shot, with the vision-based VisionTS++ leading.

  34. OpenMHC: Accelerating the Science of Wearable Foundation Models

    cs.LG 2026-06 conditional novelty 6.0 of 10

    OpenMHC contributes the largest open-access consumer wearable dataset to date (67M hours, 11,894 participants), a standardized three-track benchmark, and the first open implementations of Apple WBM and Google LSM-2.

  35. TimeRouter: Efficient and Adaptive Routing of Time-Series Foundation Models

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    TimeRouter routes among time-series foundation models via discriminative routing, selective gating and ensemble fallback, reporting SOTA LB MASE 0.6765 on GIFT-EVAL.

  36. CITRAS-FM: Tiny Time Series Foundation Model for Covariate-Informed Zero-Shot Forecasting

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    CITRAS-FM is a 7M-param decoder-only Transformer TSFM with Shifted Attention and CovSynth synthetic covariate pretraining that claims SOTA zero-shot accuracy among sub-10M models on fev-bench with sub-0.1s CPU inference.

  37. LakeFM: Toward a Foundation Model for Aquatic Ecosystems Using Irregular Multivariate Multi-depth Time Series Data

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    LakeFM pre-trains on large ecological datasets to forecast irregular lake time series and reports competitive or superior performance with physically plausible outputs.

  38. Tyan-WP: A Wind Power Foundation Model for Ultra-Short-Term Probabilistic Forecasting

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    Tyan-WP is a pretrained wind power foundation model that outperforms site-specific TSMs and generic LTSMs in zero-shot ultra-short-term probabilistic forecasting on U.S. and U.K. sites via static embeddings and PAMF module.

  39. Towards Unified and Data-Efficient Prognostics and Health Management with Tabular Foundation Models

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    Tabular foundation models applied to PHM via signal-to-table conversion achieve the best average ranks across prognostic and diagnostic tasks and remain competitive in low-data regimes.

  40. REGEN: Reference-Guided Synthetic Multivariate Time Series Generation for Forecasting

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    ReGeN decomposes references into periodic, stochastic, and causal components to generate synthetic multivariate time series that preserve domain structure and support improved forecasting in low-data settings.

  41. Estimating Mutual Information between Time Series and Temporal Event Sequences Across Diverse Analysis Tasks

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    Nonparametric mutual information estimator for continuous time series and discrete event sequences using continuous-discrete duality modeling and latent event clustering.

  42. Time Series as Language: A Universal Tokenizer for General-Purpose Time Series Foundation Models

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    UniTok tokenizes time series for an off-the-shelf LLM foundation model that unifies forecasting, generation, and classification through next-token prediction and training-free inference.

  43. Detecting Diffusion-Generated Time Series Under Generator Shift

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    Black-box off-the-shelf classifiers detect diffusion-generated time series better than white-box reconstruction methods under generator shift, achieving average F1 79.2 and TPR@1%FPR 57.2.

  44. Day-Ahead Electricity Price Forecasting Using a Multivariate Group Lasso Method

    stat.AP 2026-05 unverdicted novelty 6.0 of 10

    A multi-feature Group Lasso that jointly models day-ahead electricity prices via temporal group effects improves point and probabilistic forecasts on CAISO data versus LEAR, DNNs, and operational systems.

  45. AME-TS: Anchored Mixture-of-Experts for Time Series Forecasting

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    AME-TS is a structure-guided sparse MoE foundation model for time series that aligns expert routing with series-level temporal descriptors to achieve strong accuracy-efficiency tradeoffs on GIFT-Eval while improving s...

  46. Toto 2.0: Time Series Forecasting Enters the Scaling Era

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    Toto 2.0 is a family of open time series foundation models that demonstrates reliable scaling and sets new state-of-the-art results on three forecasting benchmarks.

  47. FRWKV+: Periodic-Aware Adaptive Gating for Frequency-Space Linear Time Series Forecasting

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    FRWKV-Plus augments the FRWKV backbone with a cross-branch spectral gate and trust-gated residual correction to refine periodic handling in frequency-domain forecasting while remaining lightweight.

  48. CTF4Nuclear: Common Task Framework for Nuclear Fission and Fusion Models

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    CTF4Nuclear proposes a common task framework for benchmarking ML methods on nuclear engineering datasets using 12 metrics and a new sparse-measurement system monitoring paradigm.

  49. TabPFN-3: Technical Report

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    TabPFN-3 scales tabular foundation models to 1M rows with synthetic pretraining, test-time compute, and benchmark-leading performance on tabular, relational, and tabular-text tasks while being up to 20x faster than Ta...

  50. BACC: Budget-Aware Calibration and Control for Horizontal Autoscaling

    cs.NI 2026-05 unverdicted novelty 6.0 of 10

    BACC achieves mean absolute compliance gaps of 0.44 and 0.42 percentage points on Azure Functions traces by separating prediction, ACI-based calibration, and PI-based budget-paced control for horizontal autoscaling.

  51. FETS Benchmark: Foundation Models Enable Scalable and Generalizable Energy Time Series Forecasting

    cs.LG 2026-04 unverdicted novelty 6.0 of 10

    Foundation models outperform dataset-specific machine learning in energy time series forecasting across 54 datasets in 9 categories.

  52. A Foundation Model for Instruction-Conditioned In-Context Time Series Tasks

    cs.LG 2026-03 unverdicted novelty 6.0 of 10

    iAmTime is a time-series foundation model that uses instruction-conditioned in-context learning from demonstrations to perform zero-shot adaptation on forecasting, imputation, classification, and related tasks.

  53. Timer-S1: A Billion-Scale Time Series Foundation Model with Serial Scaling

    cs.AI 2026-03 unverdicted novelty 6.0 of 10

    Timer-S1 is a released 8.3B-parameter MoE time series model that achieves state-of-the-art MASE and CRPS scores on GIFT-Eval using serial scaling and Serial-Token Prediction.

  54. It's TIME: Towards the Next Generation of Time Series Forecasting Benchmarks

    cs.LG 2026-02 conditional novelty 6.0 of 10

    TIME introduces a 50-dataset, 98-task time-series forecasting benchmark with pattern-level (tsfeature-based) evaluation and a zero-shot leaderboard of 12 foundation models.

  55. Forecasting Commencing Enrolments Under Data Sparsity: A Zero-Shot Time Series Foundation Models Framework for Higher Education Planning

    cs.AI 2026-02 unverdicted novelty 6.0 of 10

    Zero-shot TSFMs conditioned on leakage-safe covariates from Google Trends and an institutional index forecast commencing enrolments competitively with classical methods under data sparsity.

  56. Probabilistic NDVI Forecasting from Sparse Satellite Time Series and Weather Covariates

    cs.LG 2026-02 conditional novelty 6.0 of 10

    A transformer with a horizon-weighted quantile loss improves short-term NDVI forecasting from irregular satellite time series and weather covariates, outperforming several baselines on European data.

  57. Time Series Forecasting as Reasoning: A Slow-Thinking Approach with Reinforced LLMs

    cs.LG 2025-06 unverdicted novelty 6.0 of 10

    Time-R1 trains LLMs via supervised fine-tuning followed by reinforcement learning with a time-series-specific reward and non-uniform GRIP sampling to enable multi-step reasoning that improves forecasting accuracy.

  58. CastFSR: A Fast--Slow--Reflect Agentic Reasoning Framework for Context-Aware Time Series Forecasting

    cs.AI 2026-08 conditional novelty 5.0 of 10

    CastFSR improves context-aware time series forecasting by combining a fast data-driven forecast prior, slow LLM-driven contextual reasoning, and reflective validation, outperforming most baselines on public benchmarks.

  59. A Minimal Interpretable Architecture for Zero-Shot Reconstruction of Dynamical Systems

    cs.LG 2026-07 conditional novelty 5.0 of 10

    A two-parameter nearest-neighbor recurrence, DynaBase, matches large foundation models at zero-shot dynamical-system reconstruction and unifies context parroting with chaotic dynamics as two ends of one parameter.

  60. Evaluating Time Series Foundation Models for Electricity Price Forecasting: Contamination Risk, Distributional Shifts, and Covariate Dependence

    cs.LG 2026-07 conditional novelty 5.0 of 10

    TSFMs need covariates for competitive EPF, do not consistently beat domain-specific methods, and simple TSFM–domain ensembles capture complementary signal under a contamination-aware two-dataset protocol.

See all 79 Pith citations

Pith tools

Reviewed May 15, 2026 · model on record in the stance chip above.