🤖 AI Summary
This work addresses the challenge of reconstructing complete 3D point clouds from a single RGB image, which requires inferring occluded geometry. Existing diffusion models suffer from slow inference and high computational costs. To overcome these limitations, the authors propose Point-MF, the first framework to introduce Mean Flow to single-image point cloud reconstruction. By directly learning a mean velocity field in point cloud space, Point-MF enables one-step generation via a single forward pass without relying on a VAE latent space. The method integrates a Diffusion Transformer architecture with frozen DINOv3 image features and a lightweight token adapter, and introduces a Denoised Space Anchor loss to stabilize large-step generation, augmented by explicit time and interval conditioning. Evaluated on ShapeNet-R2N2 and Pix3D, Point-MF achieves millisecond-level inference and high-fidelity reconstructions, outperforming existing diffusion and feedforward models in both accuracy and speed.
📝 Abstract
Single-image point cloud reconstruction must infer complete 3D geometry, including occluded parts, from a single RGB image. While diffusion-based reconstructors achieve high accuracy, they typically require many denoising iterations, resulting in slow and expensive inference. We propose Point-MF, a Mean-Flow-based framework for low-NFE single-image point cloud reconstruction that couples a Mean-Flow-compatible architecture with an auxiliary loss. Specifically, Point-MF operates directly in point-cloud space to learn the mean velocity field and enables one-step reconstruction with a single network function evaluation (1-NFE), without relying on VAE-based latent representations. To make Mean Flow effective under large interval jumps, Point-MF employs a Diffusion Transformer tailored to the Mean-Flow setting, conditioned on frozen DINOv3 image features via a lightweight token adapter and equipped with explicit interval/time conditioning. Moreover, we introduce Denoised Space Anchor, a set-distance auxiliary loss on the denoised-space estimate $x_θ$ induced by the predicted velocity field, to stabilize large-step generation and reduce outliers and density artifacts. On ShapeNet-R2N2 and Pix3D, Point-MF strikes a strong balance between reconstruction quality and inference speed compared to multi-step diffusion baselines and competitive feedforward models, while generating high-quality point clouds with millisecond-level latency.