Mesh Variational Autoencoders with Edge Contraction Pooling

Abstract

3D shape analysis is an important research topic in computer vision and graphics. While existing methods have generalized image-based deep learning to meshes using graph-based convolutions, the lack of an effective pooling operation restricts the learning capability of their networks. In this paper, we propose a novel pooling operation for mesh datasets with the same connectivity but different geometry, by building a mesh hierarchy using mesh simplification. For this purpose, we develop a modified mesh simplification method to avoid generating highly irregularly sized triangles. Our pooling operation effectively encodes the correspondence between coarser and finer meshes in the hierarchy. We then present a variational auto-encoder (VAE) structure with the edge contraction pooling and graph-based convolutions, to explore probability latent spaces of 3D surfaces and perform 3D shape generation. Our network requires far fewer parameters than the original mesh VAE and thus can handle denser models thanks to our new pooling operation and convolutional kernels. Our evaluation also shows that our method has better generalization ability and is more reliable in various applications, including shape generation and shape interpolation.

Cite

Text

Yuan et al. "Mesh Variational Autoencoders with Edge Contraction Pooling." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00145

Markdown

[Yuan et al. "Mesh Variational Autoencoders with Edge Contraction Pooling." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/yuan2020cvprw-mesh/) doi:10.1109/CVPRW50498.2020.00145

BibTeX

@inproceedings{yuan2020cvprw-mesh,
  title     = {{Mesh Variational Autoencoders with Edge Contraction Pooling}},
  author    = {Yuan, Yu-Jie and Lai, Yu-Kun and Yang, Jie and Duan, Qi and Fu, Hongbo and Gao, Lin},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2020},
  pages     = {1105-1112},
  doi       = {10.1109/CVPRW50498.2020.00145},
  url       = {https://mlanthology.org/cvprw/2020/yuan2020cvprw-mesh/}
}