Skip to content

L-Seg: An End-to-End Unified Framework for Multi-lesion Segmentation of Fundus Images

Notifications You must be signed in to change notification settings

guomugong/L-Seg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

L-Seg

L-Seg: An End-to-End Unified Framework for Multi-lesion Segmentation of Fundus Images

Please read our paper for more details!

Introduction:

Diabetic retinopathy and diabetic macular edema are the two leading causes for blindness in working-age people, and the quantitative and qualitative diagnosis of these two diseases usually depends on the presence and areas of lesions in fundus images. The main related lesions include soft exudates, hard exudates, microaneurysms, and haemorrhages. However, segmentation of these four kinds of lesions is difficult due to their uncertainty in size, contrast, and high interclass similarity. Therefore, we aim to design a multi-lesion segmentation model. We have designed the first small object segmentation network (L-Seg) that can segment the four kinds of lesions simultaneously. Taking into account that small lesion regions could not response at high level of network, we propose a multi-scale feature fusion method to handle this problem. In addition, when considering the cases of both class-imbalance and loss-imbalance problems, we propose a multi-channel bin loss. We have evaluated L-Seg on three fundus datasets including two publicly available datasets - IDRiD and e-ophtha and one private dataset - DDR. Extensive experiments have demonstrated that L-Seg achieves better performance in small lesion segmentation than other deep learning models and traditional methods. Specially, the mAUC score of L-Seg is over 16.8%, 1.51% and 3.11% higher than that of DeepLab v3+ on IDRiD, e-ophtha and DDR datasets, respectively. Moreover, our framework shows competitive performance compared with top-3 teams in IDRiD challenge.

Usage:

layer {
  name: "loss"
  type: "MultiChannelBinSigmoidCrossEntropyLoss"
  bottom: "pred"
  bottom: "label"
  top: "loss"
  loss_weight: 1.0
  mcbsce_loss_param {
    key: 10
    num_label: 4
  }
}

Dataset

DDR can be download here.

License

LICENSE Badge

About

L-Seg: An End-to-End Unified Framework for Multi-lesion Segmentation of Fundus Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages