Papers › CATCH: Channel-Aware multivariate Time Series Anomaly Detection via Frequency Patching

CATCH: Channel-Aware multivariate Time Series Anomaly Detection via Frequency Patching

16 Oct 2024arXiv:2410.12261archive 2025-07-28

Xingjian Wu, Xiangfei Qiu, Zhengyu Li, Yihang Wang, Jilin Hu, Chenjuan Guo, Hui Xiong, Bin Yang

Anomaly detection in multivariate time series is challenging as heterogeneous subsequence anomalies may occur. Reconstruction-based methods, which focus on learning normal patterns in the frequency domain to detect diverse abnormal subsequences, achieve promising results, while still falling short on capturing fine-grained frequency characteristics and channel correlations. To contend with the limitations, we introduce CATCH, a framework based on frequency patching. We propose to patchify the frequency domain into frequency bands, which enhances its ability to capture fine-grained frequency characteristics. To perceive appropriate channel correlations, we propose a Channel Fusion Module (CFM), which features a patch-wise mask generator and a masked-attention mechanism. Driven by a bi-level multi-objective optimization algorithm, the CFM is encouraged to iteratively discover appropriate patch-wise channel correlations, and to cluster relevant channels while isolating adverse effects from irrelevant channels. Extensive experiments on 10 real-world datasets and 12 synthetic datasets demonstrate that CATCH achieves state-of-the-art performance. We make our code and datasets available at https://github.com/decisionintelligence/CATCH.

PaperPDFCodeCode 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="2410.12261")

Code

Syntology Ran 11 of 19 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 7 ran with no contract checked.

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

decisionintelligence/catch officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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; 11 ran; 0 honoured the contract we drafted; 8 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.

2ran · our draft was wrong
2ran · fixture could not drive it
7ran
8unverified

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 decisionintelligence/catch. “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.

FeedForward decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 8a77b8600e54d5f7 · report
Flatten_Head decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · fce9a4ebde3e8479 · report
RevIN decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 1a19c5d300e601bb · report
StandardScaler decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran no licence file found · pointer only · fa0e6295192c0e87 · report
TransformerConfig decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran no licence file found · pointer only · 5287b7814c56db5c · report
anomaly_detection_data_provider decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · fixture could not drive it no licence file found · pointer only · c1b8e3c1759a1747 · report
channel_mask_generator decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · f16a5d06e1bdbef4 · report
frequency_criterion decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · a5763cadde827d5a · report
frequency_loss decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · our draft was wrong no licence file found · pointer only · 2872bca9fddbab2b · report
split_before decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · our draft was wrong no licence file found · pointer only · b991f3f86cbfa63d · report
train_val_split decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository ran · fixture could not drive it no licence file found · pointer only · a59a0451698b9bad · report
CATCH decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · 3219c388e4817c75 · report
CATCHModel decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · 8b22d38fa582a02f · report
EarlyStopping decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · e1d93133fa73f150 · report
SegLoader decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · b147563c2741119d · report
Trans_C decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · ef53bd7e9735abef · report
adjust_learning_rate decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · 3f0a51a08ce2a641 · report
c_Attention decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · 30568d39fcfa70fa · report
c_Transformer decisionintelligence/catch/ts_benchmark/baselines/catch/CATCH.py official repository unverified no licence file found · pointer only · e61c807014781f8c · report

Tasks

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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