Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

VAN-AD: Visual Masked Autoencoder with Normalizing Flow For Time Series Anomaly Detection

About

Time series anomaly detection (TSAD) is essential for maintaining the reliability and security of IoT-enabled service systems. Existing methods require training one specific model for each dataset, which exhibits limited generalization capability across different target datasets, hindering anomaly detection performance in various scenarios with scarce training data. To address this limitation, foundation models have emerged as a promising direction. However, existing approaches either repurpose large language models (LLMs) or construct largescale time series datasets to develop general anomaly detection foundation models, and still face challenges caused by severe cross-modal gaps or in-domain heterogeneity. In this paper, we investigate the applicability of large-scale vision models to TSAD. Specifically, we adapt a visual Masked Autoencoder (MAE) pretrained on ImageNet to the TSAD task. However, directly transferring MAE to TSAD introduces two key challenges: overgeneralization and limited local perception. To address these challenges, we propose VAN-AD, a novel MAE-based framework for TSAD. To alleviate the over-generalization issue, we design an Adaptive Distribution Mapping Module (ADMM), which maps the reconstruction results before and after MAE into a unified statistical space to amplify discrepancies caused by abnormal patterns. To overcome the limitation of local perception, we further develop a Normalizing Flow Module (NFM), which combines MAE with normalizing flow to estimate the probability density of the current window under the global distribution. Extensive experiments on nine real-world datasets demonstrate that VAN-AD consistently outperforms existing state-of-the-art methods across multiple evaluation metrics.We make our code and datasets available at https://github.com/PenyChen/VAN-AD.

PengYu Chen, Shang Wan, Xiaohou Shi, Yuan Chang, Yan Sun, Sajal K. Das• 2026

Related benchmarks

TaskDatasetResultRank
Time Series Anomaly DetectionMSL
AUC-ROC76.2
36
Time Series Anomaly DetectionPSM
AUC-ROC0.815
36
Time Series Anomaly DetectionCalIt2
AUC-ROC0.797
16
Time Series Anomaly DetectionDLR
AUC-ROC99
16
Time Series Anomaly DetectionGECCO
AUC-ROC97.8
16
Time Series Anomaly DetectionNYC
AUC-ROC85.7
16
Time Series Anomaly DetectionSWAN
AUC-ROC82.9
16
Showing 7 of 7 rows

Other info

Follow for update