PointRNN: Point Recurrent Neural Network for Moving Point Cloud Processing

10/18/2019
by   Hehe Fan, et al.
31

Point cloud is attracting more and more attention in the community. However, few works study dynamic point clouds. In this paper, we introduce a Point Recurrent Neural Network (PointRNN) unit for moving point cloud processing. To keep the spatial structure, rather than taking a sole one-dimensional vector x∈R^d like RNN as input, PointRNN takes points' coordinates P∈R^n × 3 and their features X∈R^n × d as inputs (n and d denote the number of points and feature dimensions, respectively). Accordingly, the state s∈R^d' in RNN are extended to (P, S∈R^n × d') in PointRNN (d' denotes the number of state dimensions). Since point clouds are orderless, features and states of two adjacent time steps can not be directly operated. Therefore, PointRNN replaces the concatenation operation in RNN with a correlation operation, which aggregates inputs and states according to points' coordinates. To evaluate PointRNN, we apply one of its variants, i.e., Point Long Short-Term Memory (PointLSTM), to moving point cloud prediction, which aims to predict the future trajectories of points in a cloud given their history movements. Experimental results show that PointLSTM is able to produce correct predictions on both synthetic and real-world datasets, demonstrating its effectiveness to model point cloud sequences. The code has been released at https://github.com/hehefan/PointRNN.

READ FULL TEXT

page 5

page 6

page 7

page 8

research
10/19/2020

MaskNet: A Fully-Convolutional Network to Estimate Inlier Points

Point clouds have grown in importance in the way computers perceive the ...
research
04/16/2023

Obstacle-Transformer: A Trajectory Prediction Network Based on Surrounding Trajectories

Recurrent Neural Network, Long Short-Term Memory, and Transformer have m...
research
07/29/2019

CloudLSTM: A Recurrent Neural Model for Spatiotemporal Point-cloud Stream Forecasting

This paper introduces CloudLSTM, a new branch of recurrent neural networ...
research
09/15/2021

PointManifoldCut: Point-wise Augmentation in the Manifold for Point Clouds

Augmentation can benefit point cloud learning due to the limited availab...
research
11/25/2019

Point Cloud Processing via Recurrent Set Encoding

We present a new permutation-invariant network for 3D point cloud proces...
research
03/21/2023

Smart-Tree: Neural Medial Axis Approximation of Point Clouds for 3D Tree Skeletonization

In this paper, we present Smart-Tree, a supervised method for approximat...
research
12/09/2022

Local Neighborhood Features for 3D Classification

With advances in deep learning model training strategies, the training o...

Please sign up or login with your details

Forgot password? Click here to reset