paper-with-me

홈 › Papers

Fully Convolutional Scene Graph Generation

2021-03-30 · CVPR 2021 1 · Hengyue Liu, Ning Yan, Masood S. Mortazavi, Bir Bhanu

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. Comprehensive experiments on the Visual Genome dataset demonstrate the efficacy, efficiency, and generalizability of the proposed method. FCSGG achieves highly competitive results on recall and zero-shot recall with significantly reduced inference time.

📄 PDF Abstract BibTeX arXiv:2103.16083

Code (1)

liuhengyue/fcsgg 공식 구현 pytorch

Tasks

Graph GenerationScene Graph Generation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Road Scene Graph: A Semantic Graph-Based Scene Representation Dataset for Intelligent Vehicles

2020-11-27 · Yafu Tian, Alexander Carballo, Ruifeng Li, Kazuya Takeda

Rich semantic information extraction plays a vital role on next-generation intelligent vehicles. Currently there is great amount of research focusing on fundamental applications such as 6D pose detection, road scene sema…

Semantic Segmentation

Dual ResGCN for Balanced Scene GraphGeneration

2020-11-09 · Jingyi Zhang, Yong Zhang, Baoyuan Wu, Yanbo Fan 외

Visual scene graph generation is a challenging task. Previous works have achieved great progress, but most of them do not explicitly consider the class imbalance issue in scene graph generation. Models learned without co…

Graph GenerationRelationScene Graph Generation

Transforming Image Generation from Scene Graphs

2022-07-01 · Renato Sortino, Simone Palazzo, Concetto Spampinato

Generating images from semantic visual knowledge is a challenging task, that can be useful to condition the synthesis process in complex, subtle, and unambiguous ways, compared to alternatives such as class labels or tex…

DecoderImage GenerationImage Generation from Scene Graphs

Graph R-CNN for Scene Graph Generation

2018-08-01 · ECCV 2018 9 · Jianwei Yang, Jiasen Lu, Stefan Lee, Dhruv Batra 외

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 effi…

Graph GenerationScene Graph Generation

Using Scene Graph Context to Improve Image Generation

2019-01-11 · Subarna Tripathi, Anahita Bhiwandiwalla, Alexei Bastidas, Hanlin Tang

Generating realistic images from scene graphs asks neural networks to be able to reason about object relationships and compositionality. As a relatively new task, how to properly ensure the generated images comply with s…

Image GenerationImage Generation from Scene GraphsOpen-Ended Question AnsweringRelation