Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.11 KB

File metadata and controls

29 lines (26 loc) · 2.11 KB

Caffe modified U-Net

Automatic segmentation of retinal blood vessels from fundus images plays a key role in the computer aided diagnostic system, which is helpful for the early treatment of many fundus diseases including diabetic retinopathy, glaucoma and hypertension. In this section, a modified U-Net is proposed to achieve semantic segmentation of retinal blood vessels. In addition, we use Condition Random Field to integrate the global information. The comparison between our method and other typical methods is given to evaluate the proposed method. Our network architecture achieves a satisfactory result on publicly available DRIVE database and we have obtained an average accuracy of 86.5% for retinal blood vessels segmentation task.

Segmentation results and roc curve

vessel1 vessel2 vessel3 vessel4 vessel5
   roc_curve

LICENSE

MIT License

Questions

Emails: [email protected]   A Ph.D from Northeastern University, China

Please cite by:

@inproceedings{luo2018retinal,
  title={Retinal blood vessels semantic segmentation method based on modified U-Net},
  author={Luo, Ling and Chen, Dali and Xue, Dingyu},
  booktitle={2018 Chinese Control And Decision Conference (CCDC)},
  pages={1892--1895},
  year={2018},
  organization={IEEE}
}