CVMar 19, 2024

Adapting Visual-Language Models for Generalizable Anomaly Detection in Medical Images

arXiv:2403.12570v1121 citationsHas CodeCVPR
Originality Highly original
AI Analysis

This work addresses the domain gap issue in medical imaging for anomaly detection, offering a novel adaptation method that improves generalization across unseen modalities and anatomical regions.

The paper tackles the problem of adapting visual-language models for medical anomaly detection by introducing a lightweight multi-level adaptation framework, achieving average AUC improvements of 6.24% and 7.33% for classification and 2.03% and 2.37% for segmentation in zero-shot and few-shot settings.

Recent advancements in large-scale visual-language pre-trained models have led to significant progress in zero-/few-shot anomaly detection within natural image domains. However, the substantial domain divergence between natural and medical images limits the effectiveness of these methodologies in medical anomaly detection. This paper introduces a novel lightweight multi-level adaptation and comparison framework to repurpose the CLIP model for medical anomaly detection. Our approach integrates multiple residual adapters into the pre-trained visual encoder, enabling a stepwise enhancement of visual features across different levels. This multi-level adaptation is guided by multi-level, pixel-wise visual-language feature alignment loss functions, which recalibrate the model's focus from object semantics in natural imagery to anomaly identification in medical images. The adapted features exhibit improved generalization across various medical data types, even in zero-shot scenarios where the model encounters unseen medical modalities and anatomical regions during training. Our experiments on medical anomaly detection benchmarks demonstrate that our method significantly surpasses current state-of-the-art models, with an average AUC improvement of 6.24% and 7.33% for anomaly classification, 2.03% and 2.37% for anomaly segmentation, under the zero-shot and few-shot settings, respectively. Source code is available at: https://github.com/MediaBrain-SJTU/MVFA-AD

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