paper-with-me

홈 › Papers

Anomaly Heterogeneity Learning for Open-set Supervised Anomaly Detection

2023-10-19 · CVPR 2024 1 · Jiawen Zhu, Choubo Ding, Yu Tian, Guansong Pang

Open-set supervised anomaly detection (OSAD) - a recently emerging anomaly detection area - aims at utilizing a few samples of anomaly classes seen during training to detect unseen anomalies (i.e., samples from open-set anomaly classes), while effectively identifying the seen anomalies. Benefiting from the prior knowledge illustrated by the seen anomalies, current OSAD methods can often largely reduce false positive errors. However, these methods are trained in a closed-set setting and treat the anomaly examples as from a homogeneous distribution, rendering them less effective in generalizing to unseen anomalies that can be drawn from any distribution. This paper proposes to learn heterogeneous anomaly distributions using the limited anomaly examples to address this issue. To this end, we introduce a novel approach, namely Anomaly Heterogeneity Learning (AHL), that simulates a diverse set of heterogeneous anomaly distributions and then utilizes them to learn a unified heterogeneous abnormality model in surrogate open-set environments. Further, AHL is a generic framework that existing OSAD models can plug and play for enhancing their abnormality modeling. Extensive experiments on nine real-world anomaly detection datasets show that AHL can 1) substantially enhance different state-of-the-art OSAD models in detecting seen and unseen anomalies, and 2) effectively generalize to unseen anomalies in new domains. Code is available at https://github.com/mala-lab/AHL.

📄 PDF Abstract BibTeX arXiv:2310.12790

Code (1)

mala-lab/ahl 공식 구현 pytorch

Tasks

Anomaly DetectionSupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

AHEAD: A Triple Attention Based Heterogeneous Graph Anomaly Detection Approach

2022-08-17 · Shujie Yang, Binchi Zhang, Shangbin Feng, Zhaoxuan Tan 외

Graph anomaly detection on attributed networks has become a prevalent research topic due to its broad applications in many influential domains. In real-world scenarios, nodes and edges in attributed networks usually disp…

Anomaly DetectionAttributeDecoderGraph Anomaly Detection

UBnormal: New Benchmark for Supervised Open-Set Video Anomaly Detection

2021-11-16 · CVPR 2022 1 · Andra Acsintoae, Andrei Florescu, Mariana-Iuliana Georgescu, Tudor Mare 외

Detecting abnormal events in video is commonly framed as a one-class classification task, where training videos contain only normal events, while test videos encompass both normal and abnormal events. In this scenario, a…

Action RecognitionAnomaly DetectionEvent DetectionOne-Class Classification+1

Open-Set Supervised 3D Anomaly Detection: An Industrial Dataset and a Generalisable Framework for Unknown Defects

2026-04-01 · Hanzhe Liang, Luocheng Zhang, Junyang Xia, HanLiang Zhou 외 arxiv

Although self-supervised 3D anomaly detection assumes that acquiring high-precision point clouds is computationally expensive, in real manufacturing scenarios it is often feasible to collect a limited number of anomalous…

3D Anomaly DetectionPoint Clouds

Grid HTM: Hierarchical Temporal Memory for Anomaly Detection in Videos

2022-05-30 · Vladimir Monakhov, Vajira Thambawita, Pål Halvorsen, Michael A. Riegler

The interest for video anomaly detection systems has gained traction for the past few years. The current approaches use deep learning to perform anomaly detection in videos, but this approach has multiple problems. For s…

Anomaly DetectionDeep LearningVideo Anomaly Detection

Quadratic Neuron-empowered Heterogeneous Autoencoder for Unsupervised Anomaly Detection

2022-04-02 · Jing-Xiao Liao, Bo-Jian Hou, Hang-Cheng Dong, Hao Zhang 외

Inspired by the complexity and diversity of biological neurons, a quadratic neuron is proposed to replace the inner product in the current neuron with a simplified quadratic function. Employing such a novel type of neuro…

Anomaly DetectionUnsupervised Anomaly Detection