paper-with-me

Papers

MeshGPT: Generating Triangle Meshes with Decoder-Only Transformers

2023-11-27 · CVPR 2024 1 · Yawar Siddiqui, Antonio Alliegro, Alexey Artemov, Tatiana Tommasi, Daniele Sirigatti, Vladislav Rosov, Angela Dai, Matthias Nießner

We introduce MeshGPT, a new approach for generating triangle meshes that reflects the compactness typical of artist-created meshes, in contrast to dense triangle meshes extracted by iso-surfacing methods from neural fields. Inspired by recent advances in powerful large language models, we adopt a sequence-based approach to autoregressively generate triangle meshes as sequences of triangles. We first learn a vocabulary of latent quantized embeddings, using graph convolutions, which inform these embeddings of the local mesh geometry and topology. These embeddings are sequenced and decoded into triangles by a decoder, ensuring that they can effectively reconstruct the mesh. A transformer is then trained on this learned vocabulary to predict the index of the next embedding given previous embeddings. Once trained, our model can be autoregressively sampled to generate new triangle meshes, directly generating compact meshes with sharp edges, more closely imitating the efficient triangulation patterns of human-crafted meshes. MeshGPT demonstrates a notable improvement over state of the art mesh generation methods, with a 9% increase in shape coverage and a 30-point enhancement in FID scores across various categories.

📄 PDF Abstract BibTeX arXiv:2311.15475

Code (2)

MarcusLoppe/meshgpt-pytorch pytorch
lucidrains/meshgpt-pytorch pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

TreeMeshGPT: Artistic Mesh Generation with Autoregressive Tree Sequencing

2025-03-14 · CVPR 2025 1 · Stefan Lionar, Jiabin Liang, Gim Hee Lee

We introduce TreeMeshGPT, an autoregressive Transformer designed to generate high-quality artistic meshes aligned with input point clouds. Instead of the conventional next-token prediction in autoregressive Transformer, …

QuadGPT: Native Quadrilateral Mesh Generation with Autoregressive Models

2025-09-25 · Jian Liu, Chunshi Wang, Song Guo, Haohan Weng 외 arxiv

The generation of quadrilateral-dominant meshes is a cornerstone of professional 3D content creation. However, existing generative models generate quad meshes by first generating triangle meshes and then merging triangle…

Reinforcement Learning

MeshCraft: Exploring Efficient and Controllable Mesh Generation with Flow-based DiTs

2025-03-29 · Xianglong He, Junyi Chen, Di Huang, Zexiang Liu 외

In the domain of 3D content creation, achieving optimal mesh topology through AI models has long been a pursuit for 3D artists. Previous methods, such as MeshGPT, have explored the generation of ready-to-use 3D objects v…

MeshFlow: Mesh Generation with Equivariant Flow Matching

2026-06-22 · Qi Sun, Kiyohiro Nakayama, Jing Nathan Yan, Qixing Huang 외 arxiv

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. M…

PolyDiff: Generating 3D Polygonal Meshes with Diffusion Models

2023-12-18 · Antonio Alliegro, Yawar Siddiqui, Tatiana Tommasi, Matthias Nießner

We introduce PolyDiff, the first diffusion-based approach capable of directly generating realistic and diverse 3D polygonal meshes. In contrast to methods that use alternate 3D shape representations (e.g. implicit repres…

AvgDenoising