Permutation Matters: Anisotropic Convolutional Layer for Learning on Point Clouds
Zhongpai Gao, Guangtao Zhai, Junchi Yan, Xiaokang Yang

TL;DR
This paper introduces PAI-Conv, a novel anisotropic convolutional layer for point clouds that uses soft permutation matrices and attention mechanisms, improving representation power for 3D vision tasks.
Contribution
It proposes PAI-Conv, a permutable anisotropic convolution that leverages attention-based permutation matrices, bridging ideas from NLP transformers to point cloud learning.
Findings
Achieves competitive classification accuracy on benchmark datasets.
Improves semantic segmentation performance over existing methods.
Demonstrates robustness with random point sampling.
Abstract
It has witnessed a growing demand for efficient representation learning on point clouds in many 3D computer vision applications. Behind the success story of convolutional neural networks (CNNs) is that the data (e.g., images) are Euclidean structured. However, point clouds are irregular and unordered. Various point neural networks have been developed with isotropic filters or using weighting matrices to overcome the structure inconsistency on point clouds. However, isotropic filters or weighting matrices limit the representation power. In this paper, we propose a permutable anisotropic convolutional operation (PAI-Conv) that calculates soft-permutation matrices for each point using dot-product attention according to a set of evenly distributed kernel points on a sphere's surface and performs shared anisotropic filters. In fact, dot product with kernel points is by analogy with the…
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 · Computer Graphics and Visualization Techniques · Advanced Numerical Analysis Techniques
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Residual Connection · Label Smoothing · Multi-Head Attention · Adam · *Communicated@Fast*How Do I Communicate to Expedia? · Dropout · Byte Pair Encoding
