paper-with-me

Papers

Exploring Plain Vision Transformer Backbones for Object Detection

2022-03-30 · Yanghao Li, Hanzi Mao, Ross Girshick, Kaiming He

We explore the plain, non-hierarchical Vision Transformer (ViT) as a backbone network for object detection. This design enables the original ViT architecture to be fine-tuned for object detection without needing to redesign a hierarchical backbone for pre-training. With minimal adaptations for fine-tuning, our plain-backbone detector can achieve competitive results. Surprisingly, we observe: (i) it is sufficient to build a simple feature pyramid from a single-scale feature map (without the common FPN design) and (ii) it is sufficient to use window attention (without shifting) aided with very few cross-window propagation blocks. With plain ViT backbones pre-trained as Masked Autoencoders (MAE), our detector, named ViTDet, can compete with the previous leading methods that were all based on hierarchical backbones, reaching up to 61.3 AP_box on the COCO dataset using only ImageNet-1K pre-training. We hope our study will draw attention to research on plain-backbone detectors. Code for ViTDet is available in Detectron2.

📄 PDF Abstract BibTeX arXiv:2203.16527

Code (11)

facebookresearch/detectron2/tree/main/projects/ViTDet 공식 구현 pytorch
MindCode-4/code-1/tree/main/vit mindspore
MindCode-4/code-5/tree/main/vitdet mindspore
PaddlePaddle/PaddleDetection/tree/develop/configs/vitdet paddle
ViTAE-Transformer/ViTDet pytorch
alibaba/EasyCV pytorch
hula-ai/DAMA pytorch
kdexd/coco-rem pytorch
pwc-1/Paper-9/tree/main/1/vitdet mindspore
vitae-transformer/qformer pytorch
https://gitlab.com/birder/birder pytorch

Tasks

Cross-Domain Few-Shot Object DetectionInstance SegmentationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
FPN 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 제목 키워드 기반

Exploring State Change Capture of Heterogeneous Backbones @ Ego4D Hands and Objects Challenge 2022

2022-11-16 · Yin-Dong Zheng, Guo Chen, Jiahao Wang, Tong Lu 외

Capturing the state changes of interacting objects is a key technology for understanding human-object interactions. This technical report describes our method using heterogeneous backbones for the Ego4D Object State Chan…

Human-Object Interaction DetectionObjectObject State Change ClassificationTemporal Localization+1

SegViTv2: Exploring Efficient and Continual Semantic Segmentation with Plain Vision Transformers

2023-06-09 · BoWen Zhang, Liyang Liu, Minh Hieu Phan, Zhi Tian 외

This paper investigates the capability of plain Vision Transformers (ViTs) for semantic segmentation using the encoder-decoder framework and introduces \textbf{SegViTv2}. In this study, we introduce a novel Attention-to-…

Continual LearningContinual Semantic SegmentationDecoderSegmentation+1

Unveiling Backbone Effects in CLIP: Exploring Representational Synergies and Variances

2023-12-22 · Cristian Rodriguez-Opazo, Edison Marrese-Taylor, Ehsan Abbasnejad, Hamed Damirchi 외

Contrastive Language-Image Pretraining (CLIP) stands out as a prominent method for image representation learning. Various neural architectures, spanning Transformer-based models like Vision Transformers (ViTs) to Convolu…

Representation Learning

WeakTr: Exploring Plain Vision Transformer for Weakly-supervised Semantic Segmentation

2023-04-03 · Lianghui Zhu, Yingyue Li, Jiemin Fang, Yan Liu 외

This paper explores the properties of the plain Vision Transformer (ViT) for Weakly-supervised Semantic Segmentation (WSSS). The class activation map (CAM) is of critical importance for understanding a classification net…

DecoderSemantic SegmentationWeakly-supervised LearningWeakly supervised Semantic Segmentation+1

ViT-5: Vision Transformers for The Mid-2020s

2026-02-08 · Feng Wang, Sucheng Ren, Tiezheng Zhang, Predrag Neskovic 외 arxiv

This work presents a systematic investigation into modernizing Vision Transformer backbones by leveraging architectural advancements from the past five years. While preserving the canonical Attention-FFN structure, we co…

Representation LearningSpatial Reasoning