SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2509.24414 · NeurIPS · 2025

ScatterAD: Temporal-Topological Scattering Mechanism for Time Series Anomaly Detection

Yiyuan Yang, Tao Yin, Xiaohong Zhang, Shaochen Fu, Zhibin Zhang, Li Huang, Kaixiang Yang, Meng Yan

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
jk-sounds/ScatterAD — 2 of 4
FunctionStatusWhere it lives
NodeEmbedding Ran jk-sounds/ScatterAD/model/ScatterAD.py
code served (permissive licence) · get_code("7a6bfd030dcc8b03")
TemporalConv Ran jk-sounds/ScatterAD/model/ScatterAD.py
code served (permissive licence) · get_code("060ad375dd34c3a1")
Model Not yet run jk-sounds/ScatterAD/model/ScatterAD.py
code served (permissive licence) · get_code("5e7ede5dc8220212")
Scattering_Consistency_Fuse Not yet run jk-sounds/ScatterAD/model/ScatterAD.py
code served (permissive licence) · get_code("7d5ebd44f5f318b1")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

One main challenge in time series anomaly detection for industrial IoT lies in the complex spatio-temporal couplings within multivariate data. However, traditional anomaly detection methods focus on modeling spatial or temporal dependencies independently, resulting in suboptimal representation learning and limited sensitivity to anomalous dispersion in high-dimensional spaces. In this work, we conduct an empirical analysis showing that both normal and anomalous samples tend to scatter in high-dimensional space, especially anomalous samples are markedly more dispersed. We formalize this dispersion phenomenon as scattering, quantified by the mean pairwise distance among sample representations, and leverage it as an inductive signal to enhance spatio-temporal anomaly detection. Technically, we propose ScatterAD to model representation scattering across temporal and topological dimensions. ScatterAD incorporates a topological encoder for capturing graph-structured scattering and a temporal encoder for constraining overscattering through mean squared error minimization between neighboring time steps. We introduce a contrastive fusion mechanism to ensure the complementarity of the learned temporal and topological representations. Additionally, we theoretically show that maximizing the conditional mutual information between temporal and topological views improves cross-view consistency and enhances more discriminative representations. Extensive experiments on multiple public benchmarks show that ScatterAD achieves state-of-the-art performance on multivariate time series anomaly detection. Code is available at this repository: https://github.com/jk-sounds/ScatterAD.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2509.24414")
get_code_for_paper("2509.24414")
have("2509.24414")

Connect an agent — have() is free.