LGCVMay 18, 2021

Masked Contrastive Learning for Anomaly Detection

arXiv:2105.08793v248 citations
Originality Incremental advance
AI Analysis

This work addresses anomaly detection for safety-critical software systems, presenting an incremental improvement over existing self-supervised learning methods.

The paper tackles the problem of anomaly detection by proposing a task-specific variant of contrastive learning called masked contrastive learning, along with a self-ensemble inference method, which together outperform previous state-of-the-art methods by a significant margin on various benchmark datasets.

Detecting anomalies is one fundamental aspect of a safety-critical software system, however, it remains a long-standing problem. Numerous branches of works have been proposed to alleviate the complication and have demonstrated their efficiencies. In particular, self-supervised learning based methods are spurring interest due to their capability of learning diverse representations without additional labels. Among self-supervised learning tactics, contrastive learning is one specific framework validating their superiority in various fields, including anomaly detection. However, the primary objective of contrastive learning is to learn task-agnostic features without any labels, which is not entirely suited to discern anomalies. In this paper, we propose a task-specific variant of contrastive learning named masked contrastive learning, which is more befitted for anomaly detection. Moreover, we propose a new inference method dubbed self-ensemble inference that further boosts performance by leveraging the ability learned through auxiliary self-supervision tasks. By combining our models, we can outperform previous state-of-the-art methods by a significant margin on various benchmark datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes