Mesh Convolutional Autoencoder for Semi-Regular Meshes of Different Sizes
Sara Hahner, Jochen Garcke

TL;DR
This paper introduces a mesh convolutional autoencoder capable of handling semi-regular meshes of varying sizes, enabling transferability across datasets and significantly reducing reconstruction error compared to existing models.
Contribution
The authors develop a novel autoencoder for semi-regular meshes that applies consistent spatial convolutional filters across different datasets, overcoming fixed connectivity limitations.
Findings
Reconstruction error reduced by over 50% compared to state-of-the-art.
Autoencoder successfully generalizes to unseen mesh sequences.
Applicable to multiple datasets with different mesh sizes.
Abstract
The analysis of deforming 3D surface meshes is accelerated by autoencoders since the low-dimensional embeddings can be used to visualize underlying dynamics. But, state-of-the-art mesh convolutional autoencoders require a fixed connectivity of all input meshes handled by the autoencoder. This is due to either the use of spectral convolutional layers or mesh dependent pooling operations. Therefore, the types of datasets that one can study are limited and the learned knowledge cannot be transferred to other datasets that exhibit similar behavior. To address this, we transform the discretization of the surfaces to semi-regular meshes that have a locally regular connectivity and whose meshing is hierarchical. This allows us to apply the same spatial convolutional filters to the local neighborhoods and to define a pooling operator that can be applied to every semi-regular mesh. We apply the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Mesh Convolutional Autoencoder for Semi-Regular Meshes of Different Sizes· youtube
Taxonomy
Topics3D Shape Modeling and Analysis · Computer Graphics and Visualization Techniques · Computational Geometry and Mesh Generation
