A C++17 metaprogramming methodology automatically generates fused GPU kernels for arbitrary sequences of library functions, claiming major speedups over unfused libraries.
Model Predictive Control for Crowd Navigation via Learning-Based Trajectory Prediction
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Safe navigation in pedestrian-rich environments remains a key challenge for autonomous robots. This work evaluates the integration of a deep learning-based Social-Implicit (SI) pedestrian trajectory predictor within a Model Predictive Control (MPC) framework on the physical Continental Corriere robot. Tested across varied pedestrian densities, the SI-MPC system is compared to a traditional Constant Velocity (CV) model in both open-loop prediction and closed-loop navigation. Results show that SI improves trajectory prediction - reducing errors by up to 76% in low-density settings - and enhances safety and motion smoothness in crowded scenes. Moreover, real-world deployment reveals discrepancies between open-loop metrics and closed-loop performance, as the SI model yields broader, more cautious predictions. These findings emphasize the importance of system-level evaluation and highlight the SI-MPC framework's promise for safer, more adaptive navigation in dynamic, human-populated environments.
fields
cs.DC 1years
2025 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
The Fused Kernel Library: A C++ API to Develop Highly-Efficient GPU Libraries
A C++17 metaprogramming methodology automatically generates fused GPU kernels for arbitrary sequences of library functions, claiming major speedups over unfused libraries.