Skip to content

zakariaSenousy/MCUa-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCUa-Model

This repository is the part A of the ICIAR 2018 Grand Challenge on BreAst Cancer Histology (BACH) images for automatically classifying H&E stained breast histology microscopy images in four classes: normal, benign, in situ carcinoma and invasive carcinoma.

We propose a novel dynamic ensemble Convolutional Neural Network with terming Multi-level Context and Uncertainty aware (MCUa) model for the automated classification of H&E stained breast histology images. First, we resize input images into two different scales to capture multi-scale local information. Then we designed patch feature extractor networks by extracting patches and feed them to pre-trained fine-tuned DCNNs (i.e. DenseNet-161 and ResNet-152). The extracted feature maps are then used by our context-aware networks to extract multi-level contextual information from different pattern levels. Finally, a novel uncertainty-aware model ensembling stage is developed to dynamically select the most certain context-aware models for the final prediction.

MCUA_model

Citation

If you use this code for your research, please cite our paper: MCUa: Multi-level Context and Uncertainty aware Dynamic Deep Ensemble for Breast Cancer Histology Image Classification

@ARTICLE{MCUA,
  author={Senousy, Zakaria and Abdelsamea, Mohammed and Gaber, Mohamed Medhat and Abdar, Moloud and Acharya, Rajendra U and Khosravi, Abbas and Nahavandi, Saeid},
  journal={IEEE Transactions on Biomedical Engineering}, 
  title={MCUa: Multi-level Context and Uncertainty aware Dynamic Deep Ensemble for Breast Cancer Histology Image Classification}, 
  year={2021},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TBME.2021.3107446}}

About

Multi-level Context and Uncertainty aware Dynamic Deep Ensemble for Breast Cancer Histology Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages