Composite Convolution: a Flexible Operator for Deep Learning on 3D Point Clouds
Alberto Floris, Luca Frittoli, Diego Carrera, Giacomo Boracchi

TL;DR
This paper introduces the composite layer, a flexible and general operator for processing 3D point clouds in deep learning, improving performance and flexibility over existing methods in classification, segmentation, and anomaly detection.
Contribution
The authors propose the composite layer, a novel operator that enhances network flexibility and regularization for 3D point cloud processing, outperforming existing convolutional layers.
Findings
CompositeNets outperform ConvPoint in classification and segmentation.
CompositeNets achieve state-of-the-art results in point cloud anomaly detection.
The composite layer provides greater flexibility and regularization in network design.
Abstract
Deep neural networks require specific layers to process point clouds, as the scattered and irregular location of 3D points prevents the use of conventional convolutional filters. We introduce the composite layer, a flexible and general alternative to the existing convolutional operators that process 3D point clouds. We design our composite layer to extract and compress the spatial information from the 3D coordinates of points and then combine this with the feature vectors. Compared to mainstream point-convolutional layers such as ConvPoint and KPConv, our composite layer guarantees greater flexibility in network design and provides an additional form of regularization. To demonstrate the generality of our composite layers, we define both a convolutional composite layer and an aggregate version that combines spatial information and features in a nonlinear manner, and we use these layers…
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
TopicsAnomaly Detection Techniques and Applications · Human Pose and Action Recognition · Adversarial Robustness in Machine Learning
