IPoD: Implicit Field Learning with Point Diffusion for Generalizable 3D Object Reconstruction from Single RGB-D Images
Yushuang Wu, Luyue Shi, Junhao Cai, Weihao Yuan, Lingteng Qiu, Zilong Dong, Liefeng Bo, Shuguang Cui, Xiaoguang Han
TL;DR
IPoD tackles the challenge of generalizable 3D object reconstruction from a single RGB-D image by fusing implicit field learning with point diffusion. The method treats query points as a noisy point cloud and denoises them iteratively, yielding adaptive queries that enable both coarse shape recovery and fine-detail precision; a novel self-conditioning mechanism uses implicit predictions to guide diffusion, forming a cooperative loop. Empirical results on CO3D-v2 show state-of-the-art performance, with a 7.8% gain in F-score and a 28.6% improvement in Chamfer distance, and demonstrated generalization on MVImgNet. The work advances practical 3D reconstruction by improving both global geometry and local surface fidelity, with robust generalization across datasets and categories.
Abstract
Generalizable 3D object reconstruction from single-view RGB-D images remains a challenging task, particularly with real-world data. Current state-of-the-art methods develop Transformer-based implicit field learning, necessitating an intensive learning paradigm that requires dense query-supervision uniformly sampled throughout the entire space. We propose a novel approach, IPoD, which harmonizes implicit field learning with point diffusion. This approach treats the query points for implicit field learning as a noisy point cloud for iterative denoising, allowing for their dynamic adaptation to the target object shape. Such adaptive query points harness diffusion learning's capability for coarse shape recovery and also enhances the implicit representation's ability to delineate finer details. Besides, an additional self-conditioning mechanism is designed to use implicit predictions as the guidance of diffusion learning, leading to a cooperative system. Experiments conducted on the CO3D-v2 dataset affirm the superiority of IPoD, achieving 7.8% improvement in F-score and 28.6% in Chamfer distance over existing methods. The generalizability of IPoD is also demonstrated on the MVImgNet dataset. Our project page is at https://yushuang-wu.github.io/IPoD.
