Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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 instances and edges encode their pairwise relationships, with the core challenge lying in modeling complex global scene structure. While existing graph convolutional network (GCN)-based methods suffer from over-smoothing and limited receptive fields, SGFormer++ leverages Transformer layers as its backbone to enable global message passing. Specifically, we introduce two key components tailored for 3D SGG: (1) a Graph Embedding Layer++ that efficiently integrates edge-aware global context with linear computational complexity, and (2) a Semantic Injection Layer++ that enriches visual features with linguistic priors from large language models (LLMs) and vision-language models (VLMs), boosting semantic representation without introducing extra trainable parameters. To further address the practical challenge of incremental SGG (I-SGG), where new relationship categories arrive sequentially, we equip SGFormer++ with a novel Spatial-guided Feature Adapter, which calibrates predicate features using subject-object spatial geometry to counter scale variation, and a Cascaded Binary Prediction Head that mitigates catastrophic forgetting via task-incremental classifier expansion and logit distillation. Extensive experiments on the 3DSSG benchmark demonstrate that SGFormer++ achieves state-of-the-art performance in both standard and incremental settings: it yields a significant 4.49% absolute improvement in Predicate A@1 under the incremental setting. Code and data are available at: https://github.com/Andy20178/SGFormer.

Mengshi Qi, Changsheng Lv, Zijian Fu, Xianlin Zhang, Huadong Ma• 2026

Related benchmarks

TaskDatasetResultRank
Predicate Classification (PredCls)3DSSG
mR@5065.2
35
Scene Graph Classification (SGCls)3DSSG
R@2033.9
9
3D Object Classification3DSSG 160O26R annotations (val)
Accuracy@157.96
6
3D scene graph generation3DSSG 160O26R annotations (val)
A@5089.64
6
Predicate Classification3DSSG 160O26R annotations (val)
Accuracy@188.59
6
Predicate Classification3DSSG 20O8R annotations (val)
Accuracy@196.9
6
Triplet Recognition3DSSG 20O8R annotations (val)
A@1 Accuracy92.7
6
Object Classification3DSSG 20O8R (val)
A@188.1
5
3D scene graph generation3DSSG 160O26R
Recall@5023.27
3
Showing 9 of 9 rows

Other info

Follow for update