paper-with-me

홈 › Papers

Point Clouds Learning with Attention-based Graph Convolution Networks

2019-05-31 · Zhuyang Xie, Junzhou Chen, Bo Peng

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.

📄 PDF Abstract BibTeX arXiv:1905.13445

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGeneral ClassificationSegmentation

Methods 이 논문이 사용한 방법론

AGCN AGCN is a novel spectral graph convolution network that feed on original data of diverse graph structures. Image credit: [Adaptive Graph Convolutional Neural…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Airborne LiDAR Point Cloud Classification with Graph Attention Convolution Neural Network

2020-04-20 · Congcong Wen, Xiang Li, Xiaojing Yao, Ling Peng 외

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+1

Graph Attention Convolution for Point Cloud Semantic Segmentation

2019-06-01 · CVPR 2019 6 · Lei Wang, Yuchun Huang, Yaolin Hou, Shenman Zhang 외

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 Segmentation

Point Attention Network for Semantic Segmentation of 3D Point Clouds

2019-09-27 · Mingtao Feng, Liang Zhang, Xuefei Lin, Syed Zulqarnain Gilani 외

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 Segmentation

diffConv: Analyzing Irregular Point Clouds with an Irregular View

2021-11-29 · Manxi Lin, Aasa Feragen

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 Classification

4DSR-GCN: 4D Video Point Cloud Upsampling using Graph Convolutional Networks

2023-06-01 · Lorenzo Berlincioni, Stefano Berretti, Marco Bertini, Alberto del Bimbo

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