VETime: Vision Enhanced Zero-Shot Time Series Anomaly Detection
Yingyuan Yang, Tian Lan, Yifei Gao, Yimeng Lu, Wenjun He, Meng Wang, Chenghao Liu, Chen Zhang
TL;DR
VETime tackles the dual challenge of point and context anomalies in time-series data under zero-shot settings by unifying temporal and visual representations. It introduces a four-part pipeline comprising Reversible Image Conversion, Patch-Level Temporal Alignment, Anomaly Window Contrastive Learning, and Task-Adaptive Multi-Modal Fusion to enable fine-grained cross-modal interaction and dynamic fusion. Empirical results across 11 univariate datasets show VETime achieves state-of-the-art zero-shot performance with superior localization accuracy and substantially lower computational cost than vision-based approaches. The framework demonstrates strong generalization, supports multivariate extensions, and offers practical potential for robust, parameter-efficient TSAD in diverse domains.
Abstract
Time-series anomaly detection (TSAD) requires identifying both immediate Point Anomalies and long-range Context Anomalies. However, existing foundation models face a fundamental trade-off: 1D temporal models provide fine-grained pointwise localization but lack a global contextual perspective, while 2D vision-based models capture global patterns but suffer from information bottlenecks due to a lack of temporal alignment and coarse-grained pointwise detection. To resolve this dilemma, we propose VETime, the first TSAD framework that unifies temporal and visual modalities through fine-grained visual-temporal alignment and dynamic fusion. VETime introduces a Reversible Image Conversion and a Patch-Level Temporal Alignment module to establish a shared visual-temporal timeline, preserving discriminative details while maintaining temporal sensitivity. Furthermore, we design an Anomaly Window Contrastive Learning mechanism and a Task-Adaptive Multi-Modal Fusion to adaptively integrate the complementary perceptual strengths of both modalities. Extensive experiments demonstrate that VETime significantly outperforms state-of-the-art models in zero-shot scenarios, achieving superior localization precision with lower computational overhead than current vision-based approaches. Code available at: https://github.com/yyyangcoder/VETime.
