Learning from Synthetic Data for Visual Grounding
Ruozhen He, Ziyan Yang, Paola Cascante-Bonilla, Alexander C. Berg, Vicente Ordonez
TL;DR
This work investigates whether synthetic data, generated via text-to-image models, large-language models, and open-vocabulary detectors, can meaningfully improve visual grounding—the task of linking text to image regions. The authors introduce SynGround, a pipeline that yields image-text pairs and image-text-box triplets, and they demonstrate systematic gains on RefCOCO+ and Flickr30k across ALBEF and BLIP baselines. Key findings show that image-text pairs generated via Image2Text with detailed prompts and LLM-derived phrases are most effective, while synthetic image-text-box data with short phrases provides robust improvements, and synthetic data can augment or even surpass web-crawled data in certain settings. The approach scales to large synthetic datasets and remains competitive when real data is limited, offering a practical route to scalable visual grounding in multi-modal systems.
Abstract
This paper extensively investigates the effectiveness of synthetic training data to improve the capabilities of vision-and-language models for grounding textual descriptions to image regions. We explore various strategies to best generate image-text pairs and image-text-box triplets using a series of pretrained models under different settings and varying degrees of reliance on real data. Through comparative analyses with synthetic, real, and web-crawled data, we identify factors that contribute to performance differences, and propose SynGround, an effective pipeline for generating useful synthetic data for visual grounding. Our findings show that SynGround can improve the localization capabilities of off-the-shelf vision-and-language models and offers the potential for arbitrarily large scale data generation. Particularly, data generated with SynGround improves the pointing game accuracy of a pretrained ALBEF and BLIP models by 4.81% and 17.11% absolute percentage points, respectively, across the RefCOCO+ and the Flickr30k benchmarks.
