Guest Lecture

Application of Formal Verification to the Lane Change Module of an Autonomous Vehicle

By Martin Fabian

Abstract: For autonomous vehicles, correct behavior is of the utmost importance, as unexpected incorrect behavior can have catastrophic outcomes. However, as with any large-scale software development, it is not easy to get the system correct. As the system is made up of multiple sub-modules that interact with each other, unexpected behavior can arise from incorrect interactions when one module may have unfulfilled expectations on the other. This presentation describes how formal verification was applied to the lane change module of the decision and control software (under development) for an autonomous vehicle. The module was manually modeled as an extended finite-state machine, as were some of the requirements. When applying the Supremica software to perform the formal verification, some bugs were discovered in the model. Setting up additional unit tests triggering the incorrect behavior showed that this behavior was also present in the actual code. For some of the errors, applied corrections resulted in the absence of the particular error, thus demonstrating the power of true formal verification.