CVAIFeb 26, 2024

MV-Swin-T: Mammogram Classification with Multi-view Swin Transformer

arXiv:2402.16298v130 citationsh-index: 51Has CodeISBI
Originality Incremental advance
AI Analysis

This addresses the problem of improving diagnostic accuracy for breast cancer detection by leveraging multi-view correlations, representing an incremental advance over existing methods.

The paper tackles breast cancer classification from mammograms by proposing a multi-view transformer network that integrates information across different views, achieving state-of-the-art performance on CBIS-DDSM and Vin-Dr Mammo datasets with concrete accuracy improvements.

Traditional deep learning approaches for breast cancer classification has predominantly concentrated on single-view analysis. In clinical practice, however, radiologists concurrently examine all views within a mammography exam, leveraging the inherent correlations in these views to effectively detect tumors. Acknowledging the significance of multi-view analysis, some studies have introduced methods that independently process mammogram views, either through distinct convolutional branches or simple fusion strategies, inadvertently leading to a loss of crucial inter-view correlations. In this paper, we propose an innovative multi-view network exclusively based on transformers to address challenges in mammographic image classification. Our approach introduces a novel shifted window-based dynamic attention block, facilitating the effective integration of multi-view information and promoting the coherent transfer of this information between views at the spatial feature map level. Furthermore, we conduct a comprehensive comparative analysis of the performance and effectiveness of transformer-based models under diverse settings, employing the CBIS-DDSM and Vin-Dr Mammo datasets. Our code is publicly available at https://github.com/prithuls/MV-Swin-T

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