AIAny
Icon for item

Meshy T2: Fast Native Mesh Generation with Flow Matching

Generates polygonal meshes from images using flow matching for fast, native mesh synthesis. Decodes vertices, edge connectivity, and face winding in one parallel pass, preserves artist-authored topology without vertex quantization or welding, supports a user-set vertex budget for face-count control, and completes image-to-mesh in ~6s median.

Introduction

Most modern 3D pipelines rely on polygonal meshes, but mainstream neural generators serialize meshes into long token sequences and decode them autoregressively — a process that is slow at inference and prone to error accumulation. Meshy T2 takes the opposite approach: it treats a mesh as a set of vertex latent tokens and uses flow-matching to synthesize geometry and topology in parallel, enabling interactive image-to-mesh generation while preserving high-precision, artist-authored topology.

Key Findings
  • Nearly lossless vertex-set VAE: meshes encode one continuous latent token per vertex and decode vertex positions, edge connectivity, and face winding jointly. So what? Artist-authored topology and fine geometric detail are preserved exactly without vertex quantization or welding.

  • Parallel, flow-based decoding: generation is parallel over vertex tokens via flow matching rather than autoregressive sampling. So what? Inference is orders of magnitude faster — the paper reports a median end-to-end image-to-mesh time of ~6 seconds — making interactive asset creation practical.

  • Coarse-to-fine cascade with controllable complexity: an image-conditioned voxel flow sketches a scaffold, then a mesh flow fills it with vertex latents conditioned on image, scaffold, and a requested vertex budget. So what? Users directly control output complexity (face/vertex count) at decode time, avoiding slow post-hoc simplification.

  • Native multi-part asset support: because vertices and edges are generated jointly, multi-part objects emerge as separate connected components without separate part-wise generation. So what? Workflows that need multipart props or toys can get connected components out of a single decode pass.

Who It's For & Trade-offs

Great fit if you need interactive, image-conditioned mesh generation with fidelity to artist topology (e.g., rapid concept art → 3D workflows, game/film asset prototyping, UX tools for artists). Meshy T2 is especially useful when you want explicit control over output complexity via a vertex budget and when preserving authored connectivity matters.

Look elsewhere if your pipeline requires exotic nonmanifold topologies, extremely high-frequency surface detail beyond the model's training distribution, or if you cannot afford a GPU for real-time flow sampling; Meshy T2 focuses on polygonal surface meshes and relies on learned priors, so domain mismatch or limited training data for particular object classes will degrade results.

Where It Fits

Compared with autoregressive mesh tokenizers, Meshy T2 trades sequential decoding for parallel flow-based synthesis, gaining speed and robustness to decoding errors. Compared with methods that produce meshes via post-processing (e.g., voxel → marching cubes → retopology), it preserves topology and provides direct face-count control at generation time, reducing the need for manual retopology passes.

Information

  • Websitearxiv.org
  • AuthorsJiale Xu, Rendong Liang, Yuhao Long, Siyuan Shen, Zangyueyang Xian, Zeyi Xu, Yuanming Hu
  • Published date2026/07/28

More Items

Suppresses grid-like and granular “digital ripple” artifacts introduced by iterative reference-conditioned image editing using selective spectral notching, structure-aware smoothing, and cleaned-reference regeneration. Prioritizes low-distortion filtering when artifacts are spectrally separable and visual reconstruction when artifacts overlap content.

Trains LVLMs to improve 3D spatial reasoning using a synthetic block-stacking dataset of 15,000 problems that cover 3D→2D projection, viewpoint transforms, and structural combination; includes color-anchored cues and provides code and data.

An 8B native unified multimodal model that understands, reasons about, and generates high-fidelity visual content without a separate visual encoder or VAE—focused on spatially coherent patch reconstruction, native 4K generation, multi-expert distillation, and improved text rendering and image editing.