返回全部动态

Meshy T2:基于流匹配的快速原生网格生成框架

原标题:Meshy T2: Fast Native Mesh Generation with Flow Matching

Hugging Face Daily Papers一手来源研究质量 84

AI 摘要

Meshy 团队提出 Meshy T2,一种基于流匹配的快速原生网格生成框架。其核心是顶点集网格 VAE,将网格编码为每个顶点的连续潜在标记,并单次解码顶点、边连接和面绕序,无需顶点量化或焊接。生成过程采用由粗到细的两级流匹配模型级联,实现交互式生成速度、面数控制和多部件资产原生支持。实验表明,Meshy T2 在几何保真度上达到最先进水平,端到端图像到网格生成中位时间仅 6 秒,比自回归基线快一个数量级以上。代码和权重将在 GitHub 上提供。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

Meshy T2: Fast Native Mesh Generation with Flow Matching Abstract Polygonal meshes are the standard surface representation of modern 3D pipelines, and generating high-quality meshes with artist-style topology is essential for film, gaming, and interactive 3D applications. Mainstream approaches serialize a mesh into a token sequence and decode it autoregressively, which is slow at inference and sensitive to error accumulation, making them impractical for interactive asset creation. We present Mes


发布时间:—
抓取时间:2026-08-03 16:11
来源机构:Hugging Face
阅读原文huggingface.co