HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Deep Learning Architectures for Diagnosis of Diabetic Retinopathy

{Pablo Hernández-Cámara Jorge Vila-Tomás Regino Barranquero-Cardeñosa Marcelino Martínez-Sober Kevin N. Dietrich Alberto Solano}

Abstract

For many years, convolutional neural networks dominated the field of computer vision, not least in the medical field, where problems such as image segmentation were addressed by such networks as the U-Net. The arrival of self-attention-based networks to the field of computer vision through ViTs seems to have changed the trend of using standard convolutions. Throughout this work, we apply different architectures such as U-Net, ViTs and ConvMixer, to compare their performance on a medical semantic segmentation problem. All the models have been trained from scratch on the DRIVE dataset and evaluated on their private counterparts to assess which of the models performed better in the segmentation problem. Our major contribution is showing that the best-performing model (ConvMixer) is the one that shares the approach from the ViT (processing images as patches) while maintaining the foundational blocks (convolutions) from the U-Net. This mixture does not only produce better results (DICE=0.83) than both ViTs (0.80/0.077 for UNETR/SWIN-Unet) and the U-Net (0.82) on their own but reduces considerably the number of parameters (2.97M against 104M/27M and 31M, respectively), showing that there is no need to systematically use large models for solving image problems where smaller architectures with the optimal pieces can get better results.

Benchmarks

BenchmarkMethodologyMetrics
retinal-vessel-segmentation-on-driveConvMixer
F1 score: 0.8245
retinal-vessel-segmentation-on-driveConvMixer-Light
F1 score: 0.8215

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Deep Learning Architectures for Diagnosis of Diabetic Retinopathy | Papers | HyperAI