CFPNet-M: A Light-Weight Encoder-Decoder Based Network for Multimodal Biomedical Image Real-Time Segmentation
CFPNet-M, CFPNet Paper, DC-UNet and CFPNet Code
🔥 NEWS 🔥 The pytorch version is available pytorch-version.
In this project, we test five datasets:
- Infrared Breast Dataset
- Endoscopy (CVC-ClinicDB)
- Electron Microscopy (ISBI-2012)
- Drive (Digital Retinal Image)
- Dermoscopy (ISIC-2018)
The following dependencies are needed:
- Kearas == 2.2.4
- Opencv == 3.3.1
- Tensorflow == 1.10.0
- Matplotlib == 3.1.3
- Numpy == 1.19.1
You can download the datasets you want to try, and just run: for UNet, DC-UNet, MultiResUNet, ICNet, CFPNet-M, ESPNet and ENet, the code is in the folder network
. For Efficient-b0, MobileNet-v2 and Inception-v3, the code is in the main.py
. Choose the segmentation model you want to test and run:
main.py
The code of calculate FLOPs are in main.py
, you can run them after training.
@article{lou2023cfpnet,
title={Cfpnet-m: A light-weight encoder-decoder based network for multimodal biomedical image real-time segmentation},
author={Lou, Ange and Guan, Shuyue and Loew, Murray},
journal={Computers in Biology and Medicine},
pages={106579},
year={2023},
publisher={Elsevier}
}
@inproceedings{lou2021cfpnet,
title={Cfpnet: channel-wise feature pyramid for real-time semantic segmentation},
author={Lou, Ange and Loew, Murray},
booktitle={2021 IEEE International Conference on Image Processing (ICIP)},
pages={1894--1898},
year={2021},
organization={IEEE}
}
@inproceedings{lou2021dc,
title={DC-UNet: rethinking the U-Net architecture with dual channel efficient CNN for medical image segmentation},
author={Lou, Ange and Guan, Shuyue and Loew, Murray H},
booktitle={Medical Imaging 2021: Image Processing},
volume={11596},
pages={115962T},
year={2021},
organization={International Society for Optics and Photonics}
}