Pith. sign in

REVIEW 4 major objections 5 minor 27 references

NOVA3D: Normal Aligned Video Diffusion Model for Single Image to 3D Generation

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Video diffusion trained on color plus normals sharpens single-image 3D

desk verdict Solid incremental step in single-image-to-3D via video diffusion, with sensible components and ablations, but the generalization claim overreaches given the fixed elevation-zero camera prior and thin 30-object evaluation. read the letter →

arxiv 2506.07698 v1 pith:62MCNIAO submitted 2025-06-09 cs.CV cs.AI

classification cs.CVcs.AI
keywords singleimageto3Dvideodiffusionmodelnormalmapsupervisionmulti-viewgenerationGeometry-TemporalAlignmentde-conflictgeometryfusiontexturedmeshreconstructionnovelviewsynthesis
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

NOVA3D sets out to show that the 3D priors locked inside a pretrained video diffusion model can be unlocked for single-image-to-3D by supervising the model jointly with color images and normal maps rather than color alone. The paper argues that this geometric supervision, together with a Geometry-Temporal Alignment (GTA) attention mechanism that lets texture and geometry latents exchange information at every spatial and temporal layer, produces dense multi-view images and normal maps that stay consistent with each other and with the input. A de-conflict geometry fusion stage then reconstructs a textured mesh while explicitly modeling disagreements between overlapping views and refining the assumed camera poses. If the claim holds, a single input photo can yield sixteen aligned views and a high-fidelity textured mesh without per-object score distillation, and the reported numbers (e.g., LPIPS 0.126 and Chamfer Distance 0.0212 on Google Scanned Objects) put it ahead of the listed baselines.

What carries the argument

The load-bearing machinery is the Geometry-Temporal Alignment (GTA) attention mechanism embedded in a Stable Video Diffusion (SVD) backbone. At each transformer block, an AlignmentAttention operation concatenates the RGB latent and the normal latent along the token dimension, once in the spatial layer (aligning color and geometry within a view) and once in the temporal layer (aligning them across the 16 generated views), so information flows between texture and geometry without retraining the backbone from scratch. Around it sit two supporting mechanisms: a task token that toggles the same U-Net between emitting color frames and emitting normal maps, and the de-conflict geometry fusion algorithm, which refines a per-view pose matrix $M_v$ and models inter-view conflicts with an implicit function $f_\psi$ during SDF optimization. Together they let one pretrained video diffusion model generate dense aligned RGB-normal views that are then fused into a textured mesh.

What would settle it

Run NOVA3D on a set of real or rendered photos taken from high or low elevation angles, or with the object noticeably off-center, and measure Chamfer Distance and LPIPS of the reconstructed meshes; a sharp drop in these metrics relative to centered, elevation-zero inputs would falsify the paper's generalizability claim.

Watch

Extended reading notes

Core claim

The central discovery claimed by the paper is that adding normal-map supervision to a video diffusion model fine-tuned for multi-view generation does not just improve geometry—it activates latent 3D priors that improve color, consistency, and generalization at the same time. By keeping the RGB and normal branches as separate channels inside the same U-Net and switching between them with a task token, the model avoids reinitializing weights, preserving the pretrained video prior. The GTA attention mechanism concatenates RGB and normal latents along the token dimension at both frame-wise and temporal attention layers, so the texture branch and geometry branch stay aligned within each view and across all sixteen views. The de-conflict fusion algorithm then reconstructs an SDF-based mesh, using a per-view learnable pose refinement matrix and an implicit conflict function to down-weight inconsistent overlapping-view pixels. The paper's own evaluation reports that this pipeline outperforms Zero123, SyncDreamer, Wonder3D, V3D, Envision3D, and SV3D on the Google Scanned Object benchmark.

Load-bearing premise

The method assumes every object is centered in a normalized cube and viewed from elevation zero, so it never learns or infers elevation; if real input photos break that centered, level-view assumption, the claimed generalization and multi-view consistency are not what the experiments demonstrate.

Editorial extensions

If this is right

  • A single RGB image can produce sixteen dense multi-view color frames and matching normal maps in one pass, giving reconstruction a much richer input than six-view or eight-view alternatives.
  • Geometry supervision transfers the video model's generalization to the normal domain, so normal maps remain coherent even for out-of-distribution inputs.
  • The de-conflict fusion stage can absorb small pose errors and inter-view inconsistencies, so downstream meshing does not require exact pre-defined poses.
  • Because the pipeline avoids per-object SDS optimization, textured-mesh generation becomes a single forward generative step followed by one SDF optimization.
  • On the reported Google Scanned Objects benchmark, the joint RGB-normal model beats RGB-only and cross-domain-attention ablations on both geometry (Chamfer Distance, Volume IoU) and texture (PSNR, SSIM, LPIPS) metrics.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: because the method fixes elevation at zero and requires the object to be centered, its robustness claim is only demonstrated for that camera regime; testing on off-center or high-angle photos would show whether the video prior generalizes beyond the fixed prior.
  • Editorial inference: the same GTA-style cross-domain attention could be extended to other aligned output pairs, such as depth, albedo, or segmentation, which would let one video-diffusion model produce a full scene decomposition from a single frame.
  • Editorial inference: the de-conflict fusion algorithm is not tied to this particular generator and could be applied as a post-processing stage to any multi-view diffusion output, potentially raising mesh quality for systems that already exist.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The manuscript proposes NOVA3D, a single-image-to-3D generation method built by fine-tuning Stable Video Diffusion on rendered multi-view RGB and normal-map sequences from Objaverse. It introduces a Geometry-Temporal Alignment (GTA) attention mechanism for exchanging information between texture and geometry latents, and a de-conflict geometry fusion stage that refines camera poses and models inter-view conflicts during implicit SDF reconstruction. The method is evaluated on 30 Google Scanned Objects for novel-view synthesis and mesh reconstruction against Zero123, SyncDreamer, Wonder3D, V3D, Envision3D, SV3D, CRM and others, with additional qualitative results on AI-generated prompts. The paper claims robust and generalizable performance that significantly outperforms existing baselines.

Significance. If the results hold, NOVA3D would be a useful contribution: it demonstrates that a video diffusion prior can be adapted to dense multi-view normal-plus-color generation, and the pose-refinement and conflict-modeling reconstruction losses address a real practical issue in multi-view reconstruction. The use of public pretrained weights and datasets, the inclusion of ablations for GTA, conflict modeling, and pose refinement, and the quantitative benchmarking against a wide set of recent methods are strengths. The main caveats are that the empirical evidence rests on a 30-object evaluation without uncertainty estimates, and the fixed camera prior (centered object, zero elevation) constrains the claimed generality.

major comments (4)
  1. [Section III-A, Section IV-B, Section V] The fixed camera prior (object centered in the normalized cube, all views at elevation 0) is load-bearing for the claimed generality, but no experiment violates it. The 'in-the-wild' examples in Section VIII are AIGC images whose prompts explicitly specify a centered front view on a white background, which matches the prior; no test uses off-center or elevated objects or real photographs. Please either add such tests or revise the 'any single image' claim in Section V.
  2. [Section IV-B, Table I] The 'significantly outperforming' claim is not supported by the reported statistics. The benchmark uses 30 objects, and no standard deviations, confidence intervals, or significance tests are given; the margin over the closest baseline is small on several metrics (e.g., Chamfer 0.0212 vs 0.0225 for CRM in Table I). Please report variance and paired comparisons, and state whether each baseline number was produced by the authors under the same protocol or taken from prior papers.
  3. [Section VII, Algorithm 1] As printed, the alignment attention is indistinguishable from ordinary self-attention over the concatenated batch: torch.chunk(key) followed by torch.cat([key_rgb, key_norm], dim=1) reconstructs the original key, and the identical operation is applied to value, while query is not decomposed. If the intended operation is to let each domain's query attend to both domains' keys and values, the pseudocode must specify the domain axis and a different rearrangement (e.g., splitting query into rgb/normal and concatenating the counterpart's key/value); otherwise the core GTA contribution is not actually defined by the paper.
  4. [Section III-D, Eqs. (5)-(6)] The per-term weights in Eq. (6) and the value of lambda_0 in Eq. (5) are not given. These weights control the balance between geometry, texture, mask, and regularization terms and are necessary to reproduce the reconstruction stage; please include them explicitly, for example in the appendix.
minor comments (5)
  1. [Throughout] There are several typos: 'INTRODUTION' in the Section I title, 'Contributuion' in the author footnote, 'Disscusion' in Section IV-E, 'EDM-framewrok' and 'distributuion' in the appendix, and 'vaule' in Algorithm 2. Please copyedit the manuscript.
  2. [Eq. (1) and Eq. (2)] The notation for the conditional distribution is inconsistent: Eq. (1) uses pni while Eq. (2) uses p. Please unify the notation and define the distribution symbol once.
  3. [Section III-D, Eqs. (4)-(5)] Please clarify how the pointwise conflict value h from Eq. (4) is volume-rendered into the pixel-space scalar H_p used in Eq. (5), and state the range or normalization applied to H_p.
  4. [Tables II and III] The ablation variant naming is inconsistent: Table II uses 'w/ cross-domain attn.' while Table III uses 'w/ cross-domain atten.' Please use the same abbreviation throughout.
  5. [Section VI] The training description gives a duration of 7 days, 30,000 steps, and an effective batch size of 176, but not the number of epochs or whether the rendered Objaverse dataset is repeated. Please specify the exact number of training samples per epoch and the total epochs for reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No equation-level circularity: benchmark results are evaluated against external GSO ground truth, and the claimed predictions are produced by a fine-tuned diffusion model rather than by the fitted conflict map or a self-citation chain.

full rationale

The paper's derivation chain is an empirical pipeline: fine-tune a pretrained video diffusion model (SVD) with RGB and normal-map supervision, generate 16 multi-view images and normal maps, and reconstruct a mesh via SDF optimization with pose refinement and conflict modeling. None of the headline numbers in Tables I and II reduce by construction to the model's own fitted quantities. The de-conflict map H_p in Eq. (4)-(5) is learned during reconstruction and used as a loss weight, but the reported Chamfer Distance, Volume IoU, PSNR, SSIM, and LPIPS are computed against external Google Scanned Object ground truth, not against the conflict map or the generated views themselves. The fixed camera prior in Section III-A (centered object, elevation 0) is a scope assumption; it limits the generality of the claimed real-world performance, but that is an external-validity concern rather than a circularity. The references used as building blocks, including SVD, Wonder3D, and Envision3D, are external and publicly available, and no load-bearing claim is justified solely by a self-citation. The GTA attention ablation compares against a Wonder3D-style cross-domain attention variant and shows a measured difference, so the core contribution is empirically grounded rather than definitionally equivalent to its inputs.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The paper introduces no new physical entities. The central design rests on domain assumptions about SVD's geometric priors and the fixed camera setup; the reported experiments also depend on an undisclosed mix of loss weights and hand-chosen noise schedule values. The conflict map is a learned auxiliary quantity inside the reconstruction, not an independently testable entity.

free parameters (3)
  • Noise schedule Pmean/Pstd shift = {1.8,1.6} at 8k, {2.2,1.8} at 16k, {2.5,2.0} at 24k steps
    Set by hand during training; the paper says the shift is found essential rather than derived or swept.
  • De-conflict loss regularization weight lambda_0
    Appears in Eq. (5) but no value or selection procedure is reported; affects texture fidelity.
  • Per-loss weights in Eq. (6)
    Weights for L_normal, L_mask, R_eik, R_sparse, and R_smooth are not specified, so the relative balance is an undisclosed tuning choice.
assumptions (4)
  • domain assumption The pretrained Stable Video Diffusion model contains 3D priors that auxiliary normal-map supervision can activate without reinitializing U-Net parameters.
    Central design premise in Section III-B; no experiment isolates whether gains come from the prior versus the added normal supervision.
  • domain assumption Objects are centered in a normalized cube and all views are at elevation 0, so camera elevation need not be estimated.
    Problem formulation in Section III-A; limits applicability to arbitrary in-the-wild photos.
  • domain assumption Rendered RGB and normal maps from Objaverse LVIS meshes are a sufficient proxy for real single-image inputs.
    Training data in Section IV-A and generalization claims in Section VIII; the synthetic-to-real domain gap is not quantified.
  • domain assumption The SDF regularization terms R_eik, R_sparse, and R_smooth behave as described in this setting.
    These terms are adopted from prior works without ablation or validation on NOVA3D's 16-view setting.

how reviews work

0 comments
Cite this review

Pith. "Pith review of NOVA3D: Normal Aligned Video Diffusion Model for Single Image to 3D Generation." pith.science (2026). https://pith.science/paper/62MCNIAO

@misc{pith2026250607698,
  author       = {Pith},
  title        = {Pith review of: NOVA3D: Normal Aligned Video Diffusion Model for Single Image to 3D Generation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/62MCNIAO}},
  note         = {Machine review of arXiv:2506.07698}
}
read the original abstract

3D AI-generated content (AIGC) has made it increasingly accessible for anyone to become a 3D content creator. While recent methods leverage Score Distillation Sampling to distill 3D objects from pretrained image diffusion models, they often suffer from inadequate 3D priors, leading to insufficient multi-view consistency. In this work, we introduce NOVA3D, an innovative single-image-to-3D generation framework. Our key insight lies in leveraging strong 3D priors from a pretrained video diffusion model and integrating geometric information during multi-view video fine-tuning. To facilitate information exchange between color and geometric domains, we propose the Geometry-Temporal Alignment (GTA) attention mechanism, thereby improving generalization and multi-view consistency. Moreover, we introduce the de-conflict geometry fusion algorithm, which improves texture fidelity by addressing multi-view inaccuracies and resolving discrepancies in pose alignment. Extensive experiments validate the superiority of NOVA3D over existing baselines.

Figures

Figures reproduced from arXiv: 2506.07698 by the authors.

Figure 1
Figure 1. Overview of the NOVA3D pipeline. Our approach starts by leveraging a GTA-infused video diffusion model to generate multi-view images and their corresponding normal maps from a single image. These results are subsequently processed through a de-conflict geometry fusion algorithm to reconstruct a high-fidelity textured mesh that accurately captures the details. • We propose the Geometry-Temporal Alignment attention me… view at source ↗
Figure 2
Figure 2. Illustration of GTA attention mechanism. The proposed GTA attention mechanism ensures efficient interaction between texture and geometry features at each spatial and temporal layer within LVDM. B. Unleashing the 3D priors within video diffusion model. Overall Architecture. By introducing a temporal dimension, a Conv3D residual layer, and a temporal attention layer after each spatial layer, the latent video diffusion… view at source ↗
Figure 3
Figure 3. Qualitative results of novel view synthesis on out-of-distribution images. Mesh Reconstruction Texture Quality Methods ↓Chamfer Dist. ↑Volume IoU ↑PSNR ↑SSIM ↓LPIPS One-2-3-45 [6] 0.0629 0.409 - - - Shape-E [1] 0.0436 0.358 - - - Zero123 [6] 0.0339 0.504 16.60 0.798 0.207 SyncDreamer [5] 0.0261 0.542 16.02 0.770 0.249 V3D [13] 0.0250 0.552 15.52 0.780 0.227 Wonder3D* [7] 0.0242 0.578 15.89 0.784 0.214 Envision3d [12… view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Qualitative comparison with baselines in terms of the generated textured meshes. Input image (a) Full model (b) w/ cross-domain attn (c) w/o GTA [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: Ablation studies of GTA attention mechanism. IV. EXPERIMENTS A. Implementation Details We conduct the training on the LVIS subset of the Objaverse dataset [9], which comprises approximately 30,000 3D meshes. RGB images and normal maps are rendered at 16 poses, each at …
Figure 6
Figure 6. Figure 6: Ablation study on implicit conflict modeling. overall shape of the object and align with the generated texture information. Similarly, as depicted in (a) and (c) of [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: The qualitative results of NOVA3D on generated images and normal maps conditioned on in-the-wild images generated [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

27 extracted references · 13 canonical work pages

  1. [1]

    Shap-e: Generating conditional 3d implicit functions,

    Heewoo Jun and Alex Nichol, “Shap-e: Generating conditional 3d implicit functions,”arXiv preprint arXiv:2305.02463, 2023

  2. [2]

    Point-e: A system for generating 3d point clouds from complex prompts,

    Alex Nichol, Heewoo Jun, Prafulla Dhariwal, Pamela Mishkin, and Mark Chen, “Point-e: A system for generating 3d point clouds from complex prompts,”arXiv preprint arXiv:2212.08751, 2022

  3. [3]

    Dreamfusion: Text-to-3d using 2d diffusion,

    Ben Poole, Ajay Jain, et al., “Dreamfusion: Text-to-3d using 2d diffusion,” arXiv preprint arXiv:2209.14988, 2022

  4. [4]

    Magic3d: High-resolution text-to-3d content creation,

    Chen-Hsuan Lin, Jun Gao, et al., “Magic3d: High-resolution text-to-3d content creation,” inCVPR, 2023, pp. 300–309

  5. [5]

    Syncdreamer: Generating multiview-consistent images from a single-view image,

    Yuan Liu, Cheng Lin, Zijiao Zeng, Xiaoxiao Long, Lingjie Liu, Taku Komura, and Wenping Wang, “Syncdreamer: Generating multiview-consistent images from a single-view image,”arXiv preprint arXiv:2309.03453, 2023

  6. [6]

    Zero-1-to-3: Zero-shot one image to 3d object,

    Ruoshi Liu, Rundi Wu, Basile Van Hoorick, Pavel Tokmakov, Sergey Zakharov, and Carl V ondrick, “Zero-1-to-3: Zero-shot one image to 3d object,” inICCV, 2023, pp. 9298–9309

  7. [7]

    Wonder3d: Single image to 3d using cross-domain diffusion,

    Xiaoxiao Long, Yuan-Chen Guo, Cheng Lin, Yuan Liu, Zhiyang Dou, Lingjie Liu, Yuexin Ma, Song-Hai Zhang, Marc Habermann, Christian Theobalt, et al., “Wonder3d: Single image to 3d using cross-domain diffusion,”arXiv preprint arXiv:2310.15008, 2023

  8. [8]

    Mvdream: Multi-view diffusion for 3d generation,

    Yichun Shi, Peng Wang, Jianglong Ye, Mai Long, Kejie Li, and Xiao Yang, “Mvdream: Multi-view diffusion for 3d generation,”arXiv preprint arXiv:2308.16512, 2023

Show all 27 references
  1. [9]

    Objaverse: A universe of annotated 3d objects,

    Matt Deitke, Dustin Schwenk, Jordi Salvador, Luca Weihs, Oscar Michel, Eli VanderBilt, Ludwig Schmidt, Kiana Ehsani, Aniruddha Kembhavi, and Ali Farhadi, “Objaverse: A universe of annotated 3d objects,” in CVPR, 2023, pp. 13142–13153

  2. [10]

    Stable video diffusion: Scaling latent video diffusion models to large datasets,

    Andreas Blattmann, Tim Dockhorn, Sumith Kulal, Daniel Mendelevitch, Maciej Kilian, Dominik Lorenz, Yam Levi, Zion English, Vikram V oleti, Adam Letts, et al., “Stable video diffusion: Scaling latent video diffusion models to large datasets,”arXiv preprint arXiv:2311.15127, 2023

  3. [11]

    Align your latents: High-resolution video synthesis with latent diffusion models,

    Andreas Blattmann, Robin Rombach, Huan Ling, Tim Dockhorn, Seung Wook Kim, Sanja Fidler, and Karsten Kreis, “Align your latents: High-resolution video synthesis with latent diffusion models,” inCVPR, 2023, pp. 22563–22575

  4. [12]

    Envision3d: One image to 3d with anchor views interpolation,

    Yatian Pang, Tanghui Jia, et al., “Envision3d: One image to 3d with anchor views interpolation,”arXiv preprint arXiv:2403.08902, 2024

  5. [13]

    V3d: Video diffusion models are effective 3d generators,

    Zilong Chen, Yikai Wang, Feng Wang, Zhengyi Wang, and Huaping Liu, “V3d: Video diffusion models are effective 3d generators,”arXiv preprint arXiv:2403.06738, 2024

  6. [14]

    Sv3d: Novel multi-view synthesis and 3d generation from a single image using latent video diffusion,

    Vikram V oleti, Chun-Han Yao, Mark Boss, Adam Letts, David Pankratz, Dmitry Tochilkin, Christian Laforte, Robin Rombach, and Varun Jampani, “Sv3d: Novel multi-view synthesis and 3d generation from a single image using latent video diffusion,”arXiv preprint arXiv:2403.12008, 2024

  7. [15]

    Google scanned objects: A high-quality dataset of 3d scanned household items,

    Laura Downs, Anthony Francis, Nate Koenig, Brandon Kinman, Ryan Hickman, Krista Reymann, Thomas B McHugh, and Vincent Vanhoucke, “Google scanned objects: A high-quality dataset of 3d scanned household items,” in2022 International Conference on Robotics and Automation (ICRA). I...

  8. [16]

    Denoising diffusion probabilistic models,

    Jonathan Ho, Ajay Jain, and Pieter Abbeel, “Denoising diffusion probabilistic models,”NeurIPS, vol. 33, pp. 6840–6851, 2020

  9. [17]

    Denoising diffusion implicit models,

    Jiaming Song, Chenlin Meng, and Stefano Ermon, “Denoising diffusion implicit models,”arXiv preprint arXiv:2010.02502, 2020

  10. [18]

    High-resolution image synthesis with latent diffusion models,

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj¨orn Ommer, “High-resolution image synthesis with latent diffusion models,” inCVPR, 2022, pp. 10684–10695

  11. [19]

    Nerf: Representing scenes as neural radiance fields for view synthesis,

    Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng, “Nerf: Representing scenes as neural radiance fields for view synthesis,”Communications of the ACM, vol. 65, no. 1, pp. 99–106, 2021

  12. [20]

    Prolificdreamer: High-fidelity and diverse text-to-3d generation with variational score distillation,

    Zhengyi Wang, Cheng Lu, Yikai Wang, Fan Bao, Chongxuan Li, Hang Su, and Jun Zhu, “Prolificdreamer: High-fidelity and diverse text-to-3d generation with variational score distillation,”NeurIPS, vol. 36, 2024

  13. [21]

    Crm: Single image to 3d textured mesh with convolutional reconstruction model,

    Zhengyi Wang, Yikai Wang, Yifei Chen, Chendong Xiang, Shuo Chen, Dajiang Yu, Chongxuan Li, Hang Su, and Jun Zhu, “Crm: Single image to 3d textured mesh with convolutional reconstruction model,”arXiv preprint arXiv:2403.05034, 2024

  14. [22]

    Implicit geometric regularization for learning shapes,

    Amos Gropp, Lior Yariv, Niv Haim, Matan Atzmon, and Yaron Lipman, “Implicit geometric regularization for learning shapes,”arXiv preprint arXiv:2002.10099, 2020

  15. [23]

    Sparseneus: Fast generalizable neural surface reconstruction from sparse views,

    Xiaoxiao Long, Cheng Lin, Peng Wang, Taku Komura, and Wenping Wang, “Sparseneus: Fast generalizable neural surface reconstruction from sparse views,” inEuropean Conference on Computer Vision. Springer, 2022, pp. 210–227

  16. [24]

    Instant neural graphics primitives with a multiresolution hash encoding,

    Thomas M ¨uller, Alex Evans, Christoph Schied, and Alexander Keller, “Instant neural graphics primitives with a multiresolution hash encoding,” ACM transactions on graphics (TOG), vol. 41, no. 4, pp. 1–15, 2022

  17. [25]

    One-2-3-45: Any single image to 3d mesh in 45 seconds without per-shape optimization,

    Minghua Liu, Chao Xu, Haian Jin, Linghao Chen, Mukund Varma T, Zexiang Xu, and Hao Su, “One-2-3-45: Any single image to 3d mesh in 45 seconds without per-shape optimization,”NeurIPS, vol. 36, 2024

  18. [26]

    Image quality assessment: from error visibility to structural similarity,

    Zhou Wang, Alan C Bovik, et al., “Image quality assessment: from error visibility to structural similarity,”IEEE transactions on image processing, vol. 13, no. 4, pp. 600–612, 2004

  19. [27]

    The unreasonable effectiveness of deep features as a perceptual metric,

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang, “The unreasonable effectiveness of deep features as a perceptual metric,” inCVPR, 2018, pp. 586–595. APPENDIX VI. TRAININGDETAILS We start from the Stable Video Diffusion (SVD) model, which built on ...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.