English

Attend what matters: Leveraging vision foundational models for breast cancer classification using mammograms

Computer Vision and Pattern Recognition 2026-04-22 v1

Abstract

Vision Transformers (ViT)(\texttt{ViT}) have become the architecture of choice for many computer vision tasks, yet their performance in computer-aided diagnostics remains limited. Focusing on breast cancer detection from mammograms, we identify two main causes for this shortfall. First, medical images are high-resolution with small abnormalities, leading to an excessive number of tokens and making it difficult for the softmax-based attention to localize and attend to relevant regions. Second, medical image classification is inherently fine-grained, with low inter-class and high intra-class variability, where standard cross-entropy training is insufficient. To overcome these challenges, we propose a framework with three key components: (1) Region of interest (RoI)(\texttt{RoI}) based token reduction using an object detection model to guide attention; (2) contrastive learning between selected RoI\texttt{RoI} to enhance fine-grained discrimination through hard-negative based training; and (3) a DINOv2\texttt{DINOv2} pretrained ViT\texttt{ViT} that captures localization-aware, fine-grained features instead of global CLIP\texttt{CLIP} representations. Experiments on public mammography datasets demonstrate that our method achieves superior performance over existing baselines, establishing its effectiveness and potential clinical utility for large-scale breast cancer screening. Our code is available for reproducibility here: https://aih-iitd.github.io/publications/attend-what-matters

Keywords

Cite

@article{arxiv.2604.19350,
  title  = {Attend what matters: Leveraging vision foundational models for breast cancer classification using mammograms},
  author = {Samyak Sanghvi and Piyush Miglani and Sarvesh Shashikumar and Kaustubh R Borgavi and Veenu Singla and Chetan Arora},
  journal= {arXiv preprint arXiv:2604.19350},
  year   = {2026}
}