Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Back to Repair: A Minimal Denoising Network for Time Series Anomaly Detection

About

We introduce JuRe (Just Repair), a minimal denoising network for time series anomaly detection that exposes a central finding: architectural complexity is unnecessary when the training objective correctly implements the manifold-projection principle. JuRe consists of a single depthwise-separable convolutional residual block with hidden dimension 128, trained to repair corrupted time series windows and scored at inference by a fixed, parameter-free structural discrepancy function. Despite using no attention, no latent variable, and no adversarial component, JuRe ranks second on the TSB-AD multivariate benchmark (AUC-PR 0.404, 180 series, 17 datasets) and second on the UCR univariate archive by AUC-PR (0.198, 250 series), leading all neural baselines on AUC-PR and VUS-PR. Component ablation on TSB-AD identifies training-time corruption as the dominant factor ($\Delta$AUC-PR $= 0.047$ on removal), confirming that the denoising objective, not network capacity, drives detection quality. Pairwise Wilcoxon signed-rank tests establish statistical significance against 21 of 25 baselines on TSB-AD. Code is available at the URL https://github.com/iis-esslingen/JuRe.

Kadir-Kaan \"Ozer, Ren\'e Ebeling, Markus Enzweiler• 2026

Related benchmarks

TaskDatasetResultRank
Anomaly DetectionUCR
Inference Throughput (scores/s)5.33e+3
27
Multivariate Anomaly DetectionTSB-AD multivariate 180 series (test)
AUC-PR40.4
26
Anomaly DetectionTSB-AD-M
Inference Throughput (scores/s)9.87e+3
26
Time Series Anomaly DetectionUCR
VUS-PR0.202
25
Anomaly DetectionTSB-AD 180 series--
25
Showing 5 of 5 rows

Other info

GitHub

Follow for update