CATCH: Channel-Aware multivariate Time Series Anomaly Detection via Frequency Patching
Xingjian Wu, Xiangfei Qiu, Zhengyu Li, Yihang Wang, Jilin Hu, Chenjuan Guo, Hui Xiong, Bin Yang
TL;DR
CATCH tackles multivariate time series anomaly detection by addressing the difficulty of heterogeneous subsequence anomalies through frequency-domain frequency patching and adaptive channel correlation learning. It patches the FFT-based representation into fine-grained frequency bands and uses a Channel Fusion Module with a Mask Generator and masked attention to discover band-specific channel relationships via a bi-level optimization process. A Time-Frequency Reconstruction Module jointly reconstructs in time and frequency domains, and an anomaly scoring scheme combines point-level temporal signals with band-aware frequency cues. Empirical results across 24 datasets demonstrate state-of-the-art performance, with ablations confirming the importance of frequency patching, channel discovery, and bi-level optimization for robustness and accuracy.
Abstract
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.
