CVNov 24, 2025

Neural Geometry Image-Based Representations with Optimal Transport (OT)

arXiv:2511.18679v1
Originality Highly original
AI Analysis

This work addresses the computational and storage inefficiencies in 3D mesh processing for applications in computer graphics and visualization, offering a novel solution that improves over existing neural methods.

The paper tackles the problem of efficiently representing and restoring 3D meshes by introducing a neural geometry image-based representation that uses Optimal Transport to transform irregular meshes into a regular image grid, enabling decoder-free, storage-efficient processing and achieving state-of-the-art results in compression ratio and accuracy metrics like Chamfer distance.

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).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes