Incremental Learning of Motion Primitives for Pedestrian Trajectory Prediction at Intersections
This paper presents a novel incremental learning algorithm for pedestrian motion prediction, with the ability to improve the learned model over time when data is incrementally available. In this setup, trajectories are modeled as simple segments called motion primitives. Transitions between motion primitives are modeled as Gaussian Processes. When new data is available, the motion primitives learned from the new data are compared with the previous ones by measuring the inner product of the motion primitive vectors. Similar motion primitives and transitions are fused and novel motion primitives are added to capture newly observed behaviors. The proposed approach is tested and compared with other baselines in intersection scenarios where the data is incrementally available either from a single intersection or from multiple intersections with different geometries. In both cases, our method incrementally learns motion patterns and outperforms the offline learning approach in terms of prediction errors. The results also show that the model size in our algorithm grows at a much lower rate than standard incremental learning, where newly learned motion primitives and transitions are simply accumulated over time.
Code (0)
등록된 구현이 없습니다.
Tasks
Gaussian ProcessesIncremental Learningmotion predictionPedestrian Trajectory PredictionTrajectory PredictionSimilar Papers 제목 키워드 기반
Context-Aware Pedestrian Motion Prediction In Urban Intersections
This paper presents a novel context-based approach for pedestrian motion prediction in crowded, urban intersections, with the additional flexibility of prediction in similar, but new, environments. Previously, Chen et. a…
Clusteringmotion predictionPredictionLG-Traj: LLM Guided Pedestrian Trajectory Prediction
Accurate pedestrian trajectory prediction is crucial for various applications, and it requires a deep understanding of pedestrian motion patterns in dynamic environments. However, existing pedestrian trajectory predictio…
DecoderPedestrian Trajectory PredictionPredictionRepresentation Learning+1TrajMamba: An Ego-Motion-Guided Mamba Model for Pedestrian Trajectory Prediction from an Egocentric Perspective
Future trajectory prediction of a tracked pedestrian from an egocentric perspective is a key task in areas such as autonomous driving and robot navigation. The challenge of this task lies in the complex dynamic relative …
Trajectory PredictionAutonomous DrivingRobot NavigationComparison of Pedestrian Prediction Models from Trajectory and Appearance Data for Autonomous Driving
The ability to anticipate pedestrian motion changes is a critical capability for autonomous vehicles. In urban environments, pedestrians may enter the road area and create a high risk for driving, and it is important to …
Autonomous DrivingAutonomous VehiclesPredictionTrajectory PredictionIntention Enhanced Diffusion Model for Multimodal Pedestrian Trajectory Prediction
Predicting pedestrian motion trajectories is critical for path planning and motion control of autonomous vehicles. However, accurately forecasting crowd trajectories remains a challenging task due to the inherently multi…
Trajectory PredictionAutonomous Vehicles