Language-Guided Diffusion Model for Visual Grounding
Sijia Chen, Baochun Li
TL;DR
LG-DVG reframes visual grounding as a generative, language-guided denoising process over bounding boxes, enabling iterative, query-aware refinement without relying on handcrafted region proposals. It combines a frozen visual backbone, a Phrase-Bert text encoder, and a cross-modal transformer-based grounding decoder to perform text-conditioned box regression within a diffusion framework, using a forward diffusion on boxes and a DDIM-based reverse process. The approach introduces phrase-balanced box proposals and a Hungarian matching-based training objective that couples box coordinates with cross-modal similarity, achieving competitive accuracy across five datasets and improved efficiency relative to several iterative baselines. The results demonstrate the practicality of diffusion models for robust cross-modal grounding and highlight the potential for generative, iterative reasoning in vision-language tasks.
Abstract
Visual grounding (VG) tasks involve explicit cross-modal alignment, as semantically corresponding image regions are to be located for the language phrases provided. Existing approaches complete such visual-text reasoning in a single-step manner. Their performance causes high demands on large-scale anchors and over-designed multi-modal fusion modules based on human priors, leading to complicated frameworks that may be difficult to train and overfit to specific scenarios. Even worse, such once-for-all reasoning mechanisms are incapable of refining boxes continuously to enhance query-region matching. In contrast, in this paper, we formulate an iterative reasoning process by denoising diffusion modeling. Specifically, we propose a language-guided diffusion framework for visual grounding, LG-DVG, which trains the model to progressively reason queried object boxes by denoising a set of noisy boxes with the language guide. To achieve this, LG-DVG gradually perturbs query-aligned ground truth boxes to noisy ones and reverses this process step by step, conditional on query semantics. Extensive experiments for our proposed framework on five widely used datasets validate the superior performance of solving visual grounding, a cross-modal alignment task, in a generative way. The source codes are available at https://github.com/iQua/vgbase/tree/main/examples/DiffusionVG.
