TL;DR
This paper introduces a novel deep learning approach using swarm algorithms to optimize neural network architectures for early detection of retinal blood vessel damage, outperforming existing models in accuracy and efficiency.
Contribution
It presents a new method combining particle swarm and ant colony optimization to automatically design effective CNN models for retinal disease classification.
Findings
TDCN-PSO outperforms Imagenet models and existing literature.
TDCN-ACO achieves faster architecture search.
Best model achieves 90.3% accuracy and 0.956 AUC ROC.
Abstract
Early diagnosis of retinal diseases such as diabetic retinopathy has had the attention of many researchers. Deep learning through the introduction of convolutional neural networks has become a prominent solution for image-related tasks such as classification and segmentation. Most tasks in image classification are handled by deep CNNs pretrained and evaluated on imagenet dataset. However, these models do not always translate to the best result on other datasets. Devising a neural network manually from scratch based on heuristics may not lead to an optimal model as there are numerous hyperparameters in play. In this paper, we use two nature-inspired swarm algorithms: particle swarm optimization (PSO) and ant colony optimization (ACO) to obtain TDCN models to perform classification of fundus images into severity classes. The power of swarm algorithms is used to search for various…
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.
