🤖 AI Summary
This work addresses the inefficiency and storage redundancy in neural processing of 3D meshes caused by their irregular connectivity. We propose a decoder-free neural geometric image representation. Our method first employs optimal transport (OT) to optimize vertex sampling distribution, enabling topology-agnostic mapping of arbitrary meshes onto structured geometric images. Next, we construct a multi-scale geometric image pyramid (mipmap), allowing continuous level-of-detail reconstruction via a single forward pass. Finally, neural super-resolution is integrated for end-to-end high-fidelity mesh recovery. Our contributions include: (1) OT-based geometric image parameterization eliminating mesh connectivity constraints; (2) mipmap-enabled efficient multi-resolution inference; and (3) joint optimization of geometric image encoding and super-resolution. Experiments demonstrate state-of-the-art performance in compression ratio, Chamfer distance, and Hausdorff distance—achieving significant improvements in both storage efficiency and reconstruction accuracy.
📝 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).