CVARDec 6, 2016

Memory Efficient Multi-Scale Line Detector Architecture for Retinal Blood Vessel Segmentation

arXiv:1612.09524v14 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient medical image analysis for healthcare applications, but it is incremental as it focuses on hardware optimization of an existing algorithm.

The paper tackled the problem of real-time retinal blood vessel segmentation in fundus images by implementing a memory-efficient Multi-Scale Line Detector architecture on an FPGA, achieving up to 323x faster processing for high-resolution images while maintaining comparable accuracy to software.

This paper presents a memory efficient architecture that implements the Multi-Scale Line Detector (MSLD) algorithm for real-time retinal blood vessel detection in fundus images on a Zynq FPGA. This implementation benefits from the FPGA parallelism to drastically reduce the memory requirements of the MSLD from two images to a few values. The architecture is optimized in terms of resource utilization by reusing the computations and optimizing the bit-width. The throughput is increased by designing fully pipelined functional units. The architecture is capable of achieving a comparable accuracy to its software implementation but 70x faster for low resolution images. For high resolution images, it achieves an acceleration by a factor of 323x.

Foundations

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

Your Notes