CVFeb 22, 2022

Relation Regularized Scene Graph Generation

arXiv:2202.10826v116 citations
Originality Incremental advance
AI Analysis

This work addresses scene graph generation for computer vision applications, presenting an incremental improvement by incorporating relation prediction into feature refinement.

The paper tackles the problem of scene graph generation by proposing a relation regularized network (R2-Net) that uses predicted relationships between objects to refine object features, leading to improved performance on tasks like predicate classification, scene graph classification, and scene graph detection on the Visual Genome dataset.

Scene graph generation (SGG) is built on top of detected objects to predict object pairwise visual relations for describing the image content abstraction. Existing works have revealed that if the links between objects are given as prior knowledge, the performance of SGG is significantly improved. Inspired by this observation, in this article, we propose a relation regularized network (R2-Net), which can predict whether there is a relationship between two objects and encode this relation into object feature refinement and better SGG. Specifically, we first construct an affinity matrix among detected objects to represent the probability of a relationship between two objects. Graph convolution networks (GCNs) over this relation affinity matrix are then used as object encoders, producing relation-regularized representations of objects. With these relation-regularized features, our R2-Net can effectively refine object labels and generate scene graphs. Extensive experiments are conducted on the visual genome dataset for three SGG tasks (i.e., predicate classification, scene graph classification, and scene graph detection), demonstrating the effectiveness of our proposed method. Ablation studies also verify the key roles of our proposed components in performance improvement.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes