OP2GS: Object-Aware 3D Gaussian Splatting with Dual-Opacity Primitives
Guiyu Liu, Niklas Vaara, Janne Mustaniemi, Juho Kannala, Janne Heikkilä
- Published
- May 19, 2026 — 16:05 UTC
Problem
This paper addresses the limitations of existing 3D Gaussian Splatting (3DGS) methods, which lack inherent object-level identity, thereby impeding tasks such as open-vocabulary scene understanding. Current approaches either distill high-dimensional feature embeddings into Gaussians, leading to significant storage and decoding overhead, or rely on lifting 2D mask labels into 3D, which is susceptible to label contamination. This work is presented as a preprint and has not undergone peer review.
Method
The authors propose OP2GS, an object-aware Gaussian representation that introduces a dual-opacity mechanism. Each Gaussian primitive is augmented with an explicit instance identity and a dedicated instance opacity ( \sigma^{} ) for object-mask rendering. The original opacity ( \sigma ) is retained for visual reconstruction, while ( \sigma^{} ) determines the contribution of a Gaussian to a specific object mask. This decoupling allows mislabeled Gaussians to remain visible for rendering while being transparent in the object-mask context. The learning process employs a random object loss that optimizes a 1D instance occupancy field based on the transmittance-based visibility inherent to 3DGS. Additionally, semantic descriptors are aggregated at the object level through multi-view techniques, eliminating the need for per-Gaussian feature storage.
Results
OP2GS demonstrates competitive performance in open-vocabulary tasks compared to feature-based training methods, achieving a significant reduction in computational overhead. While specific numerical results and benchmarks are not detailed in the abstract, the authors claim that their method outperforms traditional training-free pipelines by effectively resolving visibility ambiguities through physically consistent occupancy learning.
Limitations
The authors acknowledge that the dual-opacity mechanism may introduce complexity in the training process and that the reliance on multi-view aggregation could limit performance in scenarios with sparse views. Additionally, the paper does not address potential scalability issues when applied to larger datasets or more complex scenes, nor does it explore the impact of varying Gaussian densities on performance.
Why it matters
The introduction of OP2GS has significant implications for advancing 3D scene understanding, particularly in applications requiring open-vocabulary capabilities. By providing a more efficient and robust representation of object identities within 3D Gaussian frameworks, this work paves the way for improved performance in downstream tasks such as scene reconstruction, object detection, and semantic segmentation. The dual-opacity approach could also inspire further research into object-aware representations in other domains of computer vision.
Authors: Guiyu Liu, Niklas Vaara, Janne Mustaniemi, Juho Kannala, Janne Heikkilä
Source: arXiv:2605.20044
URL: https://arxiv.org/abs/2605.20044v1
By Turing Wire editorial staff · May 19, 2026 · Editorial standards →
Source: arXiv cs.CV