Transactions on Graphics (Proceedings of Siggraph 2022)

DeltaConv: Anisotropic Operators for Geometric Deep Learning on Point Clouds

Elmar Eisemann, Ruben Wiersma, Ahmad Nasikun, and Klaus Hildebrandt

DeltaConv: Anisotropic Operators for Geometric Deep Learning on Point Clouds

Learning from 3D point-cloud data has rapidly gained momentum, motivated by the success of deep learning on images and the increased availability of 3D data. In this paper, we aim to construct anisotropic convolution layers that work directly on the surface derived from a point cloud. This is challenging because of the lack of a global coordinate system for tangential directions on surfaces. We introduce DeltaConv, a convolution layer that combines geometric operators from vector calculus to enable the construction of anisotropic filters on point clouds. Because these operators are defined on scalar- and vector-fields, we separate the network into a scalar- and a vector-stream, which are connected by the operators. The vector stream enables the network to explicitly represent, evaluate, and process directional information. Our convolutions are robust and simple to implement and match or improve on state-of-the-art approaches on several benchmarks, while also speeding up training and inference.


More Information

Citation

Elmar Eisemann, Ruben Wiersma, Ahmad Nasikun, and Klaus Hildebrandt, DeltaConv: Anisotropic Operators for Geometric Deep Learning on Point Clouds, Transactions on Graphics (Proceedings of Siggraph 2022), 41(4), pp. 1–10, 2022.

BibTex

@article{bib:eisemann:2022,
    author       = { Eisemann, Elmar and Wiersma, Ruben and Nasikun, Ahmad and Hildebrandt, Klaus },    
    title        = { DeltaConv: Anisotropic Operators for Geometric Deep Learning on Point Clouds },
    journal      = { Transactions on Graphics (Proceedings of Siggraph 2022) },
    volume       = { 41 },
    number       = { 4 },
    year         = { 2022 },
    pages        = { 1--10 },
    publisher    = { ACM },
    doi          = { 10.1145/3528223.3530166 },
    url          = { https://publications-cgv01.ewi.tudelft.nl/papers/2 },
}