TL;DR
This paper introduces CARPe, a convolutional neural network-based method that achieves real-time, accurate pedestrian path prediction with improved speed and competitive accuracy, suitable for safety-critical applications.
Contribution
It presents a novel convolutional approach combining Graph Isomorphism Networks for fast, accurate pedestrian path prediction in real-time scenarios.
Findings
Significant increase in inference speed over state-of-the-art methods
Competitive prediction accuracy on standard datasets
Effective real-time performance for safety-critical applications
Abstract
Pedestrian path prediction is an essential topic in computer vision and video understanding. Having insight into the movement of pedestrians is crucial for ensuring safe operation in a variety of applications including autonomous vehicles, social robots, and environmental monitoring. Current works in this area utilize complex generative or recurrent methods to capture many possible futures. However, despite the inherent real-time nature of predicting future paths, little work has been done to explore accurate and computationally efficient approaches for this task. To this end, we propose a convolutional approach for real-time pedestrian path prediction, CARPe. It utilizes a variation of Graph Isomorphism Networks in combination with an agile convolutional neural network design to form a fast and accurate path prediction approach. Notable results in both inference speed and prediction…
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
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
