COR-MP: Conservation of Resources Model for Maneuver Planning

Karim Essalmi,Fernando Garrido,Fawzi Nashashibi
2024-10-25
Abstract:Decision-making for automated driving remains a challenging task. For their integration into real platforms, these algorithms must guarantee passenger safety and comfort while ensuring interpretability and an appropriate computational time. To model and solve this decision-making problem, we have developed a novel approach called COR-MP (Conservation of Resources model for Maneuver Planning). This model is based on the Conservation of Resources theory, a psychological concept applied to human behavior. COR-MP is based on various driving parameters, such as comfort, safety, or energy, and provides in real-time a profit value that enables us to quantify the impact of a decision on the decision-maker. Our method has been tested and validated through closed-loop simulations using RTMaps middleware, and preliminary results have been obtained by testing COR-MP on a real vehicle.
Robotics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the decision - making problem in automated driving, especially how to ensure the interpretability of decisions and appropriate computation time while ensuring the safety and comfort of passengers. Specifically, the author proposes a new method - the Conservation of Resources Model for Maneuver Planning (COR - MP) to address the decision - making challenges at the tactical level in automated driving. ### Main problems: 1. **Decision - making challenges in automated driving**: When existing algorithms are integrated into actual platforms, they must ensure the safety and comfort of passengers and ensure that the decision - making process is interpretable and has efficient computation time. 2. **Complexity of modeling human behavior**: It is still challenging to model human behavior through machines and find the optimal decision under a wide range of parameters. 3. **Limitations of existing methods**: Traditional rule - based and optimization - based methods perform poorly when dealing with unknown situations and uncertainties, while learning - based methods, although having potential, lack interpretability. ### Solutions: The COR - MP model is based on the Conservation of Resources Theory, a psychological concept used to understand human behavior in the face of stress. The model quantifies the impact of decisions on decision - makers in real - time by evaluating multiple driving parameters such as comfort, safety, or energy consumption. ### Specific implementation: - **Resource definition**: COR - MP defines six resource types, including safety, comfort, goal completion, preset lanes, energy consumption, and traffic density. - **Weights and values**: Each resource has a weight \( w\in[0, 1] \) and a value \( \mu\in[0, 1] \), representing the importance of the resource in decision - making and the benefit brought by performing an action, respectively. - **State assessment**: The state of each resource (such as expectation, acquisition, threat, or loss) is evaluated according to its value to ensure the interpretability of the decision. - **Decision - making process**: COR - MP generates the final decision through four stages (scenario identification, recognition, evaluation, and decision) to maximize the profit value \( V_{ai}(w, \mu) \). ### Verification and results: - **Simulation tests**: COR - MP has been tested in simulation in urban and highway environments, verifying its effectiveness in different driving scenarios, including interactions with other road users. - **Real - vehicle tests**: COR - MP has also been tested in an open - loop test on real vehicles, demonstrating its adaptability and safety in actual data. Through these efforts, COR - MP aims to provide a more human - centered and interpretable decision - making method for automated driving, thereby improving the reliability and user experience of autonomous driving systems.