Equivariant Deep Learning of Mixed-Integer Optimal Control Solutions for Vehicle Decision Making and Motion Planning
Rudolf Reiter, Rien Quirynen, Moritz Diehl, Stefano Di Cairano
TL;DR
This work tackles real-time decision-making and motion planning for autonomous driving by accelerating MIQP-based formulations with learning. It introduces REDS, a permutation-equivariant recurrent deep-set network that predicts obstacle-related binary variables, coupled with a soft-QP that yields candidate trajectories and a feasibility projector (FP) that enforces safety via a smooth NLP solved with SQP. An ensemble of REDS models, combined with soft-QP and FP, achieves substantial speedups while maintaining close-to-expert performance against a benchmark MIQP (expert MIP-DM) in SUMO/CommonRoad simulations, and demonstrates robustness under distribution shift. The approach enables real-time, safe planning on embedded automotive hardware and generalizes to varying numbers of obstacles and horizon lengths, offering significant practical impact for MIQP-based motion planning in autonomous driving. The combination of structural architectural priors (equivariance, recurrence), multi-hypothesis predictions, and a safety-oriented projection pipeline provides a scalable pathway to real-time, reliable mixed-integer planning on resource-constrained platforms.
Abstract
Mixed-integer quadratic programs (MIQPs) are a versatile way of formulating vehicle decision making and motion planning problems, where the prediction model is a hybrid dynamical system that involves both discrete and continuous decision variables. However, even the most advanced MIQP solvers can hardly account for the challenging requirements of automotive embedded platforms. Thus, we use machine learning to simplify and hence speed up optimization. Our work builds on recent ideas for solving MIQPs in real-time by training a neural network to predict the optimal values of integer variables and solving the remaining problem by online quadratic programming. Specifically, we propose a recurrent permutation equivariant deep set that is particularly suited for imitating MIQPs that involve many obstacles, which is often the major source of computational burden in motion planning problems. Our framework comprises also a feasibility projector that corrects infeasible predictions of integer variables and considerably increases the likelihood of computing a collision-free trajectory. We evaluate the performance, safety and real-time feasibility of decision-making for autonomous driving using the proposed approach on realistic multi-lane traffic scenarios with interactive agents in SUMO simulations.
