SOTAVerified

IterNet: Retinal Image Segmentation Utilizing Structural Redundancy in Vessel Networks

2019-12-12Code Available0· sign in to hype

Liangzhi Li, Manisha Verma, Yuta Nakashima, Hajime Nagahara, Ryo Kawasaki

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Retinal vessel segmentation is of great interest for diagnosis of retinal vascular diseases. To further improve the performance of vessel segmentation, we propose IterNet, a new model based on UNet, with the ability to find obscured details of the vessel from the segmented vessel image itself, rather than the raw input image. IterNet consists of multiple iterations of a mini-UNet, which can be 4 deeper than the common UNet. IterNet also adopts the weight-sharing and skip-connection features to facilitate training; therefore, even with such a large architecture, IterNet can still learn from merely 1020 labeled images, without pre-training or any prior knowledge. IterNet achieves AUCs of 0.9816, 0.9851, and 0.9881 on three mainstream datasets, namely DRIVE, CHASE-DB1, and STARE, respectively, which currently are the best scores in the literature. The source code is available.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CHASE_DB1IterNetAUC0.99Unverified
DRIVEIterNetAUC0.98Unverified

Reproductions