REVIEW 3 major objections 4 minor 53 references
DiffGI: Differentiable Geometry Images for High-Fidelity Thin-Shell 3D Generation
T0 review · 3 major / 4 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read DiffGI claims that replacing binary occupancy with a continuous 2D truncated signed distance function and making Marching Squares differentiable allows thin-shell, open-boundary 3D surfaces to be reconstructed and generated end to end from
desk verdict Solid, practical paper: continuous 2D TSDF in geometry images with differentiable Marching Squares works and is well evidenced, but the position-map background convention is under-specified. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is a four-channel geometry-image tensor: a three-channel position map plus a one-channel 2D TSDF. The TSDF stores the signed pixel distance to the nearest chart contour, truncated at 15 pixels, so boundary locations survive aggressive downsampling. Differentiable Marching Squares (DMS) treats each boundary vertex as the linearly interpolated zero crossing of the TSDF between opposite-signed pixels, so vertex coordinates are continuous functions of the field; bilinear sampling of the position map turns each 2D vertex into 3D coordinates. A geometry-aware normal rendering loss on the DMS-reconstructed mesh provides 3D supervision through the whole pipeline.
What would settle it
Inspect a single garment chart's TSDF and position map before and after downsampling: read the position-map values in the dilated background ring around the chart, and compare DMS-reconstructed boundary coordinates against ground-truth boundaries for cases where the zero crossing falls in the dilated region. If the background position is zero, reconstructed boundary vertices will be biased toward the global origin, measurable as a jump in Boundary Chamfer Distance.
Extended reading notes
Core claim
The central claim is that replacing the binary occupancy channel of a geometry image with a continuous 2D truncated signed distance function, combined with a differentiable Marching Squares extractor, lets boundary position be encoded at subpixel precision in a fixed-resolution grid and lets 3D surface losses backpropagate to the 2D latent. On garment and furniture data, the authors show that this representation compresses into a 32×32×4 latent and still reconstructs and generates thin, open-boundary, non-manifold surfaces with sharper boundaries than occupancy-based geometry images and voxel-based methods, while running in about a second on a consumer GPU.
Load-bearing premise
The 3D coordinates of boundary vertices are obtained by bilinear sampling of the 3-channel position map at the TSDF zero-crossing, but the paper never states what value the position map holds in the background outside charts; if that value is zero, boundary vertices will be dragged toward the origin and the reported boundary precision cannot hold (Sections 3.1 Steps 3–5 and 3.2).
Editorial extensions
If this is right
- Boundary quality stops depending on grid resolution: the continuous TSDF preserves subpixel boundary position, so low-resolution tensors outperform binary occupancy at the same resolution and match high-resolution occupancy near 256.
- End-to-end training becomes possible: because DMS is differentiable, normal-rendering and other 3D surface losses can be backpropagated through reconstruction to the VAE encoder and decoder, letting compression focus on high-frequency geometry.
- Aggressive compression works: a 256×256×4 geometry image can be reduced to a 32×32×4 latent with reconstruction metrics better than those of uncompressed occupancy-based geometry images.
- Generation becomes cheap: a transformer-based latent diffusion model with flow matching on this space generates 3D shapes in about 1.2 seconds on a consumer GPU (3.22 GB VRAM) and about 8.5 seconds on CPU, versus tens of seconds and much higher memory for volumetric baselines.
- Thin and open-boundary shapes become obtainable: the representation handles non-manifold garment surfaces and open boundaries that watertight implicit methods fail on.
Reading between the lines
- Inference: The paper leaves unspecified what value the position map takes in the background outside the charts; if that value is not the dilated edge value, zero-crossing vertices near chart borders will be pulled toward the origin, making the reported boundary fidelity depend on an undocumented implementation detail (Section 3.1 Steps 3–5 and Section 3.2).
- Inference: The TSDF advantage is boundary-complexity dependent—on flat, straight-edged furniture the gap over occupancy shrinks, as the paper's own resolution analysis notes, so the subpixel-precision benefit matters most for wrinkle-dense garments.
- Inference: Because each UV chart is reconstructed independently and ambiguous saddle cells are always split, visible seams appear across chart boundaries; enforcing cross-chart consistency would likely be needed before the output feeds physics simulation.
- Inference: A natural testable extension is to apply the same continuous-field-plus-differentiable-extraction recipe to signed distance fields on other 2D parameterizations and to dual-contouring variants for sharp mechanical edges, as the paper lists as its own future work.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes DiffGI, a geometry-image representation for 3D surfaces that replaces binary occupancy maps with a continuous 2D truncated signed distance function (TSDF), and a Differentiable Marching Squares (DMS) module that reconstructs a 3D mesh from the TSDF and 3-channel position map in a fully differentiable manner. The authors train a VAE with pixel-space L1 losses and a geometry-aware normal rendering loss to compress 256×256×4 geometry images into a 32×32×4 latent space, then train a transformer-based latent diffusion model for conditional generation. The main claims are superior reconstruction fidelity and boundary precision compared to occupancy-based geometry-image baselines, with significantly lower compute.
Significance. If the claims hold, the paper makes a useful contribution: it brings differentiable iso-surface extraction to the 2D multi-chart geometry-image setting, enabling surface-level supervision for thin-shell and non-manifold geometry. The resolution ablation in the supplementary material (Fig. S1) is a genuine strength and directly supports the TSDF-vs-occupancy advantage at low resolution. The method's efficiency (Table 3) and the reported reconstruction metrics on GarmageSet are also notable. However, the central boundary-precision claim depends on an under-specified detail in the position-map background convention, and the paper's own limitation section admits chart seams that are claimed not to affect metrics. The comparison with GarmageNet is partly run under a non-native tessellation, which complicates interpretation. These issues are addressable but require revision.
major comments (3)
- [Sec. 3.1 Step 3 and Sec. 3.2, Eq. (1)] The DMS module computes boundary vertex 3D coordinates by bilinear sampling the 3-channel position map at TSDF zero crossings. The paper states only that 'edge pixel values are propagated outward into the undefined background via dilation' (Step 3), with no fill radius or interpolation scheme. If the background position map is zero, boundary vertices will be pulled toward the origin and the reported BCD/HD gains would not hold. If it is filled with nearest-edge values, the bilinear sample across the boundary is not obviously the true 3D boundary position. This is load-bearing for the central boundary-precision claim (Tables 1, 5). Please specify the exact dilation radius and the value assigned to background pixels, and provide an ablation comparing zero-filled vs. dilated backgrounds on boundary metrics for an uncorrupted ground-truth TSDF.
- [Sec. 5, Limitations] The limitation section states that visible seams where neighboring charts meet 'do not affect our reconstruction and generation metrics.' This is not supported and is in tension with the use of BCD as a boundary-quality metric: chart seams create artificial open boundaries that may be included in boundary-point sampling. Please provide quantitative evidence, e.g., measure seam-induced gaps and report metrics with seams removed or repaired, or otherwise justify why BCD is insensitive to seams.
- [Table 1 / Sec. 4.2] GarmageNet is evaluated under the Omages-style tessellation for the main comparison, with its native official extraction reported only as an additional row. The main text says DiffGI remains superior under both settings, but the Tess. row for GarmageNet has JSD=32.61×10^-3, far worse than its official extraction (5.51×10^-3), suggesting the non-native tessellation may disadvantage GarmageNet. Since GarmageNet's representation is per-panel and not designed for Omages-style tessellation, this comparison conflates extraction method with representation. Please make the official extraction the primary comparison, or provide details on how the Omages-style tessellation was applied and justify its appropriateness.
minor comments (4)
- [Abstract / Sec. 3.2] The phrase 'fully differentiable mesh reconstruction' overstates the situation: the saddle-point topology choice is discrete, and differentiability holds only within a fixed topology. Please clarify.
- [Sec. 3.2] The complexity comparison 'O(N^2) vs O(N^3)' should state that N is the grid resolution along one dimension; as written it is ambiguous.
- [Table 1] On ABO, NC for DiffGI (0.83) is lower than Omages (0.89). The text attributes this to compression, but the headline claim of 'superior reconstruction fidelity' would benefit from acknowledging this trade-off explicitly in the main comparison.
- [References] References [13] and [14] appear to describe the same WARDROBE dataset; please consolidate or distinguish them.
Circularity Check
No circularity found: DiffGI's central claims are supported by external evaluation metrics and controlled ablations, not by construction or self-citation.
full rationale
The paper is a learned system rather than a formal derivation, and its claimed results are verified against ground-truth meshes with external metrics (CD, EMD, JSD, NC, BCD, HD, F1, P-FID/P-KID). The training losses (L_Pos, L_TSDF, L_Normal, L_KL) are optimized on source data, while the evaluation metrics are computed independently on reconstructed/generated meshes, so there is no fitted-parameter-called-prediction collapse. The Differentiable Marching Squares zero-crossing formula (Eq. 1) is a continuous linear-interpolation rule that defines subpixel positions by construction; this is a design property of the representation, not a circular prediction of an independent empirical claim. The normal-rendering loss (Eq. 3) backpropagates through the same DMS used at inference, but this is a coherent end-to-end training loop rather than a reduction to the method's own outputs. No load-bearing self-citation exists: the cited components (SD1.5, DiT, DINOv2, nvdiffrast, Omages, GarmageNet, DMTet, FlexiCubes, etc.) are external, and the authors do not cite their own prior work as the basis for the core claims. The paper also includes honest limitations (localized rounding on sharp edges, chart-seam discontinuities) and a from-scratch VAE initialization study (Table S1) showing the main gains do not depend on pretrained weights. The reader's concern about the unspecified background value of the position map during dilation (Sec. 3.1 Step 3 and Sec. 3.2) is a legitimate reproducibility/implementation detail, but it does not make any claimed result equivalent to its inputs; therefore it does not constitute circularity under the stated criteria.
Assumptions & free parameters
free parameters (4)
- TSDF truncation distance =
15 pixels
- DMS regularization epsilon =
1e-5
- Loss weights λ_TSDF, λ_Normal, λ_KL =
not reported
- Operating resolution / latent size =
256×256×4 input, 32×32×4 latent
assumptions (5)
- domain assumption The 2D UV-plane signed distance to the chart contour is a faithful surrogate for the 3D open boundary position, including after bilinear downsampling.
- domain assumption Bilinear sampling of the position map at TSDF zero-crossings yields correct 3D coordinates, even for vertices that lie on or outside the chart mask.
- domain assumption nvdiffrast rasterization provides reliable normal maps for non-manifold, open-boundary meshes with two-sided surfaces.
- ad hoc to paper The deterministic saddle-point convention (always treating diagonal patches as separate) yields a valid topology for the target surfaces.
- standard math Intermediate Value Theorem and linear interpolation locate zero crossings between grid corners of opposite sign.
Cite this review
Pith. "Pith review of DiffGI: Differentiable Geometry Images for High-Fidelity Thin-Shell 3D Generation." pith.science (2026). https://pith.science/paper/QHLQIUUP
@misc{pith2026260713365,
author = {Pith},
title = {Pith review of: DiffGI: Differentiable Geometry Images for High-Fidelity Thin-Shell 3D Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/QHLQIUUP}},
note = {Machine review of arXiv:2607.13365}
}
read the original abstract
Existing 3D generative models predominantly rely on implicit volumetric representations, which enforce watertight topology and struggle to represent thin-shell and non-manifold geometries such as garments. Geometry image-based approaches offer a surface-centric alternative, but existing methods rely on discrete binary occupancy maps whose resolution-dependent boundary encoding causes staircase artifacts and information loss upon downsampling, while surface reconstruction remains a non-differentiable post-processing step disconnected from the learning pipeline. To address this, we propose Differentiable Geometry Image (DiffGI), an end-to-end 3D-to-2D mapping framework that seamlessly integrates surface representation and geometric optimization. DiffGI replaces binary maps with a continuous 2D Truncated Signed Distance Function (TSDF), which encodes boundary position at subpixel precision within a fixed grid resolution, eliminating resolution-dependent staircase artifacts even under aggressive downsampling. Building on this continuous field, we introduce a differentiable Marching Squares algorithm based on analytical linear interpolation, allowing gradients from 3D surface losses to propagate back to the 2D latent space. Leveraging this differentiable pipeline, we train a DiffGI-VAE augmented with a geometry-aware normal rendering loss to compress complex 3D surfaces into an ultra-compact 32X32 latent space, and instantiate a transformer-based latent diffusion model with a flow-matching objective on top of this space for conditional 3D generation. Extensive experiments on garment and object datasets demonstrate that our method achieves superior reconstruction fidelity and boundary precision compared to prior geometry-image and voxel-based approaches, while requiring significantly fewer computational resources.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
ACM Transactions on Graphics (2025)
Binninger, A., Wiersma, R., Herholz, P., Sorkine-Hornung, O.: TetWeave: Isosur- face extraction using on-the-fly delaunay tetrahedral grids for gradient-based mesh optimization. ACM Transactions on Graphics (2025)
2025
-
[2]
In: CVPR (2025)
Boss, M., Huang, Z., Vasishta, A., Jampani, V.: SF3D: Stable fast 3D mesh re- construction with UV-unwrapping and illumination disentanglement. In: CVPR (2025)
2025
-
[3]
In: Symposium on Geometry Processing (2006)
Carr, N.A., Hoberock, J., Crane, K., Hart, J.C.: Rectangular multi-chart geometry images. In: Symposium on Geometry Processing (2006)
2006
-
[4]
In: ICCV (2023)
Chen, H., Gu, J., Chen, A., Tian, W., Tu, Z., Liu, L., Su, H.: Single-stage diffusion NeRF: A unified approach to 3D generation and reconstruction. In: ICCV (2023)
2023
-
[5]
In: CVPR (2022)
Chen, W., Lin, C., Li, W., Yang, B.: 3PSDF: Three-pole signed distance function for learning surfaces with arbitrary topologies. In: CVPR (2022)
2022
-
[6]
ACM Transactions on Graphics (2022)
Chen, Z., Tagliasacchi, A., Funkhouser, T., Zhang, H.: Neural dual contouring. ACM Transactions on Graphics (2022)
2022
-
[7]
ACM Transactions on Graphics (2021)
Chen, Z., Zhang, H.: Neural marching cubes. ACM Transactions on Graphics (2021)
2021
-
[8]
In: CVPR (2023)
Cheng, Y.C., Lee, H.Y., Tulyakov, S., Schwing, A.G., Gui, L.Y.: SDFusion: Multi- modal 3D shape completion, reconstruction, and generation. In: CVPR (2023)
2023
Show all 53 references
-
[9]
In: Proceedings of the IEEE/CVF International Con- ference on Computer Vision (ICCV)
Chou, G., Bahat, Y., Heide, F.: Diffusion-SDF: Conditional generative modeling of signed distance functions. In: Proceedings of the IEEE/CVF International Con- ference on Computer Vision (ICCV). pp. 2262–2272 (2023)
2023
-
[10]
In: CVPR (2022)
Collins, J., Goel, S., Deng, K., Luthra, A., Xu, L., Gundogdu, E., Zhang, X., Vicente, T.F.Y., Dideriksen, T., Arora, H., et al.: ABO: Dataset and benchmarks for real-world 3D object understanding. In: CVPR (2022)
2022
-
[11]
In: International Con- ference on Learning Representations (ICLR) (2025)
Elizarov, S., Rowles, C., Donné, S.: Geometry image diffusion: Fast and data- efficient text-to-3D with image-based surface representation. In: International Con- ference on Learning Representations (ICLR) (2025)
2025
-
[12]
In: CVPR
Fainstein, M., Siless, V., Iarussi, E.: DUDF: Differentiable unsigned distance fields with hyperbolic scaling. In: CVPR. pp. 4484–4493 (2024)
2024
-
[13]
freshersstaff: Wardrobe vision dataset.https : / / www . kaggle . com / datasets / freshersstaff/wardrobe-vision-dataset(2025), accessed: 2025-12-01
2025
-
[14]
freshersstaff: Wardrobe vision dataset.https : / / www . kaggle . com / datasets / freshersstaff/wardrobe-vision-dataset(2025), kaggle dataset. License: CC0 Public Domain. Accessed: 2025-12-01
2025
-
[15]
In: ICLR (2022)
Gu, J., Liu, L., Wang, P., Theobalt, C.: StyleNeRF: A style-based 3D-aware gen- erator for high-resolution image synthesis. In: ICLR (2022)
2022
-
[16]
ACM Transactions on Graphics (2002)
Gu, X., Gortler, S.J., Hoppe, H.: Geometry images. ACM Transactions on Graphics (2002)
2002
-
[17]
In: ICLR (2024)
Hong, Y., Zhang, K., Gu, J., Bi, S., Zhou, Y., Liu, D., Liu, F., Sunkavalli, K., Bui, T., Tan, H.: LRM: Large reconstruction model for single image to 3D. In: ICLR (2024)
2024
-
[18]
ACM Transactions on Graphics (2023)
Hou, F., Chen, X., Wang, W., Qin, H., He, Y.: Robust zero level-set extraction from unsigned distance fields based on double covering. ACM Transactions on Graphics (2023)
2023
-
[19]
arXiv:2011.03277 (2020)
Laine, S., Hellsten, J., Karras, T., Seol, Y., Lehtinen, J., Aila, T.: Modular primi- tives for high-performance differentiable rendering. arXiv:2011.03277 (2020)
2011 arXiv
-
[20]
ACM Transactions on Graphics (TOG) (2025) DiffGI: Differentiable Geometry Images 17
Li, S., Liu, R., Liu, C., Wang, Z., He, G., Li, Y.L., Jin, X., Wang, H.: GarmageNet: A multimodal generative framework for sewing pattern design and generic garment modeling. ACM Transactions on Graphics (TOG) (2025) DiffGI: Differentiable Geometry Images 17
2025
-
[21]
CoRR (2025)
Li, Y., Zou, Z.X., Liu, Z., Wang, D., Liang, Y., Yu, Z., Liu, X., Guo, Y.C., Liang, D., Ouyang, W., Cao, Y.P.: TripoSG: High-fidelity 3D shape synthesis using large- scale rectified flow models. CoRR (2025)
2025
-
[22]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2018)
Liao, Y., Donné, S., Geiger, A.: Deep marching cubes: Learning explicit surface representations. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2018)
2018
-
[23]
In: ICLR (2023)
Lipman, Y., Chen, R.T.Q., Ben-Hamu, H., Nickel, M., Le, M.: Flow matching for generative modeling. In: ICLR (2023)
2023
-
[24]
In: ICLR (2024)
Liu, Z., Feng, Y., Xiu, Y., Liu, W., Paull, L., Black, M.J., Schölkopf, B.: Ghost on the shell: An expressive representation of general 3D shapes. In: ICLR (2024)
2024
-
[25]
In: CVPR
Long, X., Lin, C., Liu, L., Liu, Y., Wang, P., Theobalt, C., Komura, T., Wang, W.: NeuralUDF: Learning unsigned distance fields for multi-view reconstruction of surfaces with arbitrary topologies. In: CVPR. pp. 20834–20843 (2023)
2023
-
[26]
ACM SIGGRAPH Computer Graphics (1987)
Lorensen, W.E., Cline, H.E.: Marching cubes: A high resolution 3D surface con- struction algorithm. ACM SIGGRAPH Computer Graphics (1987)
1987
-
[27]
In: CVPR
Meng, X., Chen, W., Yang, B.: NeAT: Learning neural implicit surfaces with ar- bitrary topologies from multi-view images. In: CVPR. pp. 248–258 (2023)
2023
-
[28]
Transactions on Machine Learning Research (2024)
Oquab, M., Darcet, T., Moutakanni, T., Vo, H., Szafraniec, M., Khalidov, V., Fernandez,P.,Haziza,D.,Massa,F.,El-Nouby,A.,etal.:DINOv2:Learningrobust visual features without supervision. Transactions on Machine Learning Research (2024)
2024
-
[29]
In: CVPR (2019)
Park,J.,Florence,P.,Straub,J.,Newcombe,R.,Lovegrove,S.:DeepSDF:Learning continuous signed distance functions for shape representation. In: CVPR (2019)
2019
-
[30]
In: ICCV (2023)
Peebles, W., Xie, S.: Scalable diffusion models with transformers. In: ICCV (2023)
2023
-
[31]
Advances in neural information processing systems (2017)
Qi, C.R., Yi, L., Su, H., Guibas, L.J.: PointNet++: Deep hierarchical feature learn- ing on point sets in a metric space. Advances in neural information processing systems (2017)
2017
-
[32]
In: CVPR (2022)
Rombach, R., Blattmann, A., Lorenz, D., Esser, P., Ommer, B.: High-resolution image synthesis with latent diffusion models. In: CVPR (2022)
2022
-
[33]
In: Symposium on Geometry Processing (2003)
Sander, P.V., Wood, Z.J., Gortler, S.J., Snyder, J., Hoppe, H.: Multi-chart geom- etry images. In: Symposium on Geometry Processing (2003)
2003
-
[34]
In: NeurIPS (2021)
Shen, T., Gao, J., Yin, K., Liu, M.Y., Fidler, S.: Deep marching tetrahedra: a hybrid representation for high-resolution 3D shape synthesis. In: NeurIPS (2021)
2021
-
[35]
ACM Transactions on Graphics (2023)
Shen, T., Munkberg, J., Hasselgren, J., Yin, K., Wang, Z., Chen, W., Gojcic, Z., Fidler, S., Sharp, N., Gao, J.: Flexible isosurface extraction for gradient-based mesh optimization. ACM Transactions on Graphics (2023)
2023
-
[36]
In: ECCV (2016)
Sinha, A., Bai, J., Ramani, K.: Deep learning 3D shape surfaces using geometry images. In: ECCV (2016)
2016
-
[37]
In: ICCV (2025)
Son, S., Gadelha, M., Zhou, Y., Fisher, M., Xu, Z., Qiao, Y.L., Lin, M.C., Zhou, Y.: DMesh++: An efficient differentiable mesh for complex shapes. In: ICCV (2025)
2025
-
[38]
In: Advances in Neural Information Processing Systems (2024)
Son, S., Gadelha, M., Zhou, Y., Xu, Z., Lin, M.C., Zhou, Y.: DMesh: A differen- tiable mesh representation. In: Advances in Neural Information Processing Systems (2024)
2024
-
[39]
Stippel, C., Mujkanovic, F., Leimkühler, T., Hermosilla, P.: Marching neurons: Ac- curatesurfaceextractionforneuralimplicitshapes.ACMTransactionsonGraphics (2025)
2025
-
[40]
In: NeurIPS (2022) 18 E
Wang, L., Chen, W., Meng, X., Yang, B., Li, J., Gao, L., et al.: HSDF: Hybrid sign and distance field for modeling surfaces with arbitrary topologies. In: NeurIPS (2022) 18 E. Shim et al
2022
-
[41]
In: Pro- ceedings of the 32nd ACM International Conference on Multimedia (2024)
Wang, R., Li, J., Zeng, D., Ma, X., Xu, Z., Zhang, J., Zhao, Q.: GenUDC: High quality 3D mesh generation with unsigned dual contouring representation. In: Pro- ceedings of the 32nd ACM International Conference on Multimedia (2024)
2024
-
[42]
In: ECCV (2024)
Wang, Z., Wang, Y., Chen, Y., Xiang, C., Chen, S., Yu, D., Li, C., Su, H., Zhu, J.: CRM: Single image to 3D textured mesh with convolutional reconstruction model. In: ECCV (2024)
2024
-
[43]
arXiv preprint arXiv:2512.14692 (2025)
Xiang, J., Chen, X., Xu, S., Wang, R., Lv, Z., Deng, Y., Zhu, H., Dong, Y., Zhao, H., Yuan, N.J., Yang, J.: Native and compact structured latents for 3D generation. arXiv preprint arXiv:2512.14692 (2025)
2025 arXiv
-
[44]
In: CVPR (2025)
Xiang, J., Lv, Z., Xu, S., Deng, Y., Wang, R., Zhang, B., Chen, D., Tong, X., Yang, J.: Structured 3D latents for scalable and versatile 3D generation. In: CVPR (2025)
2025
-
[45]
Graphical Models140, 101271 (2025)
Xie, R., Huang, K., Luo, X., Chen, Y., Wang, L., Wang, Q., Ye, Q., Chen, W., Zheng, W., Huo, Y.: LDM: Large tensorial SDF model for textured mesh genera- tion. Graphical Models140, 101271 (2025)
2025
-
[46]
CoRR (2024)
Xu, J., Cheng, W., Gao, Y., Wang, X., Gao, S., Shan, Y.: InstantMesh: Efficient 3D mesh generation from a single image with sparse-view large reconstruction models. CoRR (2024)
2024
-
[47]
In: International Conference on 3D Vision (3DV) (2025)
Yan, X., Lee, H.H., Wan, Z., Chang, A.X.: An object is worth 64x64 pixels: Gen- erating 3D object via image diffusion. In: International Conference on 3D Vision (3DV) (2025)
2025
-
[48]
In: ECCV (2024)
Yang, H., Chen, Y., Pan, Y., Yao, T., Chen, Z., Wu, Z., Jiang, Y.G., Mei, T.: DreamMesh: Jointly manipulating and texturing triangle meshes for text-to-3D generation. In: ECCV (2024)
2024
-
[49]
CoRR (2024)
Yang, X., Shi, H., Zhang, B., Yang, F., Wang, J., Zhao, H., Liu, X., Wang, X., Lin, Q., Yu, J., et al.: Hunyuan3D 1.0: A unified framework for text-to-3D and image-to-3D generation. CoRR (2024)
2024
-
[50]
ACM Transactions on Graphics (2024)
Yu, X., Yuan, Z., Guo, Y.C., Liu, Y.T., Liu, J., Li, Y., Cao, Y.P., Liang, D., Qi, X.: TEXGen: a generative diffusion model for mesh textures. ACM Transactions on Graphics (2024)
2024
-
[51]
CoRR (2025)
Zhao, Z., Lai, Z., Lin, Q., Zhao, Y., Liu, H., Yang, S., Feng, Y., Yang, M., Zhang, S., Yang, X., et al.: Hunyuan3D 2.0: Scaling diffusion models for high resolution textured 3D assets generation. CoRR (2025)
2025
-
[52]
Zheng, X., Pan, H., Wang, P., Tong, X., Liu, Y., Shum, H.: Locally attentional SDFdiffusionforcontrollable3Dshapegeneration.ACMTransactionsonGraphics (SIGGRAPH) (2023)
2023
-
[53]
In: CVPR
Zhou, J., Zhang, W., Ma, B., Shi, K., Liu, Y.S., Han, Z.: UDiFF: Generating conditional unsigned distance fields with optimal wavelet diffusion. In: CVPR. pp. 21496–21506 (2024) DiffGI: Differentiable Geometry Images 19 DiffGI: Differentiable Geometry Images for High-Fidelity ...
2024
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.