CVAILGSep 26, 2024

Multi-View and Multi-Scale Alignment for Contrastive Language-Image Pre-training in Mammography

arXiv:2409.18119v211 citationsh-index: 23Has Code
AI Analysis

This work addresses the problem of adapting CLIP to mammography for medical image analysis, which is incremental as it builds on existing CLIP methods for a new modality.

The authors tackled the challenge of applying Contrastive Language-Image Pre-training (CLIP) to mammography, which suffers from data scarcity and high-resolution images, by proposing a multi-view and multi-scale alignment method that outperforms state-of-the-art baselines on two datasets with only 52% model size.

Contrastive Language-Image Pre-training (CLIP) demonstrates strong potential in medical image analysis but requires substantial data and computational resources. Due to these restrictions, existing CLIP applications in medical imaging focus mainly on modalities like chest X-rays that have abundant image-report data available, leaving many other important modalities underexplored. Here, we propose one of the first adaptations of the full CLIP model to mammography, which presents significant challenges due to labeled data scarcity, high-resolution images with small regions of interest, and class-wise imbalance. We first develop a specialized supervision framework for mammography that leverages its multi-view nature. Furthermore, we design a symmetric local alignment module to better focus on detailed features in high-resolution images. Lastly, we incorporate a parameter-efficient fine-tuning approach for large language models pre-trained with medical knowledge to address data limitations. Our multi-view and multi-scale alignment (MaMA) method outperforms state-of-the-art baselines for three different tasks on two large real-world mammography datasets, EMBED and RSNA-Mammo, with only 52% model size compared with the largest baseline. The code is available at https://github.com/XYPB/MaMA

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