🤖 AI Summary
Existing VAE-based time-series anomaly detection methods suffer from three key limitations: reliance on single-window modeling, insufficient capture of long-term temporal dependencies, and inadequate fusion of time-frequency information. To address these issues, this paper proposes a conditional variational autoencoder (CVAE) framework. The framework incorporates LSTM networks to model cross-window long-term dependencies, employs short-time Fourier transform (STFT) to extract time-frequency features, and introduces a distribution-level adaptive fusion mechanism based on Product of Experts (PoE) to enable probabilistic collaborative modeling of time-domain and frequency-domain latent representations. Extensive experiments on four public benchmark datasets demonstrate that the proposed method consistently outperforms state-of-the-art baselines. Ablation studies further confirm that both long-term dependency modeling and adaptive time-frequency fusion are critical for enhancing detection accuracy and robustness.
📝 Abstract
Time series anomaly detection(TSAD) is a critical task in signal processing field, ensuring the reliability of complex systems. Reconstruction-based methods dominate in TSAD. Among these methods, VAE-based methods have achieved promising results. Existing VAE-based methods suffer from the limitation of single-window feature and insufficient leveraging of long-term time and frequency information. We propose a Conditional Variational AutoEncoder with Long-term dependency and Probabilistic time-frequency fusion, named LPCVAE. LPCVAE introduces LSTM to capture long-term dependencies beyond windows. It further incorporates a Product-of-Experts (PoE) mechanism for adaptive and distribution-level probabilistic fusion. This design effectively mitigates time-frequency information loss. Extensive experiments on four public datasets demonstrate it outperforms state-of-the-art methods. The results confirm that integrating long-term time and frequency representations with adaptive fusion yields a robust and efficient solution for TSAD.