paper-with-me

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 is to discover subtle differences due to the high level of similarity between sub-classes. Such distinctions are often lost as we downscale the image to save the memory and computational cost associated with vision transformers (ViT). In this work, we present an in-depth analysis and describe the critical components for developing a system for the fine-grained categorization of plants from herbarium sheets. Our extensive experimental analysis indicated the need for a better augmentation technique and the ability of modern-day neural networks to handle higher dimensional images. We also introduce a convolutional transformer architecture called Conviformer which, unlike the popular Vision Transformer (ConViT), can handle higher resolution images without exploding memory and computational cost. We also introduce a novel, improved pre-processing technique called PreSizer to resize images better while preserving their original aspect ratios, which proved essential for classifying natural plants. With our simple yet effective approach, we achieved SoTA on Herbarium 202x and iNaturalist 2019 dataset.

📄 PDF Abstract BibTeX arXiv:2208.08900

Code (1)

vaishnavmohit/Conviformer 공식 구현 pytorch

Tasks

Fine-Grained Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
GPSA Gated Positional Self-Attention (GPSA) is a self-attention module for vision transformers, used in the ConViT architecture, that…
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…
ConViT ConViT is a type of vision transformer that uses a gated positional self-attention module…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Time Series Forecasting via Learning Convolutionally Low-Rank Models

2021-04-23 · Guangcan Liu

Recently, Liu and Zhang studied the rather challenging problem of time series forecasting from the perspective of compressed sensing. They proposed a no-learning method, named Convolution Nuclear Norm Minimization (CNNM)…

compressed sensingTime SeriesTime Series AnalysisTime Series Forecasting

Transformers with convolutional context for ASR

2019-04-26 · Abdelrahman Mohamed, Dmytro Okhonko, Luke Zettlemoyer

The recent success of transformer networks for neural machine translation and other NLP tasks has led to a surge in research work trying to apply it for speech recognition. Recent efforts studied key research questions a…

Image ClassificationMachine Translationspeech-recognitionSpeech Recognition+1

Learning Convolutional Feature Hierarchies for Visual Recognition

2010-12-01 · NeurIPS 2010 12 · Koray Kavukcuoglu, Pierre Sermanet, Y-Lan Boureau, Karol Gregor 외

We propose an unsupervised method for learning multi-stage hierarchies of sparse convolutional features. While sparse coding has become an increasingly popular method for learning visual features, it is most often …

Decoder

Learned Compression for Images and Point Clouds

2024-09-12 · Mateen Ulhaq

Over the last decade, deep learning has shown great success at performing computer vision tasks, including classification, super-resolution, and style transfer. Now, we apply it to data compression to help build the next…

Data CompressionStyle TransferSuper-Resolution

ViT-Explainer: An Interactive Walkthrough of the Vision Transformer Pipeline

2026-04-02 · Juan Manuel Hernandez, Mariana Fernandez-Espinosa, Denis Parra, Diego Gomez-Zara arxiv

Transformer-based architectures have become the shared backbone of natural language processing and computer vision. However, understanding how these models operate remains challenging, particularly in vision settings, wh…