paper-with-me

홈 › 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, Kwang-Ting Cheng

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 during training and identify samples deviating from the normal profile as anomalies in the testing phase. Many readily available unlabeled images containing anomalies are thus ignored in the training phase, restricting the performance. To solve this problem, we introduce one-class semi-supervised learning (OC-SSL) to utilize known normal and unlabeled images for training, and propose Dual-distribution Discrepancy for Anomaly Detection (DDAD) based on this setting. Ensembles of reconstruction networks are designed to model the distribution of normal images and the distribution of both normal and unlabeled images, deriving the normative distribution module (NDM) and unknown distribution module (UDM). Subsequently, the intra-discrepancy of NDM and inter-discrepancy between the two modules are designed as anomaly scores. Furthermore, we propose a new perspective on self-supervised learning, which is designed to refine the anomaly scores rather than detect anomalies directly. Five medical datasets, including chest X-rays, brain MRIs and retinal fundus images, are organized as benchmarks for evaluation. Experiments on these benchmarks comprehensively compare a wide range of anomaly detection methods and demonstrate that our method achieves significant gains and outperforms the state-of-the-art. Code and organized benchmarks are available at https://github.com/caiyu6666/DDAD-ASR.

📄 PDF Abstract BibTeX arXiv:2210.04227

Code (1)

caiyu6666/ddad-asr 공식 구현 pytorch

Tasks

Anomaly DetectionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Camera-aware Label Refinement for Unsupervised Person Re-identification

2024-03-25 · Pengna Li, Kangyi Wu, Wenli Huang, Sanping Zhou 외

Unsupervised person re-identification aims to retrieve images of a specified person without identity labels. Many recent unsupervised Re-ID approaches adopt clustering-based methods to measure cross-camera feature simila…

ClusteringPerson Re-IdentificationUnsupervised Person Re-Identification

Dual Domain-Adversarial Learning for Audio-Visual Saliency Prediction

2022-08-10 · Yingzi Fan, Longfei Han, Yue Zhang, Lechao Cheng 외

Both visual and auditory information are valuable to determine the salient regions in videos. Deep convolution neural networks (CNN) showcase strong capacity in coping with the audio-visual saliency prediction task. Due …

Domain AdaptationPredictionSaliency PredictionUnsupervised Domain Adaptation

An Unsupervised Domain Adaptation Model based on Dual-module Adversarial Training

2021-12-31 · Yiju Yang, Tianxiao Zhang, Guanyu Li, Taejoon Kim 외

In this paper, we propose a dual-module network architecture that employs a domain discriminative feature module to encourage the domain invariant feature module to learn more domain invariant features. The proposed arch…

Domain AdaptationPredictionUnsupervised Domain Adaptation

Self-Supervised GANs with Label Augmentation

2021-06-16 · NeurIPS 2021 12 · Liang Hou, HuaWei Shen, Qi Cao, Xueqi Cheng

Recently, transformation-based self-supervised learning has been applied to generative adversarial networks (GANs) to mitigate catastrophic forgetting in the discriminator by introducing a stationary learning environment…

Data AugmentationImage GenerationRepresentation LearningSelf-Supervised Learning

Transport Discrepancy as a Reliability Signal for Vision-Language-Action Models

2025-12-01 · Wanpeng Zhang, Ye Wang, Hao Luo, Haoqi Yuan 외 arxiv

Vision-language-action (VLA) models that generate continuous action chunks via flow matching lack an internal signal for judging whether a given prediction is reliable. Distribution shift and long-horizon rollouts can pu…