Point Gated Attention
Résumé
Self-attention networks have achieved great success in traditional language processing, and have also made great progress in image classification and object detection. When analyzing the previous work, it is found that some point cloud information is lost in their feature extraction work, so we design a network to reduce the loss when extracting features. And through the feature extraction network - Gated Attention Unit instead of Transformer, to make the extraction of point cloud features more efficient. Based on Point Transformer, a new network structure named Point Gated Attention is used to classify point clouds. The overall_acc on the dataset ModelNet40 can reach 91.4%, and the average accuracy can reach 93.9%.