CVAug 29, 2023

ADFA: Attention-augmented Differentiable top-k Feature Adaptation for Unsupervised Medical Anomaly Detection

arXiv:2308.15280v15 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting anomalies in medical images without annotated data, particularly for rare diseases, though it appears incremental as it builds on existing pre-trained networks and adaptation techniques.

The paper tackles unsupervised anomaly detection in medical imaging by proposing ADFA, which uses attention-augmented patch descriptors and differentiable top-k feature adaptation to map features for anomaly detection, achieving state-of-the-art performance on multiple datasets.

The scarcity of annotated data, particularly for rare diseases, limits the variability of training data and the range of detectable lesions, presenting a significant challenge for supervised anomaly detection in medical imaging. To solve this problem, we propose a novel unsupervised method for medical image anomaly detection: Attention-Augmented Differentiable top-k Feature Adaptation (ADFA). The method utilizes Wide-ResNet50-2 (WR50) network pre-trained on ImageNet to extract initial feature representations. To reduce the channel dimensionality while preserving relevant channel information, we employ an attention-augmented patch descriptor on the extracted features. We then apply differentiable top-k feature adaptation to train the patch descriptor, mapping the extracted feature representations to a new vector space, enabling effective detection of anomalies. Experiments show that ADFA outperforms state-of-the-art (SOTA) methods on multiple challenging medical image datasets, confirming its effectiveness in medical anomaly detection.

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