paper-with-me

Papers

Visual Relationship Detection with Visual-Linguistic Knowledge from Multimodal Representations

2020-09-10 · Meng-Jiun Chiou, Roger Zimmermann, Jiashi Feng

Visual relationship detection aims to reason over relationships among salient objects in images, which has drawn increasing attention over the past few years. Inspired by human reasoning mechanisms, it is believed that external visual commonsense knowledge is beneficial for reasoning visual relationships of objects in images, which is however rarely considered in existing methods. In this paper, we propose a novel approach named Relational Visual-Linguistic Bidirectional Encoder Representations from Transformers (RVL-BERT), which performs relational reasoning with both visual and language commonsense knowledge learned via self-supervised pre-training with multimodal representations. RVL-BERT also uses an effective spatial module and a novel mask attention module to explicitly capture spatial information among the objects. Moreover, our model decouples object detection from visual relationship recognition by taking in object names directly, enabling it to be used on top of any object detection system. We show through quantitative and qualitative experiments that, with the transferred knowledge and novel modules, RVL-BERT achieves competitive results on two challenging visual relationship detection datasets. The source code is available at https://github.com/coldmanck/RVL-BERT.

📄 PDF Abstract BibTeX arXiv:2009.04965

Code (1)

coldmanck/RVL-BERT 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionRelational ReasoningRelationship DetectionVisual Relationship Detection

Similar Papers 제목 키워드 기반

Visual Relationship Detection with Internal and External Linguistic Knowledge Distillation

2017-07-28 · ICCV 2017 10 · Ruichi Yu, Ang Li, Vlad I. Morariu, Larry S. Davis

Understanding visual relationships involves identifying the subject, the object, and a predicate relating them. We leverage the strong correlations between the predicate and the (subj,obj) pair (both semantically and spa…

Knowledge DistillationRelationship DetectionVisual Relationship Detection

Visual Relationship Detection with Language prior and Softmax

2019-04-16 · Jaewon Jung, Jongyoul Park

Visual relationship detection is an intermediate image understanding task that detects two objects and classifies a predicate that explains the relationship between two objects in an image. The three components are lingu…

Knowledge DistillationRelationship DetectionVisual Relationship Detection

Compensating Supervision Incompleteness with Prior Knowledge in Semantic Image Interpretation

2019-10-01 · Ivan Donadello, Luciano Serafini

Semantic Image Interpretation is the task of extracting a structured semantic description from images. This requires the detection of visual relationships: triples (subject,relation,object) describing a semantic relation…

ObjectRelationRelational ReasoningRelationship Detection+3

Optimising the Input Image to Improve Visual Relationship Detection

2019-03-26 · Noel Mizzi, Adrian Muscat

Visual Relationship Detection is defined as, given an image composed of a subject and an object, the correct relation is predicted. To improve the visual part of this difficult problem, ten preprocessing methods were tes…

Objectobject-detectionObject DetectionRelationship Detection+1

On Exploring Undetermined Relationships for Visual Relationship Detection

2019-05-05 · CVPR 2019 6 · Yibing Zhan, Jun Yu, Ting Yu, DaCheng Tao

In visual relationship detection, human-notated relationships can be regarded as determinate relationships. However, there are still large amount of unlabeled data, such as object pairs with less significant relationship…

ObjectRelationship DetectionVisual Relationship Detection