Point2SpatialCapsule: Aggregating Features and Spatial Relationships of Local Regions on Point Clouds Using Spatial-Aware Capsules
59
TL;DR: A novel deep learning network for aggregating features and spatial relationships of local regions on point clouds, which aims to learn more discriminative shape representation and outperforms the state-of-the-art methods in the 3D shape classification, retrieval and segmentation tasks under the well-known ModelNet and ShapeNet datasets.
read more
Abstract: Learning discriminative shape representation directly on point clouds is still challenging in 3D shape analysis and understanding. Recent studies usually involve three steps: first splitting a point cloud into some local regions, then extracting the corresponding feature of each local region, and finally aggregating all individual local region features into a global feature as shape representation using simple max-pooling. However, such pooling-based feature aggregation methods do not adequately take the spatial relationships (e.g. the relative locations to other regions) between local regions into account, which greatly limits the ability to learn discriminative shape representation. To address this issue, we propose a novel deep learning network, named Point2SpatialCapsule, for aggregating features and spatial relationships of local regions on point clouds, which aims to learn more discriminative shape representation. Compared with the traditional max-pooling based feature aggregation networks, Point2SpatialCapsule can explicitly learn not only geometric features of local regions but also the spatial relationships among them. Point2SpatialCapsule consists of two main modules. To resolve the disorder problem of local regions, the first module, named geometric feature aggregation , is designed to aggregate the local region features into the learnable cluster centers, which explicitly encodes the spatial locations from the original 3D space. The second module, named spatial relationship aggregation , is proposed for further aggregating the clustered features and the spatial relationships among them in the feature space using the spatial-aware capsules developed in this article. Compared to the previous capsule network based methods, the feature routing on the spatial-aware capsules can learn more discriminative spatial relationships among local regions for point clouds, which establishes a direct mapping between log priors and the spatial locations through feature clusters. Experimental results demonstrate that Point2SpatialCapsule outperforms the state-of-the-art methods in the 3D shape classification, retrieval and segmentation tasks under the well-known ModelNet and ShapeNet datasets.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
•Proceedings Article
SnowflakeNet: Point Cloud Completion by Snowflake Point Deconvolution with Skip-Transformer
Peng Xiang,Xin Wen,Yu-Shen Liu,Yan-Pei Cao,Pengfei Wan,Wen Zheng,Zhizhong Han +6 more
- 10 Aug 2021
TL;DR: Wang et al. as discussed by the authors proposed a skip-transformer in SPD to learn point splitting patterns which can fit local regions the best, which enables the network to predict highly detailed geometries, such as smooth regions, sharp edges and corners.
PRA-Net: Point Relation-Aware Network for 3D Point Cloud Analysis
TL;DR: Chen et al. as mentioned in this paper proposed a Point Relation-Aware Network (PRA-Net), which is composed of an Intra-region Structure Learning (ISL) module and an Inter-region Relation Learning (IRL), which dynamically integrate the local structural information into the point features, while the IRL module captures inter-region relations adaptively and efficiently via a differentiable region partition scheme and a representative point-based strategy.
154
Cycle4Completion: Unpaired Point Cloud Completion using Cycle Transformation with Missing Region Coding
Xin Wen,Zhizhong Han,Yan-Pei Cao,Pengfei Wan,Wen Zheng,Yu-Shen Liu +5 more
- 14 Mar 2021
TL;DR: Cycle4Completion as discussed by the authors proposes two simultaneous cycle transformations between the latent spaces of complete shapes and incomplete ones to learn the geometric characteristic of complete shape, and maintains the shape consistency between the complete prediction and the incomplete input.
PMP-Net: Point Cloud Completion by Learning Multi-step Point Moving Paths
Xin Wen,Peng Xiang,Zhizhong Han,Yan-Pei Cao,Pengfei Wan,Wen Zheng,Yu-Shen Liu +6 more
- 20 Jun 2021
TL;DR: Wen et al. as mentioned in this paper proposed a point cloud deformation model based on the behavior of an earth mover to predict a unique point moving path for each point according to the constraint of total point moving distances.
•Posted Content
PMP-Net: Point Cloud Completion by Learning Multi-step Point Moving Paths
TL;DR: A novel neural network, named PMP-Net, is designed to mimic the behavior of an earth mover, which predicts a unique point moving path for each point according to the constraint of total point moving distances.
121
References
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
R. Qi Charles,Hao Su,Mo Kaichun,Leonidas J. Guibas +3 more
- 21 Jul 2017
TL;DR: This paper designs a novel type of neural network that directly consumes point clouds, which well respects the permutation invariance of points in the input and provides a unified architecture for applications ranging from object classification, part segmentation, to scene semantic parsing.
•Posted Content
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
TL;DR: A hierarchical neural network that applies PointNet recursively on a nested partitioning of the input point set and proposes novel set learning layers to adaptively combine features from multiple scales to learn deep point set features efficiently and robustly.
Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network
Wenzhe Shi,Jose Caballero,Ferenc Huszar,Johannes Totz,Andrew Peter Aitken,Rob Bishop,Daniel Rueckert,Zehan Wang +7 more
- 27 Jun 2016
TL;DR: This paper presents the first convolutional neural network capable of real-time SR of 1080p videos on a single K2 GPU and introduces an efficient sub-pixel convolution layer which learns an array of upscaling filters to upscale the final LR feature maps into the HR output.
Dynamic Graph CNN for Learning on Point Clouds
TL;DR: This work proposes a new neural network module suitable for CNN-based high-level tasks on point clouds, including classification and segmentation called EdgeConv, which acts on graphs dynamically computed in each layer of the network.
•Proceedings Article
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Charles R. Qi,Li Yi,Hao Su,Leonidas J. Guibas +3 more
- 07 Jun 2017
TL;DR: PointNet++ as discussed by the authors applies PointNet recursively on a nested partitioning of the input point set to learn local features with increasing contextual scales, and proposes novel set learning layers to adaptively combine features from multiple scales.