Attentive Relational Networks for Mapping Images to Scene Graphs
Scene graph generation refers to the task of automatically mapping an image into a semantic structural graph, which requires correctly labeling each extracted object and their interaction relationships. Despite the recent success in object detection using deep learning techniques, inferring complex contextual relationships and structured graph representations from visual data remains a challenging topic. In this study, we propose a novel Attentive Relational Network that consists of two key modules with an object detection backbone to approach this problem. The first module is a semantic transformation module utilized to capture semantic embedded relation features, by translating visual features and linguistic features into a common semantic space. The other module is a graph self-attention module introduced to embed a joint graph representation through assigning various importance weights to neighboring nodes. Finally, accurate scene graphs are produced by the relation inference module to recognize all entities and the corresponding relations. We evaluate our proposed method on the widely-adopted Visual Genome Dataset, and the results demonstrate the effectiveness and superiority of our model.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph GenerationObjectobject-detectionObject DetectionRelationScene Graph GenerationSimilar Papers 제목 키워드 기반
Weakly Supervised Scene Graph Grounding
Recent researches have achieved substantial advances in learning structured representations from images. However, current methods rely heavily on the annotated mapping between the nodes of scene graphs and object boundi…
Relationship-Aware Hierarchical 3D Scene Graph for Task Reasoning
Representing and understanding 3D environments in a structured manner is crucial for autonomous agents to navigate and reason about their surroundings. While traditional Simultaneous Localization and Mapping (SLAM) metho…
Relational ReasoningImproving Scene Graph Classification by Exploiting Knowledge from Texts
Training scene graph classification models requires a large amount of annotated image data. Meanwhile, scene graphs represent relational knowledge that can be modeled with symbolic data from texts or knowledge graphs. Wh…
ClassificationGeneral ClassificationGraph ClassificationKnowledge Graphs+7Top-down and Bottom-up Feature Combination for Multi-sensor Attentive Robots
The information available to robots in real tasks is widely distributed both in time and space, requiring the agent to search for relevant data. In humans, that face the same problem when sounds, images and smells are pr…
Learning Neural Implicit through Volume Rendering with Attentive Depth Fusion Priors
Learning neural implicit representations has achieved remarkable performance in 3D reconstruction from multi-view images. Current methods use volume rendering to render implicit representations into either RGB or depth i…
3D ReconstructionSimultaneous Localization and Mapping