Skip to content

A real-time medical image segmentation architecture (IEEE Access)

Notifications You must be signed in to change notification settings

joskid/ColonSegNet

 
 

Repository files navigation

Real-Time Polyp Detection, Localization and Segmentation in Colonoscopy Using Deep Learning

ColonSegNet

ColonSegNet is an encoder-decoder that uses residual block with squeeze and excitation network as the main component. The network is designed to have very few trainable parameters as compared to other networks baseline networks such as U-Net, PSPNet, DeepLabV3+, and others. The use of fewer trainable parameters makes the proposed architecture a very light-weight network that leads to real-time performance.

Real-Time Polyp Detection, Localization and Segmentation in Colonoscopy Using Deep Learning.

Architecture

Scripts for bounding boxes

https://github.com/sharibox/EAD2019/tree/master/fileFormatConverters

Results

Citation

Please cite our paper if you find the work useful:

@article{jha2021real,
  title={Real-Time Polyp Detection, Localization and Segmentation in Colonoscopy Using Deep Learning},
  author={Jha, Debesh and Ali, Sharib and Tomar, Nikhil Kumar and Johansen, H{\aa}vard D and Johansen, Dag and Rittscher, Jens and Riegler, Michael A and Halvorsen, P{\aa}l},
  journal={Ieee Access},
  volume={9},
  pages={40496--40510},
  year={2021}
}

Contact

Please contact debesh@simula.no, sharib.ali@eng.ox.ac.uk and nikhilroxtomar@gmail.com for any further questions.

About

A real-time medical image segmentation architecture (IEEE Access)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%