Visual Grounding with Attention-Driven Constraint Balancing
Weitai Kang, Luowei Zhou, Junyi Wu, Changchang Sun, Yan Yan
TL;DR
This work tackles visual grounding with transformer-based fusion by focusing on attention behavior rather than solely bounding-box regression. It introduces AttBalance, a framework that combines RAC and MRC to regulate language-modulated attention and a DAT scheme to adaptively scale losses, addressing data-imbalance issues from regulation. Across four benchmarks and multiple models, AttBalance yields consistent improvements, with QRNet achieving new state-of-the-art results and notable gains on harder datasets. The approach also demonstrates data efficiency in semi-supervised settings and shows robust qualitative improvements in attention localization. Overall, AttBalance provides a practical, plug-in method to align multi-modal attention with language guidance in visual grounding.
Abstract
Unlike Object Detection, Visual Grounding task necessitates the detection of an object described by complex free-form language. To simultaneously model such complex semantic and visual representations, recent state-of-the-art studies adopt transformer-based models to fuse features from both modalities, further introducing various modules that modulate visual features to align with the language expressions and eliminate the irrelevant redundant information. However, their loss function, still adopting common Object Detection losses, solely governs the bounding box regression output, failing to fully optimize for the above objectives. To tackle this problem, in this paper, we first analyze the attention mechanisms of transformer-based models. Building upon this, we further propose a novel framework named Attention-Driven Constraint Balancing (AttBalance) to optimize the behavior of visual features within language-relevant regions. Extensive experimental results show that our method brings impressive improvements. Specifically, we achieve constant improvements over five different models evaluated on four different benchmarks. Moreover, we attain a new state-of-the-art performance by integrating our method into QRNet.
