Vision Transformer Adapter for Dense Predictions
arXiv:2205.08534
Abstract
This work investigates a simple yet powerful dense prediction task adapter for Vision Transformer (ViT). Unlike recently advanced variants that incorporate vision-specific inductive biases into their architectures, the plain ViT suffers inferior performance on dense predictions due to weak prior assumptions. To address this issue, we propose the ViT-Adapter, which allows plain ViT to achieve comparable performance to vision-specific transformers. Specifically, the backbone in our framework is a plain ViT that can learn powerful representations from large-scale multi-modal data. When transferring to downstream tasks, a pre-training-free adapter is used to introduce the image-related inductive biases into the model, making it suitable for these tasks. We verify ViT-Adapter on multiple dense prediction tasks, including object detection, instance segmentation, and semantic segmentation. Notably, without using extra detection data, our ViT-Adapter-L yields state-of-the-art 60.9 box AP and 53.0 mask AP on COCO test-dev. We hope that the ViT-Adapter could serve as an alternative for vision-specific transformers and facilitate future research. The code and models will be released at https://github.com/czczup/ViT-Adapter.
Accepted to ICLR 2023
Cited by in corpus (12)
- DINOv2: Learning Robust Visual Features without Supervision
- A survey on efficient vision transformers: algorithms, techniques, and performance benchmarking
- From Image to Language: A Critical Analysis of Visual Question Answering (VQA) Approaches, Challenges, and Opportunities
- Rip Current Segmentation: A Novel Benchmark and YOLOv8 Baseline Results
- SceneDreamer: Unbounded 3D Scene Generation from 2D Image Collections
- Exploring Adapter-based Transfer Learning for Recommender Systems: Empirical Studies and Practical Insights
- SRRM: Semantic Region Relation Model for Indoor Scene Recognition
- Co-Salient Object Detection with Semantic-Level Consensus Extraction and Dispersion
- Generalist Models in Medical Image Segmentation: A Survey and Performance Comparison with Task-Specific Approaches
- Exploring vision transformer layer choosing for semantic segmentation
- Mask6D: Masked Pose Priors For 6D Object Pose Estimation
- AViTMP: A Tracking-Specific Transformer for Single-Branch Visual Tracking