paper-with-me

Papers

SGFormer: Semantic Graph Transformer for Point Cloud-based 3D Scene Graph Generation

2023-03-20 · Changsheng Lv, Mengshi Qi, Xia Li, Zhengyuan Yang, Huadong Ma

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.

📄 PDF Abstract BibTeX arXiv:2303.11048

Code (1)

andy20178/sgformer 공식 구현 pytorch

Tasks

3d scene graph generationGraph EmbeddingGraph GenerationLanguage ModellingScene Graph Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

SGFormer++: Semantic Graph Transformer for Incremental 3D Scene Graph Generation

2026-06-13 · Mengshi Qi, Changsheng Lv, Zijian Fu, Xianlin Zhang 외 arxiv

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 Embedding

PSGformer: Enhancing 3D Point Cloud Instance Segmentation via Precise Semantic Guidance

2023-07-15 · Lei Pan, Wuyang Luan, Yuan Zheng, Qiang Fu 외

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+1

SymmCompletion: High-Fidelity and High-Consistency Point Cloud Completion with Symmetry Guidance

2025-03-23 · Hongyu Yan, Zijun Li, Kunming Luo, Li Lu 외

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 Completion

SGFormer: Simplifying and Empowering Transformers for Large-Graph Representations

2023-06-19 · NeurIPS 2023 11 · Qitian Wu, Wentao Zhao, Chenxiao Yang, Hengrui Zhang 외

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 Prediction

GSGFormer: Generative Social Graph Transformer for Multimodal Pedestrian Trajectory Prediction

2023-12-07 · Zhongchang Luo, Marion Robin, Pavan Vasishta

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