3D Shape Modeling & Surface Reconstruction
Reducing the Computational and Fidelity Cost of Distilling 2D Diffusion Priors into Explicit 3D Representations
Generated automatically from the limitations stated in 9 papers (CVPR, NeurIPS, ICCV), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
Every pipeline that extracts 3D from pretrained 2D diffusion models currently pays a massive per-object tax: hundreds of rendered views, hundreds of diffusion evaluations, per-scene hyperparameter hand-tuning, and per-identity training — and still inherits the 2D prior's view-inconsistency and bias toward common categories. Nobody can train a single shared 3D generative model end-to-end on a shape dataset at acceptable cost, so 3D diffusion remains per-instance rather than dataset-scale. This blocks both generalization guarantees and practical deployment.
Why it matters
Dataset-scale 3D diffusion with predictable (rather than empirical) generalization, and 3D generation at costs competitive with direct 3D descriptors.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Cache-and-distill: run the expensive multi-view diffusion sampling once per training shape, store the (view, noise, output) triples, and train a direct 3D generator (e.g., a feedforward point-cloud/Gaussian head) on them offline. Measure: reconstruction quality (Chamfer/PSNR) vs. the iterative baseline, and inference cost at generation time.
- 2
Consistency-style few-step sampling: fine-tune the 2D diffusion backbone so multi-view generation works in 1–2 steps with cross-view attention enforcing 3D consistency, evaluated on view-consistency metrics (epipolar error) and detail fidelity vs. the 30-step baseline.
- 3
Shared end-to-end training: extend SSDNeRF-style autodecoding to a single model over a multi-category dataset, measuring whether one shared model matches per-identity trained models and whether category generalization improves.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
The distillation step may simply reproduce the 2D prior's biases and multi-view inconsistencies in the student model, so cheap inference buys nothing in fidelity. If consistency training degrades high-frequency detail, the 1–2-step model fails precisely on the cases that matter.
Sub-problems
Resolving Multi-View Inconsistencies and High-Frequency Detail Degradation in Diffusion-Guided 3D Gaussian Splatting
Diffusion-based novel view synthesis and 3D Gaussian Splatting pipelines rely on 2D or video diffusion models to generate novel perspectives or supervise unobserved regions. Because these diffusion priors operate in 2D image or frame space without strict 3D geometric inductive biases, generated views suffer from cross-view appearance drift, pose misalignment, and high-frequency inconsistencies. When fused into a 3D Gaussian representation, these errors accumulate into structural floaters, blurred textures, and severe geometric degradation under occlusion or uncommon viewpoints.
Evidence
Each paper's own statement of the limitation, verbatim.
- Geometry DistributionsICCV 2025
Representation is per-shape: a separate diffusion model is trained for each object (several hours on 4 A100 GPUs per shape), not a shared generative model over shape datasets
- Free360: Layered Gaussian Splatting for Unbounded 360-Degree View Synthesis from Extremely Sparse and Unposed ViewsCVPR 2025
Relies on iterative video diffusion generation over 300-400 unknown poses, which is computationally expensive and inherits ViewCrafter's residual multi-view inconsistencies
- Dynamic View Synthesis as an Inverse ProblemNeurIPS 2025
Inherits biases of the base diffusion model, limiting performance on scenes with uncommon objects or heavy occlusion
- DiffuMatch: Category-Agnostic Spectral Diffusion Priors for Robust Non-rigid Shape MatchingICCV 2025
Diffusion model trained only on human shapes with limited diversity; generalization to other categories is empirical, not guaranteed
- Neural Pose Representation Learning for Generating and Transferring Non-Rigid Object PosesNeurIPS 2024
The diffusion model is trained separately for each identity, so pose generation requires per-identity training
- Neural Point Cloud Diffusion for Disentangled 3D Shape and Appearance GenerationCVPR 2024
Requires a two-stage pipeline: per-object multi-view image data and optimization of autodecoded point clouds before diffusion training, rather than end-to-end training like SSDNeRF
- MVIP-NeRF: Multi-view 3D Inpainting on NeRF Scenes via Diffusion PriorCVPR 2024
Requires manual tuning of diffusion hyper-parameters (CFG ranges, timestep schedule, text prompts per scene)
- In-N-Out: Lifting 2D Diffusion Prior for 3D Object Removal via Tuning-Free Latents AlignmentNeurIPS 2024
Not fully 3D-consistent; struggles with high-frequency detail consistency because the underlying diffusion model is 2D-trained
Show all 9 papers
- Diffusion 3D Features (Diff3F): Decorating Untextured Shapes with Distilled Semantic FeaturesCVPR 2024
Inherits biases of the underlying image diffusion models and requires rendering ~100 views per shape plus 30 diffusion inference steps per view, which is computationally heavier than direct 3D descriptors
Nearest existing work
- Hash3D: Training-free Acceleration for 3D GenerationCVPR 2025
- GSV3D: Gaussian Splatting-based Geometric Distillation with Stable Video Diffusion for Single-Image 3D Object GenerationICCV 2025
- Diffusion 3D Features (Diff3F): Decorating Untextured Shapes with Distilled Semantic FeaturesCVPR 2024
- Direct2.5: Diverse Text-to-3D Generation via Multi-view 2.5D DiffusionCVPR 2024
- HOLODIFFUSION: Training a 3D Diffusion Model Using 2D ImagesCVPR 2023
- One-2-3-45: Any Single Image to 3D Mesh in 45 Seconds without Per-Shape OptimizationNeurIPS 2023
- LN3Diff: Scalable Latent Neural Fields Diffusion for Speedy 3D GenerationECCV 2024
- One-2-3-45++: Fast Single Image to 3D Objects with Consistent Multi-View Generation and 3D DiffusionCVPR 2024
- MVDD: Multi-View Depth Diffusion ModelsECCV 2024
- DiT-3D: Exploring Plain Diffusion Transformers for 3D Shape GenerationNeurIPS 2023
- Diffusing Differentiable RepresentationsNeurIPS 2024
- PC2: Projection-Conditioned Point Cloud Diffusion for Single-Image 3D ReconstructionCVPR 2023
- Viewset Diffusion: (0-)Image-Conditioned 3D Generative Models from 2D DataICCV 2023
- Sculpt3D: Multi-View Consistent Text-to-3D Generation with Sparse 3D PriorCVPR 2024
- ViewFusion: Towards Multi-View Consistency via Interpolated DenoisingCVPR 2024