paper-with-me

홈 › Papers

Context Disentangling and Prototype Inheriting for Robust Visual Grounding

2023-12-19 · Wei Tang, Liang Li, Xuejing Liu, Lu Jin, Jinhui Tang, Zechao Li

Visual grounding (VG) aims to locate a specific target in an image based on a given language query. The discriminative information from context is important for distinguishing the target from other objects, particularly for the targets that have the same category as others. However, most previous methods underestimate such information. Moreover, they are usually designed for the standard scene (without any novel object), which limits their generalization to the open-vocabulary scene. In this paper, we propose a novel framework with context disentangling and prototype inheriting for robust visual grounding to handle both scenes. Specifically, the context disentangling disentangles the referent and context features, which achieves better discrimination between them. The prototype inheriting inherits the prototypes discovered from the disentangled visual features by a prototype bank to fully utilize the seen data, especially for the open-vocabulary scene. The fused features, obtained by leveraging Hadamard product on disentangled linguistic and visual features of prototypes to avoid sharp adjusting the importance between the two types of features, are then attached with a special token and feed to a vision Transformer encoder for bounding box regression. Extensive experiments are conducted on both standard and open-vocabulary scenes. The performance comparisons indicate that our method outperforms the state-of-the-art methods in both scenarios. {The code is available at https://github.com/WayneTomas/TransCP.

📄 PDF Abstract BibTeX arXiv:2312.11967

Code (1)

waynetomas/transcp 공식 구현 pytorch

Tasks

Visual Grounding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Prototype-Aware Multimodal Alignment for Open-Vocabulary Visual Grounding

2025-09-08 · Jiangnan Xie, Xiaolong Zheng, Liang Zheng arxiv

Visual Grounding (VG) aims to utilize given natural language queries to locate specific target objects within images. While current transformer-based approaches demonstrate strong localization performance in standard sce…

Natural Language QueriesVisual Grounding

ProtoVQA: An Adaptable Prototypical Framework for Explainable Fine-Grained Visual Question Answering

2025-09-20 · Xingjian Diao, Weiyi Wu, Keyi Kong, Peijun Qing 외 arxiv

Visual Question Answering (VQA) is increasingly used in diverse applications ranging from general visual reasoning to safety-critical domains such as medical imaging and autonomous systems, where models must provide not …

Visual Question AnsweringVisual Reasoning

Learning Yourself: Class-Incremental Semantic Segmentation with Language-Inspired Bootstrapped Disentanglement

2025-08-30 · Ruitao Wu, Yifan Zhao, Jia Li arxiv

Class-Incremental Semantic Segmentation (CISS) requires continuous learning of newly introduced classes while retaining knowledge of past classes. By abstracting mainstream methods into two stages (visual feature extract…

Semantic Segmentation

Object-Centric Diagnosis of Visual Reasoning

2020-12-21 · Jianwei Yang, Jiayuan Mao, Jiajun Wu, Devi Parikh 외

When answering questions about an image, it not only needs knowing what -- understanding the fine-grained contents (e.g., objects, relationships) in the image, but also telling why -- reasoning over grounding visual cues…

DiagnosticObjectQuestion AnsweringVisual Question Answering+2

ViewSRD: 3D Visual Grounding via Structured Multi-View Decomposition

2025-07-15 · Ronggang Huang, Haoxin Yang, Yan Cai, Xuemiao Xu 외

3D visual grounding aims to identify and localize objects in a 3D space based on textual descriptions. However, existing methods struggle with disentangling targets from anchors in complex multi-anchor queries and resolv…

3D visual groundingVisual Grounding