paper-with-me

홈 › Papers

VA-GCN: A Vector Attention Graph Convolution Network for learning on Point Clouds

2021-06-01 · Haotian Hu, Fanyi Wang, Huixiao Le

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.

📄 PDF Abstract BibTeX arXiv:2106.00227

Code (0)

등록된 구현이 없습니다.

Tasks

3D Classification

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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 app…

DecoderGeneral ClassificationSegmentation

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

General-Purpose Deep Point Cloud Feature Extractor

2018-03-12 · IEEE Winter Conference on Applications of Computer Vision (WACV) 2018 3 · Miguel Dominguez, Rohan Dhamdhere, Atir Petkar, Saloni Jain 외

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

Relation Graph Network for 3D Object Detection in Point Clouds

2019-11-30 · Mingtao Feng, Syed Zulqarnain Gilani, Yaonan Wang, Liang Zhang 외

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

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