CVMay 31, 2019

Point Clouds Learning with Attention-based Graph Convolution Networks

arXiv:1905.13445v161 citations
AI Analysis

This work addresses the challenge of processing 3D point clouds for researchers in computer vision and robotics, representing an incremental improvement with a novel method for a known bottleneck.

The authors tackled the problem of analyzing disordered and unstructured point clouds data by proposing Attention-based Graph Convolution Networks (AGCN), which achieved state-of-the-art performance in classification and segmentation tasks.

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 structure for segmentation tasks. Experimental results show that the proposed network can achieve state-of-the-art performance in both classification and segmentation tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes