Skip to content

This is the implementation of the MVCM model mentioned in our paper 'Validation of artificial intelligence contrast mammography in diagnosis of breast cancer: Relationship to histopathological results'.

License

Notifications You must be signed in to change notification settings

omar-mohamed/Birad-Classification-Multiview

Repository files navigation

Multiview Contrast Mammography Model (MVCM)

This is the implementation of the MVCM model mentioned in our paper 'Validation of artificial intelligence contrast mammography in diagnosis of breast cancer: Relationship to histopathological results'.

Paper link here.

We built a multiview deep learning model (MVCM) to classify and segment malignancy in contrast-enhanced mammography images. The model was trained on the CDD-CESM Dataset.

image

Sample Predictions

image

Installation & Usage

The project was tested on a virtual environment of python 3.7, pip 24.0, and MacOS

  • pip install -r full_requirements.txt (or pip install -r requirements.txt if there are errors because of using a different operating system, as requirements.txt only contains the main dependencies and pip will fetch the compatible sub-dependencies, but it will be slower)
  • modify configs.py to point to the training/testing sets & control the training flow
  • python train.py
  • python test.py (to evaluate the model)

Related Repositories

  • CDD-CESM Dataset here.

Citation

To cite this paper, please use:

@article{HELAL2024111392,
title = {Validation of artificial intelligence contrast mammography in diagnosis of breast cancer: Relationship to histopathological results},
journal = {European Journal of Radiology},
volume = {173},
pages = {111392},
year = {2024},
issn = {0720-048X},
doi = {https://doi.org/10.1016/j.ejrad.2024.111392},
url = {https://www.sciencedirect.com/science/article/pii/S0720048X24001086},
author = {Maha Helal and Rana Khaled and Omar Alfarghaly and Omnia Mokhtar and Abeer Elkorany and Aly Fahmy and Hebatalla {El Kassas}}
}

About

This is the implementation of the MVCM model mentioned in our paper 'Validation of artificial intelligence contrast mammography in diagnosis of breast cancer: Relationship to histopathological results'.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages