CVOct 20, 2022

SSiT: Saliency-guided Self-supervised Image Transformer for Diabetic Retinopathy Grading

arXiv:2210.10969v543 citationsh-index: 33
Originality Incremental advance
AI Analysis

This work addresses diabetic retinopathy grading for medical diagnosis, representing an incremental improvement by applying a novel method to a known bottleneck in medical image analysis.

The paper tackled diabetic retinopathy grading from fundus images by proposing SSiT, a saliency-guided self-supervised image transformer that integrates saliency maps into learning tasks, achieving a Kappa score of 81.88% on the DDR dataset and outperforming other ViT-based SSL methods by at least 9.48%.

Self-supervised Learning (SSL) has been widely applied to learn image representations through exploiting unlabeled images. However, it has not been fully explored in the medical image analysis field. In this work, Saliency-guided Self-Supervised image Transformer (SSiT) is proposed for Diabetic Retinopathy (DR) grading from fundus images. We novelly introduce saliency maps into SSL, with a goal of guiding self-supervised pre-training with domain-specific prior knowledge. Specifically, two saliency-guided learning tasks are employed in SSiT: (1) Saliency-guided contrastive learning is conducted based on the momentum contrast, wherein fundus images' saliency maps are utilized to remove trivial patches from the input sequences of the momentum-updated key encoder. Thus, the key encoder is constrained to provide target representations focusing on salient regions, guiding the query encoder to capture salient features. (2) The query encoder is trained to predict the saliency segmentation, encouraging the preservation of fine-grained information in the learned representations. To assess our proposed method, four publicly-accessible fundus image datasets are adopted. One dataset is employed for pre-training, while the three others are used to evaluate the pre-trained models' performance on downstream DR grading. The proposed SSiT significantly outperforms other representative state-of-the-art SSL methods on all downstream datasets and under various evaluation settings. For example, SSiT achieves a Kappa score of 81.88% on the DDR dataset under fine-tuning evaluation, outperforming all other ViT-based SSL methods by at least 9.48%.

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