CVAug 18, 2019

A Fast and Accurate One-Stage Approach to Visual Grounding

arXiv:1908.06354v1443 citations
AI Analysis

This work addresses the bottleneck in visual grounding for computer vision researchers by shifting from two-stage to one-stage methods, though it is incremental as it builds on existing object detection frameworks.

The paper tackles the problem of visual grounding by proposing a one-stage approach that avoids the limitations of two-stage methods, achieving improved accuracy and speed for phrase localization and referring expression comprehension.

We propose a simple, fast, and accurate one-stage approach to visual grounding, inspired by the following insight. The performances of existing propose-and-rank two-stage methods are capped by the quality of the region candidates they propose in the first stage --- if none of the candidates could cover the ground truth region, there is no hope in the second stage to rank the right region to the top. To avoid this caveat, we propose a one-stage model that enables end-to-end joint optimization. The main idea is as straightforward as fusing a text query's embedding into the YOLOv3 object detector, augmented by spatial features so as to account for spatial mentions in the query. Despite being simple, this one-stage approach shows great potential in terms of both accuracy and speed for both phrase localization and referring expression comprehension, according to our experiments. Given these results along with careful investigations into some popular region proposals, we advocate for visual grounding a paradigm shift from the conventional two-stage methods to the one-stage framework.

Code Implementations2 repos
Foundations

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

Your Notes