paper-with-me

Papers

DCdetector: Dual Attention Contrastive Representation Learning for Time Series Anomaly Detection

2023-06-17 · Yiyuan Yang, Chaoli Zhang, Tian Zhou, Qingsong Wen, Liang Sun

Time series anomaly detection is critical for a wide range of applications. It aims to identify deviant samples from the normal sample distribution in time series. The most fundamental challenge for this task is to learn a representation map that enables effective discrimination of anomalies. Reconstruction-based methods still dominate, but the representation learning with anomalies might hurt the performance with its large abnormal loss. On the other hand, contrastive learning aims to find a representation that can clearly distinguish any instance from the others, which can bring a more natural and promising representation for time series anomaly detection. In this paper, we propose DCdetector, a multi-scale dual attention contrastive representation learning model. DCdetector utilizes a novel dual attention asymmetric design to create the permutated environment and pure contrastive loss to guide the learning process, thus learning a permutation invariant representation with superior discrimination abilities. Extensive experiments show that DCdetector achieves state-of-the-art results on multiple time series anomaly detection benchmark datasets. Code is publicly available at https://github.com/DAMO-DI-ML/KDD2023-DCdetector.

📄 PDF Abstract BibTeX arXiv:2306.10347

Code (2)

DAMO-DI-ML/KDD2023-DCdetector 공식 구현 pytorch
xuhongzuo/DeepOD pytorch

Tasks

Anomaly DetectionContrastive LearningRepresentation LearningTime SeriesTime Series Anomaly Detection

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

MAAT: Mamba Adaptive Anomaly Transformer with association discrepancy for time series

2025-02-11 · Abdellah Zakaria Sellam, Ilyes Benaissa, Abdelmalik Taleb-Ahmed, Luigi Patrono 외

Anomaly detection in time series is essential for industrial monitoring and environmental sensing, yet distinguishing anomalies from complex patterns remains challenging. Existing methods like the Anomaly Transformer and…

Anomaly DetectionAnomaly LocalizationMambaTime Series+1

DCDetector: An IoT terminal vulnerability mining system based on distributed deep ensemble learning under source code representation

2022-11-29 · Wen Zhou

Context: The IoT system infrastructure platform facility vulnerability attack has become the main battlefield of network security attacks. Most of the traditional vulnerability mining methods rely on vulnerability detect…

Ensemble LearningSentenceVulnerability Detection

DWCL: Dual-Weighted Contrastive Learning for Multi-View Clustering

2024-11-26 · Hanning Yuan, Zhihui Zhang, Qi Guo, Lianhua Chi 외

Multi-view contrastive clustering (MVCC) has gained significant attention for generating consistent clustering structures from multiple views through contrastive learning. However, most existing MVCC methods create cross…

ClusteringContrastive Learning

Learning Object-Centric Video Models by Contrasting Sets

2020-11-20 · Sindy Löwe, Klaus Greff, Rico Jonschkowski, Alexey Dosovitskiy 외

Contrastive, self-supervised learning of object representations recently emerged as an attractive alternative to reconstruction-based training. Prior approaches focus on contrasting individual object representations (slo…

Future predictionObjectSelf-Supervised Learning

Dual Contrastive Loss and Attention for GANs

2021-03-31 · ICCV 2021 10 · Ning Yu, Guilin Liu, Aysegul Dundar, Andrew Tao 외

Generative Adversarial Networks (GANs) produce impressive results on unconditional image generation when powered with large-scale image datasets. Yet generated images are still easy to spot especially on datasets with hi…

Image GenerationUnconditional Image Generation