paper-with-me

Papers

Global Context Vision Transformers

2022-06-20 · Ali Hatamizadeh, Hongxu Yin, Greg Heinrich, Jan Kautz, Pavlo Molchanov

We propose global context vision transformer (GC ViT), a novel architecture that enhances parameter and compute utilization for computer vision. Our method leverages global context self-attention modules, joint with standard local self-attention, to effectively and efficiently model both long and short-range spatial interactions, without the need for expensive operations such as computing attention masks or shifting local windows. In addition, we address the lack of the inductive bias in ViTs, and propose to leverage a modified fused inverted residual blocks in our architecture. Our proposed GC ViT achieves state-of-the-art results across image classification, object detection and semantic segmentation tasks. On ImageNet-1K dataset for classification, the variants of GC ViT with 51M, 90M and 201M parameters achieve 84.3%, 85.0% and 85.7% Top-1 accuracy, respectively, at 224 image resolution and without any pre-training, hence surpassing comparably-sized prior art such as CNN-based ConvNeXt and ViT-based MaxViT and Swin Transformer by a large margin. Pre-trained GC ViT backbones in downstream tasks of object detection, instance segmentation, and semantic segmentation using MS COCO and ADE20K datasets outperform prior work consistently. Specifically, GC ViT with a 4-scale DINO detection head achieves a box AP of 58.3 on MS COCO dataset.

📄 PDF Abstract BibTeX arXiv:2206.09959

Code (8)

nvlabs/gcvit 공식 구현 pytorch
EMalagoli92/GCViT-TensorFlow tf
MindSpore-paper-code-3/code6/tree/main/convnext mindspore
awsaf49/gcvit-tf tf
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/gcvit tf
open-mmlab/mmclassification pytorch
rwightman/pytorch-image-models pytorch
shkarupa-alex/tfgcvit tf

Tasks

image-classificationImage ClassificationInductive BiasInstance SegmentationObject DetectionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
ConvNeXt 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BASE 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

On Convolutional Vision Transformers for Yield Prediction

2024-02-08 · Alvin Inderka, Florian Huber, Volker Steinhage

While a variety of methods offer good yield prediction on histogrammed remote sensing data, vision Transformers are only sparsely represented in the literature. The Convolution vision Transformer (CvT) is being tested to…

Prediction

LoG-VMamba: Local-Global Vision Mamba for Medical Image Segmentation

2024-08-26 · Trung Dinh Quoc Dang, Huy Hoang Nguyen, Aleksei Tiulpin

Mamba, a State Space Model (SSM), has recently shown competitive performance to Convolutional Neural Networks (CNNs) and Transformers in Natural Language Processing and general sequence modeling. Various attempts have be…

Image SegmentationMambaMedical Image SegmentationSemantic Segmentation

Study of Vision Transformers for Covid-19 Detection from Chest X-rays

2023-07-17 · Sandeep Angara, Sharath Thirunagaru

The COVID-19 pandemic has led to a global health crisis, highlighting the need for rapid and accurate virus detection. This research paper examines transfer learning with vision transformers for COVID-19 detection, known…

Transfer Learning

Improved Super Resolution of MR Images Using CNNs and Vision Transformers

2022-07-24 · Dwarikanath Mahapatra

State of the art magnetic resonance (MR) image super-resolution methods (ISR) using convolutional neural networks (CNNs) leverage limited contextual information due to the limited spatial coverage of CNNs. Vision transfo…

Image Super-ResolutionSuper-Resolution

GLPanoDepth: Global-to-Local Panoramic Depth Estimation

2022-02-06 · Jiayang Bai, Shuichang Lai, Haoyu Qin, Jie Guo 외

In this paper, we propose a learning-based method for predicting dense depth values of a scene from a monocular omnidirectional image. An omnidirectional image has a full field-of-view, providing much more complete descr…

Depth Estimation