Papers › TS-Fault: Benchmarking Time Series Forecasters Against Structural Faults

TS-Fault: Benchmarking Time Series Forecasters Against Structural Faults

16 Jun 2026arXiv:2606.18539added by Syntology

Yuyang Zhao, Lian Xu, Hao Miao, Chenxi Liu, Hao Xue

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

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.

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="2606.18539")

Code

Syntology Ran 16 of 19 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 16 ran with no contract checked.

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

Ray-zyy/TS-Fault found in paper text by Syntology 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

19 samples harvested; 16 ran; 0 honoured the contract we drafted; 3 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.

16ran
3unverified

Licence: 19 of the 19 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 Ray-zyy/TS-Fault. “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.

compose_operators Ray-zyy/TS-Fault/compose_faults.py found in paper text by Syntology ran no licence file found · pointer only · 31dfe5c30921b365 · report
compute_dominant_period Ray-zyy/TS-Fault/window_selector.py found in paper text by Syntology ran no licence file found · pointer only · 5b29cffd921cac54 · report
compute_s_components Ray-zyy/TS-Fault/ablation_lambda.py found in paper text by Syntology ran no licence file found · pointer only · e5754d601f329eea · report
compute_window_importance Ray-zyy/TS-Fault/ablation_lambda.py found in paper text by Syntology ran no licence file found · pointer only · 988529afd8b8ed31 · report
compute_window_importance Ray-zyy/TS-Fault/ablation_placement.py found in paper text by Syntology ran no licence file found · pointer only · 4979216160d7e221 · report
evaluate Ray-zyy/TS-Fault/adapt_foundation.py found in paper text by Syntology ran no licence file found · pointer only · cadf4d347c8da661 · report
evaluate_model_on_batch Ray-zyy/TS-Fault/compose_faults.py found in paper text by Syntology ran no licence file found · pointer only · 28968e91e26a1e40 · report
find_npz Ray-zyy/TS-Fault/eval_foundation_phase1.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · ab4b15afd5e61658 · report
load_npz_data Ray-zyy/TS-Fault/ablation_lambda.py found in paper text by Syntology ran no licence file found · pointer only · ff84652ebe21b84d · report
mae Ray-zyy/TS-Fault/eval_foundation_phase1.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2c88fa85214e7d48 · report
make_windows Ray-zyy/TS-Fault/dataset_loader.py found in paper text by Syntology ran no licence file found · pointer only · 66c66731f10ec8dc · report
mse Ray-zyy/TS-Fault/eval_foundation_phase1.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2b6fd75c6acd97d9 · report
place_windows_topk Ray-zyy/TS-Fault/ablation_placement.py found in paper text by Syntology ran no licence file found · pointer only · 6aff1b190b49431b · report
score_changepoint Ray-zyy/TS-Fault/window_selector.py found in paper text by Syntology ran no licence file found · pointer only · 964d881e874870ed · report
score_periodic Ray-zyy/TS-Fault/window_selector.py found in paper text by Syntology ran no licence file found · pointer only · 7c35268c0f10136e · report
train_epoch Ray-zyy/TS-Fault/adapt_foundation.py found in paper text by Syntology ran no licence file found · pointer only · 541c4518eac65bee · report
build_model Ray-zyy/TS-Fault/foundation_models.py found in paper text by Syntology unverified no licence file found · pointer only · 1b41aac98d371f93 · report
load_dataset Ray-zyy/TS-Fault/dataset_loader.py found in paper text by Syntology unverified no licence file found · pointer only · a55daeec5f18e333 · report
load_npz_pair Ray-zyy/TS-Fault/compose_faults.py found in paper text by Syntology unverified no licence file found · pointer only · 7687dda446da430e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.18539, was issued in June 2026, 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