Simple Open-Vocabulary Object Detection with Vision Transformers
Matthias Minderer, Alexey Gritsenko, Austin Stone, Maxim Neumann, Dirk, Weissenborn, Alexey Dosovitskiy, Aravindh Mahendran, Anurag Arnab, Mostafa, Dehghani, Zhuoran Shen, Xiao Wang, Xiaohua Zhai, Thomas Kipf, Neil Houlsby

TL;DR
This paper presents a simple yet effective approach for open-vocabulary object detection using Vision Transformers, leveraging large-scale image-text pre-training and minimal architecture modifications to achieve strong zero-shot and one-shot detection performance.
Contribution
It introduces a straightforward method to adapt image-text models for open-vocabulary detection with minimal changes, emphasizing the importance of scaling and pre-training.
Findings
Scaling pre-training improves detection performance
Minimal architecture modifications are effective
Achieves strong zero-shot and one-shot detection results
Abstract
Combining simple architectures with large-scale pre-training has led to massive improvements in image classification. For object detection, pre-training and scaling approaches are less well established, especially in the long-tailed and open-vocabulary setting, where training data is relatively scarce. In this paper, we propose a strong recipe for transferring image-text models to open-vocabulary object detection. We use a standard Vision Transformer architecture with minimal modifications, contrastive image-text pre-training, and end-to-end detection fine-tuning. Our analysis of the scaling properties of this setup shows that increasing image-level pre-training and model size yield consistent improvements on the downstream detection task. We provide the adaptation strategies and regularizations needed to attain very strong performance on zero-shot text-conditioned and one-shot…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗google/owlvit-base-patch32model· 164k dl· ♡ 147164k dl♡ 147
- 🤗google/owlvit-base-patch16model· 9.7k dl· ♡ 139.7k dl♡ 13
- 🤗google/owlvit-large-patch14model· 12k dl· ♡ 2912k dl♡ 29
- 🤗Thomasboosinger/owlvit-base-patch32model· 20 dl20 dl
- 🤗PiyushGPT/minor-projectmodel· 16 dl16 dl
- 🤗Ambarella/OWLViTmodel
- 🤗fcxfcx/owlv2model· ♡ 1♡ 1
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications · Advanced Neural Network Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Byte Pair Encoding · Absolute Position Encodings · Residual Connection · Dense Connections · Label Smoothing · Dropout
