IVCVLGSep 25, 2022

Localizing Anatomical Landmarks in Ocular Images using Zoom-In Attentive Networks

arXiv:2210.02445v20.361 citationsh-index: 99Has Code
AI Analysis45

This work addresses a domain-specific challenge in medical image analysis for ocular diagnostics, offering incremental improvements in landmark localization accuracy.

The paper tackles the problem of localizing anatomical landmarks in ocular images, which lack prominent visual features and require high precision, by proposing a zoom-in attentive network (ZIAN) that uses a coarse-to-fine strategy and attentive fusion; it achieves promising performances and outperforms state-of-the-art methods on fovea and scleral spur localization tasks.

Localizing anatomical landmarks are important tasks in medical image analysis. However, the landmarks to be localized often lack prominent visual features. Their locations are elusive and easily confused with the background, and thus precise localization highly depends on the context formed by their surrounding areas. In addition, the required precision is usually higher than segmentation and object detection tasks. Therefore, localization has its unique challenges different from segmentation or detection. In this paper, we propose a zoom-in attentive network (ZIAN) for anatomical landmark localization in ocular images. First, a coarse-to-fine, or "zoom-in" strategy is utilized to learn the contextualized features in different scales. Then, an attentive fusion module is adopted to aggregate multi-scale features, which consists of 1) a co-attention network with a multiple regions-of-interest (ROIs) scheme that learns complementary features from the multiple ROIs, 2) an attention-based fusion module which integrates the multi-ROIs features and non-ROI features. We evaluated ZIAN on two open challenge tasks, i.e., the fovea localization in fundus images and scleral spur localization in AS-OCT images. Experiments show that ZIAN achieves promising performances and outperforms state-of-the-art localization methods. The source code and trained models of ZIAN are available at https://github.com/leixiaofeng-astar/OMIA9-ZIAN.

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