paper-with-me

홈 › Papers

Towards Unifying Reference Expression Generation and Comprehension

2022-10-24 · Duo Zheng, Tao Kong, Ya Jing, Jiaan Wang, Xiaojie Wang

Reference Expression Generation (REG) and Comprehension (REC) are two highly correlated tasks. Modeling REG and REC simultaneously for utilizing the relation between them is a promising way to improve both. However, the problem of distinct inputs, as well as building connections between them in a single model, brings challenges to the design and training of the joint model. To address the problems, we propose a unified model for REG and REC, named UniRef. It unifies these two tasks with the carefully-designed Image-Region-Text Fusion layer (IRTF), which fuses the image, region and text via the image cross-attention and region cross-attention. Additionally, IRTF could generate pseudo input regions for the REC task to enable a uniform way for sharing the identical representation space across the REC and REG. We further propose Vision-conditioned Masked Language Modeling (VMLM) and Text-Conditioned Region Prediction (TRP) to pre-train UniRef model on multi-granular corpora. The VMLM and TRP are directly related to REG and REC, respectively, but could help each other. We conduct extensive experiments on three benchmark datasets, RefCOCO, RefCOCO+ and RefCOCOg. Experimental results show that our model outperforms previous state-of-the-art methods on both REG and REC.

📄 PDF Abstract BibTeX arXiv:2210.13076

Code (1)

zd11024/uniref 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMasked Language ModelingReference Expression Generation

Similar Papers 제목 키워드 기반

Grounding Language in Multi-Perspective Referential Communication

2024-10-04 · Zineng Tang, Lingjun Mao, Alane Suhr

We introduce a task and dataset for referring expression generation and comprehension in multi-agent embodied environments. In this task, two agents in a shared scene must take into account one another's visual perspecti…

Referring ExpressionReferring expression generation

PPGN: Phrase-Guided Proposal Generation Network For Referring Expression Comprehension

2020-12-20 · Chao Yang, Guoqing Wang, Dongsheng Li, HuaWei Shen 외

Reference expression comprehension (REC) aims to find the location that the phrase refer to in a given image. Proposal generation and proposal representation are two effective techniques in many two-stage REC methods. Ho…

Referring ExpressionReferring Expression Comprehension

Comprehension-guided referring expressions

2017-01-12 · CVPR 2017 7 · Ruotian Luo, Gregory Shakhnarovich

We consider generation and comprehension of natural language referring expression for objects in an image. Unlike generic "image captioning" which lacks natural standard evaluation criteria, quality of a referring expres…

Referring ExpressionReferring expression generation

Unifying Vision-and-Language Tasks via Text Generation

2021-02-04 · Jaemin Cho, Jie Lei, Hao Tan, Mohit Bansal

Existing methods for vision-and-language learning typically require designing task-specific architectures and objectives for each task. For example, a multi-label answer classifier for visual question answering, a region…

Conditional Text GenerationDecoderImage CaptioningLanguage Modeling+9

FoREST: Frame of Reference Evaluation in Spatial Reasoning Tasks

2025-02-25 · Tanawan Premsri, Parisa Kordjamshidi

Spatial reasoning is a fundamental aspect of human intelligence. One key concept in spatial cognition is the Frame of Reference (FoR), which identifies the perspective of spatial expressions. Despite its significance, Fo…

Image GenerationLayout GenerationSpatial ReasoningText to Image Generation+1