Multimodal Covariance Steering in Belief Space with Active Probing and Influence for Autonomous Driving
Devodita Chakravarty, John Dolan, Yiwei Lyu
TL;DR
The paper tackles safe, efficient autonomous driving under multimodal human behavior by integrating a hierarchical belief model, active probing, and tail-risk aware control. It represents human intent as discrete intents $i$ with motion modes $k$, updated via Bayesian inference using likelihoods $\\ell_{i,k}(t)$, posteriors $\\pi_i(t+1)$, and mode weights $w_{i,k}(t+1)$, enabling coarse-to-fine reasoning. It adds active probing to minimize $J_{probe}(u) = -\\lambda_H E[H(\\pi(t+1), w(t+1))]$ and a covariance-steering planner that minimizes $J(u)=J_{probe}(u)+J_{influence}(u)$ with $J_{influence}(u)=D_{KL}(\\mathcal{N}(\\mu(t),\\Sigma(t)) \\| \\mathcal{N}(\\mu_{i,k},\\Sigma_{i,k}))$ under dynamics $\\mu(t+\\tau+1)=A\\mu(t\\+\\tau)+B u(t\\+\\tau)$ and $\\Sigma(t\\+\\tau+1)=A\\Sigma(t\\+\\tau)A^\\top+BWB^\\top$, plus CVaR constraints $\\text{CVaR}_\\alpha(i,k) \\le ar J$. A bi-directional loop (Perceive-Infer-Decide-Propagate) dynamically balances exploration and exploitation. Experiments in lane merging and unsignaled intersections show higher success rates (e.g., 96% and 94%), shorter completion times, closer but safe gaps, and smoother maneuvers compared with baselines, validating the benefits of coupling belief updates, probing, and tail-risk-aware planning for interactive driving.
Abstract
Autonomous driving in complex traffic requires reasoning under uncertainty. Common approaches rely on prediction-based planning or risk-aware control, but these are typically treated in isolation, limiting their ability to capture the coupled nature of action and inference in interactive settings. This gap becomes especially critical in uncertain scenarios, where simply reacting to predictions can lead to unsafe maneuvers or overly conservative behavior. Our central insight is that safe interaction requires not only estimating human behavior but also shaping it when ambiguity poses risks. To this end, we introduce a hierarchical belief model that structures human behavior across coarse discrete intents and fine motion modes, updated via Bayesian inference for interpretable multi-resolution reasoning. On top of this, we develop an active probing strategy that identifies when multimodal ambiguity in human predictions may compromise safety and plans disambiguating actions that both reveal intent and gently steer human decisions toward safer outcomes. Finally, a runtime risk-evaluation layer based on Conditional Value-at-Risk (CVaR) ensures that all probing actions remain within human risk tolerance during influence. Our simulations in lane-merging and unsignaled intersection scenarios demonstrate that our approach achieves higher success rates and shorter completion times compared to existing methods. These results highlight the benefit of coupling belief inference, probing, and risk monitoring, yielding a principled and interpretable framework for planning under uncertainty.
