Skip to content

VICTORIA-project/CoMoTo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoMoTo: Unpaired Cross-Modal Lesion Distillation Improves Breast Lesion Detection in Tomosynthesis

Muhammad Alberb, Marawan Elbatel, Aya Elgebaly, Ricardo Montoya-del-Angel, Xiaomeng Li, Robert Martí

This is the official implementation of the framework CoMoTo: Unpaired Cross-Modal Lesion Distillation Improves Breast Lesion Detection in Tomosynthesis

Abstract

Digital Breast Tomosynthesis (DBT) is an advanced breast imaging modality that offers superior lesion detection accuracy compared to conventional mammography, albeit at the trade-off of longer reading time. Accelerating lesion detection from DBT using deep learning is hindered by limited data availability and huge annotation costs. A possible solution to this issue could be to leverage the information provided by a more widely available modality, such as mammography, to enhance DBT lesion detection. In this paper, we present a novel framework, CoMoTo, for improving lesion detection in DBT. Our framework leverages unpaired mammography data to enhance the training of a DBT model, improving practicality by eliminating the need for mammography during inference. Specifically, we propose two novel components, Lesionspecific Knowledge Distillation (LsKD) and Intra-modal Point Alignment (ImPA). LsKD selectively distills lesion features from a mammography teacher model to a DBT student model, disregarding background features. ImPA further enriches LsKD by ensuring the alignment of lesion features within the teacher before distilling knowledge to the student. Our comprehensive evaluation shows that CoMoTo is superior to traditional pretraining and image-level KD, improving performance by 7% Mean Sensitivity under low-data setting.

CoMoTo_overview

Getting Started

pip install -r requirements.txt

Running Framework

  1. add dataset function to comoto/data/datasets.py
  2. add transforms to comoto/data/transforms.py
  3. add a configuration json file to comoto/configs
  4. run python main.py --config_name configs --mammo or python main.py --config_name configs --dbt to run the training and evaluation code for mammography or DBT

Results

Our framework improves performance over alternative methods, especially in low-data setting Screenshot 2024-09-24 200959

Acknowledgment

Our code is built on MONAI.

Citation

@article{alberb2024CoMoTo,
  title={CoMoTo: Unpaired Cross-Modal Lesion Distillation Improves Breast Lesion Detection in Tomosynthesis},
  author={Muhammad Alberb and Marawan Elbatel and Aya Elgebaly and Ricardo Montoya-del-Angel and Xiaomeng Li and Robert Martí},
  journal={arXiv preprint arXiv:2407.17620},
  year={2024}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages