RONov 6, 2016

Bayesian Optimisation with Prior Reuse for Motion Planning in Robot Soccer

arXiv:1611.01851v32 citations
Originality Incremental advance
AI Analysis

This work addresses real-time motion planning for differential drive robots in soccer, though it is incremental as it builds on existing Bayesian optimization and prior reuse techniques.

The paper tackles motion planning for soccer-playing robots by integrating Bayesian optimization with prior reuse to optimize trajectories, resulting in reduced computation time and improved tracking error and traversal time compared to existing methods.

We integrate learning and motion planning for soccer playing differential drive robots using Bayesian optimisation. Trajectories generated using end-slope cubic Bezier splines are first optimised globally through Bayesian optimisation for a set of candidate points with obstacles. The optimised trajectories along with robot and obstacle positions and velocities are stored in a database. The closest planning situation is identified from the database using k-Nearest Neighbour approach. It is further optimised online through reuse of prior information from previously optimised trajectory. Our approach reduces computation time of trajectory optimisation considerably. Velocity profiling generates velocities consistent with robot kinodynamoic constraints, and avoids collision and slipping. Extensive testing is done on developed simulator, as well as on physical differential drive robots. Our method shows marked improvements in mitigating tracking error, and reducing traversal and computational time over competing techniques under the constraints of performing tasks in real time.

Foundations

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

Your Notes