基于GRU的Denoising自动编码器用于在汽车软件系统的系统集成测试过程中检测和聚类未知的单一和并发故障
Mohammad Abboush1, Christoph Knieke1, Andreas Rausch1
1Institute for Software and Systems Engineering, Technische Universität Clausthal, 38678 Clausthal-Zellerfeld, Germany.
Sensors (Basel, Switzerland)
|July 29, 2023
概括
本研究介绍了一种深度学习方法,使用基于GRU的无噪自动编码器和k-means用于自动汽车传感器故障检测. 它有效地识别了杂的硬件在循环模拟数据中的单独和同时故障.
科学领域:
- 汽车工程 汽车工程
- 软件质量保证 软件质量保证
- 人工智能的人工智能
背景情况:
- 硬件在循环 (HIL) 模拟可以提高汽车软件系统 (ASS) 的质量保证.
- HIL测试产生了大量的数据集,使手动故障分析耗时且困难.
- 现有的基于专家知识的故障检测方法资源密集.
研究的目的:
- 开发一种高效的,自动化的深度学习方法来检测和识别汽车传感器信号故障.
- 为了应对分析大型HIL测试数据集的挑战,而无需人类干预.
- 在噪音条件下准确检测和集群单个和未知的同时故障.
主要方法:
- 开发了一种基于GRU的混合式无声自编码器 (基于GRU的DAE) 模型.
- 基于GRU的DAE与故障检测和集群的k-means算法集成.
- 该方法在HIL模拟中使用高保真性汽油发动机,车辆动态和整个车辆模型进行了验证.
主要成果:
- 拟议的基于GRU的DAE与k-means精确检测和集群单个和未知的同时故障在顺序数据中.
- 该模型与其他自动编码器变体相比表现出更高的性能,在各种噪声水平下显示较低的重建误差.
- 汽车案例研究的验证证实了高检测和聚类准确性,优于独立技术.
结论:
- 新的深度学习方法为HIL测试中的汽车传感器故障检测提供了一个高效和自动化的解决方案.
- 基于GRU的DAE与k-means相结合,可以有效处理噪音数据,并识别复杂的故障场景.
- 这种方法通过自动化数据分析,显著改善了汽车软件系统的质量保证过程.
相关概念视频
Design Example: Automobile Ignition System
253
The automobile's ignition system plays a vital role by ensuring the timely ignition of the fuel-air mixture in each cylinder. This ignition is facilitated by a spark plug, which is composed of two electrodes separated by an air gap. A spark forms across this air gap when a substantial voltage is generated between the electrodes, leading to the ignition of the fuel.
One can generate a large voltage using a car battery of 12 volts with the help of inductors. Inductors are known for opposing...
One can generate a large voltage using a car battery of 12 volts with the help of inductors. Inductors are known for opposing...
253
Classification of Systems-I
215
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
215
Classification of Signals
532
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
532
Classification of Systems-II
177
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
177
Distribution Reliability and Automation
132
Distribution reliability in electrical power systems is critical for ensuring an uninterrupted power supply to consumers at minimal cost. According to IEEE Standard Terms, reliability is the probability that a device will function without failure over a specified time period or amount of usage. For electric power distribution, this translates to maintaining continuous power supply and addressing customer concerns over power outages. Several indices, as defined by IEEE Standard 1366-2012, are...
132
Types of Errors: Detection and Minimization
1.7K
Error is the deviation of the obtained result from the true, expected value or the estimated central value. Errors are expressed in absolute or relative terms.
Absolute error in a measurement is the numerical difference from the true or central value. Relative error is the ratio between absolute error and the true or central value, expressed as a percentage.
Errors can be classified by source, magnitude, and sign. There are three types of errors: systematic, random, and gross.
Systematic or...
Absolute error in a measurement is the numerical difference from the true or central value. Relative error is the ratio between absolute error and the true or central value, expressed as a percentage.
Errors can be classified by source, magnitude, and sign. There are three types of errors: systematic, random, and gross.
Systematic or...
1.7K


