Scene Graph Generation

110 papers with code • 5 benchmarks • 7 datasets

A scene graph is a structured representation of an image, where nodes in a scene graph correspond to object bounding boxes with their object categories, and edges correspond to their pairwise relationships between objects. The task of Scene Graph Generation is to generate a visually-grounded scene graph that most accurately correlates with an image.

Source: Scene Graph Generation by Iterative Message Passing

Libraries

Use these libraries to find Scene Graph Generation models and implementations

Most implemented papers

Learning to Compose Dynamic Tree Structures for Visual Contexts

KaihuaTang/Scene-Graph-Benchmark.pytorch CVPR 2019

We propose to compose dynamic tree structures that place the objects in an image into a visual context, helping visual reasoning tasks such as scene graph generation and visual Q&A.

Unbiased Scene Graph Generation from Biased Training

KaihuaTang/Scene-Graph-Benchmark.pytorch CVPR 2020

Today's scene graph generation (SGG) task is still far from practical, mainly due to the severe training bias, e. g., collapsing diverse "human walk on / sit on / lay on beach" into "human on beach".

Scene Graph Generation by Iterative Message Passing

microsoft/scene_graph_benchmark CVPR 2017

In this work, we explicitly model the objects and their relationships using scene graphs, a visually-grounded graphical structure of an image.

Structured Sparse R-CNN for Direct Scene Graph Generation

mcg-nju/structured-sparse-rcnn CVPR 2022

The key to our method is a set of learnable triplet queries and a structured triplet detector which could be jointly optimized from the training set in an end-to-end manner.

Graph R-CNN for Scene Graph Generation

jwyang/graph-rcnn.pytorch ECCV 2018

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.

LinkNet: Relational Embedding for Scene Graph

jiayan97/linknet-pytorch NeurIPS 2018

In this paper, we present a method that improves scene graph generation by explicitly modeling inter-dependency among the entire object instances.

Graphical Contrastive Losses for Scene Graph Parsing

dmlc/dgl CVPR 2019

The first, Entity Instance Confusion, occurs when the model confuses multiple instances of the same type of entity (e. g. multiple cups).

Knowledge-Embedded Routing Network for Scene Graph Generation

yuweihao/KERN CVPR 2019

More specifically, we show that the statistical correlations between objects appearing in images and their relationships, can be explicitly represented by a structured knowledge graph, and a routing mechanism is learned to propagate messages through the graph to explore their interactions.

Bipartite Graph Network with Adaptive Message Passing for Unbiased Scene Graph Generation

Scarecrow0/BGNN-SGG CVPR 2021

Scene graph generation is an important visual understanding task with a broad range of vision applications.