QuickQual: Lightweight, convenient retinal image quality scoring with off-the-shelf pretrained models
Justin Engelmann, Amos Storkey, Miguel O. Bernabeu

TL;DR
QuickQual introduces a lightweight, off-the-shelf deep learning approach combined with SVM for retinal image quality scoring, achieving state-of-the-art accuracy with minimal complexity.
Contribution
It demonstrates that generic perceptual features from natural images can effectively assess retinal image quality, simplifying the model architecture compared to prior methods.
Findings
QuickQual outperforms MCFNet on EyeQ dataset with higher accuracy and AUC.
QuickQual-MEME achieves 89.18% accuracy in gradability classification.
The approach is highly lightweight, with the entire inference code included in the paper.
Abstract
Image quality remains a key problem for both traditional and deep learning (DL)-based approaches to retinal image analysis, but identifying poor quality images can be time consuming and subjective. Thus, automated methods for retinal image quality scoring (RIQS) are needed. The current state-of-the-art is MCFNet, composed of three Densenet121 backbones each operating in a different colour space. MCFNet, and the EyeQ dataset released by the same authors, was a huge step forward for RIQS. We present QuickQual, a simple approach to RIQS, consisting of a single off-the-shelf ImageNet-pretrained Densenet121 backbone plus a Support Vector Machine (SVM). QuickQual performs very well, setting a new state-of-the-art for EyeQ (Accuracy: 88.50% vs 88.00% for MCFNet; AUC: 0.9687 vs 0.9588). This suggests that RIQS can be solved with generic perceptual features learned on natural images, as opposed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRetinal Imaging and Analysis · Retinal and Optic Conditions · Retinal Diseases and Treatments
MethodsLogistic Regression
