CVROMar 4, 2021

TPCN: Temporal Point Cloud Networks for Motion Forecasting

arXiv:2103.03067v1204 citations
AI Analysis

This addresses trajectory prediction for autonomous vehicles, but it appears incremental as it adapts existing point cloud techniques to a new domain.

The authors tackled motion forecasting by proposing TPCN, a framework that jointly learns spatial and temporal information from point clouds, achieving state-of-the-art results on the Argoverse benchmark.

We propose the Temporal Point Cloud Networks (TPCN), a novel and flexible framework with joint spatial and temporal learning for trajectory prediction. Unlike existing approaches that rasterize agents and map information as 2D images or operate in a graph representation, our approach extends ideas from point cloud learning with dynamic temporal learning to capture both spatial and temporal information by splitting trajectory prediction into both spatial and temporal dimensions. In the spatial dimension, agents can be viewed as an unordered point set, and thus it is straightforward to apply point cloud learning techniques to model agents' locations. While the spatial dimension does not take kinematic and motion information into account, we further propose dynamic temporal learning to model agents' motion over time. Experiments on the Argoverse motion forecasting benchmark show that our approach achieves the state-of-the-art results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes