SegVG: Transferring Object Bounding Box to Segmentation for Visual Grounding
Weitai Kang, Gaowen Liu, Mubarak Shah, Yan Yan

TL;DR
SegVG introduces a novel approach that leverages pixel-level segmentation signals transferred from bounding box annotations to improve visual grounding accuracy, utilizing a multi-task encoder-decoder and domain alignment techniques.
Contribution
The paper proposes a new method that transfers box annotations into segmentation signals and employs a triple alignment module to enhance visual grounding performance.
Findings
Achieves state-of-the-art results on five datasets.
Effectively combines regression and segmentation for grounding.
Mitigates domain discrepancy with triple attention mechanism.
Abstract
Different from Object Detection, Visual Grounding deals with detecting a bounding box for each text-image pair. This one box for each text-image data provides sparse supervision signals. Although previous works achieve impressive results, their passive utilization of annotation, i.e. the sole use of the box annotation as regression ground truth, results in a suboptimal performance. In this paper, we present SegVG, a novel method transfers the box-level annotation as Segmentation signals to provide an additional pixel-level supervision for Visual Grounding. Specifically, we propose the Multi-layer Multi-task Encoder-Decoder as the target grounding stage, where we learn a regression query and multiple segmentation queries to ground the target by regression and segmentation of the box in each decoding layer, respectively. This approach allows us to iteratively exploit the annotation as…
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
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Visual Attention and Saliency Detection
MethodsSoftmax · Attention Is All You Need
