paper-with-me

Papers

Pseudo-Q: Generating Pseudo Language Queries for Visual Grounding

2022-03-16 · CVPR 2022 1 · Haojun Jiang, Yuanze Lin, Dongchen Han, Shiji Song, Gao Huang

Visual grounding, i.e., localizing objects in images according to natural language queries, is an important topic in visual language understanding. The most effective approaches for this task are based on deep learning, which generally require expensive manually labeled image-query or patch-query pairs. To eliminate the heavy dependence on human annotations, we present a novel method, named Pseudo-Q, to automatically generate pseudo language queries for supervised training. Our method leverages an off-the-shelf object detector to identify visual objects from unlabeled images, and then language queries for these objects are obtained in an unsupervised fashion with a pseudo-query generation module. Then, we design a task-related query prompt module to specifically tailor generated pseudo language queries for visual grounding tasks. Further, in order to fully capture the contextual relationships between images and language queries, we develop a visual-language model equipped with multi-level cross-modality attention mechanism. Extensive experimental results demonstrate that our method has two notable benefits: (1) it can reduce human annotation costs significantly, e.g., 31% on RefCOCO without degrading original model's performance under the fully supervised setting, and (2) without bells and whistles, it achieves superior or comparable performance compared to state-of-the-art weakly-supervised visual grounding methods on all the five datasets we have experimented. Code is available at https://github.com/LeapLabTHU/Pseudo-Q.

📄 PDF Abstract BibTeX arXiv:2203.08481

Code (1)

leaplabthu/pseudo-q 공식 구현 pytorch

Tasks

Language ModellingNatural Language QueriesVisual Grounding

Similar Papers 제목 키워드 기반

Commonsense for Zero-Shot Natural Language Video Localization

2023-12-29 · Meghana Holla, Ismini Lourentzou

Zero-shot Natural Language-Video Localization (NLVL) methods have exhibited promising results in training NLVL models exclusively with raw video data by dynamically generating video segments and pseudo-query annotations.…

Flexible Visual Grounding

2022-05-01 · ACL 2022 5 · Yongmin Kim, Chenhui Chu, Sadao Kurohashi

Existing visual grounding datasets are artificially made, where every query regarding an entity must be able to be grounded to a corresponding image region, i.e., answerable. However, in real-world multimedia data such a…

ArticlesVisual Grounding

Confidence-aware Pseudo-label Learning for Weakly Supervised Visual Grounding

2023-01-01 · ICCV 2023 1 · Yang Liu, Jiahua Zhang, Qingchao Chen, Yuxin Peng

Visual grounding aims at localizing the target object in image which is most related to the given free-form natural language query. As labeling the position of target object is labor-intensive, the weakly supervised …

DescriptiveObjectPrompt EngineeringPseudo Label+3

Modal-specific Pseudo Query Generation for Video Corpus Moment Retrieval

2022-10-23 · Minjoon Jung, SeongHo Choi, Joochan Kim, Jin-Hwa Kim 외

Video corpus moment retrieval (VCMR) is the task to retrieve the most relevant video moment from a large video corpus using a natural language query. For narrative videos, e.g., dramas or movies, the holistic understandi…

Moment RetrievalMultimodal ReasoningRetrievalSelf-Supervised Learning+1

NL2pSQL: Generating Pseudo-SQL Queries from Under-Specified Natural Language Questions

2019-11-01 · IJCNLP 2019 11 · Fuxiang Chen, Seung-won Hwang, Jaegul Choo, Jung-Woo Ha 외

Generating SQL codes from natural language questions (NL2SQL) is an emerging research area. Existing studies have mainly focused on clear scenarios where specified information is fully given to generate a SQL query. Howe…

Denoising