P2Voxel: Pyramid Pivot Voxelization for 3D Mesh Tokenization

Zhenhong Sun1,* Haozhe Liu2,* Yifu Wang2 Xibin Song2,† Senbo Wang2
Huadong Mo3 Daoyi Dong4,† Hongdong Li1 Pan Ji2
1Australian National University 2Vertex Lab
3University of New South Wales 4University of Technology Sydney
Geometry sampling comparison for mesh tokenization.
P2Voxel retargets mesh tokenization as local surface evidence sampling with compact pivot tokens.

Abstract

Triangle meshes provide explicit and accurate surface geometry, yet their irregular topology connectivity makes 3D mesh tokenization a geometric sampling problem: how to sample and organize geometric evidence into compact, structured and learnable tokens. Beyond field-centric volumetric sampling and edge-intersection surface sampling, we retarget mesh tokenization as local surface evidence sampling: identifying the minimal geometric evidence inside each active voxel that is sufficient for deterministic surface recovery.

To this end, we introduce P2Voxel, a pyramid pivot voxelization framework for compact and reconstruction-aware mesh tokenization. P2Voxel is built on three key innovations. Under the Local Planarity assumption, Pivot Voxelization represents each active voxel with a surface pivot and an orientation sign, providing minimal local evidence that can induce the corner values required for deterministic reconstruction. Under the Spatial Complexity assumption, Pyramid Pivot Voxelization exploits the spatial non-uniformity of real surfaces by allocating finer pivot tokens to geometrically complex regions while keeping smooth regions coarse and compact. Under the Block Reconstructability assumption, a Pyramid VAE learns compact multi-resolution latent codes over locally reconstructable pivot blocks, avoiding the need to model the entire high-resolution voxelized shape as a dense global field. Together, these designs convert meshes into compact, structured, and learnable pyramid pivot tokens, enabling efficient mesh reconstruction for downstream 3D tasks.

Method

Pivot Voxelization

Pivot voxelization pipeline.

Each active voxel is represented by a compact pivot token containing a surface pivot point and an inside/outside orientation sign. This local plane induces the corner values needed for deterministic Sparse Marching Cubes reconstruction.

Pyramid Pivot Voxelization

Pyramid pivot voxelization pipeline.

A block-wise sampling map allocates fine pivot tokens to sharp, thin, or high-curvature regions while keeping smooth regions coarse, improving the balance between token budget and reconstruction quality.

Pyramid VAE

Pyramid VAE architecture.

Multi-resolution pivot blocks are encoded into compact pyramid latent codes and decoded with the sampling map, providing a learnable token space for downstream 3D representation and generation.

Results

Geometry Reconstruction Quality

Dataset Metric Dora Vecset Hy3D Trellis 2 FaithC Pivot-512 Pyramid-1024 Pyramid-512
VoxelDim111718444
ABONum731,072500,000624,640908,296820,445880,134385,151135,736
CDL12.18582.26992.49722.12052.11752.11662.15832.3045
CDL20.01210.01450.01880.01100.01100.01100.01140.0134
EMD3.40813.49623.75613.34253.33883.33643.39073.6001
F-score0.46540.43870.38430.48660.48690.48890.47470.4292
ObjaverseNum731,072500,000624,640787,174710,859762,776358,357106,814
CDL12.17982.31963.22332.02182.02402.03622.15782.4546
CDL20.01220.01530.08420.01040.01050.01050.01240.0172
EMD3.38853.56644.84083.19733.20253.20963.48894.1371
F-score0.48660.44420.36790.53570.53570.53110.50590.4330
WildNum731,072500,000624,640416,054380,769403,306234,99972,862
CDL11.78991.97982.34751.45251.45141.50901.66801.8972
CDL20.00890.01140.01840.00550.00550.00580.00720.0098
EMD2.93023.22893.84512.49762.49492.56022.87533.4419
F-score0.63240.57660.48950.75520.75460.73700.68270.5997

PyramidVAE Reconstruction Quality

Dataset Metric Dora Vecset Hunyuan3D Trellis 2 Pivot-512 Pyramid-512
ABOCDL12.25853.46812.52422.17412.19082.7853
CDL20.01380.04040.03550.01160.01160.0231
EMD3.49064.81323.96353.39693.42024.2214
F-score0.44750.31250.41080.47250.46060.3594
ObjaverseCDL12.37853.09652.87372.10712.10192.6990
CDL20.01590.02990.06710.01140.01120.0218
EMD3.65924.40184.63463.28893.29264.3712
F-score0.44870.33450.40280.51340.50770.3951
WildCDL11.95053.05262.25021.73631.62022.3525
CDL20.01160.02800.02330.00700.00680.0175
EMD3.16514.11213.74882.84092.68724.0763
F-score0.58790.24270.52380.71000.68850.4968
Qualitative mesh reconstruction comparison across methods.
Qualitative visualization results across different reconstruction methods.

Code Release

The code is currently being organized and will be gradually released through the official repository. Please stay tuned.

BibTeX

@article{sun2026p2voxel,
  title={P2Voxel: Pyramid Pivot Voxelization for 3D Mesh Tokenization},
  author={Sun, Zhenhong and Liu, Haozhe and Wang, Yifu and Song, Xibin and Wang, Senbo and Mo, Huadong and Dong, Daoyi and Li, Hongdong and Ji, Pan},
  journal={arXiv preprint},
  year={2026}
}