VA-GCN: A Vector Attention Graph Convolution Network for learning on Point Clouds
Owing to the development of research on local aggregation operators, dramatic breakthrough has been made in point cloud analysis models. However, existing local aggregation operators in the current literature fail to attach decent importance to the local information of the point cloud, which limits the power of the models. To fit this gap, we propose an efficient Vector Attention Convolution module (VAConv), which utilizes K-Nearest Neighbor (KNN) to extract the neighbor points of each input point, and then uses the elevation and azimuth relationship of the vectors between the center point and its neighbors to construct an attention weight matrix for edge features. Afterwards, the VAConv adopts a dual-channel structure to fuse weighted edge features and global features. To verify the efficiency of the VAConv, we connect the VAConvs with different receptive fields in parallel to obtain a Multi-scale graph convolutional network, VA-GCN. The proposed VA-GCN achieves state-of-the-art performance on standard benchmarks including ModelNet40, S3DIS and ShapeNet. Remarkably, on the ModelNet40 dataset for 3D classification, VA-GCN increased by 2.4% compared to the baseline.
Code (0)
등록된 구현이 없습니다.
Tasks
3D ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
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 app…
DecoderGeneral ClassificationSegmentationAirborne 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+1General-Purpose Deep Point Cloud Feature Extractor
Depth sensors used in autonomous driving and gaming systems often report back 3D point clouds. The lack of structure from these sensors does not allow these systems to take advantage of recent advances in convolutiona…
3D Object Classification3D Point Cloud ClassificationAutonomous DrivingObject Tracking+2Relation Graph Network for 3D Object Detection in Point Clouds
Convolutional Neural Networks (CNNs) have emerged as a powerful strategy for most object detection tasks on 2D images. However, their power has not been fully realised for detecting 3D objects in point clouds directly wi…
3D Object DetectionObjectobject-detectionObject Detection+2Graph 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 Segmentation