paper-with-me

홈 › Papers

Zero-shot Referring Expression Comprehension via Structural Similarity Between Images and Captions

2023-11-28 · CVPR 2024 1 · Zeyu Han, Fangrui Zhu, Qianru Lao, Huaizu Jiang

Zero-shot referring expression comprehension aims at localizing bounding boxes in an image corresponding to provided textual prompts, which requires: (i) a fine-grained disentanglement of complex visual scene and textual context, and (ii) a capacity to understand relationships among disentangled entities. Unfortunately, existing large vision-language alignment (VLA) models, e.g., CLIP, struggle with both aspects so cannot be directly used for this task. To mitigate this gap, we leverage large foundation models to disentangle both images and texts into triplets in the format of (subject, predicate, object). After that, grounding is accomplished by calculating the structural similarity matrix between visual and textual triplets with a VLA model, and subsequently propagate it to an instance-level similarity matrix. Furthermore, to equip VLA models with the ability of relationship understanding, we design a triplet-matching objective to fine-tune the VLA models on a collection of curated dataset containing abundant entity relationships. Experiments demonstrate that our visual grounding performance increase of up to 19.5% over the SOTA zero-shot model on RefCOCO/+/g. On the more challenging Who's Waldo dataset, our zero-shot approach achieves comparable accuracy to the fully supervised model. Code is available at https://github.com/Show-han/Zeroshot_REC.

📄 PDF Abstract BibTeX arXiv:2311.17048

Code (1)

show-han/zeroshot_rec 공식 구현 pytorch

Tasks

DisentanglementReferring ExpressionReferring Expression ComprehensionTripletVisual Grounding

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

The Solution for the 5th GCAIAC Zero-shot Referring Expression Comprehension Challenge

2024-07-06 · Longfei Huang, Feng Yu, Zhihao Guan, Zhonghua Wan 외

This report presents a solution for the zero-shot referring expression comprehension task. Visual-language multimodal base models (such as CLIP, SAM) have gained significant attention in recent years as a cornerstone of …

Referring ExpressionReferring Expression Comprehension

ReCLIP: A Strong Zero-Shot Baseline for Referring Expression Comprehension

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Training a referring expression comprehension (ReC) model for a new visual domain requires collecting referring expressions, and potentially corresponding bounding boxes, for images in the domain. While large-scale pre-t…

image-classificationImage ClassificationReferring ExpressionReferring Expression Comprehension+1

ReCLIP: A Strong Zero-Shot Baseline for Referring Expression Comprehension

2022-04-12 · ACL 2022 5 · Sanjay Subramanian, William Merrill, Trevor Darrell, Matt Gardner 외

Training a referring expression comprehension (ReC) model for a new visual domain requires collecting referring expressions, and potentially corresponding bounding boxes, for images in the domain. While large-scale pre-t…

image-classificationImage ClassificationReferring ExpressionReferring Expression Comprehension+1

Zero-Shot Referring Expression Comprehension via Vison-Language True/False Verification

2025-09-12 · Jeffrey Liu, Rongbin Hu arxiv

Referring Expression Comprehension (REC) is usually addressed with task-trained grounding models. We show that a zero-shot workflow, without any REC-specific training, can achieve competitive or superior performance. Our…

Referring Expression

Compositional Zero-Shot Learning for Attribute-Based Object Reference in Human-Robot Interaction

2023-12-21 · Peng Gao, Ahmed Jaafar, Brian Reily, Christopher Reardon 외

Language-enabled robots have been widely studied over the past years to enable natural human-robot interaction and teaming in various real-world applications. Language-enabled robots must be able to comprehend referring …

16kAttributeCompositional Zero-Shot LearningReferring Expression+2