ROFeb 15, 2022

Improving Pedestrian Prediction Models with Self-Supervised Continual Learning

arXiv:2202.07606v118 citations
Originality Incremental advance
AI Analysis

This work addresses the need for adaptive prediction models in autonomous navigation, though it is incremental as it builds on existing continual learning techniques.

The paper tackles the problem of pedestrian motion prediction for autonomous robots by introducing a self-supervised continual learning framework that improves prediction performance in unseen scenarios while retaining knowledge from seen ones, with experimental results showing improvements over naive online training.

Autonomous mobile robots require accurate human motion predictions to safely and efficiently navigate among pedestrians, whose behavior may adapt to environmental changes. This paper introduces a self-supervised continual learning framework to improve data-driven pedestrian prediction models online across various scenarios continuously. In particular, we exploit online streams of pedestrian data, commonly available from the robot's detection and tracking pipeline, to refine the prediction model and its performance in unseen scenarios. To avoid the forgetting of previously learned concepts, a problem known as catastrophic forgetting, our framework includes a regularization loss to penalize changes of model parameters that are important for previous scenarios and retrains on a set of previous examples to retain past knowledge. Experimental results on real and simulation data show that our approach can improve prediction performance in unseen scenarios while retaining knowledge from seen scenarios when compared to naively training the prediction model online.

Code Implementations1 repo
Foundations

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

Your Notes