Meshy T2: Fast Native Mesh Generation with Flow Matching
Summary
Meshy T2 introduces a fast native mesh generation framework using flow matching and a vertex-set mesh VAE, achieving state-of-the-art geometric fidelity with end-to-end image-to-mesh generation in a median of 6 seconds, over an order of magnitude faster than autoregressive baselines.
View Cached Full Text
Cached at: 08/03/26, 05:30 AM
Paper page - Meshy T2: Fast Native Mesh Generation with Flow Matching
Source: https://huggingface.co/papers/2607.28675
Abstract
Polygonalmeshesarethestandardsurfacerepresentationofmodern3Dpipelines,andgeneratinghigh-qualitymesheswithartist-styletopologyisessentialforfilm,gaming,andinteractive3Dapplications.Mainstreamapproachesserializeameshintoatokensequenceanddecodeitautoregressively,whichisslowatinferenceandsensitivetoerroraccumulation,makingthemimpracticalforinteractiveassetcreation.WepresentMeshyT2,afastnativemeshgenerationframeworkbuiltonflowmatching.Atitscoreisavertex-setmeshVAEthatencodesameshintoonecontinuouslatenttokenpervertexanddecodesvertices,edgeconnectivity,andfacewindingorderinasinglepass,preservinghigh-precisiongeometryandartist-authoredtopologywithoutvertexquantizationorwelding.Generationproceedsasacoarse-to-finecascadeoftwoflow-matchingmodels:animage-conditionedvoxelflowfirstsketchestheoverallshapeasacoarseoccupancyscaffold,andameshflowthenpopulatesthescaffoldwithper-vertexlatenttokens,conditionedontheimage,thescaffold,andarequestedvertexbudget.Thisdesigndeliversthreepracticalcapabilities:interactivegenerationspeedthroughparallelflow-basedsynthesis;effectiveface-countcontrolthroughtherequestedvertexbudget;andnativesupportformulti-partassets,whosecomponentsemergedirectlyfromthegeneratedconnectivity.Inourexperiments,MeshyT2achievesstate-of-the-artgeometricfidelityandcompletesend-to-endimage-to-meshgenerationwithinamedianof6seconds,overanorderofmagnitudefasterthanautoregressivebaselines.Codeandweightswillbeavailableathttps://github.com/meshy-dev/meshy-t2.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.28675
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.28675 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.28675 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.28675 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
MeshFlow: Mesh Generation with Equivariant Flow Matching
MeshFlow introduces an equivariant optimal-transport flow matching model for direct triangle mesh generation, achieving state-of-the-art quality while providing approximately 18x inference speedup over autoregressive methods.
PolyFlow: Continuous Topology Embedding Flow Matching for Artist-style Mesh Generation
PolyFlow introduces a continuous mesh representation using a topology embedder and applies flow-matching with Transformers for parallel mesh generation, achieving faster inference and precise resolution control compared to autoregressive methods.
LATO.2: Factorized 3D Mesh Generation with Vertex and Topology Flow
LATO.2 is a factorized flow matching framework for 3D mesh generation that decomposes the process into a vertex flow followed by a connectivity flow conditioned on the vertices, achieving state-of-the-art geometric fidelity and connectivity quality.
Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing
Mage-Flow is a compact 4B-parameter generative stack for efficient text-to-image generation and instruction-based image editing, featuring a co-designed lightweight tokenizer (Mage-VAE) and a native-resolution multimodal diffusion transformer trained with rectified flow matching. It achieves competitive performance while enabling high-resolution generation at 0.59s on a single A100 GPU.
MeshWeaver: Sparse-Voxel-Guided Surface Weaving for Autoregressive Mesh Generation
MeshWeaver presents an autoregressive mesh generation framework that directly predicts vertices using a multi-level sparse-voxel encoder, achieving state-of-the-art compression and geometric fidelity for high-poly meshes.