🤖 AI Summary
This study addresses the challenge of fault diagnosis in distributed architectures for connected vehicles, where existing methods struggle to model latent dependencies and contextual information. To overcome this limitation, the authors propose a multimodal causal analysis framework that integrates domain expert knowledge with system context. The approach uniquely combines reinforcement learning from human feedback (RLHF) with distributed tracing, leveraging domain knowledge injection and trace data pruning to construct a context-aware, precise causal graph. Evaluated in an automated valet parking scenario, the method achieves a dramatic improvement in causal edge detection accuracy—increasing from 14% to 100%—significantly outperforming purely data-driven baselines while enhancing both interpretability and robustness of the diagnostic process.
📝 Abstract
Real-world implementations of connected vehicle functions are spreading steadily, yet operating these functions reliably remains challenging due to their distributed nature and the complexity of the underlying cloud, edge, and networking infrastructure. Quick diagnosis of problems and understanding the error chains that lead to failures is essential for reducing downtime. However, diagnosing these systems is still largely performed manually, as automated analysis techniques are predominantly data-driven and struggle with hidden relationships and the integration of context information. This paper addresses this gap by introducing a multimodal approach that integrates human feedback and system-specific information into the causal analysis process. Reinforcement Learning from Human Feedback is employed to continuously train a causality mining model while incorporating expert knowledge. Additional modules leverage distributed tracing data to prune false-positive causal links and enable the injection of domain-specific relationships to further refine the causal graph.Evaluation is performed using an automated valet parking application operated in a connected vehicle test field. Results demonstrate a significant increase in precision from 14\% to 100\% for the detection of causal edges and improved system interpretability compared to purely data-driven approaches, highlighting the potential for system operators in the connected vehicle domain.