Extending Structural Causal Models for Autonomous Vehicles to Simplify Temporal System Construction & Enable Dynamic Interactions Between Agents
Rhys Howard, Lars Kunze
TL;DR
This work extends structural causal models (SCMs) to the autonomous vehicle (AV) domain by introducing modular, time-aware extensions that support dynamic multi-agent interactions while maintaining a fixed, memory-efficient graph structure. Key contributions include monadic handling of side-effects, a global variable context for temporal reasoning, temporal variables (including Previous Time Step, time scaling, time differences, and time-conditioned selectors), buffer and socket constructs for encapsulation and modular composition, and retrospective causal stationarity to accommodate mutable input sets. The authors provide theoretical proofs (PTS Variable Recursion and Mutable Input Set RCS) and demonstrate practical applicability through counterfactual analysis on AV scenarios derived from the highD dataset. Overall, the approach yields transparent, explainable AV reasoning with scalable multi-agent attribution and realistic modeling of dynamic environments, enabling robust post-hoc explanations and accountability in embodied AI systems.
Abstract
In this work we aim to bridge the divide between autonomous vehicles and causal reasoning. Autonomous vehicles have come to increasingly interact with human drivers, and in many cases may pose risks to the physical or mental well-being of those they interact with. Meanwhile causal models, despite their inherent transparency and ability to offer contrastive explanations, have found limited usage within such systems. As such, we first identify the challenges that have limited the integration of structural causal models within autonomous vehicles. We then introduce a number of theoretical extensions to the structural causal model formalism in order to tackle these challenges. This augments these models to possess greater levels of modularisation and encapsulation, as well presenting temporal causal model representation with constant space complexity. We also prove through the extensions we have introduced that dynamically mutable sets (e.g. varying numbers of autonomous vehicles across time) can be used within a structural causal model while maintaining a relaxed form of causal stationarity. Finally we discuss the application of the extensions in the context of the autonomous vehicle and service robotics domain along with potential directions for future work.
