Point Clouds Learning with Attention-based Graph Convolution Networks
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.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderGeneral ClassificationSegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Airborne LiDAR Point Cloud Classification with Graph Attention Convolution Neural Network
Airborne light detection and ranging (LiDAR) plays an increasingly significant role in urban planning, topographic mapping, environmental monitoring, power line detection and other fields thanks to its capability to quic…
Deep LearningGeneral ClassificationGraph AttentionLine Detection+1Graph Attention Convolution for Point Cloud Semantic Segmentation
Standard convolution is inherently limited for semantic segmentation of point cloud due to its isotropy about features. It neglects the structure of an object, results in poor object delineation and small spurious reg…
Graph AttentionObjectSegmentationSemantic SegmentationPoint Attention Network for Semantic Segmentation of 3D Point Clouds
Convolutional Neural Networks (CNNs) have performed extremely well on data represented by regularly arranged grids such as images. However, directly leveraging the classic convolution kernels or parameter sharing mechani…
DecoderPoint Cloud SegmentationSemantic SegmentationdiffConv: Analyzing Irregular Point Clouds with an Irregular View
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…
3D Object Classification3D Point Cloud Classification3D Shape Classification4DSR-GCN: 4D Video Point Cloud Upsampling using Graph Convolutional Networks
Time varying sequences of 3D point clouds, or 4D point clouds, are now being acquired at an increasing pace in several applications (e.g., LiDAR in autonomous or assisted driving). In many cases, such volume of data is t…
Edge-computingGraph Attentionpoint cloud upsampling