Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RelTR: Relation Transformer for Scene Graph Generation

About

Different objects in the same scene are more or less related to each other, but only a limited number of these relationships are noteworthy. Inspired by DETR, which excels in object detection, we view scene graph generation as a set prediction problem and propose an end-to-end scene graph generation model RelTR which has an encoder-decoder architecture. The encoder reasons about the visual feature context while the decoder infers a fixed-size set of triplets subject-predicate-object using different types of attention mechanisms with coupled subject and object queries. We design a set prediction loss performing the matching between the ground truth and predicted triplets for the end-to-end training. In contrast to most existing scene graph generation methods, RelTR is a one-stage method that predicts a set of relationships directly only using visual appearance without combining entities and labeling all possible predicates. Extensive experiments on the Visual Genome and Open Images V6 datasets demonstrate the superior performance and fast inference of our model.

Yuren Cong, Michael Ying Yang, Bodo Rosenhahn• 2022

Related benchmarks

TaskDatasetResultRank
Scene Graph GenerationVisual Genome (test)
R@500.3099
86
Scene Graph GenerationOpen Images v6 (test)
wmAPrel37.2
74
Scene Graph DetectionAction Genome
Recall@1020.9
30
Scene Graph DetectionVG 1.0 (test)
R@5021.2
9
Showing 4 of 4 rows

Other info

Follow for update