paper-with-me

홈 › Papers

Dual-Distribution Discrepancy for Anomaly Detection in Chest X-Rays

2022-06-08 · Yu Cai, Hao Chen, Xin Yang, Yu Zhou, Kwang-Ting Cheng

Chest X-ray (CXR) is the most typical radiological exam for diagnosis of various diseases. Due to the expensive and time-consuming annotations, detecting anomalies in CXRs in an unsupervised fashion is very promising. However, almost all of the existing methods consider anomaly detection as a one-class classification (OCC) problem. They model the distribution of only known normal images during training and identify the samples not conforming to normal profile as anomalies in the testing phase. A large number of unlabeled images containing anomalies are thus ignored in the training phase, although they are easy to obtain in clinical practice. In this paper, we propose a novel strategy, Dual-distribution Discrepancy for Anomaly Detection (DDAD), utilizing both known normal images and unlabeled images. The proposed method consists of two modules. During training, one module takes both known normal and unlabeled images as inputs, capturing anomalous features from unlabeled images in some way, while the other one models the distribution of only known normal images. Subsequently, inter-discrepancy between the two modules, and intra-discrepancy inside the module that is trained on only normal images are designed as anomaly scores to indicate anomalies. Experiments on three CXR datasets demonstrate that the proposed DDAD achieves consistent, significant gains and outperforms state-of-the-art methods. Code is available at https://github.com/caiyu6666/DDAD.

📄 PDF Abstract BibTeX arXiv:2206.03935

Code (1)

caiyu6666/ddad 공식 구현 pytorch

Tasks

Anomaly DetectionOne-Class Classification

Similar Papers 제목 키워드 기반

Dual-distribution discrepancy with self-supervised refinement for anomaly detection in medical images

2022-10-09 · Yu Cai, Hao Chen, Xin Yang, Yu Zhou 외

Medical anomaly detection is a crucial yet challenging task aimed at recognizing abnormal images to assist in diagnosis. Due to the high-cost annotations of abnormal images, most methods utilize only known normal images …

Anomaly DetectionSelf-Supervised Learning

Position-Guided Prompt Learning for Anomaly Detection in Chest X-Rays

2024-05-20 · Zhichao Sun, Yuliang Gu, Yepeng Liu, Zerui Zhang 외

Anomaly detection in chest X-rays is a critical task. Most methods mainly model the distribution of normal images, and then regard significant deviation from normal distribution as anomaly. Recently, CLIP-based methods, …

Anomaly DetectionPositionPrompt Learning

AMAE: Adaptation of Pre-Trained Masked Autoencoder for Dual-Distribution Anomaly Detection in Chest X-Rays

2023-07-24 · Behzad Bozorgtabar, Dwarikanath Mahapatra, Jean-Philippe Thiran

Unsupervised anomaly detection in medical images such as chest radiographs is stepping into the spotlight as it mitigates the scarcity of the labor-intensive and costly expert annotation of anomaly data. However, nearly …

Anomaly DetectionOne-Class ClassificationUnsupervised Anomaly Detection

Advancing Pre-trained Teacher: Towards Robust Feature Discrepancy for Anomaly Detection

2024-05-03 · Canhui Tang, Sanping Zhou, Yizhe Li, Yonghao Dong 외

With the wide application of knowledge distillation between an ImageNet pre-trained teacher model and a learnable student model, industrial anomaly detection has witnessed a significant achievement in the past few years.…

Anomaly DetectionAttributeKnowledge Distillation

Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy

2021-10-06 · ICLR 2022 4 · Jiehui Xu, Haixu Wu, Jianmin Wang, Mingsheng Long

Unsupervised detection of anomaly points in time series is a challenging problem, which requires the model to derive a distinguishable criterion. Previous methods tackle the problem mainly through learning pointwise repr…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection