PointAttN: You Only Need Attention for Point Cloud Completion
Abstract
Point cloud completion referring to completing 3D shapes from partial 3D point clouds is a fundamental problem for 3D point cloud analysis tasks. Benefiting from the development of deep neural networks, researches on point cloud completion have made great progress in recent years. However, the explicit local region partition like kNNs involved in existing methods makes them sensitive to the density distribution of point clouds. Moreover, it serves limited receptive fields that prevent capturing features from long-range context information. To solve the problems, we leverage the cross-attention and self-attention mechanisms to design novel neural network for point cloud completion with implicit local region partition. Two basic units Geometric Details Perception (GDP) and Self-Feature Augment (SFA) are proposed to establish the structural relationships directly among points in a simple yet effective way via attention mechanism. Then based on GDP and SFA, we construct a new framework with popular encoder-decoder architecture for point cloud completion. The proposed framework, namely PointAttN, is simple, neat and effective, which can precisely capture the structural information of 3D shapes and predict complete point clouds with detailed geometry. Experimental results demonstrate that our PointAttN outperforms state-of-the-art methods on multiple challenging benchmarks. Code is available at: https://github.com/ohhhyeahhh/PointAttN
Cite
Text
Wang et al. "PointAttN: You Only Need Attention for Point Cloud Completion." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I6.28356Markdown
[Wang et al. "PointAttN: You Only Need Attention for Point Cloud Completion." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/wang2024aaai-pointattn/) doi:10.1609/AAAI.V38I6.28356BibTeX
@inproceedings{wang2024aaai-pointattn,
title = {{PointAttN: You Only Need Attention for Point Cloud Completion}},
author = {Wang, Jun and Cui, Ying and Guo, Dongyan and Li, Junxia and Liu, Qingshan and Shen, Chunhua},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {5472-5480},
doi = {10.1609/AAAI.V38I6.28356},
url = {https://mlanthology.org/aaai/2024/wang2024aaai-pointattn/}
}