paper-with-me

Papers

Contrast to Detect: Dynamic Graph Contrastive Regularization for Unsupervised Anomaly Detection in Multivariate Time Series

2026-05-22 · Yunhua Pei, Zixing Song, Jin Zheng, John Cartlidge arxiv

Anomaly detection in multivariate time series (MTS) is hindered by dynamic inter-variable dependencies and feature entanglement under spectral noise, and in practice, is further complicated by the absence of anomaly labels. Existing reconstruction-based detectors tend to recover anomalies as faithfully as normal patterns, while prevailing graph contrastive methods enforce invariance across views and thus assume a stationary relational structure, an assumption that breaks under structural drift in real systems. We propose ContrastAD, an unsupervised framework that turns structural evolution itself into a learning signal rather than suppressing it. A Multi-Perspective Embedder encodes inputs from temporal, attribute, and structural perspectives. A Frequency-Aware Attention Mixer then performs spectral top-K filtering before attention, preventing noise from leaking into query-key similarities. The core component, a Dynamic Graph Contrastive Learner, builds power-law-inspired sparse graph snapshots from batch-level DTW distances and contrasts the most divergent pair against a stable anchor, regularizing the latent space without imposing rigid invariance. Across five real-world benchmarks, ContrastAD attains the highest mean F1 on all five datasets and the highest AUC on three (SWaT 93.60, SMD 98.66, PSM 97.79), with statistically significant F1 and AUC margins over the strongest baseline on SWaT and PSM. On MSL and SMAP, it trails the AUC leader by under 0.7 points while still leading on F1. Ablation and sensitivity studies further confirm that the contrastive objective works best as a soft regularizer, supporting our claim that strict invariance is suboptimal under non-stationary dynamics.

📄 PDF Abstract BibTeX arXiv:2605.23744

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Anomaly DetectionTime Series Anomaly Detection

Results from the Paper

RankTaskDatasetModelMetrics
#3 Time Series Anomaly Detection SWaT ContrastAD F1 Score: 0.7

Similar Papers 제목 키워드 기반

Towards Multi-view Graph Anomaly Detection with Similarity-Guided Contrastive Clustering

2024-09-15 · Lecheng Zheng, John R. Birge, Yifang Zhang, Jingrui He

Anomaly detection on graphs plays an important role in many real-world applications. Usually, these data are composed of multiple types (e.g., user information and transaction records for financial data), thus exhibiting…

Anomaly DetectionClusteringContrastive LearningGraph Anomaly Detection

Adversarial Graph Contrastive Learning with Information Regularization

2022-02-14 · Shengyu Feng, Baoyu Jing, Yada Zhu, Hanghang Tong

Contrastive learning is an effective unsupervised method in graph representation learning. Recently, the data augmentation based contrastive learning method has been extended from images to graphs. However, most prior wo…

Contrastive LearningData AugmentationGraph Representation LearningNode Classification+1

Dynamic Gated Cross-Modal Fusion with Sarcastic-aware Contrastive Regularization for Multimodal Sarcasm Detection

2026-08-20 · Hao Guo, Subin Huang, Junjie Chen, Zhifa Geng 외 arxiv

Multimodal sarcasm detection aims to identify sarcastic intent from multimodal content, where inconsistencies between literal meaning and contextual cues often signal irony. This task has attracted increasing research at…

Sarcasm Detection

Implicit variance regularization in non-contrastive SSL

2022-12-09 · NeurIPS 2023 11 · Manu Srinath Halvagal, Axel Laborieux, Friedemann Zenke

Non-contrastive SSL methods like BYOL and SimSiam rely on asymmetric predictor networks to avoid representational collapse without negative samples. Yet, how predictor networks facilitate stable learning is not fully und…

Calibrating and Improving Graph Contrastive Learning

2021-01-27 · Kaili Ma, Haochen Yang, Han Yang, Yongqiang Chen 외

Graph contrastive learning algorithms have demonstrated remarkable success in various applications such as node classification, link prediction, and graph clustering. However, in unsupervised graph contrastive learning, …

Contrastive LearningGraph ClusteringGraph Neural NetworkGraph Representation Learning+3