CVJan 18, 2019

Learning Mutually Local-global U-nets For High-resolution Retinal Lesion Segmentation in Fundus Images

arXiv:1901.06047v165 citations
Originality Incremental advance
AI Analysis

This work addresses early diagnosis of diabetic retinopathy to prevent blindness, though it is incremental as it builds on U-Net architectures.

The paper tackles the challenge of segmenting small, scattered retinal lesions in high-resolution fundus images by proposing a network that integrates global and patch-level U-Nets, achieving significant performance improvements over existing methods.

Diabetic retinopathy is the most important complication of diabetes. Early diagnosis of retinal lesions helps to avoid visual loss or blindness. Due to high-resolution and small-size lesion regions, applying existing methods, such as U-Nets, to perform segmentation on fundus photography is very challenging. Although downsampling the input images could simplify the problem, it loses detailed information. Conducting patch-level analysis helps reaching fine-scale segmentation yet usually leads to misunderstanding as the lack of context information. In this paper, we propose an efficient network that combines them together, not only being aware of local details but also taking fully use of the context perceptions. This is implemented by integrating the decoder parts of a global-level U-net and a patch-level one. The two streams are jointly optimized, ensuring that they are enhanced mutually. Experimental results demonstrate our new framework significantly outperforms existing patch-based and global-based methods, especially when the lesion regions are scattered and small-scaled.

Foundations

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

Your Notes