Search papers, labs, and topics across Lattice.
This paper introduces CARE, a cascaded framework designed to enhance the efficiency of time series anomaly detection by combining a Lightweight Pre-filter Model (LPM) with a Complex Detection Model (CDM). By leveraging a Residual MLP AutoEncoder and a Normality-Conditioned Gating mechanism, CARE effectively filters out high-confidence normal samples, allowing the CDM to focus on uncertain cases. Experimental results across eight benchmarks reveal that CARE achieves a significant inference speedup of 2.7x to 4.8x compared to state-of-the-art methods while maintaining competitive detection accuracy.
Anomaly detection just got faster鈥擟ARE achieves up to 4.8x inference speedup without sacrificing accuracy by intelligently filtering normal data.
While deep learning models have achieved state-of-the-art performance in time series anomaly detection, their complex architectures incur substantial inference overhead. Existing methods typically apply a uniform inference strategy across all data points, which is inefficient given that anomalies are inherently scarce and the vast majority of temporal data consists of predictable normal patterns. To mitigate this bottleneck, we propose CARE, a model-agnostic cascaded inference framework that integrates a Lightweight Pre-filter Model (LPM) with an existing high-capacity Complex Detection Model (CDM). The LPM rapidly filters high-confidence normal samples using a Residual MLP AutoEncoder and a Normality-Conditioned Gating mechanism. Crucially, we introduce a Structure Attention module to explicitly capture channel-wise anomaly contributions, and optimize the gating network via a confidence-guided selective routing objective that learns reliable routing decisions to reduce unnecessary CDM invocations. Extensive experiments across eight real-world benchmarks demonstrate that CARE effectively isolates high-confidence normal samples. By routing only uncertain samples to the CDM, our framework achieves $2.7\times$ to $4.8\times$ inference speedup compared to the most accurate SOTA approaches, while still maintaining competitive detection quality.