Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

Meshy T2: Flow Matching Enables Fast Native 3D Mesh Generation

AI By Crimson AI Hugging Face Papers 3 August 2026 · 00:00 31 views
Share: X Telegram

Hugging Face researchers introduce Meshy T2, a flow-matching framework that generates native polygonal meshes with artist-style topology in a median of 6 seconds, over 10x faster than autoregressive baselines.

Meshy T2: Flow Matching Enables Fast Native 3D Mesh Generation

Key points

Polygonal meshes remain the backbone of modern 3D pipelines, but generating high-quality, artist-style topology has been a bottleneck for interactive applications. Traditional autoregressive methods serialize meshes into token sequences, leading to slow inference and error accumulation. In a new paper, Hugging Face researchers present Meshy T2, a framework that leverages flow matching to generate native meshes directly, bypassing the limitations of token-based approaches.

At the core of Meshy T2 is a vertex-set mesh VAE that encodes a mesh into one continuous latent token per vertex. The decoder reconstructs vertices, edge connectivity, and face winding order in a single pass, preserving high-precision geometry and artist-authored topology without vertex quantization or welding. This design avoids the quality loss common in discrete tokenization.

Generation follows a coarse-to-fine cascade of two flow-matching models. First, an image-conditioned voxel flow sketches the overall shape as a coarse occupancy scaffold. Then, a mesh flow populates the scaffold with per-vertex latent tokens, conditioned on the image, the scaffold, and a requested vertex budget. This enables three practical capabilities: interactive generation speed through parallel synthesis, effective face-count control via the vertex budget, and native support for multi-part assets whose components emerge directly from the generated connectivity.

In experiments, Meshy T2 achieves state-of-the-art geometric fidelity and completes end-to-end image-to-mesh generation in a median of 6 seconds—over an order of magnitude faster than autoregressive baselines. The code and weights will be released on GitHub, making the framework accessible for further research and adoption.

Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1