IVCVJul 3, 2021

EAR-NET: Error Attention Refining Network For Retinal Vessel Segmentation

arXiv:2107.01351v211 citations
AI Analysis

This work addresses the challenge of detecting abnormal areas in retinal images for early diagnosis of diseases like diabetic retinopathy, though it is incremental as it builds on existing attention mechanisms.

The paper tackles the problem of low sensitivity in retinal vessel segmentation by proposing a two-stage error attention refining network (ERA-Net) that learns from segmentation errors, achieving state-of-the-art performance on two common datasets.

The precise detection of blood vessels in retinal images is crucial to the early diagnosis of the retinal vascular diseases, e.g., diabetic, hypertensive and solar retinopathies. Existing works often fail in predicting the abnormal areas, e.g, sudden brighter and darker areas and are inclined to predict a pixel to background due to the significant class imbalance, leading to high accuracy and specificity while low sensitivity. To that end, we propose a novel error attention refining network (ERA-Net) that is capable of learning and predicting the potential false predictions in a two-stage manner for effective retinal vessel segmentation. The proposed ERA-Net in the refine stage drives the model to focus on and refine the segmentation errors produced in the initial training stage. To achieve this, unlike most previous attention approaches that run in an unsupervised manner, we introduce a novel error attention mechanism which considers the differences between the ground truth and the initial segmentation masks as the ground truth to supervise the attention map learning. Experimental results demonstrate that our method achieves state-of-the-art performance on two common retinal blood vessel datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes