Fully Convolutional Scene Graph Generation
Hengyue Liu, Ning Yan, Masood S. Mortazavi, Bir Bhanu

TL;DR
This paper introduces a fully convolutional model for scene graph generation that detects objects and their relationships simultaneously using relation affinity fields, improving efficiency and speed over traditional two-stage methods.
Contribution
The proposed FCSGG model is a novel, efficient bottom-up approach encoding objects and relationships as dense vector fields, eliminating the need for pre-trained detectors.
Findings
Achieves competitive recall and zero-shot recall scores.
Reduces inference time significantly.
Demonstrates strong results on Visual Genome dataset.
Abstract
This paper presents a fully convolutional scene graph generation (FCSGG) model that detects objects and relations simultaneously. Most of the scene graph generation frameworks use a pre-trained two-stage object detector, like Faster R-CNN, and build scene graphs using bounding box features. Such pipeline usually has a large number of parameters and low inference speed. Unlike these approaches, FCSGG is a conceptually elegant and efficient bottom-up approach that encodes objects as bounding box center points, and relationships as 2D vector fields which are named as Relation Affinity Fields (RAFs). RAFs encode both semantic and spatial features, and explicitly represent the relationship between a pair of objects by the integral on a sub-region that points from subject to object. FCSGG only utilizes visual features and still generates strong results for scene graph generation.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsConvolution · RoIPool · Softmax · Region Proposal Network · Faster R-CNN
