Point cloud upsampling network based on pyramid pooling and self-attention mechanism
摘要
For the problems of irregular point cloud data and non-unique input size, a point-cloud upsampling network (PPSA-PU) based on Pyramid Pooling and Self-Attention mechanism is proposed. Multi-scale features are first extracted from the input point cloud using dense map convolution with different expansion rates, and the pyramid pooling module and self-attention mechanism are added. By applying the same pooling operation to regions of different sizes and numbers, the network is made to accept inputs of arbitrary size. Self-attention is used to weight the features to establish global correlation and improve the feature extraction capability. The features are then extended by the Self-Attention NodeShuffle (SA-NS) module, which uses a graph convolution layer to fuse neighbour information and learn new point features from the latent space. Finally, the coordinate reconstruction module is used to generate a dense up-sampled point cloud. Using the existing dataset to train and test the network and compare it with the existing up-sampling network, the experimental results show that PPSA-PU is better in terms of evaluation metrics and performance, and has better generalisation and robustness.