Neural Geometry Image-Based Representations with Optimal Transport (OT)
Xiang Gao, Yuanpeng Liu, Xinmu Wang, Jiazhi Li, Minghao Guo, Yu Guo, Xiyun Song, Heather Yu, Zhiqiang Lao, Xianfeng David Gu
TL;DR
The paper tackles efficient storage and restoration of dense 3D meshes by introducing a decoder-free neural geometry-image representation. It converts irregular meshes to regular geometry-image mipmaps using an Optimal Transport–based area-preserving parameterization, enabling single-pass reconstruction of high-quality meshes. A CNN operates directly in geometry-image space to restore full-resolution images from low-resolution mipmaps, yielding continuous levels of detail on GPUs without progressive decoders. Experiments on Thingi10K demonstrate state-of-the-art storage efficiency and reconstruction accuracy (CR, CD, HD) while enabling decoder-free, GPU-friendly LoD control, outperforming neural overfitting and subdivision baselines.
Abstract
Neural representations for 3D meshes are emerging as an effective solution for compact storage and efficient processing. Existing methods often rely on neural overfitting, where a coarse mesh is stored and progressively refined through multiple decoder networks. While this can restore high-quality surfaces, it is computationally expensive due to successive decoding passes and the irregular structure of mesh data. In contrast, images have a regular structure that enables powerful super-resolution and restoration frameworks, but applying these advantages to meshes is difficult because their irregular connectivity demands complex encoder-decoder architectures. Our key insight is that a geometry image-based representation transforms irregular meshes into a regular image grid, making efficient image-based neural processing directly applicable. Building on this idea, we introduce our neural geometry image-based representation, which is decoder-free, storage-efficient, and naturally suited for neural processing. It stores a low-resolution geometry-image mipmap of the surface, from which high-quality meshes are restored in a single forward pass. To construct geometry images, we leverage Optimal Transport (OT), which resolves oversampling in flat regions and undersampling in feature-rich regions, and enables continuous levels of detail (LoD) through geometry-image mipmapping. Experimental results demonstrate state-of-the-art storage efficiency and restoration accuracy, measured by compression ratio (CR), Chamfer distance (CD), and Hausdorff distance (HD).
