Referencing Where to Focus: Improving VisualGrounding with Referential Query
Yabing Wang, Zhuotao Tian, Qingpei Guo, Zheng Qin, Sanping Zhou, Ming Yang, Le Wang
TL;DR
This work addresses visual grounding with DETR-like architectures, where target-agnostic, randomly initialized queries and reliance on deepest features hinder precise localization. It introduces RefFormer, a DETR-inspired framework that inserts a Query Adaptation (QA) module into the CLIP backbone to generate referential queries that embed target-related context and multi-level visual information for the decoder, effectively acting as an adapter to preserve CLIP knowledge. Key contributions include the QA-based referential query mechanism, language-guided multi-level fusion in decoding, and extensive benchmarking across five datasets showing state-of-the-art results with efficient training. The approach offers a principled way to improve query learning in visual grounding and demonstrates strong practical impact by delivering higher grounding accuracy while maintaining backbone stability.
Abstract
Visual Grounding aims to localize the referring object in an image given a natural language expression. Recent advancements in DETR-based visual grounding methods have attracted considerable attention, as they directly predict the coordinates of the target object without relying on additional efforts, such as pre-generated proposal candidates or pre-defined anchor boxes. However, existing research primarily focuses on designing stronger multi-modal decoder, which typically generates learnable queries by random initialization or by using linguistic embeddings. This vanilla query generation approach inevitably increases the learning difficulty for the model, as it does not involve any target-related information at the beginning of decoding. Furthermore, they only use the deepest image feature during the query learning process, overlooking the importance of features from other levels. To address these issues, we propose a novel approach, called RefFormer. It consists of the query adaption module that can be seamlessly integrated into CLIP and generate the referential query to provide the prior context for decoder, along with a task-specific decoder. By incorporating the referential query into the decoder, we can effectively mitigate the learning difficulty of the decoder, and accurately concentrate on the target object. Additionally, our proposed query adaption module can also act as an adapter, preserving the rich knowledge within CLIP without the need to tune the parameters of the backbone network. Extensive experiments demonstrate the effectiveness and efficiency of our proposed method, outperforming state-of-the-art approaches on five visual grounding benchmarks.
