CVLGJul 10, 2023

CREPE: Learnable Prompting With CLIP Improves Visual Relationship Prediction

arXiv:2307.04838v24 citationsh-index: 31
Originality Incremental advance
AI Analysis

This work addresses the problem of interpreting visual object relationships for computer vision researchers, offering an incremental improvement by integrating CLIP into an existing framework.

The paper tackles visual relationship prediction by leveraging CLIP's language priors to simplify existing graphical models, achieving state-of-the-art performance with mR@5 27.79 and mR@20 31.95 on the Visual Genome benchmark, a 15.3% gain over prior methods.

In this paper, we explore the potential of Vision-Language Models (VLMs), specifically CLIP, in predicting visual object relationships, which involves interpreting visual features from images into language-based relations. Current state-of-the-art methods use complex graphical models that utilize language cues and visual features to address this challenge. We hypothesize that the strong language priors in CLIP embeddings can simplify these graphical models paving for a simpler approach. We adopt the UVTransE relation prediction framework, which learns the relation as a translational embedding with subject, object, and union box embeddings from a scene. We systematically explore the design of CLIP-based subject, object, and union-box representations within the UVTransE framework and propose CREPE (CLIP Representation Enhanced Predicate Estimation). CREPE utilizes text-based representations for all three bounding boxes and introduces a novel contrastive training strategy to automatically infer the text prompt for union-box. Our approach achieves state-of-the-art performance in predicate estimation, mR@5 27.79, and mR@20 31.95 on the Visual Genome benchmark, achieving a 15.3\% gain in performance over recent state-of-the-art at mR@20. This work demonstrates CLIP's effectiveness in object relation prediction and encourages further research on VLMs in this challenging domain.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes