TL;DR
This paper introduces DPN, a high-resolution, detail-preserving network for retinal vessel segmentation that outperforms existing methods in speed and efficiency by avoiding encoder-decoder architecture and maintaining full resolution.
Contribution
The paper proposes a novel DPN architecture with DP-Blocks that preserves high-resolution details without down-sampling, improving segmentation accuracy and efficiency.
Findings
Achieves comparable segmentation accuracy on three datasets.
Over 20-160 times faster segmentation speed than existing methods.
Uses significantly fewer parameters (~120k) than other models.
Abstract
Retinal vessels are important biomarkers for many ophthalmological and cardiovascular diseases. Hence, it is of great significance to develop automatic models for computer-aided diagnosis. Existing methods, such as U-Net follow the encoder-decoder pipeline, where detailed information is lost in the encoder in order to achieve a large field of view. Although spatial detailed information could be recovered partly in the decoder, while there is noise in the high-resolution feature maps of the encoder. And, we argue this encoder-decoder architecture is inefficient for vessel segmentation. In this paper, we present the detail-preserving network (DPN), which avoids the encoder-decoder pipeline. To preserve detailed information and learn structural information simultaneously, we designed the detail-preserving block (DP-Block). Further, we stacked eight DP-Blocks together to form the DPN. More…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBatch Normalization · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Softmax · Max Pooling · Convolution · Grouped Convolution · 1x1 Convolution · Dense Connections · Concatenated Skip Connection
