paper-with-me

Papers

FreeMesh: Boosting Mesh Generation with Coordinates Merging

2025-05-19 · Jian Liu, Haohan Weng, Biwen Lei, Xianghui Yang, Zibo Zhao, Zhuo Chen, Song Guo, Tao Han, Chunchao Guo

The next-coordinate prediction paradigm has emerged as the de facto standard in current auto-regressive mesh generation methods. Despite their effectiveness, there is no efficient measurement for the various tokenizers that serialize meshes into sequences. In this paper, we introduce a new metric Per-Token-Mesh-Entropy (PTME) to evaluate the existing mesh tokenizers theoretically without any training. Building upon PTME, we propose a plug-and-play tokenization technique called coordinate merging. It further improves the compression ratios of existing tokenizers by rearranging and merging the most frequent patterns of coordinates. Through experiments on various tokenization methods like MeshXL, MeshAnything V2, and Edgerunner, we further validate the performance of our method. We hope that the proposed PTME and coordinate merging can enhance the existing mesh tokenizers and guide the further development of native mesh generation.

📄 PDF Abstract BibTeX arXiv:2505.13573

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Loop2Net: Data-Driven Generation and Optimization of Airfoil CFD Meshes from Sparse Boundary Coordinates

2025-06-28 · Lushun Fan, Yuqin Xia, Jun Li, Karl Jenkins

In this study, an innovative intelligent optimization system for mesh quality is proposed, which is based on a deep convolutional neural network architecture, to achieve mesh generation and optimization. The core of the …

DVasMesh: Deep Structured Mesh Reconstruction from Vascular Images for Dynamics Modeling of Vessels

2024-12-01 · Dengqiang Jia, Xinnian Yang, Xiaosong Xiong, Shijie Huang 외

Vessel dynamics simulation is vital in studying the relationship between geometry and vascular disease progression. Reliable dynamics simulation relies on high-quality vascular meshes. Most of the existing mesh generatio…

LLaMA-Mesh: Unifying 3D Mesh Generation with Language Models

2024-11-14 · Zhengyi Wang, Jonathan Lorraine, Yikai Wang, Hang Su 외

This work explores expanding the capabilities of large language models (LLMs) pretrained on text to generate 3D meshes within a unified model. This offers key advantages of (1) leveraging spatial knowledge already embedd…

3D GenerationText Generation

ExMesh: Explicit Mesh Reconstruction with Topology Adaptation

2026-06-05 · Chuanjin Fan, Lifan Wu, Wenjie Chang, Hanzhi Chang 외 arxiv

Reconstructing surface meshes from multi-view images has remained a core challenge in recent years. Most existing methods, whether implicit or explicit, depend on intermediate representations and post-processing steps li…

Computational Efficiency

MeshFlow: Efficient Artistic Mesh Generation via MeshVAE and Flow-based Diffusion Transformer

2026-06-03 · Weiyu Li, Antoine Toisoul, Tom Monnier, Roman Shapovalov 외 arxiv

We present MeshFlow, a new method for generating artist-like 3D meshes. Current mesh generators often adopt Auto-Regressive (AR) next-token prediction, a natural choice given the discrete nature of mesh topology. However…