English

HRDecoder: High-Resolution Decoder Network for Fundus Image Lesion Segmentation

Computer Vision and Pattern Recognition 2025-04-14 v2

Abstract

High resolution is crucial for precise segmentation in fundus images, yet handling high-resolution inputs incurs considerable GPU memory costs, with diminishing performance gains as overhead increases. To address this issue while tackling the challenge of segmenting tiny objects, recent studies have explored local-global fusion methods. These methods preserve fine details using local regions and capture long-range context information from downscaled global images. However, the necessity of multiple forward passes inevitably incurs significant computational overhead, adversely affecting inference speed. In this paper, we propose HRDecoder, a simple High-Resolution Decoder network for fundus lesion segmentation. It integrates a high-resolution representation learning module to capture fine-grained local features and a high-resolution fusion module to fuse multi-scale predictions. Our method effectively improves the overall segmentation accuracy of fundus lesions while consuming reasonable memory and computational overhead, and maintaining satisfying inference speed. Experimental results on the IDRiD and DDR datasets demonstrate the effectiveness of our method. Code is available at https://github.com/CVIU-CSU/HRDecoder.

Keywords

Cite

@article{arxiv.2411.03976,
  title  = {HRDecoder: High-Resolution Decoder Network for Fundus Image Lesion Segmentation},
  author = {Ziyuan Ding and Yixiong Liang and Shichao Kan and Qing Liu},
  journal= {arXiv preprint arXiv:2411.03976},
  year   = {2025}
}

Comments

11 pages, 3 figures, accepted by MICCAI 2024, the revised version

R2 v1 2026-06-28T19:50:15.852Z