paper-with-me

Papers

AViT: Adapting Vision Transformers for Small Skin Lesion Segmentation Datasets

2023-07-26 · Siyi Du, Nourhan Bayasi, Ghassan Hamarneh, Rafeef Garbi

Skin lesion segmentation (SLS) plays an important role in skin lesion analysis. Vision transformers (ViTs) are considered an auspicious solution for SLS, but they require more training data compared to convolutional neural networks (CNNs) due to their inherent parameter-heavy structure and lack of some inductive biases. To alleviate this issue, current approaches fine-tune pre-trained ViT backbones on SLS datasets, aiming to leverage the knowledge learned from a larger set of natural images to lower the amount of skin training data needed. However, fully fine-tuning all parameters of large backbones is computationally expensive and memory intensive. In this paper, we propose AViT, a novel efficient strategy to mitigate ViTs' data-hunger by transferring any pre-trained ViTs to the SLS task. Specifically, we integrate lightweight modules (adapters) within the transformer layers, which modulate the feature representation of a ViT without updating its pre-trained weights. In addition, we employ a shallow CNN as a prompt generator to create a prompt embedding from the input image, which grasps fine-grained information and CNN's inductive biases to guide the segmentation task on small datasets. Our quantitative experiments on 4 skin lesion datasets demonstrate that AViT achieves competitive, and at times superior, performance to SOTA but with significantly fewer trainable parameters. Our code is available at https://github.com/siyi-wind/AViT.

📄 PDF Abstract BibTeX arXiv:2307.13897

Code (1)

siyi-wind/avit 공식 구현 pytorch

Tasks

Lesion SegmentationSkin Lesion Segmentation

Similar Papers 제목 키워드 기반

DaViT: Dual Attention Vision Transformers

2022-04-07 · Mingyu Ding, Bin Xiao, Noel Codella, Ping Luo 외

In this work, we introduce Dual Attention Vision Transformers (DaViT), a simple yet effective vision transformer architecture that is able to capture global context while maintaining computational efficiency. We propose …

Computational EfficiencyImage ClassificationInstance SegmentationMedical Image Classification+2

CMAViT: Integrating Climate, Managment, and Remote Sensing Data for Crop Yield Estimation with Multimodel Vision Transformers

2024-11-25 · Hamid Kamangir, Brent. S. Sams, Nick Dokoozlian, Luis Sanchez 외

Crop yield prediction is essential for agricultural planning but remains challenging due to the complex interactions between weather, climate, and management practices. To address these challenges, we introduce a deep le…

Crop Yield PredictionManagement

Adapting Self-Supervised Vision Transformers by Probing Attention-Conditioned Masking Consistency

2022-06-16 · Viraj Prabhu, Sriram Yenamandra, Aaditya Singh, Judy Hoffman

Visual domain adaptation (DA) seeks to transfer trained models to unseen, unlabeled domains across distribution shift, but approaches typically focus on adapting convolutional neural network architectures initialized wit…

Domain AdaptationObject RecognitionSelf-Supervised Learning

Detecção da Psoríase Utilizando Visão Computacional: Uma Abordagem Comparativa Entre CNNs e Vision Transformers

2025-06-11 · Natanael Lucena, Fábio S. da Silva, Ricardo Rios

This paper presents a comparison of the performance of Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) in the task of multi-classifying images containing lesions of psoriasis and diseases similar to i…

image-classificationImage ClassificationMedical Image Classification

Exploring Advances in Transformers and CNN for Skin Lesion Diagnosis on Small Datasets

2022-05-30 · Leandro M. de Lima, Renato A. Krohling

Skin cancer is one of the most common types of cancer in the world. Different computer-aided diagnosis systems have been proposed to tackle skin lesion diagnosis, most of them based in deep convolutional neural networks.…