diffConv: Analyzing Irregular Point Clouds with an Irregular View
Manxi Lin, Aasa Feragen

TL;DR
This paper introduces diffConv, a novel graph convolution method for irregular point clouds that adapts to varying neighborhood structures, improving robustness and efficiency in 3D shape analysis.
Contribution
diffConv is a new graph convolution that operates on spatially-varying neighborhoods with learned attention, removing the need for a fixed view in point cloud processing.
Findings
Achieves state-of-the-art accuracy in 3D shape classification.
Demonstrates robustness to noise in point cloud data.
Offers faster inference compared to existing methods.
Abstract
Standard spatial convolutions assume input data with a regular neighborhood structure. Existing methods typically generalize convolution to the irregular point cloud domain by fixing a regular "view" through e.g. a fixed neighborhood size, where the convolution kernel size remains the same for each point. However, since point clouds are not as structured as images, the fixed neighbor number gives an unfortunate inductive bias. We present a novel graph convolution named Difference Graph Convolution (diffConv), which does not rely on a regular view. diffConv operates on spatially-varying and density-dilated neighborhoods, which are further adapted by a learned masked attention mechanism. Experiments show that our model is very robust to the noise, obtaining state-of-the-art performance in 3D shape classification and scene understanding tasks, along with a faster inference speed.
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Anatomy and Medical Technology
MethodsGraph Convolutional Network
