Papers › Open3DSG: Open-Vocabulary 3D Scene Graphs from Point Clouds with Queryable Objects and...

Open3DSG: Open-Vocabulary 3D Scene Graphs from Point Clouds with Queryable Objects and Open-Set Relationships

19 Feb 2024CVPR 2024 1arXiv:2402.12259archive 2025-07-28

Sebastian Koch, Narunas Vaskevicius, Mirco Colosi, Pedro Hermosilla, Timo Ropinski

Current approaches for 3D scene graph prediction rely on labeled datasets to train models for a fixed set of known object classes and relationship categories. We present Open3DSG, an alternative approach to learn 3D scene graph prediction in an open world without requiring labeled scene graph data. We co-embed the features from a 3D scene graph prediction backbone with the feature space of powerful open world 2D vision language foundation models. This enables us to predict 3D scene graphs from 3D point clouds in a zero-shot manner by querying object classes from an open vocabulary and predicting the inter-object relationships from a grounded LLM with scene graph features and queried object classes as context. Open3DSG is the first 3D point cloud method to predict not only explicit open-vocabulary object classes, but also open-set relationships that are not limited to a predefined label set, making it possible to express rare as well as specific objects and relationships in the predicted 3D scene graph. Our experiments show that Open3DSG is effective at predicting arbitrary object classes as well as their complex inter-object relationships describing spatial, supportive, semantic and comparative relationships.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.12259")

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

boschresearch/Open3DSG officialmentioned on GitHubpytorchAGPL-3.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 10 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
7ran
2unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from boschresearch/Open3DSG. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_mlp boschresearch/Open3DSG/open3dsg/models/layers.py official repository ran · our draft was wrong AGPL-3.0 (copyleft) · pointer only · d5fa2a668d4411e5 · report
build_mlp boschresearch/Open3DSG/open3dsg/models/network_util.py official repository ran AGPL-3.0 (copyleft) · pointer only · 8bb0bcb84a7b548c · report
feature_transform_regularizer boschresearch/Open3DSG/open3dsg/models/network_PointNet.py official repository ran fingerprinted AGPL-3.0 (copyleft) · pointer only · e996c64ee89d2b50 · report
filter_args boschresearch/Open3DSG/open3dsg/models/network_GNN.py official repository ran AGPL-3.0 (copyleft) · pointer only · 5255beb6ffa2726c · report
filter_args_create boschresearch/Open3DSG/open3dsg/models/network_GNN.py official repository ran AGPL-3.0 (copyleft) · pointer only · 01a860b46eded23f · report
gen_descriptor boschresearch/Open3DSG/open3dsg/models/op_utils.py official repository ran fingerprinted AGPL-3.0 (copyleft) · pointer only · 65aaa3be90604371 · report
pc_normalize boschresearch/Open3DSG/open3dsg/models/pointnet2_utils.py official repository ran · honoured contract fingerprinted AGPL-3.0 (copyleft) · pointer only · ec413739d406e611 · report
rotation_matrix boschresearch/Open3DSG/open3dsg/models/op_utils.py official repository ran fingerprinted AGPL-3.0 (copyleft) · pointer only · b5886a512bef5688 · report
rotation_matrix_from_vectors boschresearch/Open3DSG/open3dsg/models/op_utils.py official repository ran AGPL-3.0 (copyleft) · pointer only · b716f990583c288b · report
square_distance boschresearch/Open3DSG/open3dsg/models/pointnet2_utils.py official repository ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · 580dee6761649b29 · report
feature_transform_reguliarzer boschresearch/Open3DSG/open3dsg/models/pointnet.py official repository unverified AGPL-3.0 (copyleft) · pointer only · ad8ae08946409876 · report
timeit boschresearch/Open3DSG/open3dsg/models/pointnet2_utils.py official repository unverified AGPL-3.0 (copyleft) · pointer only · b1227ddb721e2999 · report

Tasks

3d scene graph generationObjectPrediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections