Point Clouds Learning with Attention-based Graph Convolution Networks
Zhuyang Xie, Junzhou Chen, Bo Peng

TL;DR
This paper introduces AGCN, an attention-based graph convolution network, to effectively analyze and classify 3D point cloud data by capturing local and global features, achieving state-of-the-art results.
Contribution
The paper proposes a novel AGCN architecture with attention mechanisms and global graph structures for improved point cloud analysis and segmentation.
Findings
Achieves state-of-the-art performance in classification.
Effective in point cloud segmentation tasks.
Utilizes attention to analyze local feature relationships.
Abstract
Point clouds data, as one kind of representation of 3D objects, are the most primitive output obtained by 3D sensors. Unlike 2D images, point clouds are disordered and unstructured. Hence it is not straightforward to apply classification techniques such as the convolution neural network to point clouds analysis directly. To solve this problem, we propose a novel network structure, named Attention-based Graph Convolution Networks (AGCN), to extract point clouds features. Taking the learning process as a message propagation between adjacent points, we introduce an attention mechanism to AGCN for analyzing the relationships between local features of the points. In addition, we introduce an additional global graph structure network to compensate for the relative information of the individual points in the graph structure network. The proposed network is also extended to an encoder-decoder…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Advanced Neural Network Applications · Computer Graphics and Visualization Techniques
MethodsAdaptive Graph Convolutional Neural Networks · Convolution
