ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1910.08287
22
87

PointRNN: Point Recurrent Neural Network for Moving Point Cloud Processing

18 October 2019
Hehe Fan
Yezhou Yang
    3DPC
ArXivPDFHTML
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 P∈Rn×3\boldsymbol{P} \in \mathbb{R}^{n \times 3}P∈Rn×3 and point features X∈Rn×d\boldsymbol{X} \in \mathbb{R}^{n \times d}X∈Rn×d as input (nnn and ddd denote the number of points and the number of feature channels, respectively). The state of PointRNN is composed of point coordinates P\boldsymbol{P}P and point states S∈Rn×d′\boldsymbol{S} \in \mathbb{R}^{n \times d'}S∈Rn×d′ (d′d'd′ denotes the number of state channels). Similarly, the output of PointRNN is composed of P\boldsymbol{P}P and new point features Y∈Rn×d′′\boldsymbol{Y} \in \mathbb{R}^{n \times d''}Y∈Rn×d′′ (d′′d''d′′ 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 correlation is adopted to aggregate point features and states according to point coordinates. We further propose two variants of PointRNN, i.e., Point Gated Recurrent Unit (PointGRU) and Point Long Short-Term Memory (PointLSTM). We apply PointRNN, PointGRU and PointLSTM to moving point cloud prediction, which aims to predict the future trajectories of points in a set given their history movements. Experimental results show that PointRNN, PointGRU and PointLSTM are able to produce correct predictions on both synthetic and real-world datasets, demonstrating their ability to model point cloud sequences. The code has been released at \url{https://github.com/hehefan/PointRNN}.

View on arXiv
Comments on this paper