IPFormer: Visual 3D Panoptic Scene Completion with Context-Adaptive Instance Proposals
Markus Gross, Aya Fahmy, Danit Niwattananan, Dominik Muhle, Rui Song, Daniel Cremers, Henri Meeß
TL;DR
IPFormer introduces context-adaptive instance proposals for vision-based 3D Panoptic Scene Completion, addressing limitations of static Transformer queries by initializing and refining proposals from image context at both train and test time. The method lifts 2D image features into a probabilistic 3D context, initializes instance and voxel proposals via visibility-aware sampling and deformable attention, and then performs a dual-stage encoding/decoding that first learns semantic completion and then panoptic completion. Through a two-stage, dual-head training objective and a principled instance-voxel alignment, IPFormer achieves state-of-the-art in-domain PSC performance, strong zero-shot generalization, and over 14x runtime reduction, demonstrating the viability of context-adaptive proposals for visual 3D scene understanding. The results indicate a significant advance for privacy-preserving, camera-based 3D perception in autonomous driving and robotics, with practical impact on real-time, holistic scene reconstruction.
Abstract
Semantic Scene Completion (SSC) has emerged as a pivotal approach for jointly learning scene geometry and semantics, enabling downstream applications such as navigation in mobile robotics. The recent generalization to Panoptic Scene Completion (PSC) advances the SSC domain by integrating instance-level information, thereby enhancing object-level sensitivity in scene understanding. While PSC was introduced using LiDAR modality, methods based on camera images remain largely unexplored. Moreover, recent Transformer-based approaches utilize a fixed set of learned queries to reconstruct objects within the scene volume. Although these queries are typically updated with image context during training, they remain static at test time, limiting their ability to dynamically adapt specifically to the observed scene. To overcome these limitations, we propose IPFormer, the first method that leverages context-adaptive instance proposals at train and test time to address vision-based 3D Panoptic Scene Completion. Specifically, IPFormer adaptively initializes these queries as panoptic instance proposals derived from image context and further refines them through attention-based encoding and decoding to reason about semantic instance-voxel relationships. Extensive experimental results show that our approach achieves state-of-the-art in-domain performance, exhibits superior zero-shot generalization on out-of-domain data, and achieves a runtime reduction exceeding 14x. These results highlight our introduction of context-adaptive instance proposals as a pioneering effort in addressing vision-based 3D Panoptic Scene Completion.
