paper-with-me

Papers

nnMobileNet: Rethinking CNN for Retinopathy Research

2023-06-02 · Wenhui Zhu, Peijie Qiu, Xiwen Chen, Xin Li, Natasha Lepore, Oana M. Dumitrascu, Yalin Wang

Over the past few decades, convolutional neural networks (CNNs) have been at the forefront of the detection and tracking of various retinal diseases (RD). Despite their success, the emergence of vision transformers (ViT) in the 2020s has shifted the trajectory of RD model development. The leading-edge performance of ViT-based models in RD can be largely credited to their scalability-their ability to improve as more parameters are added. As a result, ViT-based models tend to outshine traditional CNNs in RD applications, albeit at the cost of increased data and computational demands. ViTs also differ from CNNs in their approach to processing images, working with patches rather than local regions, which can complicate the precise localization of small, variably presented lesions in RD. In our study, we revisited and updated the architecture of a CNN model, specifically MobileNet, to enhance its utility in RD diagnostics. We found that an optimized MobileNet, through selective modifications, can surpass ViT-based models in various RD benchmarks, including diabetic retinopathy grading, detection of multiple fundus diseases, and classification of diabetic macular edema. The code is available at https://github.com/Retinal-Research/NN-MOBILENET

📄 PDF Abstract BibTeX arXiv:2306.01289

Code (2)

Retinal-Research/NNMOBILE-NET 공식 구현 pytorch
retinal-research/nn-mobilenet 공식 구현 pytorch

Tasks

Diabetic Retinopathy Grading

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

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

Advances in Computer-Aided Diagnosis of Diabetic Retinopathy

2019-09-21 · Saket S. Chaturvedi, Kajol Gupta, Vaishali Ninawe, Prakash. S. Prasad

Diabetic Retinopathy is a critical health problem influences 100 million individuals worldwide, and these figures are expected to rise, particularly in Asia. Diabetic Retinopathy is a chronic eye disease which can lead t…

Automated Diabetic Retinopathy Grading using Deep Convolutional Neural Network

2020-04-14 · Saket S. Chaturvedi, Kajol Gupta, Vaishali Ninawe, Prakash. S. Prasad

Diabetic Retinopathy is a global health problem, influences 100 million individuals worldwide, and in the next few decades, these incidences are expected to reach epidemic proportions. Diabetic Retinopathy is a subtle ey…

Diabetic Retinopathy GradingGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Detection of Diabetic Anomalies in Retinal Images using Morphological Cascading Decision Tree

2020-01-07 · Faisal Ghaffar, Sarwar Khan, Bunyarit Uyyanonvara, Chanjira Sinthanayothin 외

This research aims to develop an efficient system for screening of diabetic retinopathy. Diabetic retinopathy is the major cause of blindness. Severity of diabetic retinopathy is recognized by some features, such as bloo…

Deep Learning Methods for Retinal Blood Vessel Segmentation: Evaluation on Images with Retinopathy of Prematurity

2023-06-20 · Gorana Gojić, Veljko Petrović, Radovan Turović, Dinu Dragan 외

Automatic blood vessel segmentation from retinal images plays an important role in the diagnosis of many systemic and eye diseases, including retinopathy of prematurity. Current state-of-the-art research in blood vessel …

Segmentation