CVCLFeb 4, 2022

Webly Supervised Concept Expansion for General Purpose Vision Models

arXiv:2202.02317v271 citations
Originality Incremental advance
AI Analysis

This work addresses the data acquisition bottleneck for scaling GPV models, which is a problem for researchers and developers in computer vision seeking efficient multi-task systems.

The paper tackles the challenge of scaling General Purpose Vision (GPV) systems to tens of thousands of concepts by proposing an inexpensive alternative that learns skills from supervised datasets and concepts from web image search, leveraging knowledge transfer across skills. It demonstrates this approach using a dataset of 1M+ images spanning 10k+ concepts, showing that the new GPV-2 architecture outperforms existing models across multiple benchmarks.

General Purpose Vision (GPV) systems are models that are designed to solve a wide array of visual tasks without requiring architectural changes. Today, GPVs primarily learn both skills and concepts from large fully supervised datasets. Scaling GPVs to tens of thousands of concepts by acquiring data to learn each concept for every skill quickly becomes prohibitive. This work presents an effective and inexpensive alternative: learn skills from supervised datasets, learn concepts from web image search, and leverage a key characteristic of GPVs: the ability to transfer visual knowledge across skills. We use a dataset of 1M+ images spanning 10k+ visual concepts to demonstrate webly-supervised concept expansion for two existing GPVs (GPV-1 and VL-T5) on 3 benchmarks: 5 COCO-based datasets (80 primary concepts), a newly curated series of 5 datasets based on the OpenImages and VisualGenome repositories (~500 concepts), and the Web-derived dataset (10k+ concepts). We also propose a new architecture, GPV-2 that supports a variety of tasks -- from vision tasks like classification and localization to vision+language tasks like QA and captioning, to more niche ones like human-object interaction detection. GPV-2 benefits hugely from web data and outperforms GPV-1 and VL-T5 across these benchmarks. Our data, code, and web demo are available at https://prior.allenai.org/projects/gpv2.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes