paper-with-me

홈 › Papers

Convolutional Nets Versus Vision Transformers for Diabetic Foot Ulcer Classification

2021-11-12 · Adrian Galdran, Gustavo Carneiro, Miguel A. González Ballester

This paper compares well-established Convolutional Neural Networks (CNNs) to recently introduced Vision Transformers for the task of Diabetic Foot Ulcer Classification, in the context of the DFUC 2021 Grand-Challenge, in which this work attained the first position. Comprehensive experiments demonstrate that modern CNNs are still capable of outperforming Transformers in a low-data regime, likely owing to their ability for better exploiting spatial correlations. In addition, we empirically demonstrate that the recent Sharpness-Aware Minimization (SAM) optimization algorithm considerably improves the generalization capability of both kinds of models. Our results demonstrate that for this task, the combination of CNNs and the SAM optimization process results in superior performance than any other of the considered approaches.

📄 PDF Abstract BibTeX arXiv:2111.06894

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationPosition

Methods 이 논문이 사용한 방법론

Sharpness-Aware Minimization Sharpness-Aware Minimization, or SAM, is a procedure that improves model generalization by simultaneously minimizing loss value and loss sharpness. SAM functions by…

Similar Papers 제목 키워드 기반

Conv2Former: A Simple Transformer-Style ConvNet for Visual Recognition

2022-11-22 · Qibin Hou, Cheng-Ze Lu, Ming-Ming Cheng, Jiashi Feng

This paper does not attempt to design a state-of-the-art method for visual recognition but investigates a more efficient way to make use of convolutions to encode spatial features. By comparing the design principles of t…

object-detectionObject DetectionSemantic Segmentation

Deep Residual Network based Automatic Image Grading for Diabetic Macular Edema

2018-07-01 · Engineering in Medicine and Biology Society (EMBC), 2018 40th Annual International Conference of the IEEE 2018 7 · Santhosh Kumar Sukumar, Kamalakkannan Ravi, Supriti Mulay, Keerthi Ram 외

Diabetic Macular Edema (DME) is an advanced symptom of diabetic retinopathy that affects central vision of diabetes patients. An automated system for early detection of DME symptom has been proposed herein to elude visio…

Fovea Detectionimage-classificationImage ClassificationMedical Image Analysis+3

Transfer-Ensemble Learning based Deep Convolutional Neural Networks for Diabetic Retinopathy Classification

2023-08-01 · Susmita Ghosh, Abhiroop Chatterjee

This article aims to classify diabetic retinopathy (DR) disease into five different classes using an ensemble approach based on two popular pre-trained convolutional neural networks: VGG16 and Inception V3. The proposed …

Ensemble Learning

Adversarial Token Attacks on Vision Transformers

2021-10-08 · Ameya Joshi, Gauri Jagatap, Chinmay Hegde

Vision transformers rely on a patch token based self attention mechanism, in contrast to convolutional networks. We investigate fundamental differences between these two families of models, by designing a block sparsity …

ACC-UNet: A Completely Convolutional UNet model for the 2020s

2023-08-25 · Nabil Ibtehaz, Daisuke Kihara

This decade is marked by the introduction of Vision Transformer, a radical paradigm shift in broad computer vision. A similar trend is followed in medical imaging, UNet, one of the most influential architectures, has bee…

Image SegmentationMedical Image SegmentationSemantic Segmentation