SGFormer: Semantic Graph Transformer for Point Cloud-based 3D Scene Graph Generation
In this paper, we propose a novel model called SGFormer, Semantic Graph TransFormer for point cloud-based 3D scene graph generation. The task aims to parse a point cloud-based scene into a semantic structural graph, with the core challenge of modeling the complex global structure. Existing methods based on graph convolutional networks (GCNs) suffer from the over-smoothing dilemma and can only propagate information from limited neighboring nodes. In contrast, SGFormer uses Transformer layers as the base building block to allow global information passing, with two types of newly-designed layers tailored for the 3D scene graph generation task. Specifically, we introduce the graph embedding layer to best utilize the global information in graph edges while maintaining comparable computation costs. Furthermore, we propose the semantic injection layer to leverage linguistic knowledge from large-scale language model (i.e., ChatGPT), to enhance objects' visual features. We benchmark our SGFormer on the established 3DSSG dataset and achieve a 40.94% absolute improvement in relationship prediction's R@50 and an 88.36% boost on the subset with complex scenes over the state-of-the-art. Our analyses further show SGFormer's superiority in the long-tail and zero-shot scenarios. Our source code is available at https://github.com/Andy20178/SGFormer.
Code (1)
Tasks
3d scene graph generationGraph EmbeddingGraph GenerationLanguage ModellingScene Graph GenerationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SGFormer++: Semantic Graph Transformer for Incremental 3D Scene Graph Generation
In this paper, we propose SGFormer++, a novel Semantic Graph Transformer for 3D scene graph generation (SGG), which aims to parse point cloud scenes into semantic structural graphs, where nodes denote detected object ins…
Scene Graph GenerationGraph EmbeddingPSGformer: Enhancing 3D Point Cloud Instance Segmentation via Precise Semantic Guidance
Most existing 3D instance segmentation methods are derived from 3D semantic segmentation models. However, these indirect approaches suffer from certain limitations. They fail to fully leverage global and local semantic i…
3D Instance Segmentation3D Semantic SegmentationInstance SegmentationSegmentation+1SymmCompletion: High-Fidelity and High-Consistency Point Cloud Completion with Symmetry Guidance
Point cloud completion aims to recover a complete point shape from a partial point cloud. Although existing methods can form satisfactory point clouds in global completeness, they often lose the original geometry details…
Point Cloud CompletionSGFormer: Simplifying and Empowering Transformers for Large-Graph Representations
Learning representations on large-sized graphs is a long-standing challenge due to the inter-dependence nature involved in massive data points. Transformers, as an emerging class of foundation encoders for graph-structur…
Node Property PredictionPhilosophyProperty PredictionGSGFormer: Generative Social Graph Transformer for Multimodal Pedestrian Trajectory Prediction
Pedestrian trajectory prediction, vital for selfdriving cars and socially-aware robots, is complicated due to intricate interactions between pedestrians, their environment, and other Vulnerable Road Users. This paper pre…
Graph Neural NetworkPedestrian Trajectory PredictionTrajectory Prediction