Paper Overview
- Field: Computer Vision (CV)
- Authors: Sensen Gao, Zhaoqing Wang, Qihang Cao, Dongdong Yu, Changhu Wang, Jia-Wang Bian
- Published: 2026-07-06
- arXiv: 2607.05373
Abstract (translated)
3D reconstruction and generation are typically handled by different paradigms: pixel-based regression for reconstruction, and latent diffusion for generation. Recent works have attempted to unify them in latent space, but this approach has notable drawbacks: the diffusion objective is defined on latent features rather than the underlying 3D representation, both branches suffer information loss introduced by latent encoding, and a pre-trained VAE or RAE is required.
This work re-unifies the two tasks under a pixel-space diffusion paradigm, proposing PixWorld — a single model that jointly handles 3D reconstruction and generation. By supervising diffusion directly on rendered images, PixWorld eliminates the above limitations and aligns optimization with 3D scene fidelity.
In addition to photometric and perceptual supervision, which operate only at the 2D image level and lack 3D geometric awareness, the authors introduce a geometry-aware loss that aligns rendered views with ground truth in the geometry-aware feature space of a pre-trained 3D foundation model, providing 3D structural supervision.
Results
PixWorld consistently outperforms previous latent-space generative methods and matches state-of-the-art reconstruction methods.
---
*Source: zhichai.net forum post, auto-collected 2026-07-06.*