VirTex: Learning Visual Representations from Textual Annotations
About
The de-facto approach to many vision tasks is to start from pretrained visual representations, typically learned via supervised training on ImageNet. Recent methods have explored unsupervised pretraining to scale to vast quantities of unlabeled images. In contrast, we aim to learn high-quality visual representations from fewer images. To this end, we revisit supervised pretraining, and seek data-efficient alternatives to classification-based pretraining. We propose VirTex -- a pretraining approach using semantically dense captions to learn visual representations. We train convolutional networks from scratch on COCO Captions, and transfer them to downstream recognition tasks including image classification, object detection, and instance segmentation. On all tasks, VirTex yields features that match or exceed those learned on ImageNet -- supervised or unsupervised -- despite using up to ten times fewer images.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | -- | 2454 | |
| Instance Segmentation | COCO 2017 (val) | -- | 1144 | |
| Image Classification | ImageNet-1k (val) | Top-1 Accuracy52.8 | 840 | |
| Image Classification | ImageNet-1k (val) | Top-1 Acc53.8 | 706 | |
| Semantic segmentation | Cityscapes | mIoU72.5 | 578 | |
| Image Classification | ImageNet | -- | 429 | |
| Depth Estimation | NYU Depth V2 | RMSE0.613 | 177 | |
| Semantic segmentation | Pascal VOC | mIoU0.727 | 172 | |
| Text-to-Image Retrieval | MSCOCO (1K test) | R@144 | 104 | |
| Image-to-Text Retrieval | MSCOCO (1K test) | R@158.1 | 82 |