FreeMesh: Boosting Mesh Generation with Coordinates Merging
Jian Liu, Haohan Weng, Biwen Lei, Xianghui Yang, Zibo Zhao, Zhuo Chen, Song Guo, Tao Han, Chunchao Guo
TL;DR
This work addresses the lack of a training-free way to evaluate mesh tokenizers for auto-regressive mesh generation. It introduces Per-Token-Mesh-Entropy ($PTME$) and a plug-in coordinate merging approach, Rearrange & Merge Coordinates ($RMC$), to compress coordinate sequences and improve geometry preservation. Across multiple tokenizers (MeshXL, MeshAnything V2, EdgeRunner), PTME correlates with generation quality, and $RMC$—especially with EdgeRunner—achieves state-of-the-art compression (e.g., $CR$ gains) and better topological fidelity. The proposed framework enables efficient tokenizer design, expands usable training data under fixed context windows, and provides a principled path toward higher-fidelity native mesh generation.
Abstract
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.
