PointRNN: Point Recurrent Neural Network for Moving Point Cloud Processing
Hehe Fan, Yi Yang

TL;DR
This paper introduces PointRNN, a novel recurrent neural network architecture designed for processing moving point clouds, capable of modeling temporal sequences and predicting future point trajectories.
Contribution
The paper proposes a new PointRNN architecture with variants PointGRU and PointLSTM, incorporating point-based spatiotemporal correlation for effective sequence modeling of point clouds.
Findings
Accurately predicts future point trajectories in synthetic and real-world datasets.
Demonstrates effectiveness of PointRNN variants in modeling point cloud sequences.
Code released for public use at GitHub.
Abstract
In this paper, we introduce a Point Recurrent Neural Network (PointRNN) for moving point cloud processing. At each time step, PointRNN takes point coordinates and point features as input ( and denote the number of points and the number of feature channels, respectively). The state of PointRNN is composed of point coordinates and point states ( denotes the number of state channels). Similarly, the output of PointRNN is composed of and new point features ( denotes the number of new feature channels). Since point clouds are orderless, point features and states from two time steps can not be directly operated. Therefore, a point-based spatiotemporally-local…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Computer Graphics and Visualization Techniques
