paper-with-me

홈 › Papers

Comparison between transformers and convolutional models for fine-grained classification of insects

2023-07-20 · Rita Pucci, Vincent J. Kalkman, Dan Stowell

Fine-grained classification is challenging due to the difficulty of finding discriminatory features. This problem is exacerbated when applied to identifying species within the same taxonomical class. This is because species are often sharing morphological characteristics that make them difficult to differentiate. We consider the taxonomical class of Insecta. The identification of insects is essential in biodiversity monitoring as they are one of the inhabitants at the base of many ecosystems. Citizen science is doing brilliant work of collecting images of insects in the wild giving the possibility to experts to create improved distribution maps in all countries. We have billions of images that need to be automatically classified and deep neural network algorithms are one of the main techniques explored for fine-grained tasks. At the SOTA, the field of deep learning algorithms is extremely fruitful, so how to identify the algorithm to use? We focus on Odonata and Coleoptera orders, and we propose an initial comparative study to analyse the two best-known layer structures for computer vision: transformer and convolutional layers. We compare the performance of T2TViT, a fully transformer-base, EfficientNet, a fully convolutional-base, and ViTAE, a hybrid. We analyse the performance of the three models in identical conditions evaluating the performance per species, per morph together with sex, the inference time, and the overall performance with unbalanced datasets of images from smartphones. Although we observe high performances with all three families of models, our analysis shows that the hybrid model outperforms the fully convolutional-base and fully transformer-base models on accuracy performance and the fully transformer-base model outperforms the others on inference speed and, these prove the transformer to be robust to the shortage of samples and to be faster at inference time.

📄 PDF Abstract BibTeX arXiv:2307.11112

Code (0)

등록된 구현이 없습니다.

Tasks

MORPH

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Batch Normalization 설명 없음
Inverted Residual Block 설명 없음
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…

Similar Papers 제목 키워드 기반

Conviformers: Convolutionally guided Vision Transformer

2022-08-17 · Mohit Vaishnav, Thomas Fel, Ivań Felipe Rodríguez, Thomas Serre

Vision transformers are nowadays the de-facto choice for image classification tasks. There are two broad categories of classification tasks, fine-grained and coarse-grained. In fine-grained classification, the necessity …

Fine-Grained Image Classificationimage-classificationImage Classification

Transfer Learning for Fine-grained Classification Using Semi-supervised Learning and Visual Transformers

2023-05-17 · Manuel Lagunas, Brayan Impata, Victor Martinez, Virginia Fernandez 외

Fine-grained classification is a challenging task that involves identifying subtle differences between objects within the same category. This task is particularly challenging in scenarios where data is scarce. Visual tra…

Classificationimage-classificationImage ClassificationTransfer Learning

Exploring Transformers in Emotion Recognition: a comparison of BERT, DistillBERT, RoBERTa, XLNet and ELECTRA

2021-04-05 · Diogo Cortiz

This paper investigates how Natural Language Understanding (NLU) could be applied in Emotion Recognition, a specific task in affective computing. We finetuned different transformers language models (BERT, DistilBERT, RoB…

Emotion RecognitionNatural Language Understanding

Comparison of Image Processing Models in Quark Gluon Jet Classification

2026-01-29 · Daeun Kim, Jiwon Lee, Wonjun Jeong, Hyeongwoo Noh 외 arxiv

We present a comprehensive comparison of convolutional and transformer-based models for distinguishing quark and gluon jets using simulated jet images from Pythia 8. By encoding jet substructure into a three-channel repr…

Self-Supervised Learning

Correlation-aware Coarse-to-fine MLPs for Deformable Medical Image Registration

2024-05-31 · CVPR 2024 1 · Mingyuan Meng, Dagan Feng, Lei Bi, Jinman Kim

Deformable image registration is a fundamental step for medical image analysis. Recently, transformers have been used for registration and outperformed Convolutional Neural Networks (CNNs). Transformers can capture long-…

Deformable Medical Image RegistrationImage RegistrationInductive BiasMedical Image Analysis+1