Papers › 4D Panoptic Scene Graph Generation

4D Panoptic Scene Graph Generation

16 May 2024NeurIPS 2023 11arXiv:2405.10305archive 2025-07-28

Jingkang Yang, Jun Cen, Wenxuan Peng, Shuai Liu, Fangzhou Hong, Xiangtai Li, Kaiyang Zhou, Qifeng Chen, Ziwei Liu

We are living in a three-dimensional space while moving forward through a fourth dimension: time. To allow artificial intelligence to develop a comprehensive understanding of such a 4D environment, we introduce 4D Panoptic Scene Graph (PSG-4D), a new representation that bridges the raw visual data perceived in a dynamic 4D world and high-level visual understanding. Specifically, PSG-4D abstracts rich 4D sensory data into nodes, which represent entities with precise location and status information, and edges, which capture the temporal relations. To facilitate research in this new area, we build a richly annotated PSG-4D dataset consisting of 3K RGB-D videos with a total of 1M frames, each of which is labeled with 4D panoptic segmentation masks as well as fine-grained, dynamic scene graphs. To solve PSG-4D, we propose PSG4DFormer, a Transformer-based model that can predict panoptic segmentation masks, track masks along the time axis, and generate the corresponding scene graphs via a relation component. Extensive experiments on the new dataset show that our method can serve as a strong baseline for future research on PSG-4D. In the end, we provide a real-world application example to demonstrate how we can achieve dynamic scene understanding by integrating a large language model into our PSG-4D system.

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="2405.10305")

Code

Syntology Ran 13 of 14 code samples harvested from 3 repositories linked to this paper; 1 has no recorded run. Of those that ran: 3 ran · our draft was wrong; 10 ran with no contract checked.

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

jingkang50/psg4d officialmentioned in papermentioned on GitHubpytorch report
Jingkang50/OpenPSG officialmentioned in paperpytorchMIT report
jingkang50/openpvsg officialmentioned in paperpytorchNOASSERTION 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

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

3ran · our draft was wrong
10ran
1unverified

Licence: 10 of the 14 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

argsort_desc Jingkang50/OpenPSG/openpsg/evaluation/sgg_eval_util.py official repository ran fingerprinted MIT (permissive) · f4c6fd89f0168001 · report
attention jingkang50/psg4d/pc_seg/backbone/transformer.py official repository ran no licence file found · pointer only · 6693fd4e3fbcd72f · report
compute_vn jingkang50/psg4d/pc_seg/lib/segmentator/utils.py official repository ran no licence file found · pointer only · 9a93ecf3e946d063 · report
compute_vn_kernel jingkang50/psg4d/pc_seg/lib/segmentator/utils.py official repository ran no licence file found · pointer only · 361f4cf883997964 · report
format_result_dict Jingkang50/OpenPSG/openpsg/evaluation/sgg_eval.py official repository ran MIT (permissive) · f4c579a3b51908a0 · report
get_clones jingkang50/psg4d/pc_seg/backbone/transformer.py official repository ran · our draft was wrong no licence file found · pointer only · 891b8ebab395921f · report
initialize_optimizer jingkang50/psg4d/pc_seg/utils/solver.py official repository ran no licence file found · pointer only · 4c158fc0e48afd02 · report
initialize_scheduler jingkang50/psg4d/pc_seg/utils/solver.py official repository ran no licence file found · pointer only · 521ea446997228b2 · report
intersect_2d Jingkang50/OpenPSG/openpsg/evaluation/sgg_eval_util.py official repository ran MIT (permissive) · c3e5199833bfb97a · report
joint_stracks Jingkang50/PSG4D/pc_track/unitrack/basetrack.py official repository ran · our draft was wrong no licence file found · pointer only · 1360e4a605aad164 · report
mask_iou Jingkang50/OpenPSG/openpsg/evaluation/sgg_metrics.py official repository ran MIT (permissive) · 0df7ff0ca2d84435 · report
preprocess_panoptic_gt_split_th_st jingkang50/openpvsg/models/mask2former/mask2former_head_split_focal.py official repository ran licence not identified · pointer only · 9fc317bb1ed0030e · report
sub_stracks Jingkang50/PSG4D/pc_track/unitrack/basetrack.py official repository ran · our draft was wrong no licence file found · pointer only · 30a3c33b9572d851 · report
remove_duplicate_stracks Jingkang50/PSG4D/pc_track/unitrack/basetrack.py official repository unverified no licence file found · pointer only · c9470c4dd1975f70 · report

Tasks

4D Panoptic SegmentationGraph GenerationLanguage ModellingLarge Language ModelPanoptic Scene Graph GenerationPanoptic SegmentationScene Graph GenerationScene Understanding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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