A Hybrid Fault Diagnosis Method for Autonomous Driving Sensing Systems Based on Information Complexity

Tianshi Jin,Chenxi Zhang,Yikang Zhang,Mingliang Yang,Weiping Ding
DOI: https://doi.org/10.3390/electronics13020354
IF: 2.9
2024-01-15
Electronics
Abstract:In the context of autonomous driving, sensing systems play a crucial role, and their accuracy and reliability can significantly impact the overall safety of autonomous vehicles. Despite this, fault diagnosis for sensing systems has not received widespread attention, and existing research has limitations. This paper focuses on the unique characteristics of autonomous driving sensing systems and proposes a fault diagnosis method that combines hardware redundancy and analytical redundancy. Firstly, to ensure the authenticity of the study, we define 12 common real-world faults and inject them into the nuScenes dataset, creating an extended dataset. Then, employing heterogeneous hardware redundancy, we fuse MMW radar, LiDAR, and camera data, projecting them into pixel space. We utilize the "ground truth" obtained from the MMW radar to detect faults on the LiDAR and camera data. Finally, we use multidimensional temporal entropy to assess the information complexity fluctuations of LiDAR and the camera during faults. Simultaneously, we construct a CNN-based time-series data multi-classification model to identify fault types. Through experiments, our proposed method achieves 95.33% accuracy in detecting faults and 82.89% accuracy in fault diagnosis on real vehicles. The average response times for fault detection and diagnosis are 0.87 s and 1.36 s, respectively. The results demonstrate that the proposed method can effectively detect and diagnose faults in sensing systems and respond rapidly, providing enhanced reliability for autonomous driving systems.
engineering, electrical & electronic,computer science, information systems,physics, applied
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper primarily focuses on the issue of fault diagnosis in autonomous driving perception systems. Specifically, the paper addresses the following aspects: 1. **Fault Detection and Diagnosis**: - Proposes a hybrid fault diagnosis method that combines hardware redundancy and analytical redundancy, aiming to improve the reliability and safety of autonomous driving perception systems. - Uses MMW radar as a benchmark, integrating LiDAR and camera data, and employs information complexity assessment to detect and diagnose faults. 2. **Delay Issues in Actual Deployment**: - Existing hardware redundancy methods exhibit different delay characteristics in actual vehicle deployment, which may lead to misjudgments in practical applications. - The proposed method can effectively operate in actual vehicle deployment and considers the delay characteristics during the fault detection phase. 3. **Data Analysis Issues in Analytical Redundancy Methods**: - Mainstream analytical redundancy methods typically analyze data collected post-event, which cannot guarantee real-time response speed. - The proposed method achieves real-time fault detection, ensuring high accuracy while enhancing response speed. ### Specific Contributions - **Real-time Fault Detection**: Designed a real-time fault detection method, particularly suitable for autonomous driving perception systems, ensuring high detection accuracy. - **Fault Type Diagnosis Based on Information Complexity**: Utilizes information complexity metrics to diagnose fault types without requiring precise modeling and complex data processing, thereby improving response speed. ### Fault Classification The paper defines 12 common fault types, including interference-level (single-modal) and alignment-level (multi-modal) faults. These fault types include but are not limited to: - Density Decrease - Cutout - LiDAR Crosstalk - FOV Lost - Gaussian Corruption - Uniform Corruption - Impulse Corruption - Spatial Misalignment - Temporal Misalignment ### Dataset Expansion To validate the effectiveness of the proposed fault diagnosis method, the paper extends the nuScenes dataset by adding 12 fault injection scenarios and conducts detailed experimental verification. The results indicate that the method has high accuracy and rapid response capability in fault detection and diagnosis.