High-fidelity 3D Object Generation from Single Image with RGBN-Volume Gaussian Reconstruction Model
Yiyang Shen, Kun Zhou, He Wang, Yin Yang, Tianjia Shao
TL;DR
GS-RGBN addresses the challenge of high-fidelity single-view 3D reconstruction by introducing an RGBN-volume Gaussian framework that couples a 3D-native Hybrid Voxel-Gaussian representation with a Cross-volume Fusion module to fuse RGB and surface-normal cues. By decoding per-voxel 2D Gaussians from a fused RGBN volume and supervising with color and depth losses, the method achieves view-consistent geometry and fast rendering. Key contributions include the structured 3D voxel grid for unstructured Gaussians, the CVF for RGB–normal fusion, and comprehensive ablations showing the necessity of both the 3D structure and multimodal fusion. Empirical results on the GSO dataset demonstrate superior novel-view synthesis and single-view reconstruction quality with practical runtime, indicating strong potential for rapid 3D asset creation from a single image.
Abstract
Recently single-view 3D generation via Gaussian splatting has emerged and developed quickly. They learn 3D Gaussians from 2D RGB images generated from pre-trained multi-view diffusion (MVD) models, and have shown a promising avenue for 3D generation through a single image. Despite the current progress, these methods still suffer from the inconsistency jointly caused by the geometric ambiguity in the 2D images, and the lack of structure of 3D Gaussians, leading to distorted and blurry 3D object generation. In this paper, we propose to fix these issues by GS-RGBN, a new RGBN-volume Gaussian Reconstruction Model designed to generate high-fidelity 3D objects from single-view images. Our key insight is a structured 3D representation can simultaneously mitigate the afore-mentioned two issues. To this end, we propose a novel hybrid Voxel-Gaussian representation, where a 3D voxel representation contains explicit 3D geometric information, eliminating the geometric ambiguity from 2D images. It also structures Gaussians during learning so that the optimization tends to find better local optima. Our 3D voxel representation is obtained by a fusion module that aligns RGB features and surface normal features, both of which can be estimated from 2D images. Extensive experiments demonstrate the superiority of our methods over prior works in terms of high-quality reconstruction results, robust generalization, and good efficiency.
