FuguReport

NoPA: Non-Parametric Online 3D Scene Graph Generation

Authors Qi Xun Yeo, Seungjun Lee, Yan Li, Gim Hee Lee
Affiliations National University of Singapore
Categories Method / 3D Scene Graph / Non-parametric online generation method, Evaluation / Model Efficiency / Inference speed and accuracy trade-offs, Application / Scene Understanding / Robust object candidate merging
License CC BY-SA 4.0

Abstract Overview

This paper presents NoPA, an online 3D scene graph generation method that replaces single-Gaussian object representations with fixed-size non-parametric particle sets derived from RGB-D observations. The method uses a two-stage association procedure: a Hellinger-distance pre-filter for clear cases and a Maximum Mean Discrepancy (MMD) test for ambiguous merges, followed by KDE-based resampling to keep memory constant per object. It also propagates relationships within high-affinity clusters to recover missing edges caused by noisy single-view predictions. The experiments target real-time online 3D scene graph generation on 3DSSG and ReplicaSSG, comparing accuracy, latency, and VRAM usage against prior online methods.

Novelty

The main novelty is the use of a fixed-size non-parametric particle representation for each object in online 3D scene graph generation, instead of the single-Gaussian approximation used by prior real-time methods. The paper also introduces an MMD-based distribution-level merging criterion and an affinity-cluster-based relation propagation mechanism tailored to this representation.

Results

On 3DSSG, NoPA with 256 particles reports 53.2 relationship recall, 69.0 object recall, and 61.4 predicate recall, exceeding the reproduced FROSS baseline (25.7, 60.6, 30.7) while maintaining similar real-time latency (27 ms vs. 22 ms) and nearly identical VRAM usage (1206 MB vs. 1204 MB). On ReplicaSSG, NoPA with 256 particles achieves 36.9 relationship recall, 28.6 object recall, and 39.5 predicate recall, improving over reproduced FROSS results at comparable latency and memory overhead. Ablations indicate that the largest gains come from combining the non-parametric representation with the tailored MMD-based merging and relation propagation components.

Key Points

  1. NoPA models each object as a fixed-size 3D particle set with a kernel density interpretation, preserving more geometric support than a single Gaussian while keeping bounded memory.
  2. The online fusion step uses a cheap Hellinger pre-filter and applies MMD only to ambiguous pairs, aiming to improve merge robustness without giving up real-time operation.
  3. Quantitative and ablation results on 3DSSG and ReplicaSSG show that the full system improves object, predicate, and relationship recall over prior online baselines, with modest latency and memory overhead.

References

This page was created using generative AI such as GPT-5, Claude Opus 4, Gemini 3, Gemini 3.1 Flash Image, and their higher-end successor versions. No guarantee can be made regarding its contents.