IVCVOct 27, 2021

Identifying the key components in ResNet-50 for diabetic retinopathy grading from fundus images: a systematic investigation

arXiv:2110.14160v250 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work provides practical training guidelines for medical image analysis researchers, though it is incremental as it applies existing methods to a specific domain.

The researchers systematically investigated training components in ResNet-50 for diabetic retinopathy grading, finding that loss function, data augmentation, and input resolution significantly impact performance. Their optimized framework achieved state-of-the-art results with a Kappa score of 0.8631 on the EyePACS dataset.

Although deep learning based diabetic retinopathy (DR) classification methods typically benefit from well-designed architectures of convolutional neural networks, the training setting also has a non-negligible impact on the prediction performance. The training setting includes various interdependent components, such as objective function, data sampling strategy and data augmentation approach. To identify the key components in a standard deep learning framework (ResNet-50) for DR grading, we systematically analyze the impact of several major components. Extensive experiments are conducted on a publicly-available dataset EyePACS. We demonstrate that (1) the DR grading framework is sensitive to input resolution, objective function, and composition of data augmentation, (2) using mean square error as the loss function can effectively improve the performance with respect to a task-specific evaluation metric, namely the quadratically-weighted Kappa, (3) utilizing eye pairs boosts the performance of DR grading and (4) using data resampling to address the problem of imbalanced data distribution in EyePACS hurts the performance. Based on these observations and an optimal combination of the investigated components, our framework, without any specialized network design, achieves the state-of-the-art result (0.8631 for Kappa) on the EyePACS test set (a total of 42670 fundus images) with only image-level labels. We also examine the proposed training practices on other fundus datasets and other network architectures to evaluate their generalizability. Our codes and pre-trained model are available at https://github.com/YijinHuang/pytorch-classification.

Code Implementations2 repos
Foundations

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

Your Notes