Next Article in Journal
24 km High-Performance Raman Distributed Temperature Sensing Using Low Water Peak Fiber and Optimized Denoising Neural Network
Next Article in Special Issue
Development of an Adaptive Computer-Aided Soft Sensor Diagnosis System for Assessment of Executive Functions
Previous Article in Journal
Polish Court Ruling Classification Using Deep Neural Networks
Previous Article in Special Issue
Sensor Selection and State Estimation for Unobservable and Non-Linear System Models
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Test Strategy Optimization Based on Soft Sensing and Ensemble Belief Measurement

1
School of Automation Engineering, University of Electronic Science and Technology of China, Chengdu 611731, China
2
Southwest Institute of Technical Physics, Chengdu 611731, China
3
School of Foreign Language, University of Electronic Science and Technology of China, Chengdu 611731, China
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(6), 2138; https://doi.org/10.3390/s22062138
Submission received: 12 February 2022 / Revised: 2 March 2022 / Accepted: 4 March 2022 / Published: 10 March 2022
(This article belongs to the Special Issue Intelligent Soft Sensors)

Abstract

:
Resulting from the short production cycle and rapid design technology development, traditional prognostic and health management (PHM) approaches become impractical and fail to match the requirement of systems with structural and functional complexity. Among all PHM designs, testability design and maintainability design face critical difficulties. First, testability design requires much labor and knowledge preparation, and wastes the sensor recording information. Second, maintainability design suffers bad influences by improper testability design. We proposed a test strategy optimization based on soft-sensing and ensemble belief measurements to overcome these problems. Instead of serial PHM design, the proposed method constructs a closed loop between testability and maintenance to generate an adaptive fault diagnostic tree with soft-sensor nodes. The diagnostic tree generated ensures high efficiency and flexibility, taking advantage of extreme learning machine (ELM) and affinity propagation (AP). The experiment results show that our method receives the highest performance with state-of-art methods. Additionally, the proposed method enlarges the diagnostic flexibility and saves much human labor on testability design.

1. Introduction

With the increasing use of electric devices, prognostic and health management engineering (PHM engineering) has played an extremely significant role in product lifetime management over decades [1]. PHM engineering ensures electric devices’ lifetime healthy operation and provides appropriate resource assignment for product management [2]. In recent years, the production cycle has shortened because circuit technology and system design have rapidly developed [3,4,5,6]. The system structures have become more complicated, more integrated, more intelligent, and highly intensive [7]. Additionally, the potential test procedures and fault cases grow exponentially. As a result, PHM engineering has received active demand and new challenges. Practical conditional maintenance (CM) solutions become difficult to generate on modern system applications. On another hand, CM must be flexible enough to math structure complexity and system function complexity. Hence, efficient PHM engineering solutions for modern devices become an urgent problem for academic researchers and industrial engineers.
Under the CM design, testability design and maintainability design are two essential projects to determine supportability, enhance reliability, and guarantee safety during lifetime device management [8]. Testability design analyses the system’s internal structures, selects test projects and arranges test procedures, estimates the system operation condition, and locates failure modes. The key difficulty for testability design is balancing the system’s high structural complexity and the solution efficiency properly. Classical testability design approaches use dynamic programming (DP) to assess optimal solutions [9,10]. However, classic methods suffer from high time complexity when either the number of test projects or failures is larger than 12.
In recent years, the AO* method [11], a sequential testing generation method, balances the generation complexity of test solutions and detection performance for diagnostic procedures with heuristic searching and AND/OR graph topology. Thus, the AO* method became the most popular testability design technique. To match the growing electric system complexity, AO* has been improved to optimize searching mechanisms with information theory [12], evolution algorithms [13,14], dynamic design [15], etc. Additionally, advanced research has simplified searching procedures with rollout strategy [16] and bottom-up decision tree [17] to achieve practical large-system testability solutions. Despite good application results, these testability design approaches need to assign logic relationships between test procedures and failure modes. Hence, all these methods assume that dependent single-signal operations and sequential procedures can make all diagnostic decisions. However, modern devices contain highly complicated logistic relationships [18] between test procedures and potential failure modes under many scenarios. Consequently, the testability design consumes too much human power and affects the testability design efficiency to prepare prior knowledge, especially under short production cycles. Furthermore, the testability design wastes the entailed sensor recording information from test procedures as the existing methods rely on human-selected binary information.
The maintainability estimation model provides real-time operation condition diagnosis and realizes system health management along with testability design. In general, existing maintainability design approaches can be divided into physics-of-failure (PoF) approaches [19,20,21,22] and data-driven (DD) approaches [23,24,25]. PoF approaches use rules from physics or chemical dynamics to estimate electric system failure conditions [26]. With accelerated aging of experimental records and prior modeling knowledge, PoF approaches generate an accurate dynamic model under specific stress influences such as thermal, electrical, and humidity. However, most PoF approaches are only suitable under one stress function, and the methods face high limitations with real applications.
Unlike PoF methods, DD approaches rely on historical sensor information and build maps from sensor recording to failure modes. Hence, DD approaches become more flexible compared to PoF methods. Classical DD approaches use statistic methods such as stochastic methods, regression methods, distance estimation, and similarity estimation [27,28,29,30]. These methods require large samples to ensure unbiased estimation and model robustness, and are constrained in off-line modeling. Therefore, statistical approaches have limitations on maintainability design with few sampling records and short time constraints. In recent years, machine learning (ML) methods [31,32] have attracted research attention because of its high accuracy, strong adaptive ability, powerful robustness, and fast computation time. As a result, ML methods, such as neural networks (NN) [33], support vector machine (SVM) [34,35], k-nearest neighbors (KNN) [36], K-means clustering [37], and particle filters (PF) [38], have been used for maintenance design and tuned to successfully extract hidden rules from failure mode and recording information [39]. However, these methods require prior information selection and the preprocessing system degradation features. The performance of testability and maintainability may affect the preprocessing model input due to the complicated system structure and the complex recording information relationships.
We propose a test strategy optimization based on this paper’s soft-sensing and ensemble belief measurement to overcome this weakness described above. We suggest a closed loop framework for PHM design to replace the sequential framework between testability and maintenance design. Instead of experienced knowledge, our method uses ensemble learning based on direct sensor recordings to gain the system state estimation. Additionally, we connect the testability and maintenance design by the minimal conditional criterion to optimize the test strategy. Consequently, the proposed method improves the flexibility of PHM design, saves labor, and enhances diagnostic efficiency. The contributions of our work follow.
  • Our model builds diagnostic strategies without much prior knowledge and human-elected features. The diagnostic tree is constructed with ELM-based soft-sensor nodes. Instead of experienced features, ELM-based soft-sensor nodes provide basic probability assignment (BPA) directly from the sensor records. Hence, our methods cut the testability design human labor since the method needs no system mechanisms analysis.
  • We build a closed loop between testability design and maintenance design. Thus, the maintenance design makes full use of testability design information and improves the testability design efficiency with the advantage of ELM-based construction modules.
  • Our model divides the fault set adaptively into several fuzzy sets with affinity propagation and improves the diagnostic efficiency of single test procedures.
The experiment proves that our method has better diagnostic accuracy and lower false alarm ratios than other state-of-art diagnostic methods. Additionally, our diagnostic strategies take only a few tests with little test assignment consumption. For each fault state, the diagnostic procedures provide one efficient test sequence. Thus, the diagnostic procedure enjoys high efficiency for applications. Finally, affinity propagation enlarges the diagnostic flexibility and significantly reduces human labor used on testability design.
The rest of this paper is organized as follows. We introduce the PHM design problem and provide the general framework in the next section. Section 3 presents the details of the algorithms and Section 4 provides the experiment results and discussions. Finally, conclusions are drawn in Section 5.

2. Problem Formulation and General Framework

PHM engineering estimates the degradation processes and recognizes failure modes over the product’s full lifetime. Based on experimental research and application surveys, PHM engineering provides fault analysis and maintenance advice to prevent failure occurrence. PHM engineering elements and the corresponding relationships are presented in Figure 1.
To study the target systems, engineers analyze potential failure modes and find unsafe and unreliable features. Thus, the target system’s safety and reliability, reflected by its failure features, draw attention to system failure physical characteristics. For higher reliability and safety, the PHM platform provides maintenance procedures and diagnostic approaches for the system’s supportability. The diagnostic approach depends on testability and the maintenance procedures that rely on maintainability.
Testability is the design characteristic that the health condition can be detected accurately and failure modes can be located successfully. Meanwhile, maintainability is the ability to repair and recover the system under certain conditions within a certain time. The PHM services can ensure healthy system operation and achieve the PHM engineering purpose with proper maintenance and testability design. In general, supportability is the key PHM engineering purpose influenced by testability and maintainability; thus, the PHM must meet the environmental stability needs. The physical system structure directly influences safety and reliability while system elements reflect safety and reliability critically. High testability and maintainability quality improve the system reliability and safety with good maintenance design procedures and diagnostic approaches. Hence, testability design and maintenance design are two significant PHM platform parts.
Since testability and maintenance are important, various techniques provide practical testability design and maintenance design. To our best knowledge, existing methods build a sequential approach to generate the PHM service. As Figure 2 shows, the traditional framework arranges the test procedures to assess the sensor recording and create maintenance design with the assigned sensor records. The framework is applicable for many large systems. However, the testability design uses human experience binary information such as information flow chart, dependence matrix and AND/OR graph. Therefore, the testability design suffers from extended time and the financial burden with modern complex systems, ignores the coupling effects between test procedures, and wastes valuable sensor recording information. As a result, the maintenance design receives poor performance and low efficiency because of poor information usage and low knowledge transmission efficiency from testability design and maintenance design.
We introduce a closed-loop test strategy optimization method on soft-sensor information and ensemble learning to overcome the weakness. Similar to traditional PHM design approaches, the proposed method aims to generate a fault diagnostic tree and cut the fault set with testability sensor information and maintenance signal processing. In contrast, our fault tree grows with direct sensor recording information directly along with the processing module and extends with basic probability assignments. On the other hand, the PHM design process contains a cooperative closed loop between testability and maintenance design to improve information usage and transmission efficiency during fault detection.
The general framework of the proposed method is presented in Figure 3. For maintenance design, the soft sensor integrates the recording information from assigned sensors and the processing signal, such as statistical method, support machine, and learning machine to extract suitable test features. Considering the requirement of fast diagnosis and detection, we use extreme learning machine (ELM) [34], a noniterative single-layer learning machine, to generate accurate fast processing modules of soft-sensing nodes. The details are introduced in the next section.
Suppose there exists N possible sensors with the PHM system design; therefore, the potential test procedures set is denoted as T p o t e n t i a l = { t 1 , t 2 , , t i , t N 1 , t N } , where t i means the test procedures with i-th sensors. As each sensor contains a vector of information x i = { x i , 1 , x i , 2 , , x i , K } ,   i = 1 , 2 , 3 , , N with M existing samples from the targeted system, the training information is regarded as:
X t r a i n = [ x 1 , 1 x 1 , 2 x 1 , N x 2 , 1 x 2 , 2 x 2 , N x M , 1 x M , 2 x M , N ]
where x i j is the recording information vector from the j-th sensor for i-th sample, j = 1,2,3,…, N, and i = 1,2,3,…, M.
With the sampling information, the potential fault tree soft-sensor node structure is denoted as following:
N o d e = { S f a t h e r , S s o n , T n o d e , X n o d e , Y n o d e , E L M n o d e , m e x e m p l a r }
where the T n o d e is the assigned test procedures from previous selected soft-sensor nodes and the potential selected test procedure, and X n o d e is the training sample sensor recording information to detect under the node, as follows:
X n o d e = [ x 1 , T n o d e , x 2 , T n o d e , , x M n o d e , T n o d e ] T
x i , T n o d e = { x i , j | t j T n o d e }
where M m o d e is the number of the sampling data. Y n o d e provides the corresponding sample failure conditions. Suppose the whole set of failure mode is S n o d e = { s 1 , s 2 , , s K } , where K is the number of fault modes considered, then Y n o d e is determined with the actual condition of training samples as follows:
Y n o d e = [ y 1 , y 2 , , y M n o d e ] T
y i = [ y i , 1 , y i , 2 , , y i , K ]
y i , j = { 1 s s i = s j 0 s s i s j
where s s i is the actual i-th sample fault mode. Additionally, S f a t h e r is the fault mode set of the soft-sensor node, represented as follows:
S f a t h e r = { s j | x i X n o d e   a n d   s j S ,   s s i = s j }
With X n o d e and Y n o d e , the ELM serves as the soft-sensor signal processing part and aims to provide the fuzzy set of fault states as much as possible. To achieve the goal, ELM builds a map f : R 1 × N R 1 × K from the training sample signals to estimate the fault states and provides the training sample prediction M n o d e as follows:
M n o d e = [ f ( x 1 , T n o d e | E L M n o d e ) , f ( x 2 , T n o d e | E L M n o d e ) , , f ( x M n o d e , T n o d e | E L M n o d e ) ] T
With M n o d e , ELM estimates the training sample failure modes. To determine the processing part performance, Y n o d e is used as the expected output marks for the fault detection process. From the view of detection process, two indexes, fault detection rate (FDR) and false alarm rate (FAR), play essential roles in evaluating the accuracy.
FDR is defined as the ratio between the failure mode probability that is successfully detected with the ELM and the total failure modes probability. Here, we assume the historical samples are subject to the general failure probability distribution of the real applications. Thus, the statistic characteristics of training samples reflect the total failure mode probability and the training sample detection performance depicts the detection probability. From above, FDR for the node is presented as follows:
F D R n o d e = i = 1 M n o d e j = 1 K P ( f j ( x 1 , T n o d e | E L M n o d e ) 1 ε , y i , j = 1 ) i = 1 M n o d e j = 1 K y i , j
where ε is the detection margin. From the generation process, f j ( x 1 , T n o d e | E L M n o d e ) and y i , j are independent of each other. Additionally, since ELM provides a continuous probability estimation, the loss function with respect to F D R n o d e is computed as follows:
L F D R n o d e = i = 1 M n o d e j = 1 K ( y i , j f j ( x 1 , T n o d e | E L M n o d e ) ) P ( y i , j = 1 ) i = 1 M n o d e j = 1 K y i , j
Along with FDR, FAR presents the ratio between false-alarm failure mode probability and the total failure detection probability. Taking consideration of f j ( x 1 , T n o d e | E L M n o d e ) , FAR is computed as follows:
F A R n o d e = i = 1 M n o d e j = 1 K P ( f j ( x 1 , T n o d e | E L M n o d e ) 1 ε , y i , j = 0 ) i = 1 M n o d e j = 1 K P ( f j ( x 1 , T n o d e | E L M n o d e ) 1 ε )
Here, it is assumed that the model has enough accuracy so that the failure estimation and the total failure conditions have approximate values. Thus, i = 1 M n o d e j = 1 K P ( f j ( x 1 , T n o d e | E L M n o d e ) 1 ε ) is able to be approximately equal to i = 1 M n o d e j = 1 K y i , j . Therefore, the loss function of the FAR is denoted as:
L n o d e = i = 1 M n o d e j K ( y i , j f j ( x 1 , T n o d e | E L M n o d e ) ) 2 P ( y i , j = 1 ) i = 1 M n o d e j K y i , j   + i = 1 M n o d e j K ( y i , j f j ( x 1 , T n o d e | E L M n o d e ) ) 2 P ( y i , j = 0 ) i = 1 M n o d e j K y i , j   = i = 1 M n o d e j K ( y i , j f j ( x 1 , T n o d e | E L M n o d e ) ) 2 i = 1 M n o d e j K y i , j
As i = 1 M n o d e j K y i , j is independent from the soft-sensor construction, the task of ELM is to minimize i = 1 M n o d e j K ( y i , j f j ( x 1 , T n o d e | E L M n o d e ) ) 2 , which is the difference between M n o d e and Y n o d e , expressed as follows:
E L M = a r g m i n { i = 1 M n o d e | | y i f ( x 1 , T n o d e | E L M n o d e ) | | 2 }
Since the maintenance design of the proposed method directly relies on the recording sensor signals, the physical system knowledge is largely preserved and the information usage is highly enhanced.
Based on soft-sensor node construction, testability design process adds the soft-sensor node with best performance and builds a fault tree, taking consideration of potential soft-sensor node under the minimum conditional entropy criterion. Hence, the assigned soft-sensor nodes decrease the diagnostic uncertainty and improve the detection efficiency. Besides, affinity propagation (AP) is adapted to separate the fuzzy set of the fault modes and generate subnodes for the diagnostic model with the exemplar probability estimation m e x a m p o r and basic probability assignment B P A n o d e . The subnodes are denoted with the subset of failure modes S s o n = [ S s o n , 1 , S s o n , 2 , , S s o n , K n o d e ] and satisfies the condition that i = 1 K n o d e S s o n , i = S f a t h e r .
After adding the soft-sensor nodes and extending the subset of fault modes, the information of assigned nodes T n o d e is regarded as prior knowledge, serving as feedback from testability design to maintenance design, and extending the fault tree until reaching the minimum fault condition set.
With the cooperation between testability design and maintenance design, a PHM model based on soft-senor information is generated and the sensors for PHM maintenance are assigned based on the selected test set of PHM model, as follows.
T P H M = { t i : T n o d e ,   t i T n o d e }
To locate the fault condition when starting with the maximum set of failure modes, the corresponding sensor recording is collected and used to compute the potential basic probability assignment. Then, the subset of potential modes is determined based on existing samples with nearest neighbor strategy and the detection process is continued until finding the minimum failure sets and obtaining the failure detection. For each test sample denoted as c a s e i , the PHM detection procedures generate a test sequence corresponding to the assigned sensor recording and the estimation from the signal processing by a branch of assigned soft-sensor nodes, as follows:
S n o d e = { N o d e j : m e x e m p l a r , k m e x e m p l a r , | | f ( x c a s e i , T n o d e , j | E L M n o d e j ) m e x e m p l a r , k | | = d n o d e }
where d N o d e j is the minimum distance from the failure condition estimation vector f ( x c a s e , T n o d e | E L M n o d e j ) to all exemplars of soft-sensor nodes with the same father node of N o d e j . The detection process ends when the procedures reach the terminal node of S n o d e denoted as N o d e t e r m i n a l , c a s e . Then, the estimated failure condition vector is computed as:
y ^ c a s e . j = { 1 s j S n o d e t e r m i n a l , c a s e , f a t h e r 0 s j S n o d e t e r m i n a l , c a s e , f a t h e r
According to the definitions of FDR, FAR, and detection accuracy, the test performance indexes of the detection procedures are computed as follows:
F D R t e s t = X c a s e j = 1 K P ( y ^ c a s e , j = 1 | y c a s s e , j = 1 )
F D R t e s t = X c a s e j = 1 K P ( y ^ c a s e , j = 0 | y c a s s e , j = 1 )
A c c u r a c y t e s t = X c a s e j = 1 K P ( y ^ c a s e , j = 1 | y c a s s e , j = 1 ) + P ( y ^ c a s e , j = 0 | y c a s s e , j = 0 )
From these, the test strategy optimization aims to select T P H M from T p o t e n t i a l and generate the diagnostic tree with soft sensors and AP. For each case, AP determines the next procedure and the corresponding soft sensors with previous estimations. Thus, for each case, the diagnostic tree provides an adaptive test sequence and leads to the final evaluation on the terminal node. Similar to Equation (4), the objective function is the combination of FAR loss and FDR loss, as follows:
L t r e e = i = 1 M j = 1 K ( y i , j F j ( x i , T s e q , i | T s e q , i T P H M , E L M n o d e t r e e ) ) 2 i = 1 M j = 1 K y i , j
where T s e q , i is the required test procedure with respect to the diagnostic tree, and F j ( x i , T s e q , i | T s e q , i T P H M , E L M n o d e t r e e ) is the state estimation from the terminal node with respect to the test procedure of the i-th case.

3. Test Strategy Optimization Based on Soft Sensing and Ensemble Belief Measurement

3.1. Construct Soft-Sensor Node with Extreme Learning Machine

As mentioned in the previous section, each soft sensor contains the recording information from the assigned sensors, the artificial intelligence signal processing modules, and probability estimation parameter for the isolation of fault states. During the construct process, maintenance design produces the soft-sensor node with candidate test procedures and candidate soft-sensor nodes with high performance, and generates the fault tree. For each candidate node, the sensor recording input is created as follows:
X c a n d i d a t e ,   n o d e = { x s i , T i * : x i X c a n d i d a t e   n o d e }
x s i , T i * = { x s i , t | t T i * }
T i * = { T s e q u e n c e * , t * }   where   { t * } T s e q u e n c e * =  
where T s e q u e n c e * integrates the previous test information of before the candidate node and makes full use of sensor recording knowledge.
At the same time, we use ELM to generate artificial intelligence signal processing modules for fast training and high generation ability. Shown in Figure 4, ELM is a noniterative three-layer neural network and contains parameters of a fully connected hidden layer and a linear-combined output layer with an activation function, as follows:
E L M c a n d i d a t e , n o d e = { ( W n o d e , b n o d e ) , β node , f h ( . ) }
W n o d e = [ w 1 , 1 w 1 , N T w 2 , 1 w 2 , N T w L , 1 w L , N T ]
b n o d e = [ b n o d e .1 , b n o d e .2 , , b n o d e . L ]
β n o d e = [ β 1 , 1 β 1 , N T β 2 , 1 β 2 , N T β L , 1 β L , N T ]
where W n o d e is denoted as the weights matrix of the hidden layer while b n o d e is the hidden layer bias, and L is the number of hidden nodes. β n o d e is the output layer weight and f h ( . ) determines the activation function from the sensor input and hidden output. Here, the sigmoid function is taken as the activation functions for all soft-sensor nodes. Relative to X c a n d i d a t e   n o d e , the hidden outputs of training samples are produced as follows:
H n o d e = [ f h ( w 1 x 1 , T * + b n o d e , 1 ) f h ( w L x 1 , T * + b n o d e , L ) f h ( w 1 x 2 , T * + b n o d e , L ) f h ( w L x 2 , T * + b n o d e , L ) f h ( w 1 x M n o d e , T * + b n o d e , 1 ) f h ( w L x M n o d e , T * + b n o d e , L ) ]
As ELM is a noniterative learning machine, W n o d e and b n o d e can be assigned randomly with respect to arbitrary probability distribution, and the output of the model is computed as a linear combination of the hidden output with trained β n o d e , as follows:
Y ˙ c a n d i d a t e   n o d e = β n o d e H n o d e
To estimate the failure situation as accurately as possible, Y ˙ c a n d i d a t e   n o d e is supposed to be consistent with actual failure states Y n o d e defined based on Equations (5)–(7). According to Equation (14), the loss function of the candidate node is computed as follows:
L o s s c a n d i d a t e   n o d e = | | Y n o d e Y ˙ c a n d i d a t e   n o d e | | 2 = | | Y n o d e β n o d e H n o d e | | 2  
Taking differential of L o s s c a n d i d a t e   n o d e with respect to β n o d e , the trained output weight is accessed as follows:
β n o d e = ( H n o d e H n o d e T + λ I ) 1 H n o d e Y n o d e
Based on the proper assignment of ELM parameters, the soft-sensor nodes gain knowledge from the training samples and obtain accurate condition estimation with the test samples.
From above, considering the candidate node with sensor recording inputs X c a n d i d a t e ,   n o d e , the previous test sequence T s e q u e n c e * , and candidate test point t * , the procedure to generate the E L M n o d e follows:
  • Step 1: Assign the candidate node with Equation (2), where S f a t h e r = { s i | s c a n d i d a t e   n o d e = s i , s i S } . Meanwhile, T n o d e is generated as Equation (24), Y n o d e is assigned with Equations (5)–(7);
  • Step 2: Initialize ELM parameters ( W n o d e , b n o d e ) randomly in [−1,1];
  • Step 3: Calculate the hidden output with respect to X c a n d i d a t e ,   n o d e as in Equation (29);
  • Step 4: Train the output weights β n o d e with Equation (32);
  • Step 5: Obtain the estimation of candidate set Y ˙ c a n d i d a t e   n o d e with Equation (30).

3.2. Separate the Fault Set Based on Affinity Propagation

With ELM-based soft-sensor nodes, the condition of trained samples and test samples can be estimated with high efficiency. Meanwhile, owing to the individual sensor recording knowledge limitation, the ELM condition evaluation has a vague part with unrelated failure modes. Thus, the fault set of corresponding nodes S f a t h e r is divided into several fuzzy sets S s o n = [ S s o n , 1 , S s o n , 2 , , S s o n , K n o d e ] based on the fault state evaluation value Y ˙ c a n d i d a t e   n o d e . When constructing traditional diagnostic tree and fault analysis processes, the failure mode subset is divided by comparing the fault state evaluation and reference value of the failure mode or the failure mode calibration value. However, these strategies are only applicable to systems with small structures or systems with known mechanisms and a historical sample may ignore the diversity and validity. Hence, in the proposed method, we introduce a new dividing strategy based on affinity propagation (AP) to cut the fuzzy set and samples with evaluation similarity measurement between pairs of data points. With AP, S s o n it is constituted based on the similarity between condition estimates and the fault tree generation flexibility is enhanced.
Instead of assigning engineering-experience reference information, AP generates clusters based on all training set evaluation values Y ˙ c a n d i d a t e   n o d e = { y 1 , y 2 , , y M n o d e } . The clustering method treats each training sample as one data edge point and transmits two real-valued messages: the responsibility value r ( y i , y j ) and the availability value a ( y i , y j ) , to realize communication between edge nodes until a good set of exemplars and corresponding clusters emerges. The responsibility value r ( y i , y j ) indicates the accumulated evidence for how well suited a historical data point y j is to serve as the exemplar for the historical data point y i . In addition, the availability value a ( y i , y j ) represents how appropriate it would be for a historical data point y i to choose a historical data point y i as its exemplar. For initialization, the similarity between the historical points ( y i , y j ) is calculated based on Euclidean distance, as follows:
d ( y i , y j ) = | | y i y j | | 2
where d ( y i , y j ) reflects how well the historical data point y j is suited to be the exemplar for historical data point y i . AP aims to provide a clustering solution that satisfies the historical data points with larger values of distance estimation, which are more likely to serve as exemplars. To achieve this purpose, the clustering method recursively conducts the following updating process, sending the responsibility message from each data point to the corresponding data point.
First, the responsibility value r ( y i , y j ) is computed based on the following data driven approach:
r ( y i , y j ) = d ( y i , y j ) max k , s . t . k j { a ( y i , y k ) + d ( y i , y k ) }
As the availability value a   ( y i , y j ) is set to 0, the responsibility value r ( y i , y j ) is initialized as the input similarity d ( y i , y j ) minus the largest similarity value between y i and other exemplars. Hence, the updating process does not consider how many other points favor each candidate exemplar. In later process, if some point is efficient to assign with other exemplars, the corresponding availability value will drop to less than 0 with the updating of a ( y i , y j ) . Then, negative a ( y i , y j ) will decrease the effective value of the similarities value d ( y i , y j ) by Equation (34) and removes the corresponding candidate exemplars from competition. Especially, the self-responsibility value r ( y i , y j ) is set to the input preference that the training data point y i becomes one of the exemplars of clusters and reflects accumulated evidence that y i is an exemplar based on its input preference tempered by how ill-suited it is for assignment to another exemplar.
After calculating the responsibility value, the availability value is updated to gather evidence from the training data point as to whether each candidate exemplar makes a good exemplar, as follows:
a ( y i , y j ) = m i n { 0 , d ( y i , y j ) + max k , s . t . k j { a ( y i , y k ) + d ( y i , y k ) } }
In addition, the self-availability value a ( y i , y j ) is updated as follows:
a ( y i , y j ) = k , s . t . k j , k i m a x { 0 , r ( y i , y k ) }
where a ( y i , y j ) reflects accumulated evidence that the training data point y i becomes an exemplar. For data point y i , the data point y i that maximizes a ( y i , y j ) + r ( y i , y j ) is chosen to be the exemplar. Additionally, if i = j , then it is necessary to identify the data point y i as the exemplar and assign its estimation value y i as the exemplar value m e x e m p l a r . The set of all the m e x e m p l a r is denoted as M e x e m p l a r . Based on each exemplar, one subset of S f a t h e r satisfies.
m e x e m p l a r M e x e m p l a r , S s o n , k S s o n , k   s . t .   S s o n , k       = { s i : x j X n o d e ,   a ( y i , m e x e m p l a r ) + r ( y i , m e x e m p l a r )       = a r g m a x { a ( y i , y j ) + r ( y i , y j ) } } .
From above, the AP process with respect to the candidate node is conducted as follows:
  • Step 1: For y ˙ i , y ˙ j Y ˙ c a n d i d a t e   n o d e , initialize the responsibility value r ( y ˙ i , y ˙ j ) as the Euclidean distance d ( y ˙ i , y ˙ j ) with Equation (33), and set the availability value a ( y ˙ i , y ˙ j ) to zero;
  • Step 2: Update the responsibility value r ( y ˙ i , y ˙ j ) with Equation (34);
  • Step 3: Update the availability value a ( y ˙ i , y ˙ j ) with Equations (35) and (36);
  • Step 4: If r ( y ˙ i , y ˙ j ) and a ( y ˙ i , y ˙ j ) become stable, conduct Step 5, otherwise return to Step 2;
  • Step 5: For each sample y ˙ i Y ˙ c a n d i d a t e   n o d e , assign the sample data corresponding to a ( y i , y j ) + r ( y i , y j ) as exemplar node m e x e m p l a r and then generate the exemplar set M e x e m p l a r ;
  • Step 6: Separate S f a t h e r with Equation (37).

3.3. Generate the Fault Diagnostic Tree under Minimum Conditional Criterion

Based on soft-sensor construction and subset division, the fault states of the target system can be located by cutting the set of potential failure sets with the function of sequences of soft-sensor nodes. In this section, we introduce how to generate the fault tree using a potential soft-sensor node under heuristic strategy based on the minimum conditional criterion. For the assigned failure set S f a t h e r , the contains numbers of potential sensor nodes corresponding to the candidate procedures. To choose the soft sensor for fault tree construction, the condition entropy H ( Y n o d e | Y ˙ n o d e , E L M c a n d i d a t e ) is introduced as follows:
H ( Y n o d e | Y ˙ n o d e , E L M c a n d i d a t e ) = y Y n o d e p ( y , y ˙ | E L M c a n d i d a t e ) l o g ( y | y , ˙ E L M c a n d i d a t e )    
Since the soft-sensor model is data-driven, the estimation value of the conditional entropy is computed as follows:
H ( Y n o d e | Y ˙ n o d e , E L M c a n d i d a t e ) = y Y n o d e l o g p ( y | y , ˙ E L M c a n d i d a t e )
Assuming the data information ( Y n o d e , Y ˙ n o d e ) is subject to Gaussian distribution, then H ˙ ( Y n o d e | Y ˙ n o d e , E L M c a n d i d a t e ) is simplified as follows:
H ˙ ( Y n o d e | Y ˙ n o d e , E L M c a n d i d a t e ) = y Y n o d e | | Y n o d e Y ˙ n o d e | | 2
For all candidate soft-sensor nodes, the node with the lowest conditional entropy is selected to build the fault diagnostic tree. From above, the process to construct the fault diagnostic tree follows:
Step 1.
Initialize the root node N o d e r o o t of the decision tree. Assign the father fault set S f a t h e r as the total fault set S t o t a l and set the data set X n o d e as the whole training data set. Take all the test procedures as the potential test set T p o t e n t i a l for N o d e r o o t . Set T s e q u e n c e * to .
Step 2.
Generate the potential soft-sensor node N o d e c a n d i , t p o t e n t i a l for each test procedure t p o t e n t i a l T p o t e n t i a l based on Equations (24), (28) and (31).
Step 3.
Evaluate with Equation (39) the condition entropy H ˙ ( Y n o d e | Y ˙ n o d e , E L M c a n d i d a t e ) for the entire potential soft-sensor node. Select the corresponding soft-sensor node N o d e c a n d i , t p o t e n t i a l with the lowest condition entropy as the target node to the diagnostic tree, and update the T s e q u e n c e * as { T s e q u e n c e * , t o p t } . Additionally, remove t o p t from T p o t e n t i a l .
Step 4.
Apply AP to separate the fault set S f a t h e r based on Y ˙ n o d e and assign the exemplar reference M e x e m p l a r with Equation (36).
Step 5.
For each subset S i in S s o n , construct the extending node N o d e S i . For each extending node N o d e S i , the father set is assigned as S i and the data set is constructed based on AP result. T s e q u e n c e * is initialized as { T s e q u e n c e * , t o p t } .
Step 6.
Generate the subset node by repeating Steps 2 to 5 until reaching the minimal subset of failure mode. The construction process is completed when all the subnodes of the failure tree are constructed.
With the minimum conditional criterion, the fault diagnostic tree is generated with data-driven mechanisms and requires few engineering experiences. Thus, the generating process is applicable to complex systems with insufficient knowledge about structures, functions, and mechanisms.
With the diagnostic tree generated, the diagnostic process of the target system is implemented as follows:
Step 1.
Initialize the target node N o d e t a r g e t with the root node N o d e r o o t of the diagnostic tree. Assign the potential fault set S p o t e n t i a l to the total fault set S t o t a l . Set the target sensor recording x t a r g e t as and set the test sequence T s e q u e n c e to .
Step 2.
Conduct the new test procedure t * in the N o d e t a r g e t and obtain the sensor recording x t a r g e t , t * . Add t * into T s e q u e n c e and merge x t a r g e t , t * into x t a r g e t . Compute the estimation of the target system y ˙ t a r g e t with E L M n o d e in N o d e t a r g e t by Equations (29) and (30).
Step 3.
Find the optimal m e x e m p l a r in M e x e m p l a r of N o d e t a r g e t with smallest distance. Locate the subfault set S * as the updated S p o t e n t i a l with Equation (37).
Step 4.
Search the soft-sensor node in the diagnostic tree with S f a t h e r = S p o t e n t i a l and assign the corresponding node as the new target node N o d e t a r g e t .
Step 5.
Continue the diagnostic procedure by steps 2 to 4 until reaching the minimal subset of the failure set. After the diagnosis is finished, achieve the final estimation by using Equation (17).

4. Experiment

In this section, we use the analog circuit in [40] to evaluate the detection performance of the proposed method with state-of-art methods. As Figure 5 shows, the target system contains four second-order filters and one adding device. The detail of the system is presented in Table 1. The tolerance of R1, R2, R3, R4, R5, R6, R7, and R8 is ± 10 % while the tolerance of R9, R10, and R11 is ± 1 % . For capacitances, the tolerance is set to ± 5 % . Under healthy operation, the transmission gain of Av1, Av2, Av3, and Av4 is within a range of ± 1 % .
Here, the failures caused by different changes of amplifiers are taken into failure detection. The failure modes are defined based on the range of transmission gain for Av1, Av2, Av3, and Av4, as shown in Table 2. Since 80% of failures in real applications have a single-failure mode, we only consider failure detection of single failure modes. For example, the failure condition of Av1 is divided into five phases with different ranges of transmission gain while the transmission gain of Av2, Av3, and Av4, are collected with four different frequencies (10 Hz, 100 Hz, 10 kHz, and 100 kHz) of input signals. The details are shown in Table 3. These voltage outputs from Av1, Av2, Av3, and Av4 are regarded as the potential test points for failure detection. In total, there are 16 candidate test points and 17 potential fault states that consider the health state.
We apply Monte Carlo simulation to generate 20 samples for each failure mode by using Pspice software to access data.
According to the traditional PHM framework shown in Figure 3, the optimization process requires binary fault marks based on human experience and design detection circuits for each fault state. Since there are four fault states for each second-order filter, the detection is a large burden on circuit design. Testability design may also fail to relate the relationship between binary estimations of different test procedures. On the other hand, the maintenance design suffers low estimation efficiency as the testability does not consider the detailed information of sensor recordings.
Unlike the sequential framework, the proposed method considers the direct sensor information under testability and maintenance design. With cooperative procedures in Figure 4, the proposed method generates the candidate soft-sensor nodes for maintenance. At the same time, the testability design uses the minimal conditional criterion to generate the optimized diagnostic strategy. The minimal conditional criterion enhances the flexibility of testability design by considering the soft-sensor estimation in maintenance phases. On the other hand, the maintenance performance with full sensor recording increases information usage efficiency. Instead of human-experience processing, the proposed method saves many costs during the PHM design. To evaluate diagnostic performance, we compared our method with the hidden Markov method (HMM), support learning machine (SVM), and radial basis function (RBF) by using all recordings of 16 test points as input information. To estimate the feature extraction performance and learning machine function, we also took HMM and SVM with principal component analysis (PCA) and extreme learning machine (ELM) into comparison. For each method, we used 70% of the samples in each fault state as the training samples to construct the model and the other 30% as the sensor information of target systems. We assigned 100 kernels or hidden nodes for our soft-sensor nodes for the SVM, RBF, and ELM models. Each method was conducted 30 times to obtain the average performance.
Table 3 shows the FAR, FDR, and accuracy of each method. HMM has high diagnostic accuracy without feature extraction, especially for S0. This is because HMM has a higher statistical analysis ability than SVM and RBF. However, HMM gives poorer FAR than the other methods. Unlike HMM and RBF, SVM and ELM have lower FAR and become more sensitive to false-negative samples by the advantage of the learning machine. Comparing HMM, SVM, PCA–HMM, and PCA–SVM, PCA improves HMM diagnosis for S5 and S8 and proves that proper feature extractions can benefit from the diagnostic performance. Our method has the lowest FAR, the highest FDR, and the highest accuracy compared with the other methods. Based on the same sensor recordings or even less information, the generated strategy provides an accurate location for all test samples for all 16 fault states. Hence, with ensemble learning based on soft sensors, the functions of sensor recording are largely improved.
Figure 6 shows the diagnostic tree of our method. All fault conditions are separated and recognized with 13 individual testing sequences with the tree structure. Each testing sequence takes less than 5 test procedures and the whole diagnostic tree contains only 9 testing points out of 16 potential test points. In other words, the fault state of the target systems is located within 2–5 test procedures instead of collecting all 16 sensor recordings. From above, the diagnostic tree has higher efficiency and lower cost testing consumptions than diagnostic strategies that require full-tests built by SVM, HMM, and ELM, as well as the constrained diagnostic tests strategies that require PCA-based methods. Additionally, unlike traditional diagnostic trees with binary structures, our method separates the fuzzy set with the evaluation results from constructing and dividing modules. As a result, our testability design extends the diagnostic flexibility and improves the diagnostic accuracies of each fault mode.
Based on soft-sensor construction, the potential test accuracies of the diagnostic tree root node are compared based on different test procedures. As shown in Figure 7, different test procedures differ on diagnostic accuracies, especially for S0–S5. Therefore, the minimum conditional criterion-based fault tree constructions can efficiently select proper soft-sensor nodes into the diagnostic tree and ensure that the diagnostic FAR and FDR and their accuracies receive high improvement under the constructing process.
The affinity propagation result from the diagnostic-tree-root node is presented in Figure 8. As the root nodes evaluate all samples, the affinity results are generated with fault mode evaluations of all 17 fault conditions (from S0 to S16). Here, we depict the affinity propagation result from three fault states, which occur at the same space, such as Av1 failures (S0, S1, and S2), Av2 failures (S5, S7, and S14), and Av4 failures (S12, S13, and S15). Additionally, we present the affinity propagation results with three failure modes in different places: S2 in Av1, S7 in Av2, and S14 in Av4.
From Figure 8, the soft-sensor nodes provide distinguishable BPA evaluations for each data point. The affinity propagation generates sample clusters from different dimensions adaptively with the data point similarity measurements. Most data points are clustered with topological closer clusters; others may differ on other dimensions. Compared with traditional clustering strategies for diagnosis, affinity propagation provides practical, automatic fault-state divisions and saves much human labor on engineering applications.
Finally, the sequence testing performance for fault states is shown in Figure 9. Here, we present the test sequence of S0, S3, S8, and S15. These four test sequences achieve their best diagnostic accuracy within three to five test procedures, and the test efficiency is much higher than traditional maintenance methods. Test accuracy grows increasingly for all test sequences as test nodes are added into the test procedures. Especially for the test sequence of S0, the diagnostic accuracy is less than 60% in the first test procedures as the corresponding fuzzy state set contains many members. However, the accuracy grows fast as more nodes are added into the sequences and the potential states become smaller. Thus, the ensemble function of soft-sensor nodes improved the diagnostic performance with high efficiency.
From above, our method has better diagnostic accuracies and lower FARs compared with other state-of-art diagnostic methods. Additionally, our diagnostic strategies take only 9 out of 16 tests points and save much test assignment consumption. For each fault state, the diagnostic procedures provide 1 test sequence within 5 test procedures. Thus, the diagnostic procedure enjoys high efficiency for applications. Finally, the affinity propagation enlarges the diagnostic flexibility and saves much human labor on testability design.

5. Conclusions

Along with a short production cycle and rapid development of design technology, existing PHM techniques have become impractical and fail to match the structural and functional complexity. Prior knowledge preparation costs too much in human labor and binary decision-making strategies waste the entailed sensor recording, especially for large complicated systems.
We propose a test strategy optimization based on soft sensing and ensemble belief measurement to overcome these weaknesses. The proposed method constructs a closed loop between testability design and maintenance design, generating an efficient fault diagnostic tree with ELM-based soft-sensor nodes. Unlike traditional diagnostic approaches, our diagnostic tree adaptively separates the fault sets by affinity propagation, and the soft-sensor nodes are assigned with the minimum conditional criterion. Thus, our methods can achieve high efficiency and flexibility for diagnostic processes.
The experiment results prove that our methods have minimum FAR and maximum accuracies on fault diagnosis among state-of-art methods. Additionally, our methods require fewer test procedures and increase the test efficiency compared with other methods. Because the construction processes are based on ELM and AP, the PHM design saves much human labor and becomes more flexible compared to traditional PHM approaches. Hence, the proposed method has good performance on test strategy design. However, the proposed method uses an offline construction technique for the diagnostic tree. As a result, the diagnostic performance only depends on the assigned fault set, and the recordings of online operations do not work on the PHM design. Therefore, the online updating of the diagnostic strategy should be further investigated.

Author Contributions

Conceptualization, W.M. and Y.S.; methodology, W.M.; software, W.M.; validation, Y.S., L.T. and Z.L.; formal analysis, L.T.; investigation, Z.L.; resources, Z.L.; data curation, W.M.; writing—original draft preparation, W.M.; writing—review and editing, W.M.; visualization, W.M.; supervision, Y.S.; project administration, L.T.; funding acquisition, Z.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China under Grant No. U1830133(NSFC) and the Project of Sichuan Youth Science and Technology Innovation Team, China (Grant No. 2020 JDTD0008).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data that support the findings of this study are available on request from the authors.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Braunfelds, J.; Senkans, U.; Skels, P.; Janeliukstis, R.; Salgals, T.; Redka, D.; Lyashuk, I.; Porins, J.; Spolitis, S.; Haritonovs, V.; et al. FBG-based sensing for structural health monitoring of road infrastructure. J. Sens. 2021, 2021, 8850368. [Google Scholar] [CrossRef]
  2. Suryasarman, V.M.; Biswas, S.; Sahu, A. Automation of test program synthesis for processor post-silicon validation. J. Electron. Test. 2018, 34, 83–103. [Google Scholar] [CrossRef]
  3. Liu, H.; Chen, X.; Duan, C.; Wang, Y. Failure mode and effect analysis using multi-criteria decision-making methods: A systematic literature review. Comput. Indust. Eng. 2019, 135, 881–897. [Google Scholar] [CrossRef]
  4. Yin, T.; Huang, D.; Fu, S. Intrinsic determinants and harmonic measure of flight safety. IEEE Tans. Ind. Electron. 2019, 67, 881–897. [Google Scholar] [CrossRef]
  5. Zhu, Z.; Pan, Y.; Zhou, Q.; Lu, C. Event-Triggered adaptive fuzzy control for stochastic nonlinear systems with unmeasured states and unknown Backlash-like hysteresis. IEEE Trans. Fuzzy Syst. 2020, 19, 1273–1283. [Google Scholar] [CrossRef]
  6. Roman, R.C.; Precup, R.E.; Petriu, E.M. Hybrid data-driven fuzzy active disturbance rejection control for tower crane systems. Eur. J. Control 2021, 58, 373–387. [Google Scholar] [CrossRef]
  7. Li, S.; Yu, G.; Tang, D.; Li, M.; Han, H. Vibration diagnosis and treatment for a crubber system connected to a reciprocating compressor. J. Sens. 2020, 2020, 6697295. [Google Scholar] [CrossRef]
  8. Boumen, R.R.; Ruan, S.; De Jong, I.S.M.; Van De Mortel-Fronczak, J.A.; Rooda, J.K.; Pattipati, K.R. Hierarchical testing sequencing for complex systems. IEEE Trans. Syst. Man Cybern. Part A Syst. Hum. 2009, 39, 640–649. [Google Scholar] [CrossRef]
  9. Garey, M.R. Optimal binary identification procedures. SIAM J. Appl. Math. 1972, 23, 173–186. [Google Scholar] [CrossRef]
  10. Unler, A.; Murat, A. A discrete particle optimization method for feature selection in binary classification problem. Eur. J. Oper. Res. 2010, 206, 528–539. [Google Scholar] [CrossRef]
  11. Pattipati, K.R.; Alexandrid, M.G. Application of heuristic search and information theory to sequential fault diagnosis. IEEE Trans. Syst. Man Cybern. 1990, 20, 872–887. [Google Scholar] [CrossRef]
  12. Xu, S.; Bi, W.; Zhang, A.; Mao, Z. Optimization of flight test tasks allocation and sequencing using genetic algorithm. Appl. Soft Comput. 2022, 115, 108241. [Google Scholar] [CrossRef]
  13. Sun, L.; Zhang, X.; Qian, Y.; Xu, J.; Zhang, S. Feature selection using neighborhood entropy-based uncertainty measures for gene expression data classification. Inf. Sci. 2019, 502, 18–41. [Google Scholar] [CrossRef]
  14. Zhang, S.; Song, L.; Zhang, W.; Hu, Z.; Yang, Y. Optimal sequential diagnostic strategy generation considering test placement cost for multi-mode systems. Sensors 2015, 15, 25592–25606. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Yang, C.; Liu, Z.; Cong, H. Fault diagnosis of analog filter circuit based on genetic algorithm. IEEE Access 2019, 7, 54969–54980. [Google Scholar] [CrossRef]
  16. Fang, T.U.; Pattipati, K.R. Rollout strategies for sequential fault diagnosis. IEEE Trans. Syst. Man Cybern. 2003, 33, 86–99. [Google Scholar] [CrossRef]
  17. Kundakcioly, O.E.; Unluyurt, T. Bottom-up construction of minimum cost AND/OR trees for sequential fault diagnosis. IEEE Trans. Syst. Man Cybern. 2007, 37, 621–629. [Google Scholar] [CrossRef]
  18. Roy, S.; Rashid, A.U.; Abbasi, A.; Murphree, R.C.; Hossain, M.M.; Faruque, A.; Metreveli, A.; Zetterling, C.-M.; Fraley, J.; Sparkman, B.; et al. Silicon carbide bipolar analog circuits for extreme temperature signal conditioning. IEEE Trans. Electron. Dev. 2019, 66, 3764–3770. [Google Scholar] [CrossRef]
  19. Yao, F.; Ma, J.; Tang, S.H. IGBT module bonding demage mechanism, evolution law and condition monitoring. Chin. J. Sci. Instrum. 2019, 40, 88–99. [Google Scholar]
  20. Shi, Y.; Li, Q.; Meng, X.; Zhang, T.; Shi, J. On time-series InSAR by SA-SVR algorithm: Prediction and analysis of mining subsidence. J. Sens. 2020, 2020, 8860225. [Google Scholar] [CrossRef]
  21. Liang, Y.; Yang, S.; Wen, X.; Yin, H.; Huang, L. Research on defect quantification technology in pulsed eddy current non-destructive testing. Chin. J. Sci. Instrum. 2018, 39, 70–78. [Google Scholar]
  22. Samie, M.; Perinpanayagam, S.; Alghassi, A.; Motlagh, A.M.; Kapetanios, E. Developing prognostic models using duality principles for DC-DC converters. IEEE Trans. Power Electron. 2015, 30, 2872–2884. [Google Scholar] [CrossRef] [Green Version]
  23. Seixas, A.; Cesar, R.; Flesch, C.A. Data-driven soft sensor for the estimation of sound power levels of refrigeration compressors through vibration measurements. IEEE Trans. Ind. Electron. 2020, 67, 7065–7120. [Google Scholar]
  24. Senguta, E.; Jain, N.; Garg, D.; Choudhury, T. A review of payment card fraud detection methods using artificial intelligence. In Proceedings of the International Conference on Computational Techniques, Electronics and Mechanical Systems (CTEMS), Belagavi, India, 21–23 December 2018; pp. 494–499. [Google Scholar]
  25. Ampatzidis, Y.; Partel, V.; Meyering, B.; Albercht, U. Citrus rootstock evaluation utilizing UAV-based remote sensing and artificial intelligence. Comput. Electron. Agric. 2019, 164, 104900. [Google Scholar] [CrossRef]
  26. Yue, D.; Han, Q. Guest editorial special issue on new trends in energy internet: Artificial intelligence-based control, network security and management. IEEE Trans. Syst. Man Cybern. Syst. 2019, 49, 1551–1553. [Google Scholar] [CrossRef]
  27. Gupta, P.; Batra, S.S. Sparse short-term time series forecasting models via minimum model complexity. Neurocomputing 2017, 243, 1–11. [Google Scholar] [CrossRef]
  28. Jia, L.; Tao, R.; Wang, Y.; Wada, K. Forward prediction solution for adaptive noisy FIR filtering. Sci. China Inf. Sci. 2001, 52, 10071014. [Google Scholar] [CrossRef]
  29. Zhang, J.S.; Xiao, X.C. A reduced parameter second-order volterra filter with application to nonlinear adaptive prediction of chaotic time series. Acta Phys. Sin. 2001, 50, 1248–1254. [Google Scholar] [CrossRef]
  30. Liu, C.; Dong, J. Simultaneous fault detection and containment control design for multi-agent systems with multi-leaders. J. Frankl. Inst. 2020, 357, 9063–9082. [Google Scholar] [CrossRef]
  31. Yin, L.; He, Y.; Dong, X.; Lu, Z. Muti-step prediction of volterra neural network for traffic flow based on chaos algorithm. In Proceedings of the 3rd International Conference on Information Computing and Applications, Chengde, China, 14–16 September 2012; pp. 232–241. [Google Scholar]
  32. Ge, Z. Mixture Bayesian regularization of PCR model and soft-sensing application. IEEE Trans. Ind. Electron. 2015, 62, 4336–4343. [Google Scholar] [CrossRef]
  33. Geng, H.; Liang, Y.; Liu, Y.; Alsaadi, F.E. Bias estimation for asynchronous multi-rate multi-sensor fusion with unknown inputs. Inf. Fusion 2018, 39, 15–139. [Google Scholar] [CrossRef]
  34. Hong, W.-C. Chaotic particle swarm optimization algorithm in a support vector regression electric load forecasting model. Energ. Convers. Manag. 2009, 50, 105–117. [Google Scholar] [CrossRef]
  35. Liang, Z.; Zhang, L. Intuitionistic fuzzy twin support vector machines with the insensitive pinball loss. Appl. Soft Comput. 2022, 15, 108231. [Google Scholar] [CrossRef]
  36. Cai, H.S.; Feng, J.S.; Yang, Q.B.; Li, W.Z.; Li, X. A virtual metrology method with prediction uncertainty based on Gaussian process for chemical mechanical planarization. Comput. Ind. 2020, 119, 103228. [Google Scholar] [CrossRef]
  37. Singh, J.; Darpe, A.K.; Singh, S.P. Bearing remaining useful life estimation using an adaptive data-driven model based on health state change point identification and K-means clusterin. Meas. Sci. Technol. 2020, 31, 085601. [Google Scholar] [CrossRef]
  38. Deng, Y.F.; Du, S.C.; Jai, S.Y.; Zhao, C.; Xie, Z.Y. Prognostic study of ball screws by ensemble data-driven particle filter. J. Manuf. Syst. 2020, 56, 359–372. [Google Scholar] [CrossRef]
  39. Huang, Y.-W.; Lai, D.-H. Hidden node optimization for extreme learning machine. AASRI Procedia 2012, 3, 375–380. [Google Scholar] [CrossRef]
  40. Catelani, M.; Fort, A. Soft sensor detection and isolation in analog circuits: Some results and a comparison between a fuzzy approach and radial basis function networks. IEEE Trans. Instrum. Meas. 2002, 51, 196–202. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Element and the corresponding relationship of PHM engineering.
Figure 1. Element and the corresponding relationship of PHM engineering.
Sensors 22 02138 g001
Figure 2. Traditional framework of testability and maintenance design.
Figure 2. Traditional framework of testability and maintenance design.
Sensors 22 02138 g002
Figure 3. General framework of test strategy optimization based on soft sensing and ensemble belief measurement.
Figure 3. General framework of test strategy optimization based on soft sensing and ensemble belief measurement.
Sensors 22 02138 g003
Figure 4. Fault tree of test strategy optimization based on soft sensing and ensemble belief measurement.
Figure 4. Fault tree of test strategy optimization based on soft sensing and ensemble belief measurement.
Sensors 22 02138 g004
Figure 5. Target analog circuit.
Figure 5. Target analog circuit.
Sensors 22 02138 g005
Figure 6. Analog circuit diagnostic tree.
Figure 6. Analog circuit diagnostic tree.
Sensors 22 02138 g006
Figure 7. Analog circuit diagnostic tree potential ELM model accuracy comparison.
Figure 7. Analog circuit diagnostic tree potential ELM model accuracy comparison.
Sensors 22 02138 g007
Figure 8. Potential ELM model accuracy comparison.
Figure 8. Potential ELM model accuracy comparison.
Sensors 22 02138 g008aSensors 22 02138 g008b
Figure 9. Test sequence accuracy comparison: (a) S0 test sequence, (b) S3 test sequence, (c) S8 test sequence, and (d) S15 test sequence.
Figure 9. Test sequence accuracy comparison: (a) S0 test sequence, (b) S3 test sequence, (c) S8 test sequence, and (d) S15 test sequence.
Sensors 22 02138 g009aSensors 22 02138 g009b
Table 1. Details for the components of the circuit.
Table 1. Details for the components of the circuit.
ComponentsNominal ValueToleranceSubsystem
R1320 kΩ10%High-Pass Filter 1 F1 = 10 Hz
R2320 kΩ10%
C150 nF5%
C250 nF5%
Av11.751%
R332 Ω10%Low-Pass Filter 1 F2 = 100 kHz
R432 Ω10%
C350 nF5%
C450 nF5%
Av21.751%
R5320 Ω10%High-Pass Filter 2 F3 = 10 kHz
R6320 Ω10%
C550 nF5%
C650 nF5%
Av31.751%
R732 kΩ10%Low-Pass Filter 2 F4 = 100 Hz
R832 kΩ10%
C750 nF5%
C850 nF5%
Av41.751%
R91 kΩ1%Adder
R101 kΩ1%
R111 kΩ1%
Table 2. Denotation of fault states.
Table 2. Denotation of fault states.
Fault IndexAv1 Value RangeAv2 Value RangeAv3 Value RangeAv4 Value Range
S0(normal)(1.70,1.80)(1.70,1.80)(1.70,1.80)(1.70,1.80)
S1(1.60,1.70)(1.70,1.80)(1.70,1.80)(1.70,1.80)
S2(1.80,1.90)(1.70,1.80)(1.70,1.80)(1.70,1.80)
S3(1.50,1.60)(1.70,1.80)(1.70,1.80)(1.70,1.80)
S4(1.90,2.00)(1.70,1.80)(1.70,1.80)(1.70,1.80)
S5(1.70,1.80)(1.60,1.70)(1.70,1.80)(1.70,1.80)
S6(1.70,1.80)(1.80,1.90)(1.70,1.80)(1.70,1.80)
S7(1.70,1.80)(1.50,1.60)(1.70,1.80)(1.70,1.80)
S8(1.70,1.80)(1.90,2.00)(1.70,1.80)(1.70,1.80)
S9(1.70,1.80)(1.70,1.80)(1.60,1.70)(1.70,1.80)
S10(1.70,1.80)(1.70,1.80)(1.80,1.90)(1.70,1.80)
S11(1.70,1.80)(1.70,1.80)(1.50,1.60)(1.70,1.80)
S12(1.70,1.80)(1.70,1.80)(1.90,2.00)(1.70,1.80)
S13(1.70,1.80)(1.70,1.80)(1.70,1.80)(1.60,1.70)
S14(1.70,1.80)(1.70,1.80)(1.70,1.80)(1.80,1.90)
S15(1.70,1.80)(1.70,1.80)(1.70,1.80)(1.50,1.60)
S16(1.70,1.80)(1.70,1.80)(1.70,1.80)(1.90,2.00)
Table 3. Performance comparison.
Table 3. Performance comparison.
MethodPerformanceS0S1S2S3S4S5S6S7S8S9S10S11S12S13S14S15S16
HMMFAR25.00.000.000.000.000.000.0020.0033.30.0020.00.000.000.0052.633.316.7
FDR96.310010010010098.896.310010010010010010098.798.710098.7
accuracy95.310010010010097.795.310098.910010010010095.396.598.898.8
SVMFAR0.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.00
FDR92.394.194.198.896.494.194.197.610094.194.194.194.194.194.196.497.6
accuracy92.994.194.198.996.594.194.197.710094.194.194.194.194.194.196.597.7
RBFFAR33.366.733.333.236.50.000.0037.50.000.000.0050.060.033.360.054.428.6
FDR92.995.193.998.710096.410010010095.294.110098.796.396.3100100
accuracy91.793.095.196.590.696.596.596.510096.510095.394.194.195.393.097.7
PCA
HMM
FAR25.00.000.000.000.000.0020.00.000.000.000.000.000.000.0028.60.000.00
FDR96.310010010010010098.8100100100100100100100100100100
accuracy95.310010010010010097.710010010010010010010097.7100100
PCA
SVM
FAR0.000.000.000.000.000.002.300.000.000.000.000.000.000.000.000.000.00
FDR93.094.194.198.896.494.194.197.610094.194.194.194.194.194.196.497.6
accuracy93.094.194.198.996.594.197.710094.194.194.194.194.194.194.196.597.7
ELMFAR0.000.000.000.000.000.002.300.000.000.000.000.000.000.000.000.000.00
FDR91.410010010010010010010010010010010010010010096.497.6
accuracy92.310010010010010010010010010010010010010010096.497.6
OURSFAR0.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.000.00
FDR99.7100100100100100100100100100100100100100100100100
accuracy100100100100100100100100100100100100100100100100100
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Mei, W.; Liu, Z.; Tang, L.; Su, Y. Test Strategy Optimization Based on Soft Sensing and Ensemble Belief Measurement. Sensors 2022, 22, 2138. https://doi.org/10.3390/s22062138

AMA Style

Mei W, Liu Z, Tang L, Su Y. Test Strategy Optimization Based on Soft Sensing and Ensemble Belief Measurement. Sensors. 2022; 22(6):2138. https://doi.org/10.3390/s22062138

Chicago/Turabian Style

Mei, Wenjuan, Zhen Liu, Lei Tang, and Yuanzhang Su. 2022. "Test Strategy Optimization Based on Soft Sensing and Ensemble Belief Measurement" Sensors 22, no. 6: 2138. https://doi.org/10.3390/s22062138

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop