Point2Sequence: Learning the Shape Representation of 3D Point Clouds with an Attention-based Sequence to Sequence Network

Xinhai Liu, Zhizhong Han, Yu-Shen Liu*, Matthias Zwicker,

School of Software, Tsinghua University, Beijing, China


Figure 1: The framework of Point2Sequence.
Abstract:

Exploring contextual information in the local region is important for shape understanding and analysis. Existing studies often employ hand-crafted or explicit ways to encode contextual information of local regions. However, it is hard to capture fine-grained contextual information in hand-crafted or explicit manners, such as the correlation between different areas in a local region, which limits the discriminative ability of learned features. To resolve this issue, we propose a novel deep learning model for 3D point clouds, named Point2Sequence, to learn 3D shape features by capturing fine-grained contextual information in a novel implicit way. Point2Sequence employs a novel sequence learning model for point clouds to capture the correlations by aggregating multi-scale areas of each local region with attention. Specifically, Point2Sequence first learns the feature of each area scale in a local region. Then, it captures the correlation between area scales in the process of aggregating all area scales using a recurrent neural network (RNN) based encoder-decoder structure, where an attention mechanism is proposed to highlight the importance of different area scales. Experimental results show that Point2Sequence achieves state-of-the-art performance in shape classification and segmentation tasks.

Links:
Paper [1.35MB]
PPT [Point2Sequence_AAAI2019.pptx]
Code [github]
Dataset [ModelNet], [ShapeNet]
Result:
ModelNet classification
Figure 2: ModelNet classification result.
Shapenet segmentation
Figure 3: ShapeNet segmentation result.
Shapenet segmentation visualization
Figure 4: Visualization of segmentation on ShapeNet.
Acknowledgements:
Yu-Shen Liu is the corresponding author. This work was supported by National Key R&D Program of China (2018YFB0505400), the National Natural Science Foundation of China (61472202), and Swiss National Science Foundation grant (169151). We thank all anonymous reviewers for their constructive comments.

Citation:
If you find this work and source code useful, please cite the following paper:

     Xinhai Liu, Zhizhong Han, Yu-Shen Liu, Matthias Zwicker. Point2Sequence: Learning the Shape Representation of 3D Point Clouds with an Attention-based Sequence to Sequence Network. AAAI, 2019.

Contact:
Dr. Yu-Shen Liu, Email address: liuyushen@tsinghua.edu.cn.
Xinhai Liu, Email address: lxh17@mails.tsinghua.edu.cn.