Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning to Address Intra-segment Misclassification in Retinal Imaging

About

Accurate multi-class segmentation is a long-standing challenge in medical imaging, especially in scenarios where classes share strong similarity. Segmenting retinal blood vessels in retinal photographs is one such scenario, in which arteries and veins need to be identified and differentiated from each other and from the background. Intra-segment misclassification, i.e. veins classified as arteries or vice versa, frequently occurs when arteries and veins intersect, whereas in binary retinal vessel segmentation, error rates are much lower. We thus propose a new approach that decomposes multi-class segmentation into multiple binary, followed by a binary-to-multi-class fusion network. The network merges representations of artery, vein, and multi-class feature maps, each of which are supervised by expert vessel annotation in adversarial training. A skip-connection based merging process explicitly maintains class-specific gradients to avoid gradient vanishing in deep layers, to favor the discriminative features. The results show that, our model respectively improves F1-score by 4.4\%, 5.1\%, and 4.2\% compared with three state-of-the-art deep learning based methods on DRIVE-AV, LES-AV, and HRF-AV data sets. Code: https://github.com/rmaphoh/Learning-AVSegmentation

Yukun Zhou, Moucheng Xu, Yipeng Hu, Hongxiang Lin, Joseph Jacob, Pearse A. Keane, Daniel C. Alexander• 2021

Related benchmarks

TaskDatasetResultRank
Multi-class vessel segmentationDRIVE-AV (test)
Sensitivity0.6987
6
Multi-class vessel segmentationLES-AV (test)
Sensitivity0.6294
6
Multi-class vessel segmentationHRF-AV (test)
Sensitivity67.68
6
Artery-vein segmentationUNAF external (test)
Dice (Artery)68.01
4
Artery-vein segmentationINSPIRE-AVR external (test)
Dice (Artery)68.61
4
Artery-vein segmentationCropped HRF external (test)
Dice (Artery)0.729
4
Artery-vein segmentationUZLF (test)
Dice (Artery)78.14
4
Artery-vein segmentationLES-AV external (test)
Dice (Artery)78.68
3
Showing 8 of 8 rows

Other info

Code

Follow for update