Search papers, labs, and topics across Lattice.
This paper introduces a novel autoencoder architecture for 3D mesh geometry compression that operates directly on irregular mesh data without preprocessing. The method employs mesh convolutions, pooling, and unpooling operations to learn features directly from mesh faces while preserving connectivity. Experiments on multi-class datasets demonstrate state-of-the-art performance in both 3D mesh geometry reconstruction and latent space classification.
Achieve state-of-the-art 3D mesh compression and reconstruction by directly processing irregular mesh data with a novel convolution-based autoencoder, eliminating the need for preprocessing.
In this paper, we introduce a novel 3D mesh convolution-based autoencoder for geometry compression, able to deal with irregular mesh data without requiring neither preprocessing nor manifold/watertightness conditions. The proposed approach extracts meaningful latent representations by learning features directly from the mesh faces, while preserving connectivity through dedicated pooling and unpooling operations. The encoder compresses the input mesh into a compact base mesh space, which ensures that the latent space remains comparable. The decoder reconstructs the original connectivity and restores the compressed geometry to its full resolution. Extensive experiments on multi-class datasets demonstrate that our method outperforms state-of-the-art approaches in both 3D mesh geometry reconstruction and latent space classification tasks. Code available at: github.com/germainGB/MeshConv3D