paper-with-me

Papers

QuickQual: Lightweight, convenient retinal image quality scoring with off-the-shelf pretrained models

2023-07-25 · Justin Engelmann, Amos Storkey, Miguel O. Bernabeu

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 to requiring DL models trained on large amounts of fundus images. Additionally, we propose a Fixed Prior linearisation scheme, that converts EyeQ from a 3-way classification to a continuous logistic regression task. For this task, we present a second model, QuickQual MEga Minified Estimator (QuickQual-MEME), that consists of only 10 parameters on top of an off-the-shelf Densenet121 and can distinguish between gradable and ungradable images with an accuracy of 89.18% (AUC: 0.9537). Code and model are available on GitHub: https://github.com/justinengelmann/QuickQual . QuickQual is so lightweight, that the entire inference code (and even the parameters for QuickQual-MEME) is already contained in this paper.

📄 PDF Abstract BibTeX arXiv:2307.13646

Code (1)

justinengelmann/quickqual 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Applicability of oculomics for individual risk prediction: Repeatability and robustness of retinal Fractal Dimension using DART and AutoMorph

2024-03-11 · Justin Engelmann, Diana Moukaddem, Lucas Gago, Niall Strang 외

Purpose: To investigate whether Fractal Dimension (FD)-based oculomics could be used for individual risk prediction by evaluating repeatability and robustness. Methods: We used two datasets: Caledonia, healthy adults ima…

A Dark and Bright Channel Prior Guided Deep Network for Retinal Image Quality Assessment

2020-10-26 · Ziwen Xu, Beiji Zou, Qing Liu

Retinal image quality assessment is an essential task in the diagnosis of retinal diseases. Recently, there are emerging deep models to grade quality of retinal images. Current state-of-the-arts either directly transfer …

General ClassificationImage Quality Assessment

nnMobileNet++: Towards Efficient Hybrid Networks for Retinal Image Analysis

2025-12-01 · Xin Li, Wenhui Zhu, Xuanzhao Dong, Hao Wang 외 arxiv

Retinal imaging is a critical, non-invasive modality for the early detection and monitoring of ocular and systemic diseases. Deep learning, particularly convolutional neural networks (CNNs), has significant progress in a…

Image Classification

Lightweight Convolutional Neural Networks for Retinal Disease Classification

2025-05-30 · Duaa Kareem Qasim, Sabah Abdulazeez Jebur, Lafta Raheem Ali, Abdul Jalil M. Khalaf 외

Retinal diseases such as Diabetic Retinopathy (DR) and Macular Hole (MH) significantly impact vision and affect millions worldwide. Early detection is crucial, as DR, a complication of diabetes, damages retinal blood ves…

ClassificationData AugmentationTransfer Learning

LMBiS-Net: A Lightweight Multipath Bidirectional Skip Connection based CNN for Retinal Blood Vessel Segmentation

2023-09-10 · Mufassir M. Abbasi, Shahzaib Iqbal, Asim Naveed, Tariq M. Khan 외

Blinding eye diseases are often correlated with altered retinal morphology, which can be clinically identified by segmenting retinal structures in fundus images. However, current methodologies often fall short in accurat…

Computational EfficiencyImage SegmentationMedical Image SegmentationSegmentation+1