paper-with-me

Papers

Zero-shot Visual Relation Detection via Composite Visual Cues from Large Language Models

2023-05-21 · NeurIPS 2023 11 · Lin Li, Jun Xiao, Guikun Chen, Jian Shao, Yueting Zhuang, Long Chen

Pretrained vision-language models, such as CLIP, have demonstrated strong generalization capabilities, making them promising tools in the realm of zero-shot visual recognition. Visual relation detection (VRD) is a typical task that identifies relationship (or interaction) types between object pairs within an image. However, naively utilizing CLIP with prevalent class-based prompts for zero-shot VRD has several weaknesses, e.g., it struggles to distinguish between different fine-grained relation types and it neglects essential spatial information of two objects. To this end, we propose a novel method for zero-shot VRD: RECODE, which solves RElation detection via COmposite DEscription prompts. Specifically, RECODE first decomposes each predicate category into subject, object, and spatial components. Then, it leverages large language models (LLMs) to generate description-based prompts (or visual cues) for each component. Different visual cues enhance the discriminability of similar relation categories from different perspectives, which significantly boosts performance in VRD. To dynamically fuse different cues, we further introduce a chain-of-thought method that prompts LLMs to generate reasonable weights for different visual cues. Extensive experiments on four VRD benchmarks have demonstrated the effectiveness and interpretability of RECODE.

📄 PDF Abstract BibTeX arXiv:2305.12476

Code (1)

hkust-longgroup/recode 공식 구현 pytorch

Tasks

Relation

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 제목 키워드 기반

AF-CLIP: Zero-Shot Anomaly Detection via Anomaly-Focused CLIP Adaptation

2025-07-26 · Qingqing Fang, Wenxi Lv, Qinliang Su arxiv

Visual anomaly detection has been widely used in industrial inspection and medical diagnosis. Existing methods typically demand substantial training samples, limiting their utility in zero-/few-shot scenarios. While rece…

Image ClassificationAnomaly DetectionMedical Diagnosis

Context-Aware Zero-Shot Recognition

2019-04-19 · Ruotian Luo, Ning Zhang, Bohyung Han, Linjie Yang

We present a novel problem setting in zero-shot learning, zero-shot object recognition and detection in the context. Contrary to the traditional zero-shot learning methods, which simply infers unseen categories by transf…

Object RecognitionZero-Shot Learning

Relation-aware Compositional Zero-shot Learning for Attribute-Object Pair Recognition

2021-08-10 · Ziwei Xu, Guangzhi Wang, Yongkang Wong, Mohan Kankanhalli

This paper proposes a novel model for recognizing images with composite attribute-object concepts, notably for composite concepts that are unseen during model training. We aim to explore the three key properties required…

AttributeBlockingCompositional Zero-Shot LearningRelation+1

Visual Relationship Detection Using Part-and-Sum Transformers with Composite Queries

2021-05-05 · ICCV 2021 10 · Qi Dong, Zhuowen Tu, Haofu Liao, Yuting Zhang 외

Computer vision applications such as visual relationship detection and human object interaction can be formulated as a composite (structured) set detection problem in which both the parts (subject, object, and predicate)…

Human-Object Interaction DetectionObjectRelationship DetectionTriplet+1

Cross-modal Representation Learning for Zero-shot Action Recognition

2022-05-03 · CVPR 2022 1 · Chung-Ching Lin, Kevin Lin, Linjie Li, Lijuan Wang 외

We present a cross-modal Transformer-based framework, which jointly encodes video data and text labels for zero-shot action recognition (ZSAR). Our model employs a conceptually new pipeline by which visual representation…

Action RecognitionRepresentation LearningZero-Shot Action Recognition