paper-with-me

홈 › Papers

Fast Hierarchical Neural Network for Feature Learning on Point Cloud

2019-06-10 · Can Chen, Luca Zanotti Fragonara, Antonios Tsourdos

The analyses relying on 3D point clouds are an utterly complex task, often involving million of points, but also requiring computationally efficient algorithms because of many real-time applications; e.g. autonomous vehicle. However, point clouds are intrinsically irregular and the points are sparsely distributed in a non-Euclidean space, which normally requires point-wise processing to achieve high performances. Although shared filter matrices and pooling layers in convolutional neural networks (CNNs) are capable of reducing the dimensionality of the problem and extracting high-level information simultaneously, grids and highly regular data format are required as input. In order to balance model performance and complexity, we introduce a novel neural network architecture exploiting local features from a manually subsampled point set. In our network, a recursive farthest point sampling method is firstly applied to efficiently cover the entire point set. Successively, we employ the k-nearest neighbours (knn) algorithm to gather local neighbourhood for each group of the subsampled points. Finally, a multiple layer perceptron (MLP) is applied on the subsampled points and edges that connect corresponding point and neighbours to extract local features. The architecture has been tested for both shape classification and segmentation using the ModelNet40 and ShapeNet part datasets, in order to show that the network achieves the best trade-off in terms of competitive performance when compared to other state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:1906.04117

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PSNet: Fast Data Structuring for Hierarchical Deep Learning on Point Cloud

2022-05-30 · Luyang Li, Ligang He, Jinjin Gao, Xie Han

In order to retain more feature information of local areas on a point cloud, local grouping and subsampling are the necessary data structuring steps in most hierarchical deep learning models. Due to the disorder nature o…

SO-Net: Self-Organizing Network for Point Cloud Analysis

2018-03-12 · CVPR 2018 6 · Jiaxin Li, Ben M. Chen, Gim Hee Lee

This paper presents SO-Net, a permutation invariant architecture for deep learning with orderless point clouds. The SO-Net models the spatial distribution of point cloud by building a Self-Organizing Map (SOM). Based on …

3D Part Segmentation3D Point Cloud Classification3D Point Cloud Linear ClassificationPoint cloud reconstruction+2

Active search and coverage using point-cloud reinforcement learning

2023-12-18 · Matthias Rosynski, Alexandru Pop, Lucian Busoniu

We consider a problem in which the trajectory of a mobile 3D sensor must be optimized so that certain objects are both found in the overall scene and covered by the point cloud, as fast as possible. This problem is calle…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dynamic Clustering Transformer Network for Point Cloud Segmentation

2023-05-30 · Dening Lu, Jun Zhou, Kyle Yilin Gao, Dilong Li 외

Point cloud segmentation is one of the most important tasks in computer vision with widespread scientific, industrial, and commercial applications. The research thereof has resulted in many breakthroughs in 3D object and…

ClusteringDecoderPoint Cloud SegmentationScene Understanding

3DCTN: 3D Convolution-Transformer Network for Point Cloud Classification

2022-03-02 · Dening Lu, Qian Xie, Linlin Xu, Jonathan Li

Although accurate and fast point cloud classification is a fundamental task in 3D applications, it is difficult to achieve this purpose due to the irregularity and disorder of point clouds that make it challenging to ach…

ClassificationPoint Cloud Classification