OCH3R: Object-Centric Holistic 3D Reconstruction

TL;DR

OCH3R uses Transformer for single-image multi-object 3D reconstruction, achieving high speed and accuracy.

cs.CV 🔴 Advanced 2026-05-13 44 views
Yi Du Yang You Xiang Wan Leonidas Guibas
3D reconstruction Transformer single image object-centric depth estimation

Key Findings

Methodology

OCH3R employs a Transformer-based architecture to predict dense, pixel-aligned attributes including CLIP embeddings, depth, NOCS, and a small set of 3D Gaussians per pixel. During training, it uses Canonical Space Supervision, transforming predicted Gaussians into a canonical frame via estimated poses and aligning them with pre-rendered multi-view ground truth, eliminating the need for per-image Gaussian labels. In inference, a single forward pass detects all objects, estimates their 6D poses, and reconstructs detailed 3D models simultaneously, leveraging clustering and transformation mechanisms to handle occlusion and clutter efficiently.

Key Results

  • On standard indoor benchmarks, OCH3R surpasses state-of-the-art methods, reducing Chamfer Distance to 0.07, increasing F-1 score to 76.77, and achieving CLIP similarity of 83.69. The inference time is only 0.7 seconds per image, over 2000x faster than Gen3DSR's 25 minutes, demonstrating a significant leap in efficiency. The method produces high-fidelity, editable 3D object reconstructions suitable for downstream tasks like AR editing and object manipulation.
  • Experimental evaluations across datasets such as YCB-Video, HOPE, and NOCS-Real show consistent improvements over baselines, with better geometric accuracy, semantic alignment, and shape completion. Ablation studies confirm the importance of Canonical Space Supervision and pixel-level attribute prediction, validating the design choices. The model generalizes well to cluttered scenes with multiple objects, maintaining robustness and speed.
  • The approach's efficiency stems from predicting all object attributes in one pass, avoiding iterative optimization or external segmentation. The large-scale multi-source dataset and training strategies contribute to its robustness and generalization, making it suitable for real-world applications requiring fast, accurate scene understanding.

Significance

This work addresses the bottleneck of multi-stage, slow, and error-prone 3D scene reconstruction methods, offering a unified, end-to-end solution that scales independently of scene complexity. Its speed and fidelity enable practical deployment in robotics, AR, and virtual reality, where real-time scene comprehension is critical. The ability to generate complete, editable, and high-quality 3D models from a single image marks a significant advancement, bridging the gap between research and real-world applications. It also opens new avenues for scene editing, object interaction, and autonomous perception, pushing the boundaries of scene understanding technology.

Technical Contribution

The core innovation lies in integrating a Transformer architecture with dense pixel prediction to jointly estimate semantic, geometric, and pose attributes. The use of Canonical Space Supervision allows training Gaussian models without explicit per-image labels, reducing annotation costs and improving consistency. The model's ability to predict multiple object attributes simultaneously in a single forward pass, combined with clustering and transformation techniques, represents a fundamental shift from traditional multi-stage pipelines, enabling real-time, high-fidelity scene reconstruction at scale.

Novelty

This is the first work to unify pixel-level attribute prediction with Gaussian-based 3D reconstruction within a Transformer framework for single-image multi-object scene understanding. Unlike prior methods relying on external segmentation, iterative optimization, or generative models, this approach achieves end-to-end efficiency and robustness. Its innovative use of Canonical Space Supervision and dense pixel prediction distinguishes it from existing state-of-the-art, setting a new standard for speed and accuracy in object-centric 3D scene understanding.

Limitations

  • Despite its robustness, the model struggles with extreme occlusion and very small or highly symmetric objects, where pixel cues are insufficient for accurate pose and shape estimation.
  • The reliance on large-scale datasets for training may introduce biases, affecting performance in unseen or rare object categories.
  • Computational costs, while optimized, still pose challenges for deployment on resource-constrained devices, especially in real-time scenarios requiring high frame rates.

Future Work

Future research will focus on integrating multi-modal data such as depth and LiDAR to improve occlusion handling and shape accuracy. Extending the framework to dynamic scenes and video sequences will enable continuous scene understanding. Further, reducing model complexity and computational demands will facilitate deployment in real-time applications like AR glasses and mobile robots. Exploring unsupervised or semi-supervised training strategies could also enhance generalization to novel environments.

AI Executive Summary

Understanding complex indoor scenes from a single RGB image has long been a challenge in computer vision. Traditional methods rely on multi-stage pipelines involving external segmentation, pose estimation, and iterative refinement, which are computationally intensive and prone to error accumulation. These approaches often struggle to operate in cluttered environments with occlusions, limiting their practical utility in real-world applications such as robotics, augmented reality, and scene editing.

This paper introduces OCH3R, a novel framework that leverages Transformer architecture to perform holistic, object-centric 3D scene reconstruction in a single forward pass. The core idea is pixel-level attribute prediction—categories, depth, normalized object coordinates, and Gaussian primitives—combined with a clustering and transformation process to recover all objects' 6D poses and detailed 3D models simultaneously. A key innovation is the use of Canonical Space Supervision, which aligns predicted Gaussians with pre-rendered multi-view ground truth, avoiding costly per-image annotations and enabling robust, amodal shape completion.

Experimental results demonstrate that OCH3R outperforms existing state-of-the-art methods across multiple benchmarks, achieving higher geometric accuracy, semantic consistency, and shape completeness. Its inference speed of less than a second per image vastly exceeds traditional pipelines, making real-time applications feasible. The model generalizes well to cluttered scenes with multiple objects, showing robustness against occlusion and partial views.

Overall, this work significantly advances the field of scene understanding, providing a scalable, efficient, and high-fidelity solution for object-centric 3D reconstruction from a single image. Its potential impact spans robotics, AR/VR, and autonomous systems, paving the way for more intelligent and interactive scene comprehension in complex environments.

Deep Analysis

Background

Recent years have seen rapid progress in single-image 3D scene understanding, with methods ranging from voxel-based models to neural radiance fields. High-capacity models like MeshCNN and NeRF variants have achieved impressive results but often require multiple views or extensive optimization, limiting real-time deployment. Gaussian-based methods, such as Gaussian Splatting, have enabled fast rendering and inference, yet they typically depend on external segmentation or per-object supervision, restricting scalability. Multi-stage pipelines combining detection, segmentation, and optimization are accurate but computationally expensive and fragile to errors, especially in cluttered scenes. Recent efforts aim to unify these steps into end-to-end frameworks, but achieving both speed and high fidelity remains challenging. This paper addresses this gap by proposing a Transformer-based, unified approach that predicts dense pixel attributes for all objects simultaneously, leveraging large-scale datasets and novel supervision strategies to improve robustness and efficiency.

Core Problem

The core challenge lies in reconstructing multiple objects and their poses from a single RGB image efficiently and accurately. Existing methods either rely on multi-stage pipelines, which are slow and error-prone, or scene-level models that lack instance-level detail. Achieving real-time, high-fidelity, object-centric 3D reconstruction in cluttered environments with occlusion and partial visibility remains unsolved. The difficulty is compounded by the need for precise pose estimation, shape completion, and semantic understanding, all from limited input data. Overcoming these bottlenecks is crucial for advancing applications in robotics, AR, and scene editing, where fast and reliable scene comprehension is essential.

Innovation

The key innovations include: 1) a Transformer architecture that predicts dense, pixel-aligned attributes—category embeddings, depth, NOCS, and Gaussian primitives—in a single pass; 2) a Canonical Space Supervision framework that transforms predicted Gaussians into a standard reference frame, enabling supervision via pre-rendered multi-view images without explicit per-image labels; 3) an instance clustering and pose estimation pipeline that leverages predicted attributes for accurate object detection and alignment; 4) a unified training dataset combining multiple large-scale sources to enhance generalization. These innovations collectively enable fast, robust, and detailed multi-object 3D scene reconstruction from a single image, surpassing prior multi-stage and scene-level approaches.

Methodology

  • �� Input a single RGB image, extract dense features via DINOv2 backbone; • Use a 48-layer Transformer encoder to process features with global self-attention; • Predict per-pixel semantic embeddings (CLIP), depth, NOCS coordinates, and Gaussian parameters; • Apply a CRF to refine semantic affinities, producing instance masks; • Cluster pixels based on embeddings, estimate each object’s 6D pose using RANSAC-Umeyama with NOCS correspondences; • Transform predicted Gaussians into canonical space using estimated poses; • Render objects in canonical space with differentiable rasterizer, supervised against pre-rendered multi-view images; • Train with joint loss functions, including depth, segmentation, pose, and CSS loss, to enforce shape and pose consistency.

Experiments

The model was evaluated on datasets including YCB-Video, HOPE, NOCS-Real, and PACE, using metrics like Chamfer Distance, F-1 score, and CLIP similarity. Baselines included Gen3DSR, AoE, and multi-stage pipelines. Results showed OCH3R achieved CD of 0.07, F-1 of 76.77, and inference time of 0.7s, outperforming baselines by large margins. Ablation studies confirmed the importance of Canonical Space Supervision and dense pixel prediction. The model maintained high performance in cluttered, occluded scenes, demonstrating robustness and scalability.

Results

Quantitative comparisons revealed that OCH3R consistently outperformed existing methods, reducing Chamfer Distance by over 50% and increasing F-1 scores by more than 30 points across datasets. The inference speed was over 2000x faster than prior methods like Gen3DSR, enabling real-time scene understanding. Shape reconstructions were more complete and accurate, with high semantic consistency validated by CLIP scores. Ablation experiments highlighted the critical role of CSS in achieving shape completeness and robustness, especially under occlusion. These results establish OCH3R as a new state-of-the-art for single-image object-centric 3D reconstruction.

Applications

This technology can be immediately applied in robotic manipulation, where fast and accurate object detection and pose estimation are critical. It also benefits AR/VR content creation, enabling real-time scene editing and interaction. In autonomous systems, it provides rapid scene understanding for navigation and object handling. Long-term, integrating multi-modal data and extending to dynamic scenes could revolutionize scene perception, making machines capable of understanding and interacting with complex environments in real time.

Limitations & Outlook

Despite its strengths, the model faces challenges with extreme occlusion and highly symmetric objects, where pixel cues are insufficient for precise pose and shape recovery. Large-scale training data may introduce biases, affecting generalization to unseen categories. Computational demands, though optimized, still pose constraints for deployment on resource-limited devices, especially in real-time scenarios. Future work should address these issues by incorporating additional modalities, improving robustness to occlusion, and optimizing model efficiency.

Plain Language Accessible to non-experts

想象你在厨房里准备食材。你只看一眼,就想知道每个食材的具体位置、形状和大小。传统方法就像用放大镜逐个检查,既慢又容易错过细节。而OCH3R像是一台神奇的相机,能一次性拍下整个厨房,然后告诉你每个食材的详细信息,包括它们的形状、位置和姿态,还能帮你把它们变成3D模型,随时随地操作。这台相机还能处理被遮挡或部分隐藏的食材,就像你用智能相机在厨房里找到所有东西一样。它速度快、准确,还能生成可以编辑的3D模型,帮你轻松整理厨房。

ELI14 Explained like you're 14

想象你在玩一个超级酷的游戏,你的任务是找到房间里的所有玩具,然后用3D模型把它们都画出来。以前的方法就像用放大镜一块块看,慢得要死,还容易搞错。现在,有了这个新方法,就像你有一台神奇的相机,只要按一下按钮,它就能一次性告诉你每个玩具的具体位置、形状和姿态,还能帮你把它们变成可以旋转、移动的3D模型。这个技术特别快,能处理很多玩具,还能在遮挡或部分看不清的情况下找到它们。这样,你就可以用手机或VR设备随时重新摆放玩具,甚至创造新组合,超级酷!

Glossary

Transformer

一种基于自注意力机制的深度学习模型,用于处理序列数据,能捕捉长距离依赖关系。在本文中,用于像素级属性预测。

作为OCH3R的核心架构,实现多目标信息的端到端预测。

NOCS

归一化对象坐标空间,将对象点映射到[0,1]^3的标准空间,用于姿态估计。

帮助模型推断目标的6D姿态。

Canonical Space

统一的几何参考空间,用于训练和对齐对象模型,避免昂贵的逐图标注。

实现无标签监督的高斯模型训练。

Gaussian Splatting

利用高斯原语进行场景渲染的技术,支持实时、可微的体积渲染。

作为场景的渲染基础。

Open Questions Unanswered questions from this research

  • 1 如何进一步提升模型在极端遮挡和复杂场景中的表现?
  • 2 多模态信息融合(如深度、LiDAR)对模型性能的影响尚未充分研究。

Applications

Immediate Applications

机器人抓取与操作

可实现单图像目标检测、姿态估计和3D模型生成,提升机器人在复杂环境中的操作效率。

增强现实内容创建

快速生成场景中物体的3D模型,支持虚拟内容的实时交互和编辑。

Long-term Vision

智能场景理解与自动化

推动自动驾驶、智能制造等领域实现高效、精确的场景感知与交互,未来实现全场景自主理解。

Abstract

Object-centric scene understanding is a fundamental challenge in computer vision. Existing approaches often rely on multi-stage pipelines that first apply pre-trained segmentors to extract individual objects, followed by per-object 3D reconstruction. Such methods are computationally expensive, fragile to segmentation errors, and scale poorly with scene complexity. We introduce OCH3R, a unified framework for Object-Centric Holistic 3D Reconstruction from a single RGB image. OCH3R performs one forward pass to simultaneously predict all object instances with their 6D poses and detailed 3D reconstructions. The key idea is a transformer architecture that predicts per-pixel attributes, including CLIP-based category embeddings, metric depth, normalized object coordinates (NOCS), and a fixed number of 3D Gaussians representing each object. To supervise these Gaussian reconstructions, we transform them into canonical space using the predicted 6D poses and align them with pre-rendered canonical ground truth, avoiding costly per-image Gaussian label generation. On standard indoor benchmarks, OCH3R achieves state-of-the-art performance across monocular depth estimation, open-vocabulary semantic segmentation, and RGB-only category-level 6D pose estimation, while producing high-fidelity, editable per-object reconstructions. Crucially, inference is fully feed-forward and scales independently of the number of objects, offering orders-of-magnitude speedups over conventional multi-stage pipelines in cluttered scenes.

cs.CV