paper-with-me

홈 › Papers

Shifting More Attention to Visual Backbone: Query-modulated Refinement Networks for End-to-End Visual Grounding

2022-03-29 · CVPR 2022 1 · Jiabo Ye, Junfeng Tian, Ming Yan, Xiaoshan Yang, Xuwu Wang, Ji Zhang, Liang He, Xin Lin

Visual grounding focuses on establishing fine-grained alignment between vision and natural language, which has essential applications in multimodal reasoning systems. Existing methods use pre-trained query-agnostic visual backbones to extract visual feature maps independently without considering the query information. We argue that the visual features extracted from the visual backbones and the features really needed for multimodal reasoning are inconsistent. One reason is that there are differences between pre-training tasks and visual grounding. Moreover, since the backbones are query-agnostic, it is difficult to completely avoid the inconsistency issue by training the visual backbone end-to-end in the visual grounding framework. In this paper, we propose a Query-modulated Refinement Network (QRNet) to address the inconsistent issue by adjusting intermediate features in the visual backbone with a novel Query-aware Dynamic Attention (QD-ATT) mechanism and query-aware multiscale fusion. The QD-ATT can dynamically compute query-dependent visual attention at the spatial and channel levels of the feature maps produced by the visual backbone. We apply the QRNet to an end-to-end visual grounding framework. Extensive experiments show that the proposed method outperforms state-of-the-art methods on five widely used datasets.

📄 PDF Abstract BibTeX arXiv:2203.15442

Code (1)

lukeforeveryoung/qrnet 공식 구현 pytorch

Tasks

Multimodal ReasoningVisual Grounding

Similar Papers 제목 키워드 기반

RAVE: Re-Allocating Visual Attention in Large Multimodal Models

2026-05-18 · Xi Leng, Xinhong Ma, Ziqiang Dong, Feng Zhang 외 arxiv

Large multimodal models (LMMs) inherit the self-attention mechanism of pretrained language backbones, yet standard attention can exhibit suboptimal allocation, including cross-modal misallocation between textual and visu…

Visual Grounding

SDPL: Shifting-Dense Partition Learning for UAV-View Geo-Localization

2024-03-07 · Quan Chen, Tingyu Wang, Zihao Yang, Haoran Li 외

Cross-view geo-localization aims to match images of the same target from different platforms, e.g., drone and satellite. It is a challenging task due to the changing appearance of targets and environmental content from d…

geo-localizationPart-based Representation LearningRepresentation Learning

Transformer Tracking with Cyclic Shifting Window Attention

2022-05-08 · CVPR 2022 1 · Zikai Song, Junqing Yu, Yi-Ping Phoebe Chen, Wei Yang

Transformer architecture has been showing its great strength in visual object tracking, for its effective attention mechanism. Existing transformer-based approaches adopt the pixel-to-pixel attention strategy on flattene…

ObjectObject TrackingVisual Object Tracking

DnA: Denoising Attention for Visual Tasks

2026-06-25 · Ron Campos, Subhajit Maity, Xin Li, Srijan Das 외 arxiv

The softmax activation in multihead attention (MHA) is the de facto standard for attention-based models in visual perception tasks. However, standard softmax can produce noisy attention patterns that dilute relevant feat…

Exploring Plain Vision Transformer Backbones for Object Detection

2022-03-30 · Yanghao Li, Hanzi Mao, Ross Girshick, Kaiming He

We explore the plain, non-hierarchical Vision Transformer (ViT) as a backbone network for object detection. This design enables the original ViT architecture to be fine-tuned for object detection without needing to redes…

Cross-Domain Few-Shot Object DetectionInstance SegmentationObjectobject-detection+1