pith. sign in

arxiv: 2606.23489 · v1 · pith:QLCBU4GZnew · submitted 2026-06-22 · 💻 cs.GR · cs.CV

MeshFlow: Mesh Generation with Equivariant Flow Matching

Pith reviewed 2026-06-26 05:50 UTC · model grok-4.3

classification 💻 cs.GR cs.CV
keywords mesh generationflow matchingequivariant modelstriangle soupdiffusion transformer3D shape generationoptimal transport
0
0 comments X

The pith

Equivariant flow matching generates triangle meshes directly as soups, matching autoregressive quality at roughly 18 times the inference speed.

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

The paper seeks to establish that triangle meshes can be produced directly without converting them into long sequential token streams by modeling them as unordered triangle soups and training equivariant flow-matching networks that respect face and vertex permutation symmetries. A modified Diffusion Transformer is used to produce a velocity field that stays equivariant under these symmetries, paired with an optimal-transport training loss that removes inconsistent supervision. If the approach works, mesh generation becomes parallelizable and substantially faster while retaining output quality comparable to current autoregressive generators. Readers would care because sequential autoregressive pipelines create a clear speed bottleneck for 3D content creation at scale.

Core claim

MeshFlow generates triangle meshes directly as triangle soups by adopting equivariant optimal-transport flow matching that respects arbitrary permutations of faces and of vertices within each face; this is realized through a simple modification to the Diffusion Transformer that yields a scalable network modeling an equivariant velocity field together with an optimal-transport training objective that improves convergence by eliminating symmetry-violating signals.

What carries the argument

Equivariant flow-matching velocity field on triangle soups, realized by a modified Diffusion Transformer that preserves permutation equivariance under face and intra-face vertex reorderings.

If this is right

  • Mesh generation no longer requires serializing faces and vertices into long autoregressive sequences.
  • Inference speed reaches roughly 18 times that of state-of-the-art autoregressive mesh generators while quality stays comparable.
  • The optimal-transport objective removes training signals that break the natural symmetries of the input representation.
  • The same modified transformer backbone can be applied to other permutation-symmetric 3D representations.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The direct soup formulation could simplify downstream tasks that already operate on unordered sets, such as collision detection or rendering pipelines.
  • Because training signals are symmetry-consistent by construction, larger batch sizes or longer training runs may become feasible without additional regularization.
  • The velocity-field formulation might transfer to related generative problems on point clouds or graphs that share similar permutation groups.

Load-bearing premise

The simple modification to the Diffusion Transformer produces a scalable network that models a velocity field while preserving the required permutation equivariance for faces and vertices.

What would settle it

If the generated meshes show measurably lower geometric quality than leading autoregressive baselines or if measured inference latency fails to show an order-of-magnitude improvement, the central performance claim would be refuted.

Figures

Figures reproduced from arXiv: 2606.23489 by Alexander Rush, Gordon Wetzstein, Guandao Yang, Jing Liao, Jing Nathan Yan, Kiyohiro Nakayama, Leonidas Guibas, Qi Sun, Qixing Huang.

Figure 1
Figure 1. Figure 1: MeshFlow transforms a randomly sampled triangle soup (Left) to a high-quality triangle mesh (Right) in less than 1 second. MeshFlow also produces smooth vertex correspondences with minimum crossings, indicated by the lines between triangle soup vertices. Each mesh takes less than a second to generate. Meshes are among the most common 3D scene representations, but directly generating meshes is challenging l… view at source ↗
Figure 2
Figure 2. Figure 2: Framework of MeshFlow. First, we represent the mesh as a triangle soup, which shares two levels of permutation invariance. To capture the symmetry inside the triangle soup, we build an optimal transport (OT) map between noise 𝑥0 and data 𝑥1, obtaining the nested noise 𝑥˜0 (Sec. 4.3). Given the nested coupling (𝑥˜0, 𝑥1), flow matching builds path with linear interpolating, defining the constant velocity 𝑢𝑡 … view at source ↗
Figure 3
Figure 3. Figure 3: Equivariant DiT block. In consideration of simplicity, we neglect the adaLN block with conditional information (timestamp). The DiT block first takes in set of vertex features {𝑣 1 𝑖 , 𝑣2 𝑖 , 𝑣3 𝑖 } 𝑁 𝑖=1. Then the vertex feature {𝑣 1 𝑖 , 𝑣2 𝑖 , 𝑣3 𝑖 } in each face is grouped into one face feature 𝑓𝑖 by mean pooling. Face features { 𝑓1, · · · , 𝑓𝑁 } are processed by self-attention. Then we add the face fea… view at source ↗
Figure 4
Figure 4. Figure 4: 2D Coupling Comparison. Two darker triangles on the top are coupled with two lighter triangles on the bottom using different strategies. Color indicates matched triangles and dotted lines indicate matched vertices. Note that nested coupling results in significantly fewer path intersections compared to face coupling and independent coupling. While face coupling correctly couples the triangles, it still resu… view at source ↗
Figure 7
Figure 7. Figure 7: Left: generated outputs. Right: closest ground-truth mesh with syn￾thetic Gaussian noise. To produce a mesh us￾ing our model, we fol￾low prior works [Esser et al. 2024] to use the first-order Euler method with 50 sampling steps. In contrast to autoregres￾sive methods that pre￾dict logits for quantized coordinates, our continu￾ous diffusion framework generates a triangle soup with vertices in a continu￾ous … view at source ↗
Figure 5
Figure 5. Figure 5: Qualitative comparison with the-state-of-the-art methods. 5 Experiments Dataset. Following prior works [Chen et al. 2024a; Siddiqui et al. 2024], we evaluate our method on four ShapeNet [Chang et al. 2015] categories: Table, Chair, Lamp, and Bench. We use the dataset split in MeshXL [Chen et al. 2024a]. Each mesh is normalized to [-0.95, 0.95]3 . To obtain meshes of similar shape but with diverse face coun… view at source ↗
Figure 6
Figure 6. Figure 6: Gallery of our generated meshes. SIGGRAPH Conference Papers ’26, July 19–23, 2026, Los Angeles, CA, USA [PITH_FULL_IMAGE:figures/full_fig_p008_6.png] view at source ↗
Figure 8
Figure 8. Figure 8: Analysis of Nested Optimal Transport. Compared to independent coupling baseline, our nested OT achieves faster training convergence (a); better performance especially in steps (b); and straighter integral path (c). Non-Equi. NN Face-Equi. NN EquiDiT (Ours) Independent Coupling Face Coupling Nested Coupling (Ours) [PITH_FULL_IMAGE:figures/full_fig_p009_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Qualitative results for ablative study. Comparison between differ￾ent data coupling (top row); comparison between different network archi￾tecture (bottom row). w/o Denoiser w Denoiser w/o Denoiser w/ Denoiser [PITH_FULL_IMAGE:figures/full_fig_p009_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Impact of denoiser. This learnable post-processing effectively removes the low-level noise in the raw model output. our method with two baseline variants. The first, Non-equi. NN, uses vanilla DiTs [Peebles and Xie 2023] with positional encodings from the original Transformer [Vaswani et al. 2017] applied to face features. The second, Face-equi. NN, applies the DiT block to face features obtained via mean… view at source ↗
Figure 11
Figure 11. Figure 11: Failure cases. and design corresponding training objectives as well as a neural network architecture with respect to these symmetries. Empirically, MeshFlow can match performance with state-of-the-art mesh gener￾ative models (which are based on autoregressive models) in mesh quality while achieving sub-second inference speed. Limitation and Future Direction. It might seem challenging to scale our coupling… view at source ↗
Figure 12
Figure 12. Figure 12: Topology as an emergent property. Generated mesh in evolving training iterations. Gaussian noise with a standard deviation of 𝜂 = 0.02 to the ground￾truth mesh vertices. This effectively simulates the positional inac￾curacies and discretization errors inherent in the flow matching integration path. We train the model using a batch size of 128 and an initial learning rate of 1×10−4 with a cosine decay sche… view at source ↗
Figure 14
Figure 14. Figure 14: Similar shape with different mesh discretization. [PITH_FULL_IMAGE:figures/full_fig_p015_14.png] view at source ↗
Figure 13
Figure 13. Figure 13: Shape novelty analysis on ShapeNet [Chang et al [PITH_FULL_IMAGE:figures/full_fig_p015_13.png] view at source ↗
Figure 15
Figure 15. Figure 15: Visual comparison of meshes under different face budgets. Consistent with our quantitative analysis, a high face budget (e.g., 736) yields shapes with fine geometric details and higher curvature. Conversely, a low face budget (e.g., 68) results in a stylistic “low-poly” abstraction by smoothing out high-frequency details and producing larger planar regions. 8.8 Number of faces control In this section, we … view at source ↗
Figure 16
Figure 16. Figure 16: Impact of denoiser. (More cases) w/o PE w PE w PE w/o PE (a) Training loss (b) Gradient norm [PITH_FULL_IMAGE:figures/full_fig_p018_16.png] view at source ↗
Figure 17
Figure 17. Figure 17: Impact of positional encoding. initial phase. This is further corroborated by the gradient norm anal￾ysis in [PITH_FULL_IMAGE:figures/full_fig_p018_17.png] view at source ↗
Figure 18
Figure 18. Figure 18: Extended comparison with the state-of-the-arts. We do not compare with MeshGPT in lamp/bench because of the missing checkpoint. We do not [PITH_FULL_IMAGE:figures/full_fig_p019_18.png] view at source ↗
read the original abstract

Meshes are among the most common 3D scene representations, but directly generating meshes is challenging because the representation contains important symmetries, including permutation invariance of faces and vertices. MeshFlow learns to generate triangle meshes directly as triangle soups, avoiding the need to serialize meshes into long autoregressive sequences. We adopt equivariant optimal-transport flow matching models that respect the key symmetries of triangle soups: arbitrary permutations of faces and permutations of the vertices within each face. Toward this goal, we propose a simple yet effective modification to the Diffusion Transformer architecture, resulting in a scalable network capable of modeling a velocity field while maintaining the desired equivariance. We further introduce an optimal-transport-based training objective that improves convergence by eliminating supervision signals that violate these symmetries. MeshFlow achieves mesh quality comparable to state-of-the-art autoregressive mesh generators while providing about an 18$\times$ speedup during inference. Project page is at https://qiisun.github.io/MeshFlow/.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 0 minor

Summary. The paper introduces MeshFlow, a method for directly generating triangle meshes as unordered triangle soups via equivariant optimal-transport flow matching. It proposes a modification to the Diffusion Transformer architecture to produce a scalable network that models a velocity field while preserving permutation equivariance over faces and vertices within faces. An OT-based training objective is introduced to remove symmetry-violating supervision signals and improve convergence. The central claim is that this yields mesh quality comparable to state-of-the-art autoregressive mesh generators together with an approximately 18× inference speedup.

Significance. If the performance claims are substantiated, the work would offer a meaningful advance in non-autoregressive 3D mesh generation by directly respecting the permutation symmetries of triangle soups and avoiding long serialized sequences. The combination of flow matching with an equivariant architecture modification and OT objective provides a clean way to incorporate geometric symmetries into generative modeling.

major comments (1)
  1. Abstract: The claims that MeshFlow achieves 'mesh quality comparable to state-of-the-art autoregressive mesh generators' and 'about an 18× speedup during inference' are presented without any quantitative results, tables, figures, baseline comparisons, or architecture details. These empirical assertions are load-bearing for the central contribution yet cannot be evaluated from the provided manuscript text.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for their review and for highlighting the need for clearer substantiation of the central empirical claims. We address the single major comment below.

read point-by-point responses
  1. Referee: Abstract: The claims that MeshFlow achieves 'mesh quality comparable to state-of-the-art autoregressive mesh generators' and 'about an 18× speedup during inference' are presented without any quantitative results, tables, figures, baseline comparisons, or architecture details. These empirical assertions are load-bearing for the central contribution yet cannot be evaluated from the provided manuscript text.

    Authors: We agree that the abstract, as currently written, summarizes the performance claims at a high level without embedding specific quantitative values or pointers to supporting evidence. The full manuscript contains the required quantitative support in Section 4 (Experiments), including Table 1 (mesh quality metrics such as Chamfer distance and normal consistency versus autoregressive baselines), Figure 4 (inference-time benchmarks establishing the ~18× speedup), and Section 3 (architecture details of the equivariant DiT modification). To make the abstract self-contained and directly address the concern, we will revise it to include concise quantitative highlights (e.g., specific metric values and the exact speedup factor) while retaining the high-level summary. revision: yes

Circularity Check

0 steps flagged

No significant circularity detected

full rationale

The derivation relies on established flow-matching and equivariance principles from external literature, with the proposed Diffusion Transformer modification and OT objective introduced as independent architectural choices whose benefits are demonstrated empirically via quality and speedup metrics. No step reduces a claimed prediction or uniqueness result to a fitted parameter or self-citation by construction; the central claims remain falsifiable against external benchmarks.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 0 invented entities

Abstract-only review yields minimal ledger entries; no free parameters, invented entities, or non-standard axioms are described.

axioms (1)
  • domain assumption Triangle soups require invariance to arbitrary permutations of faces and to permutations of vertices within each face.
    Invoked as the key symmetry the model must respect.

pith-pipeline@v0.9.1-grok · 5717 in / 1070 out tokens · 24724 ms · 2026-06-26T05:50:09.964571+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

141 extracted references · 3 canonical work pages

  1. [1]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=

    XCube: Large-Scale 3D Generative Modeling Using Sparse Voxel Hierarchies , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=

  2. [2]

    arXiv preprint arXiv:2412.01506 , year =

    Structured 3D Latents for Scalable and Versatile 3D Generation , author =. arXiv preprint arXiv:2412.01506 , year =

  3. [3]

    , title =

    Garland, Michael and Heckbert, Paul S. , title =. 1997 , isbn =. doi:10.1145/258734.258849 , booktitle =

  4. [4]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    MeshLLM: Empowering Large Language Models to Progressively Understand and Generate 3D Mesh , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  5. [5]

    arXiv preprint arXiv:2512.00308 , year=

    Optimizing Distributional Geometry Alignment with Optimal Transport for Generative Dataset Distillation , author=. arXiv preprint arXiv:2512.00308 , year=

  6. [6]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Multi-Level Optimal Transport for Universal Cross-Tokenizer Knowledge Distillation on Language Models , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  7. [7]

    Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

    Pointnet: Deep Learning on Point Sets for 3D Classification and Segmentation , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

  8. [8]

    Advances in neural information processing systems , volume=

    SE (3)-Transformers: 3D Roto-Translation Equivariant Attention Networks , author=. Advances in neural information processing systems , volume=

  9. [9]

    2024 , journal =

    Su, Jianlin and Ahmed, Murtadha and Lu, Yu and Pan, Shengfeng and Bo, Wen and Liu, Yunfeng , title =. 2024 , journal =

  10. [10]

    CVPR , year=

    All Are Worth Words: A ViT Backbone for Diffusion Models , author=. CVPR , year=

  11. [11]

    The Fourteenth International Conference on Learning Representations , year=

    A Memory-Efficient Hierarchical Algorithm for Large-Scale Optimal Transport Problems , author=. The Fourteenth International Conference on Learning Representations , year=

  12. [12]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Optical: Leveraging Optimal Transport for Contribution Allocation in Dataset Distillation , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  13. [13]

    2025 , eprint=

    FlashMesh: Faster and Better Autoregressive Mesh Synthesis via Structured Speculation , author=. 2025 , eprint=

  14. [14]

    arXiv preprint arXiv:2509.19995 , year=

    MeshMosaic: Scaling Artist Mesh Generation via Local-to-Global Assembly , author=. arXiv preprint arXiv:2509.19995 , year=

  15. [15]

    2025 , eprint=

    ARMesh: Autoregressive Mesh Generation via Next-Level-of-Detail Prediction , author=. 2025 , eprint=

  16. [16]

    Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =

    Zhang, Xiang and Siddiqui, Yawar and Avetisyan, Armen and Xie, Chris and Engel, Jakob and Howard-Jenkins, Henry , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =. 2025 , pages =

  17. [17]

    , title =

    Garland, Michael and Heckbert, Paul S. , title =. Seminal Graphics Papers: Pushing the Boundaries, Volume 2 , articleno =. 2023 , isbn =

  18. [18]

    ACM Transactions on Graphics (TOG) , volume=

    Clay: A controllable large-scale generative model for creating high-quality 3d assets , author=. ACM Transactions on Graphics (TOG) , volume=. 2024 , publisher=

  19. [19]

    arXiv preprint arXiv:2503.16653 , year=

    iFlame: Interleaving Full and Linear Attention for Efficient Mesh Generation , author=. arXiv preprint arXiv:2503.16653 , year=

  20. [20]

    3DShape2VecSet: A 3D Shape Representation for Neural Fields and Generative Diffusion Models , year =

    Zhang, Biao and Tang, Jiapeng and Nie. 3DShape2VecSet: A 3D Shape Representation for Neural Fields and Generative Diffusion Models , year =. ACM Trans. Graph. , articleno =

  21. [21]

    Advances in Neural Information Processing Systems (NeurIPS) , year=

    LION: Latent Point Diffusion Models for 3D Shape Generation , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=

  22. [22]

    1993 , publisher=

    An Introduction to Physically Based Modeling , author=. 1993 , publisher=

  23. [23]

    Proceedings of the European Conference on Computer Vision (ECCV) , year=

    Learning Gradient Fields for Shape Generation , author=. Proceedings of the European Conference on Computer Vision (ECCV) , year=

  24. [24]

    Marching cubes: A high resolution 3d surface construction algorithm,

    Lorensen, William E. and Cline, Harvey E. , title =. SIGGRAPH Comput. Graph. , month = aug, pages =. 1987 , issue_date =. doi:10.1145/37402.37422 , abstract =

  25. [25]

    International Conference on Learning Representations (ICLR) , year=

    Not-so-Optimal Transport Flows for 3D Point Cloud Generation , author=. International Conference on Learning Representations (ICLR) , year=

  26. [26]

    Equivariant Flow Matching with Hybrid Probability Transport for 3D Molecule Generation , url =

    Song, Yuxuan and Gong, Jingjing and Xu, Minkai and Cao, Ziyao and Lan, Yanyan and Ermon, Stefano and Zhou, Hao and Ma, Wei-Ying , booktitle =. Equivariant Flow Matching with Hybrid Probability Transport for 3D Molecule Generation , url =

  27. [27]

    2024 , eprint=

    Pard: Permutation-Invariant Autoregressive Diffusion for Graph Generation , author=. 2024 , eprint=

  28. [28]

    2023 , eprint=

    DiGress: Discrete Denoising Diffusion for Graph Generation , author=. 2023 , eprint=

  29. [29]

    2020 , eprint=

    Permutation Invariant Graph Generation via Score-Based Generative Modeling , author=. 2020 , eprint=

  30. [30]

    2022 , eprint=

    Score-Based Generative Modeling of Graphs via the System of Stochastic Differential Equations , author=. 2022 , eprint=

  31. [31]

    2022 , eprint=

    Equivariant Diffusion for Molecule Generation in 3D , author=. 2022 , eprint=

  32. [32]

    Proceedings of the Twenty Third International Conference on Artificial Intelligence and Statistics , pages =

    Permutation Invariant Graph Generation via Score-Based Generative Modeling , author =. Proceedings of the Twenty Third International Conference on Artificial Intelligence and Statistics , pages =. 2020 , editor =

  33. [33]

    International Conference on Learning Representations , year=

    MeshDiffusion: Score-Based Generative 3D Mesh Modeling , author=. International Conference on Learning Representations , year=

  34. [34]

    2024 , eprint=

    Direct Preference Optimization: Your Language Model Is Secretly a Reward Model , author=. 2024 , eprint=

  35. [35]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Autoregressive Image Generation Using Residual Quantization , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  36. [36]

    arXiv preprint arXiv:2404.07191 , year=

    InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-View Large Reconstruction Models , author=. arXiv preprint arXiv:2404.07191 , year=

  37. [37]

    2024 , eprint=

    Meshtron: High-Fidelity, Artist-Like 3D Mesh Generation at Scale , author=. 2024 , eprint=

  38. [38]

    arXiv preprint arXiv:2411.07025 , year=

    Scaling Mesh Generation via Compressive Tokenization , author=. arXiv preprint arXiv:2411.07025 , year=

  39. [39]

    2018 , eprint=

    Neural Discrete Representation Learning , author=. 2018 , eprint=

  40. [40]

    2020 , eprint=

    Language Models Are Few-Shot Learners , author=. 2020 , eprint=

  41. [41]

    arXiv preprint arXiv:2408.03178 , year=

    An Object Is Worth 64x64 Pixels: Generating 3D Object via Image Diffusion , author=. arXiv preprint arXiv:2408.03178 , year=

  42. [42]

    arXiv preprint arXiv:2401.15563 , year=

    BrepGen: A B-Rep Generative Diffusion Model with Structured Latent Geometry , author=. arXiv preprint arXiv:2401.15563 , year=

  43. [43]

    and Russell, Bryan and Aubry, Mathieu , booktitle=

    Groueix, Thibault and Fisher, Matthew and Kim, Vladimir G. and Russell, Bryan and Aubry, Mathieu , booktitle=

  44. [44]

    The Thirteenth International Conference on Learning Representations , year=

    Atlas Gaussians Diffusion for 3D Generation , author=. The Thirteenth International Conference on Learning Representations , year=

  45. [45]

    Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , year=

    Learning Implicit Fields for Generative Shape Modeling , author=. Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , year=

  46. [46]

    Advances in neural information processing systems , volume=

    Learning a Probabilistic Latent Space of Object Shapes via 3D Generative-Adversarial Modeling , author=. Advances in neural information processing systems , volume=

  47. [47]

    Advances in neural information processing systems , volume=

    Unsupervised Learning of 3D Structure from Images , author=. Advances in neural information processing systems , volume=

  48. [48]

    Computer vision--ECCV 2016: 14th European conference, amsterdam, the netherlands, October 11-14, 2016, proceedings, part VIII 14 , pages=

    3D-R2N2: A Unified Approach for Single and Multi-View 3D Object Reconstruction , author=. Computer vision--ECCV 2016: 14th European conference, amsterdam, the netherlands, October 11-14, 2016, proceedings, part VIII 14 , pages=. 2016 , organization=

  49. [49]

    arXiv preprint arXiv:1608.04236 , year=

    Generative and Discriminative Voxel Modeling with Convolutional Neural Networks , author=. arXiv preprint arXiv:1608.04236 , year=

  50. [50]

    2024 , eprint=

    InfiniCube: Unbounded and Controllable Dynamic 3D Driving Scene Generation with World-Guided Video Models , author=. 2024 , eprint=

  51. [51]

    arXiv , year=

    PointFlow: 3D Point Cloud Generation with Continuous Normalizing Flows , author=. arXiv , year=

  52. [52]

    2023 , eprint=

    Exploring Sampling Techniques for Generating Melodies with a Transformer Language Model , author=. 2023 , eprint=

  53. [53]

    2023 , eprint=

    Scalable Diffusion Models with Transformers , author=. 2023 , eprint=

  54. [54]

    The Eleventh International Conference on Learning Representations , year=

    Diffusion Posterior Sampling for General Noisy Inverse Problems , author=. The Eleventh International Conference on Learning Representations , year=

  55. [55]

    2025 , eprint=

    Large Language Diffusion Models , author=. 2025 , eprint=

  56. [56]

    Proceedings of the Fourth Eurographics Symposium on Geometry Processing , pages =

    Kazhdan, Michael and Bolitho, Matthew and Hoppe, Hugues , title =. Proceedings of the Fourth Eurographics Symposium on Geometry Processing , pages =. 2006 , isbn =

  57. [57]

    and Cline, Harvey E

    Lorensen, William E. and Cline, Harvey E. , title =. Proceedings of the 14th Annual Conference on Computer Graphics and Interactive Techniques , pages =. 1987 , isbn =. doi:10.1145/37401.37422 , abstract =

  58. [58]

    Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , year=

    BSP-Net: Generating Compact Meshes via Binary Space Partitioning , author=. Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , year=

  59. [59]

    CvxNet: Learnable Convex Decomposition , year=

    Deng, Boyang and Genova, Kyle and Yazdani, Soroosh and Bouaziz, Sofien and Hinton, Geoffrey and Tagliasacchi, Andrea , booktitle=. CvxNet: Learnable Convex Decomposition , year=

  60. [60]

    Proceedings IEEE Conf

    Occupancy Networks: Learning 3D Reconstruction in Function Space , author =. Proceedings IEEE Conf. on Computer Vision and Pattern Recognition (CVPR) , year =

  61. [61]

    The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    Park, Jeong Joon and Florence, Peter and Straub, Julian and Newcombe, Richard and Lovegrove, Steven , title =. The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

  62. [62]

    ACM SIGGRAPH 2013 courses , series =

    Keenan Crane and Fernando de Goes and Mathieu Desbrun and Peter Schröder , title =. ACM SIGGRAPH 2013 courses , series =. 2013 , location =

  63. [63]

    2016 , isbn =

    Pharr, Matt and Jakob, Wenzel and Humphreys, Greg , title =. 2016 , isbn =

  64. [64]

    Advances in Neural Information Processing Systems , volume=

    Shape as Points: A Differentiable Poisson Solver , author=. Advances in Neural Information Processing Systems , volume=

  65. [65]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    ARO-Net: Learning Implicit Fields from Anchored Radial Observations , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  66. [66]

    Polygen: An Autoregressive Generative Model of 3D Meshes , author=

  67. [67]

    Meshgpt: Generating Triangle Meshes with Decoder-Only Transformers , author=

  68. [68]

    arXiv preprint arXiv:2405.20853 , year=

    MeshXL: Neural Coordinate Field for Generative 3D Foundation Models , author=. arXiv preprint arXiv:2405.20853 , year=

  69. [69]

    2024 , eprint=

    MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers , author=. 2024 , eprint=

  70. [70]

    2024 , eprint=

    MeshAnything V2: Artist-Created Mesh Generation with Adjacent Mesh Tokenization , author=. 2024 , eprint=

  71. [71]

    arXiv preprint arXiv:2409.18114 , year=

    Edgerunner: Auto-Regressive Auto-Encoder for Artistic Mesh Generation , author=. arXiv preprint arXiv:2409.18114 , year=

  72. [72]

    Objaverse: A Universe of Annotated 3D Objects , author=

  73. [73]

    1986 , publisher=

    Topological Structures for Geometric Modeling (Boundary Representation, Manifold, Radial Edge Structure) , author=. 1986 , publisher=

  74. [74]

    arXiv preprint arXiv:1512.03012 , year=

    Shapenet: An Information-Rich 3D Model Repository , author=. arXiv preprint arXiv:1512.03012 , year=

  75. [75]

    arXiv preprint arXiv:2302.13971 , year=

    Llama: Open and Efficient Foundation Language Models , author=. arXiv preprint arXiv:2302.13971 , year=

  76. [76]

    SIGGRAPH Asia , year =

    Tianchang Shen and Zhaoshuo Li and Marc Law and Matan Atzmon and Sanja Fidler and James Lucas and Jun Gao and Nicholas Sharp , title =. SIGGRAPH Asia , year =

  77. [77]

    arXiv preprint arXiv:2307.05663 , year=

    Objaverse-XL: A Universe of 10M+ 3D Objects , author=. arXiv preprint arXiv:2307.05663 , year=

  78. [78]

    arXiv preprint arXiv:2405.16890 , year=

    PivotMesh: Generic 3D Mesh Generation via Pivot Vertices Guidance , author=. arXiv preprint arXiv:2405.16890 , year=

  79. [79]

    2024 , eprint=

    LLaMA-Mesh: Unifying 3D Mesh Generation with Language Models , author=. 2024 , eprint=

  80. [80]

    arXiv preprint arXiv:2312.11417 , year=

    Polydiff: Generating 3D Polygonal Meshes with Diffusion Models , author=. arXiv preprint arXiv:2312.11417 , year=

Showing first 80 references.