ROMar 13

Safe Interaction via Monte Carlo Linear-Quadratic Games

arXiv:2504.0612423.0
Predicted impact top 73% in RO · last 90 daysOriginality Incremental advance
AI Analysis

This addresses safety-critical issues in robotics for applications like autonomous vehicles or assistive devices, though it appears incremental as it builds on existing linear-quadratic game frameworks.

The paper tackles the problem of ensuring safety in human-robot interaction by developing robot policies robust to unpredictable human actions, formulating it as a zero-sum game and solving for Nash Equilibrium. The proposed MCLQ method achieves real-time safety adjustments with improved computation time and performance in simulations and a user study.

Safety is critical during human-robot interaction. But -- because people are inherently unpredictable -- it is often difficult for robots to plan safe behaviors. Instead of relying on our ability to anticipate humans, here we identify robot policies that are robust to unexpected human decisions. We achieve this by formulating human-robot interaction as a zero-sum game, where (in the worst case) the human's actions directly conflict with the robot's objective. Solving for the Nash Equilibrium of this game provides robot policies that maximize safety and performance across a wide range of human actions. Existing approaches attempt to find these optimal policies by leveraging Hamilton-Jacobi analysis (which is intractable) or linear-quadratic approximations (which are inexact). By contrast, in this work we propose a computationally efficient and theoretically justified method that converges towards the Nash Equilibrium policy. Our approach (which we call MCLQ) leverages linear-quadratic games to obtain an initial guess at safe robot behavior, and then iteratively refines that guess with a Monte Carlo search. Not only does MCLQ provide real-time safety adjustments, but it also enables the designer to tune how conservative the robot is -- preventing the system from focusing on unrealistic human behaviors. Our simulations and user study suggest that this approach advances safety in terms of both computation time and expected performance. See videos of our experiments here: https://youtu.be/KJuHeiWVuWY.

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