paper-with-me

Papers

Scaling Mesh Generation via Compressive Tokenization

2024-11-11 · CVPR 2025 1 · Haohan Weng, Zibo Zhao, Biwen Lei, Xianghui Yang, Jian Liu, Zeqiang Lai, Zhuo Chen, Yuhong Liu, Jie Jiang, Chunchao Guo, Tong Zhang, Shenghua Gao, C. L. Philip Chen

We propose a compressive yet effective mesh representation, Blocked and Patchified Tokenization (BPT), facilitating the generation of meshes exceeding 8k faces. BPT compresses mesh sequences by employing block-wise indexing and patch aggregation, reducing their length by approximately 75\% compared to the original sequences. This compression milestone unlocks the potential to utilize mesh data with significantly more faces, thereby enhancing detail richness and improving generation robustness. Empowered with the BPT, we have built a foundation mesh generative model training on scaled mesh data to support flexible control for point clouds and images. Our model demonstrates the capability to generate meshes with intricate details and accurate topology, achieving SoTA performance on mesh generation and reaching the level for direct product usage.

📄 PDF Abstract BibTeX arXiv:2411.07025

Code (1)

whaohan/bpt 공식 구현 pytorch

Tasks

8k

Similar Papers 제목 키워드 기반

MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization

2024-08-05 · YiWen Chen, Yikai Wang, Yihao Luo, Zhengyi Wang 외

Meshes are the de facto 3D representation in the industry but are labor-intensive to produce. Recently, a line of research has focused on autoregressively generating meshes. This approach processes meshes into a sequence…

MeshWeaver: Sparse-Voxel-Guided Surface Weaving for Autoregressive Mesh Generation

2026-06-03 · Jiale Xu, Wang Zhao, Ying Shan arxiv

Autoregressive mesh generation has gained attention by tokenizing meshes into sequences and training models in a language-modeling fashion. However, existing approaches suffer from two fundamental limitations: (i) low to…

FreeMesh: Boosting Mesh Generation with Coordinates Merging

2025-05-19 · Jian Liu, Haohan Weng, Biwen Lei, Xianghui Yang 외

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 t…

Topology-Preserved Auto-regressive Mesh Generation in the Manner of Weaving Silk

2025-07-03 · Gaochao Song, Zibo Zhao, Haohan Weng, Jingbo Zeng 외 arxiv

Existing auto-regressive mesh generation approaches suffer from ineffective topology preservation, which is crucial for practical applications. This limitation stems from previous mesh tokenization methods treating meshe…

TreeMeshGPT: Artistic Mesh Generation with Autoregressive Tree Sequencing

2025-03-14 · CVPR 2025 1 · Stefan Lionar, Jiabin Liang, Gim Hee Lee

We introduce TreeMeshGPT, an autoregressive Transformer designed to generate high-quality artistic meshes aligned with input point clouds. Instead of the conventional next-token prediction in autoregressive Transformer, …