Visual Relationship Detection with Visual-Linguistic Knowledge from Multimodal Representations
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.
Code (1)
Tasks
Objectobject-detectionObject DetectionRelational ReasoningRelationship DetectionVisual Relationship DetectionSimilar Papers 제목 키워드 기반
Visual Relationship Detection with Internal and External Linguistic Knowledge Distillation
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 DetectionVisual Relationship Detection with Language prior and Softmax
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 DetectionCompensating Supervision Incompleteness with Prior Knowledge in Semantic Image Interpretation
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+3Optimising the Input Image to Improve Visual Relationship Detection
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+1On Exploring Undetermined Relationships for Visual Relationship Detection
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