SOTAVerified

Graph R-CNN for Scene Graph Generation

2018-08-01ECCV 2018Code Available1· sign in to hype

Jianwei Yang, Jiasen Lu, Stefan Lee, Dhruv Batra, Devi Parikh

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a novel scene graph generation model called Graph R-CNN, that is both effective and efficient at detecting objects and their relations in images. Our model contains a Relation Proposal Network (RePN) that efficiently deals with the quadratic number of potential relations between objects in an image. We also propose an attentional Graph Convolutional Network (aGCN) that effectively captures contextual information between objects and relations. Finally, we introduce a new evaluation metric that is more holistic and realistic than existing metrics. We report state-of-the-art performance on scene graph generation as evaluated using both existing and our proposed metrics.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Visual GenomeGraph-RCNNRecall@5011.4Unverified

Reproductions