paper-with-me

홈 › Papers

TS-Fault: Benchmarking Time Series Forecasters Against Structural Faults

2026-06-16 · Yuyang Zhao, Lian Xu, Hao Miao, Chenxi Liu, Hao Xue arxiv

Time series forecasting (TSF) underpins consequential decisions in energy, transportation, finance, and healthcare, yet TSF models are almost universally ranked by a single number (e.g., average error) on clean held-out data, under the implicit assumption that it predicts deployed reliability. However, real faults are not i.i.d noise but structured events with temporal shape, broken cross-variable dependencies, regime change coupled with missingness, and causal propagation across a sensing pipeline. Treating TSF robustness as a data-quality problem, we present TS-Fault, a benchmark that evaluates forecasting models under explicit, parameterized fault scenarios with controllable semantic difficulty. TS-Fault organizes recurring failures into four modes along two orthogonal axes (observation- vs mechanism-level; univariate vs multivariate) and injects each fault into the most prediction-critical window via a unified importance score. This design enables robustness to be tested against the structures models actually rely on, rather than reduced to generic noise sensitivity. We evaluate 21 models across 6 datasets, 4 modes, and 5 difficulty levels under a paired clean/corrupt protocol. The results reveal three findings that contradict common leaderboard intuition: (i) clean-data accuracy anti-correlates with robustness; (ii) clean rankings are preserved under observation-level faults but reshuffled under mechanism-level faults; and (iii) all catastrophic failures occur under mechanism-level faults, with foundation models achieving the highest clean-data accuracy yet exhibiting the greatest fragility. The code is publicly available at https://github.com/Ray-zyy/TS-Fault.

📄 PDF Abstract BibTeX arXiv:2606.18539

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

Drift-Adjusted And Arbitrated Ensemble Framework For Time Series Forecasting

2020-03-16 · Anirban Chatterjee, Subhadip Paul, Uddipto Dutta, Smaranya Dey

Time Series Forecasting is at the core of many practical applications such as sales forecasting for business, rainfall forecasting for agriculture and many others. Though this problem has been extensively studied for yea…

Time SeriesTime Series AnalysisTime Series Forecasting

MetaCaster: Meta-Harness-Optimized Agent for End-to-End Few-Shot Learning of Lightweight Time Series Forecasters

2026-08-24 · ChengAo Shen, Wenchao Yu, Fangyu Wu, Dongjin Song 외 arxiv

Time series forecasting (TSF) is evolving toward multimodal and agentic settings, yet using foundation models remains uneconomical in resource-constrained scenarios, where compact, specialized forecasters are more desira…

Computational EfficiencyTime Series ForecastingFew-Shot Learning

Amortized Interventional Forecasting for Multivariate CIR Processes

2026-08-04 · Andreas Sauter, Sumit Sourabh, Drona Kandhai, Erman Acar arxiv

Mean-reverting dynamics are pervasive in finance, and the Cox--Ingersoll--Ross (CIR) process is a standard model for the time series they produce, from short rates to credit default swap (CDS) spreads. Yet CIR models cap…

Battling the Non-stationarity in Time Series Forecasting via Test-time Adaptation

2025-01-09 · HyunGi Kim, Siwon Kim, Jisoo Mok, Sungroh Yoon

Deep Neural Networks have spearheaded remarkable advancements in time series forecasting (TSF), one of the major tasks in time series modeling. Nonetheless, the non-stationarity of time series undermines the reliability …

Test-time AdaptationTime SeriesTime Series Forecasting

Time series model selection with a meta-learning approach; evidence from a pool of forecasting algorithms

2019-08-22 · Sasan Barak, Mahdi Nasiri, Mehrdad Rostamzadeh

One of the challenging questions in time series forecasting is how to find the best algorithm. In recent years, a recommender system scheme has been developed for time series analysis using a meta-learning approach. This…

Dimensionality Reductionfeature selectionMeta-LearningModel Selection+4