paper-with-me

홈 › Papers

TransVG++: End-to-End Visual Grounding with Language Conditioned Vision Transformer

2022-06-14 · Jiajun Deng, Zhengyuan Yang, Daqing Liu, Tianlang Chen, Wengang Zhou, Yanyong Zhang, Houqiang Li, Wanli Ouyang

In this work, we explore neat yet effective Transformer-based frameworks for visual grounding. The previous methods generally address the core problem of visual grounding, i.e., multi-modal fusion and reasoning, with manually-designed mechanisms. Such heuristic designs are not only complicated but also make models easily overfit specific data distributions. To avoid this, we first propose TransVG, which establishes multi-modal correspondences by Transformers and localizes referred regions by directly regressing box coordinates. We empirically show that complicated fusion modules can be replaced by a simple stack of Transformer encoder layers with higher performance. However, the core fusion Transformer in TransVG is stand-alone against uni-modal encoders, and thus should be trained from scratch on limited visual grounding data, which makes it hard to be optimized and leads to sub-optimal performance. To this end, we further introduce TransVG++ to make two-fold improvements. For one thing, we upgrade our framework to a purely Transformer-based one by leveraging Vision Transformer (ViT) for vision feature encoding. For another, we devise Language Conditioned Vision Transformer that removes external fusion modules and reuses the uni-modal ViT for vision-language fusion at the intermediate layers. We conduct extensive experiments on five prevalent datasets, and report a series of state-of-the-art records.

📄 PDF Abstract BibTeX arXiv:2206.06619

Code (1)

djiajunustc/TransVG 공식 구현 pytorch

Tasks

Visual Grounding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

TransVG: End-to-End Visual Grounding with Transformers

2021-04-17 · ICCV 2021 10 · Jiajun Deng, Zhengyuan Yang, Tianlang Chen, Wengang Zhou 외

In this paper, we present a neat yet effective transformer-based framework for visual grounding, namely TransVG, to address the task of grounding a language query to the corresponding region onto an image. The state-of-t…

Referring Expression ComprehensionVisual Grounding

Argus: Vision-Centric Reasoning with Grounded Chain-of-Thought

2025-05-29 · CVPR 2025 1 · Yunze Man, De-An Huang, Guilin Liu, Shiwei Sheng 외

Recent advances in multimodal large language models (MLLMs) have demonstrated remarkable capabilities in vision-language tasks, yet they often struggle with vision-centric scenarios where precise visual focus is needed f…

Multimodal Reasoning

Dynamic MDETR: A Dynamic Multimodal Transformer Decoder for Visual Grounding

2022-09-28 · Fengyuan Shi, Ruopeng Gao, Weilin Huang, LiMin Wang

Multimodal transformer exhibits high capacity and flexibility to align image and text for visual grounding. However, the existing encoder-only grounding framework (e.g., TransVG) suffers from heavy computation due to the…

DecoderVisual Grounding

Where to Look Matters: Learning Influential Views for VLM-based 3D Visual Grounding

2026-09-04 · Tsung-Chih Chiang, Hsuan-Kung Yang, Jou-Min Liu, Ting-Ru Liu 외 arxiv

Recent zero-shot 3D visual grounding methods leverage vision-language models (VLMs) to localize objects in 3D scenes from natural language queries. However, these methods typically rely on heuristic rules to select which…

Natural Language QueriesVisual Grounding

AnySlot: Goal-Conditioned Vision-Language-Action Policies for Zero-Shot Slot-Level Placement

2026-04-12 · Zhaofeng Hu, Sifan Zhou, Qinbo Zhang, Rongtao Xu 외 arxiv

Vision-Language-Action (VLA) policies have emerged as a versatile paradigm for generalist robotic manipulation. However, precise object placement under compositional language remains challenging for end-to-end VLA polici…

Spatial Reasoning