SpiralNet++: A Fast and Highly Efficient Mesh Convolution Operator

Abstract

Intrinsic graph convolution operators with differentiable kernel functions play a crucial role in analyzing 3D shape meshes. In this paper, we present a fast and efficient intrinsic mesh convolution operator that does not rely on the intricate design of kernel function. We explicitly formulate the order of aggregating neighboring vertices, instead of learning weights between nodes, and then a fully connected layer follows to fuse local geometric structure information with vertex features. We provide extensive evidence showing that models based on this convolution operator are easier to train, and can efficiently learn invariant shape features. Specifically, we evaluate our method on three different types of tasks of dense shape correspondence, 3D facial expression classification, and 3D shape reconstruction, and show that it significantly outperforms state-of-the-art approaches while being significantly faster, without relying on shape descriptors.

Cite

Text

Gong et al. "SpiralNet++: A Fast and Highly Efficient Mesh Convolution Operator." IEEE/CVF International Conference on Computer Vision Workshops, 2019. doi:10.1109/ICCVW.2019.00509

Markdown

[Gong et al. "SpiralNet++: A Fast and Highly Efficient Mesh Convolution Operator." IEEE/CVF International Conference on Computer Vision Workshops, 2019.](https://mlanthology.org/iccvw/2019/gong2019iccvw-spiralnet/) doi:10.1109/ICCVW.2019.00509

BibTeX

@inproceedings{gong2019iccvw-spiralnet,
  title     = {{SpiralNet++: A Fast and Highly Efficient Mesh Convolution Operator}},
  author    = {Gong, Shunwang and Chen, Lei and Bronstein, Michael M. and Zafeiriou, Stefanos},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2019},
  pages     = {4141-4148},
  doi       = {10.1109/ICCVW.2019.00509},
  url       = {https://mlanthology.org/iccvw/2019/gong2019iccvw-spiralnet/}
}