Next Article in Journal
Partial Discharge Fault Diagnosis in Power Transformers Based on SGMD Approximate Entropy and Optimized BILSTM
Previous Article in Journal
Relativistic Consistency of Nonlocal Quantum Correlations
Previous Article in Special Issue
Enhancing Zero-Shot Stance Detection with Contrastive and Prompt Learning
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Avionics Module Fault Diagnosis Algorithm Based on Hybrid Attention Adaptive Multi-Scale Temporal Convolution Network

1
School of Automation Science and Engineering, South China University of Technology, Guangzhou 510641, China
2
Guangdong Engineering Research Center of Cloud-Edge-End Collaboration Technology for Smart City, Guangzhou 510641, China
3
The Fifth Electronics Research Institute of Ministry of Industry and Information Technology, Guangzhou 511370, China
*
Authors to whom correspondence should be addressed.
Entropy 2024, 26(7), 550; https://doi.org/10.3390/e26070550
Submission received: 24 April 2024 / Revised: 19 June 2024 / Accepted: 22 June 2024 / Published: 27 June 2024
(This article belongs to the Special Issue Methods in Artificial Intelligence and Information Processing II)

Abstract

:
Since the reliability of the avionics module is crucial for aircraft safety, the fault diagnosis and health management of this module are particularly significant. While deep learning-based prognostics and health management (PHM) methods exhibit highly accurate fault diagnosis, they have disadvantages such as inefficient data feature extraction and insufficient generalization capability, as well as a lack of avionics module fault data. Consequently, this study first employs fault injection to simulate various fault types of the avionics module and performs data enhancement to construct the P2020 communications processor fault dataset. Subsequently, a multichannel fault diagnosis method, the Hybrid Attention Adaptive Multi-scale Temporal Convolution Network (HAAMTCN) for the integrated functional circuit module of the avionics module, is proposed, which adaptively constructs the optimal size of the convolutional kernel to efficiently extract features of avionics module fault signals with large information entropy. Further, the combined use of the Interaction Channel Attention (ICA) module and the Hierarchical Block Temporal Attention (HBTA) module results in the HAAMTCN to pay more attention to the critical information in the channel dimension and time step dimension. The experimental results show that the HAAMTCN achieves an accuracy of 99.64% in the avionics module fault classification task which proves our method achieves better performance in comparison with existing methods.

1. Introduction

The avionics system refers to the electronic equipment required to support various functions of an aircraft. It is an essential component of the modern aircraft, handling flight control, navigation, communications, surveillance, and a wide range of other critical operations [1]. With the rapid development of aviation technology, as the core of the avionics system, the avionics module is becoming more complex and integrated, and the demand for its improved performance, reliability, and safety is also increasing [2].
Fault prediction and health management are vital means of boosting system availability and maintenance efficiency, and for minimizing lifecycle costs. It is difficult to conduct fault diagnosis of avionics systems with more mature health degradation models; additionally, the lack of specific health data acquisition sensors prevents the health management system from obtaining abundant data to enable data-driven monitoring and fault diagnosis [3]. Therefore, timely and accurate fault diagnosis of the avionics module, as well as implementing effective measures to repair the detected fault and thus maintain the operation of the module, is of great significance to ensure the safe and reliable operation of aircraft [2].
The various operation states and numerous failure modes of avionics modules lead to a broad distribution of fault signals with significant uncertainty, which are typical large-entropy signals. Considering the traditional methods, the equivalent circuit method is difficult to model, the signal-based Fast Fourier Transform (FFT) and Wavelet Transform methods are susceptible to noise interference, and the machine learning-based Support Vector Machine (SVM) and K-Nearest Neighbor (KNN) algorithm have low accuracy [4,5]. In conclusion, traditional methods perform inadequately in dealing with large entropy failure signals of the avionics module.
Because of the dramatic increase in the volume of recorded data in recent years, deep learning-based methods, due to their impressive data exploitation capability, have shown remarkable advantages and wide applicability with large-entropy signals in the field of fault diagnosis. However, in avionics systems, data acquisition faces several challenges, such as data scarcity, security constraints, and complex system architectures. Additionally, the avionics module contains a wide variety of electronic components with diverse properties, creating additional challenges in the training and deployment of deep learning models.
To address the aforementioned limitations, we first simulate several fault states of the functional circuit module of the P2020 communications processor by using the fault injection technique; subsequently, we propose a multichannel fault diagnosis method, HAAMTCN, for the large-entropy fault signals of the avionics module, which utilizes Adaptive Multi-scale Temporal Convolution (AMTC) module adaptively and selects the convolution kernel size based on frequency domain information to fully extract temporal features. Meanwhile, it combines the Interaction Channel Attention (ICA) module and the Hierarchical Block Temporal Attention (HBAM) module as a hybrid attention mechanism to focus the whole model on more valuable information. The ICA module groups the channel dimensions into multiple sub-features and realizes the modulation between different channels through channel interactions. The HBTA module considers both time-step localized associations as well as long-time dependencies. This study makes the following contributions:
  • The Adaptive Multi-scale Temporal Convolution (AMTC) module is proposed, which utilizes the FFT to search for the frequency of the channel with the largest contribution, and adaptively constructs the optimal multi-scale receptive field at an extremely rapid speed, to realize the comprehensive extraction of the features of the time series data. Additionally, residual concatenation is adopted to improve the accuracy and stability of the network to enable stronger feature extraction capability for time series data.
  • The Interaction Channel Attention (ICA) module is presented, which reshapes some channels into batch dimensions and groups the channel dimensions into multiple sub-features to better preserve the information of each channel and reduce the computational overhead. Meanwhile, the regulation between different channels is realized through channel interaction, enabling the model to dynamically learn and adjust the weight of different channels.
  • The Hierarchical Block Temporal Attention (HBTA) module is proposed, which applies the multi-head attention mechanism to the raw feature maps in blocks to effectively extract the local information while reducing the computational complexity and simultaneously performing the downsampling operation on the raw feature maps to expand the scope of multi-head attention to obtain sufficient global information. Finally, by combining the information at different hierarchical blocks, the relationship between time steps of sequential data can be effectively captured, which enhances the expressive power of the model.
  • Several fault states of the functional circuit module of the integrated modular avionics (IMA) system are simulated by using the fault injection technique, and each abnormal state can be equated to the actual situation of a certain function degradation of the electronic module; this leads to the sampling and production of the dataset of avionics module faults. This dataset can provide a database for subsequent avionics module failure analysis.

2. Related Work

Presently, avionics module fault diagnosis methods are mainly categorized into model-based methods, signal-based methods, and data-driven methods.

2.1. Model-Based and Signal-Based Approaches

Model-based fault diagnosis methods are based on mathematical and physical models that realize the effective identification and assessment of system faults by accurately describing the characteristics of the diagnosed objects and verifying them against actual data. A previous study [6] detected chip faults based on a cellular automata array through compressed test vector coding combined with byte error correction coding techniques. In another study [7], a dynamic analysis method was proposed for state-correlated IMA fault recovery that examined the system state through the analysis of its dynamic behavior. A fault time propagation diagram [8] that provided a diagnostic basis for system faults was established through system analysis for IMA systems. Furthermore, other studies [9] have utilized fault propagation diagrams for the effective fault diagnosis of complex electronic systems with multichannel diagnostic information. While model-based fault diagnosis methods provide us with an effective means to analyze and address system faults, there are some obvious drawbacks and limitations when they are applied to avionics modules. First, avionics systems are structurally complex; therefore, modeling them is significantly challenging. Furthermore, many model-based methods are post hoc diagnostic, i.e., they can only analyze and diagnose faults after they have occurred.
Therefore, signal processing techniques are being increasingly used to meet the needs of fault diagnosis more efficiently and directly. Additionally, these approaches are more intuitive and flexible as compared to model-based methods; they also require less complex modeling processes, thus improving the efficiency and accuracy of fault diagnosis. Some researchers [10] reviewed the commonly utilized signal processing algorithms in electronic equipment fault diagnosis, including Time Synchronous Averaging, FFT, and Envelope Spectrum Analysis, and discussed the applicable scenarios of each method in depth. Additionally, a previous study [11] proposed a multiparameter evaluation method based on confidence value and Mahalanobis distance for the health assessment of complex programming logic device (CPLD) functional modules in an avionics system. While they have a wide range of applications in the field of fault diagnosis, these methods suffer from several problems and challenges. For example, in the face of noise-laden fault signals, the recognition ability of some signal processing methods may be insufficient. The processing of multichannel data is also a challenge for signal processing methods. In avionics systems, multiple sensors may simultaneously generate a large volume of data; therefore, determining how to extract key feature information from such data by signal processing methods needs to be investigated by future researchers.

2.2. Data-Driven Approach

Data-driven methods include traditional machine learning methods and deep learning methods.
The core idea of traditional machine learning methods is using abundant monitoring data to construct data-driven models, further extracting key fault features from massive data to realize the intelligent diagnosis of a system’s status. A previous study [12] used the SVM technique to achieve the effective diagnosis of single and multiple faults in induction motors by measuring stator current and vibration signals. Another study [13] employed fault injection to simulate faults in the avionics system; the authors utilized the Back Propagation (BP) neural network for deep data mining, ultimately constructing an effective fault diagnosis algorithm. This approach reduces the dependence on expert knowledge and allows the diagnostic process to be more automatic and intelligent. However, machine learning methods, with their relatively simple model structures, are restricted in their fitting ability when processing high-dimensional data and complex circuit function correlation functions. Moreover, researchers tend to apply different machine learning models to different scenarios.
With the rapid upgrading of hardware equipment and progress of data processing technology, deep learning technology is gradually dominating the field of fault diagnosis and becoming a hot spot and mainstream direction for research. In one study [14], the soft failure signals of the avionics module was modeled employing fault injection; this significantly enhanced the accuracy of avionics system fault diagnosis based on Residual Neural Network (Res Net). A previous study [15] proposed an innovative method to stack transform the original signal to eliminate the effect of manual feature extraction; meanwhile, the researchers constructed a two-dimensional convolutional neural network model based on LeNet-5, that achieved a remarkable performance enhancement in fault diagnosis as compared to that by the traditional methods. Another study [16] proposed a method based on a time series encoder that consisted of a convolutional neural network and innovatively incorporated a convolutional attention mechanism before the output; this method was capable of accurately extracting fault-related information from longer variable length data. Another study [17] proposed a Multivariate Long Short-Term Memory Fully Convolutional Network (MLSTM-FCN) model for multichannel inputs by combining a full convolution module and a Long Short-Term Memory (LSTM) module as a feature extractor, further introducing a Squeeze-and-Excitation Block (SE) Channel attention mechanism module; this model exhibited excellent performance when dealing with multivariate time series tasks. In another study [4], researchers designed a multi-branch residual module comprising dilated convolution; this module was capable of effectively extracting multi-scale features in avionics equipment signals, thus providing richer and more accurate feature information for fault diagnosis. In the meantime, an innovative multiresolution hypergraph neural network algorithm [18] that reveals higher-order complex associations among samples and digs deeper into the underlying structures in the data by constructing and integrating hypergraph structures at multiple resolutions was proposed. In one study [19], the vibration signals generated by faults were converted into time-frequency images using Wavelet Transform methods; subsequently, a convolutional neural network-based fault diagnosis method was designed using these feature images. In some previous studies [20,21,22], a method for constructing a deep neural network was proposed, in which the network design was interpretable, and the network convolution parameters and fault characteristics corresponding to the fault were obtained through learning to exhibit excellent performance. However, regarding the electronic systems domain, research on deep learning applications is lagging behind to some extent as compared to that for the mechanical equipment domain due to factors such as the challenging nature of data acquisition and variability of electronic components. Nonetheless, with the continuous improvement in technology and further research, the potential of deep learning in the application of electronic system fault diagnosis remains enormous.

3. Methodology

3.1. HAAMTCN Structure

For avionics module fault signals, which are high-information entropy signals, it is necessary to pay attention to the correlation of the information between the channels, and at the same time, the speed of the degradation process varies for different fault types as well as for different channel signals. Therefore, multiple convolution kernels of different sizes are used to extract feature information from multiple scales. In the meanwhile, current state-of-the-art methods often require extensive tuning of hyperparameters to enhance the quality of the extracted features for better extraction of data features. This often requires a significant amount of time. So, for the avionics module diagnostic task, we propose the HAAMTCN structure.
The network architecture proposed in this study is illustrated in Figure 1, where the time series dataset of different fault types obtained by injecting anomalies is used as inputs that pass through three Adaptive Multi-scale Temporal Convolution (AMTC) modules and use the residual network structure. Problems encountered during the training of deep neural networks such as gradient vanishing and training difficulties are solved by residual connection that also improves the expressive and generalization abilities of the network, in which the residual connection branch passes through a 1 × 1 one-dimensional convolutional layer and Batch Normalization layer.
The obtained feature maps are input to the Hybrid Attention module (Figure 2) that comprises Interaction Channel Attention (ICA) module and Hierarchical Block Temporal Attention (HBTA) module. Combining these modules to process the input data and splicing the processed results together to extract important feature information from the input data leads to enhancing the model’s attention to the input data and feature representation. The result is passed through the Global Average Pooling and Dropout layer. The Global Average Pooling averages the features on the whole feature map to capture the global information of the whole feature map, thus enabling the model to better learn the most important features. It also reduces the number of parameters and mitigates model complexity, thus reducing the risk of overfitting. Finally, the different types of failure modes are categorized through SoftMax.
On the one hand, the model adaptively selects the convolutional kernel size and extracts sufficient feature information through a three-layer AMTC module with residual connection. Due to its strong feature extraction capability advantage, it is extremely suited for processing large information entropy signals such as avionics fault signals. On the other hand, Interaction Channel Attention and Hierarchical Block Temporal Attention are applied through the Hybrid Attention module to train the model to focus on the critical information of the feature map; eventually, the Global Average Pooling and Dropout layers reduce the parameter acceleration algorithm and minimize the risk of overfitting, which has a remarkable effect on equipping the model to distinguish different types of faults in the avionics module.

3.2. Adaptive Multi-Scale Temporal Convolution Module

The Adaptive Multi-scale Temporal Convolution (AMTC) module proposed in this study exploits the advantages of strong convolutional feature extraction capability, as well as adaptive selection of convolution kernel size when dealing with the large information entropy data. In this study, the spectrum for each channel of the fault signal is first obtained according to the FFT, and the approximate optimal receptive field is determined based on the frequency corresponding to the maximum amplitude of each channel. A one-dimensional convolutional layer with a kernel size of 3 × 1 is introduced in the initial stage to match the optimal receptive fields corresponding to the largest number of channels and refine finer features. Subsequently, these features are fed into a multichannel one-dimensional convolution process, where the convolution kernels are of sizes 1 × 1, 9 × 1, 13 × 1, and 27 × 1—each of which corresponds to an optimal receptive field. These convolution results are spliced with the input features processed by maximum pooling to form a completely new feature map. Thereafter, this feature map is again subjected to multichannel parallel one-dimensional convolutional processing for secondary feature extraction, this time with convolutional kernel sizes of 1 × 1, 3 × 1, 5 × 1, and 7 × 1. Smaller convolutional kernel sizes are chosen for better identification of local patterns and features. Each splicing operation is immediately followed by a Batch Normalization layer and Rectified Linear Unit layer, the combination of which not only accelerates the training process but also makes the whole training more robust.
Through this design, the AMTC module can not only adaptively select the appropriate convolutional kernel size to approximate the optimal receptive field, which significantly reduces the computational overhead regarding selecting suitable convolutional kernels, but at the same time, the utilization of the multichannel parallel convolutional strategy also dramatically improves the training efficiency of the model. The AMTC module is illustrated in Figure 3.
For the convolution before the first splicing, a different convolutional kernel size is selected for each branch to obtain more sensory fields, and the output of the multi-scale convolution is spliced in the channel dimension. The output obtained by splicing can be expressed as follows:
x c o n c a t = C o n c a t ( x o u t 1 , x o u t 2 , , x o u t n , x p o o l i n g )
where x o u t i represents the output of the branch I, that can be expressed as
x o u t i = f 1 i f 0 ( x i )
where f 0 denotes the 3 × 1 convolution, f 1 i denotes the convolutional layer corresponding to branch i;
x p o o l i n g represents the pooling channel and can be expressed as follows:
x p o o l i n g = f 2 ( M a x p o o l i n g ( x i ) )
where f 2 is the 1 × 1 convolution operation.
Based on the FFT, the amplitude of each channel of the fault signal at different frequencies can be obtained. The amplitude represents the intensity of each frequency component in the signal spectrum, and the frequency component with a larger amplitude corresponds to the signal with larger energy concentrated at that frequency. The period with the largest contribution from each channel is calculated based on the frequency with the largest amplitude; thus, the appropriate convolutional kernel size is adaptively selected to roughly obtain the optimal receptive field that greatly reduces the computational overhead required to sample various sizes of convolutional kernels. The frequency domain characteristics of the individual channels of fault class 1 are shown in Figure 4.
For periodic time series data, the optimal receptive field should be able to cover a full cycle so that the network can capture the key features in the periodic pattern. If the receptive field is too small to cover the complete cycle, it will result in the network failing to learn periodic features effectively. In contrast, if the sensory field is too large, it will contain information from multiple cycles, leading to imprecisely learned features. Therefore, we chose a period of 1–2 times of the period corresponding to the maximum frequency of the contribution as the approximate optimal receptive field.
The optimal receptive field is formulated as follows:
l k = l k 1 + ( ( f k 1 ) i = 1 k 1 s i )
l k denotes the receptive field of layer k, l k 1 denotes the receptive field of the layer k − 1, f k denotes the size of the convolution kernel of layer k, and s i denotes the step size of layer i.

3.3. Interaction Channel Attention Module

In this section, we present the ICA (Interaction Channel Attention) module for time series data. This module incorporates both 1 × 1 and 3 × 1 branches to fulfill inter-channel information interaction and cross-channel feature extraction. This design not only facilitates the capture of deep correlations between channels but also effectively extends the receptive field of the network, thus offering enhanced characterization capabilities when processing complex time series patterns. For a multichannel time series, X = ( x 1 , x 2 , , x n ) ( c × n ) , where x i denotes the vector of time step i, c denotes the number of channels, and n denotes the number of time steps, that is, the length of the sequence. The input is first divided into g groups through the group layer, reshaped into batch dimensions, and finally grouped into multiple sub-features of the channel dimensions. Through the Global Average Pooling process and in conjunction with the Group Normalization layer, the attentional weight within each channel group is computed and applied to the channel features within the group to achieve the weighting of different channels within the group. Finally, the weighted in-group features are recombined into the final output; this ensures that the model retains key information while effectively reducing computational overhead, thus demonstrating superior performance and efficiency when dealing with large-scale time series data.
Overall, this channel attention mechanism realizes the proposed network’s adaptive selection and weighting of channel information by dynamically adjusting the importance weight of each channel, thus promoting the model’s characterization ability and performance. Through channel interactions, the network can exploit inter-channel correlations more effectively and selectively strengthen or weaken the influence of specific channels according to the task requirements, thus improving the behavior and generalization of the model. The structure of the ICA mechanism is illustrated in Figure 5.

3.4. Hierarchical Block Temporal Attention Module

Self-attention is a mechanism for a sequence module that dynamically assigns different attentional weights to elements at different locations when processing sequence data, thus allowing the sequence module to better capture the relationships between different parts of the sequence. However, its computational complexity is high, and it has limitations for capturing long-distance dependencies between different positions in a sequence, and it lacks positional information itself.
To solve the above problem, Our Hierarchical Block Temporal Attention (HBTA) module acts on time series data by assigning different levels of attention to information at different time steps. The HBTA module divides the raw multichannel time series feature maps into multiple non-overlapping sub-feature maps along the time-step dimension using a suitably sized window, and the surrounding deficiencies are filled using 0 values. A multi-head attention mechanism is applied to each sub-feature map, and then the results are stitched together by the location of the blocks, avoiding interference from too distant time points while reducing the computational effort. At the same time, the original feature maps are downsampled multiple times using a large step-length one-dimensional convolution to shorten the length of the time series and keep the number of channels constant. The same number of blocks as in the previous layer are adopted, and then the relationship between time steps is extracted by using the multi-head attention mechanism for the sub-feature maps after the blocking. Finally, upsampling from bottom to top using transposed convolution expands its size to be the same as the result of the previous layer’s self-attention computation, with the number of channels unchanged, and then sums up with the result of the previous layer’s self-attention on an element-by-element basis up to the uppermost layer.
In this way, a larger range of time point information can be obtained, which is ultimately equivalent to the self-attentive computation of all time point information within the entire time series feature map, while the computational effort is greatly reduced. Using the multi-attention mechanism through the way of blocking in different positions can include the features in the time point more comprehensively, obtain the multi-angle time-step self-attention information, and improve the accuracy and comprehensiveness of the time-step self-attention. The structure of the HBTA module proposed in this paper is shown in Figure 6.
For the input feature map X, multiply each of the three feature matrices W Q , W K , W V :
Q = X W Q K = X W K V = X W V
Using Q, K, and V, the final output result matrix of the Attention layer is calculated:
A t t e n t i o n ( Q , K , V ) = s o f t max ( Q K T d k ) V
d k = d h i d / / n
where d h i d is the size of the hidden layer of the multi-head attention mechanism and n is the number of multi-head attention mechanism heads.
The original feature map is downsampled using one-dimensional convolution, and the relationship between the input time step L i n and the output time step L o u t is
L o u t = ( L i n + 2 × P a d d i n g K e r n e l S i z e ) S t r i d e + 1
The upsampling operation is performed on the generated feature map using transposed convolution, and the relationship between the input time step L i n and the output time step L o u t is
L o u t = ( L i n 1 ) × S t r i d e 2 × P a d d i n g + K e r n e l S i z e
where Padding denotes the padding length, KernelSize denotes the one-dimensional convolutional kernel size, and Stride denotes the convolutional kernel move step.
The HBTA module effectively captures the relationship between the time steps of sequence data. Capturing local temporal correlations independent of the long-range dependencies of the entire sequence by applying multi-head attention at the sub-block level simultaneously reduces the computational complexity of the multi-head attention mechanism and enhances the robustness of the model. Local correlations in the sequence can be better captured by downsampling and applying the multi-attention mechanism on shorter sequences without the limitation of the length of the original sequence, and the feature information in the sequence can be extracted more efficiently. Upsampling the results of lower-level attention calculations and splicing them with the results of upper-level attention can enable the model to take into account different levels of information at the same time, enhancing the expressive power of the model and enabling it to better understand the structure and characteristics of the entire time series.

4. Experiment

4.1. Evaluation Metrics

Accuracy, precision, recall, and F1-Score were chosen as the evaluation metrics and were calculated as follows:
A c c u r a c y = T P + T N T P + F P + F N + T N
P r e c i s i o n = T P T P + F P
R e c a l l = T P T P + F N
F 1 S c o r e = 2 P r e c i s i o n × R e c a l l P r e c i s i o n + R e c a l l
When evaluating a multiclassification problem, it is common to decompose the multiclassification problem into a set of n 2-classification problems, each time using one of the classes as the positive class and the remaining classes uniformly as the negative class, and finally, calculating the average. TP indicates that the positive class is predicted to be positive, TN indicates that the negative class is predicted to be negative, FP indicates that the negative class is predicted to be positive, and FN indicates that the positive class is predicted to be negative.

4.2. Data Preprocessing

In this study, the P2020 component in the data processing module adopted fault injection to simulate the fault state, and all the multichannel data collected by fault injection were measured via voltage signal in V. The 16 collected channels were 1.05 V; 2.5 V; 3.3 V; 5 V supply voltage and ground voltage signals; 1.5 V of DDR3; the supply voltage of reference voltage 1 and reference voltage 2; 3.3 V and negative voltage of NOR FLASH; 3.3 V and negative voltage of NAND FLASH; 2.5 V; 3.3 V; and the reference voltage and negative voltage of P2020CPU on experimental circuit boards. Fourteen types of signal data were available for comparison with normal signals. The failure modes and collected parameters are shown in Table 1.
According to the avionics module, fault signals are generally characterized by large information entropy; we performed preliminary filtering by calculating the information entropy of the signals obtained from fault injection. If the information entropy of the fault signal was below the threshold level, we reviewed the fault injection process and eliminated the invalid data. The information entropy was calculated as follows:
H ( X ) = i = 1 n p ( x i ) log p ( x i )
where p ( x i ) denotes the probability that the random event X is x i .
The simulation experiment is based on LabView’s data acquisition system software. According to the wiring to select the fault signal injection channel, we chose to parallel different capacitors or resistors to simulate different types of faults. For example, connecting a resistor to the P2020_CLK pin corresponds to the fault type of CPU processing capability degradation, and connecting a capacitor to the DDR3_CLK pin corresponds to the fault type of memory performance degradation. In order to realize fault injection and output waveform information acquisition, NI high-speed digital IO boards were used to provide excitation signals to the Field-Programmable Gate Array (FPGA). At the same time, the response signal of the FPGA was synchronously acquired back to the LabVIEW2012 software for data processing. Through AD conversion, the voltage, current, frequency and other parameters are stored in the specified format to the PC, thus completing the fault injection and data acquisition. The signal amplitude of the fault injection is small, and no filtering is set to avoid the effect of filtering noise reduction on the injected noise signal.
In deep learning tasks, data augmentation is the process of augmenting the size and diversity of the training dataset with a series of random transformations to increase the generalization ability and robustness of the model. Dataset enhancement is one of the most commonly employed methods of data enhancement; it must be noted that there are no specifically proposed dataset enhancement techniques for time series data; however, too-low data volumes available for training the model result in the risk of overfitting.
In this study, overlapping sampling was taken to cut samples of length 256 in the original signal so that the training set contains a greater number of forms of samples and more feature information, increasing the diversity and adequacy of the data and providing additional information to support the training of the model. To control the overlapping area between different samples, this study set a suitable size of offset; in this case, it was set to 64 for samples with a length of 256. Ultimately, the generated dataset comprises 280,000 samples of 14 faults with 20,000 samples of each fault. For each fault type, 10,000 pieces of data were selected to divide the training set and validation set for Dataset1 in order to tune the hyperparameters. The rest of the data were divided into k folds for k-fold cross-validation, where k-1 folds were used as the training set and 1 fold as the test set, and the experiment was repeated k times, and k was chosen as 10 for this experiment. Since the model performed stably in Dataset1, the average of the evaluation metrics for each of the k experiments was used as the final test set result when k-fold cross-validation was performed in Dataset2. The data labels are in the one-hot form. One-hot coding converts the categorical variables into binary numeric vectors, where the vector index corresponding to the category is set to 1 at the index of the vector and 0 at other positions. The overlapping sampling method is shown in Figure 7. The multi-channel failure mode data set information is shown in Table 2.

4.3. Ablation and Alternative Experiment

The deep learning models presented in this study were implemented in pytorch1.11.0+cu113 and python3.9, and the configuration of the server used is NVIDIA GeForce RTX 4060-8GB. The model utilized the dataset for the fault dataset obtained from the sampling above, with a total of 14 fault types and 20,000 samples per class. The Dataset1 was utilized to determine the optimal hyperparameters, whose data were divided into a training set and validation set in the ratio of 8:2. Dataset2 was used for cross-validation by dividing it into 10 folds, arbitrarily taking 9 of them as the training set and the other as the test set and repeating the experiment 10 times.
The training was performed using a minimized cross-entropy loss function; for a multiclassification task, this can be expressed as the following:
L o s s = i c = 1 M y i c log ( p i c )
where M denotes the number of categories and y i c is a sign function (0 or 1), taking 1 if the true category of sample i is equal to c and 0 otherwise, and p i c is the predicted probability that observation sample i belongs to category c.
By obtaining the appropriate hyperparameters at Dataset1, in Dataset2 we made use of the Adam optimizer; this optimizer combines the Momentum and RMSprop gradient descent methods and proves to be efficiently applicable to different neural networks. Using the early-stopping mechanism, the epochs were set to 50 in the experiment, and the training was terminated when the validation set lost 7 epochs without decreasing. Training in batches was conducted using mini-batch gradient descent with the batch size set to 32. The initial learning rate was set to 0.0001, and the Reduce LR On Plateau was employed to dynamically adjust the learning rate by multiplying the learning rate by 0.1 times, the new learning rate when the validation set lost 2 epochs without degradation.

4.3.1. AMTC Module Ablation Experiment

The ablation experiment is for the number of AMTC modules to be ablated. Where Model A makes no use of AMTC modules, Model B employs one AMTC module, Model C employs three AMTC modules, which is the model used in this study, and Model D employs five AMTC modules. Each AMTC module was connected using one residual connection to enhance the accuracy and stability of the model. The outcomes of model training with different numbers of AMTC module counts are shown in Table 3.
The loss and accuracy curves obtained after training on Dataset1 are depicted in the Figure 8.
The experiment data indicate that Model A has significantly low prediction accuracy and that the training results do not converge. Model B obtained a significant improvement in accuracy by using one AMTC module, indicating that the AMTC module has a strong feature extraction capability; however, due to its insufficient network depth, it has limited feature extraction ability; ultimately, it performs less efficiently than model C in the validation set and test set. The performance of Model D in the validation set fluctuates during training and does not converge as fast as Model C. Because Model D is overfitted and the gradient propagation is unstable, parameter optimization is difficult and it is more difficult to train. Compared to Models A, B, and D, Model C is found to be more accurate in the validation sets and test sets, as well as showing a steadier convergence process on the validation sets.

4.3.2. Network Structure Ablation Experiment

For the network ablation experiments, the ICA module, the HBTA module, and the entire Hybrid Attention module were ablated, and the results after ablation are shown in Table 4.
The loss curves and accuracy curves for the training set and validation set on Dataset1 are shown in the Figure 9.
The experimental data demonstrate that the removal of the ICA module and the HBTA module leads to a decrease in accuracy, while the convergence process is more unstable. The validity of the ICA module and the HBTA module is further illustrated by the fact that adding the ICA module allows the model to better focus on critical channel information, and the addition of the HBTA module facilitates the model to capture both the long-time dependencies as well as the proximity time step relationships. The two attention mechanisms are complementary since they pay attention to vital information from the channel dimension and time step dimension, which further optimizes the feature maps extracted by the AMTC module and raises the accuracy of the final fault classification.

4.3.3. Network Module Replacement Experiment

Alternative experiments were conducted by replacing the attention module in this study with the SE Attention Block (Squeeze-and-Excitation Block), MulAtt (Multi-head Attention mechanism module), Cross-attention mechanism module, Gate module, and GCnet module (Global Correlation Network) for experimental comparison. The batch size and initial learning rate are also the same as in the above experiments, and the Adam optimizer was chosen to dynamically adjust the learning rate using ReduceLROnPlateau. The results of the experiment, after replacing it with other attention mechanisms, are shown in Table 5.
As shown by the experimental data, applying the SE bottleneck structure restricts the free flow of information in the network and is prone to overfitting. The Gate attention mechanism simply computes the attention weights and gating signals directly from the inputs without considering the interactions between the features. The multi-attention mechanism is hard to parameterize and it is difficult to capture the relationship between time steps through this mechanism. GCnet’s attention coefficients, computed by linear transformation and activation function, are fixed and have limited ability to model long-distance dependencies. The above attention mechanisms struggle to increase accuracy. The cross-attention mechanism that combines time-domain and frequency domain information shows some improvements in terms of model accuracy; however, the effect is relatively limited since avionics fault data do not have highly pronounced cyclic characteristics. Comparing the performance of the validation set and test set shows that the Hybrid Attention module adopted in this study achieves complementarity in the channel dimension and time step dimension. Thus, it is effective for avionics module fault diagnosis classification tasks by capturing inter-channel linkages in the channel dimension and long-time dependencies in the time step dimension.

4.4. Comparison Experiment

To conduct a comparison, a one-dimensional convolutional neural network was selected as the benchmark model in this paper, and DTW-KNN, SVM, TCN [23], MRes-FCN [24], MACNN [25], MLSTM-FCN [17], Inception-Resnet [26], and Inception-FCN [27] were selected as the comparison variables. The Adam optimizer was chosen for gradient descent, and ReduceLROnPlateau was employed to dynamically adjust the learning rate; the experimental results of this comparison are shown in Table 6.
The accuracy curves obtained after training on Dataset1 are shown in the Figure 10 and Figure 11.
The experimental data indicate that the HAAMTCN achieves state-of-the-art results on avionics fault diagnosis tasks. The HAAMTCN achieves the highest accuracy on both the validation and test sets; it also achieves a fast convergence rate, relative to the benchmark model and other mainstream models for fault classification of temporal data. Thus, the results demonstrate that the HAAMTCN efficiently identifies the type of faults in avionics modules.
It is hard to set null rates of Temporal Convolutional Networks (TCN), which can lead to information loss or difficulty in training. A one-dimensional convolutional neural network as a baseline model, due to its limited feature extraction capability, is fast to train but falls short in terms of accuracy. Multi-scale residual full convolutional neural network (MRes-FCN) utilizes full convolutional block and residual block serial multi-scale convolutional kernel to extract multi-scale features; however, the network is deeper and slower to train, and feature extraction is not sufficiently adequate. Multi-scale Attention Convolutional Neural Network (MACNN) captures information at various scales along the timeline using only convolutional kernels of different sizes. Multivariate Long Short-Term Memory Fully Convolutional Network (MLSTM-FCN) consists of LSTM with convolutional blocks to extract features; however, its introduction of the SE module limits the correlation between channels and is prone to overfitting. The Inception module in Inception-Resnet has a simple structure with fewer layers and restricted feature extraction capability. The Inception-FCN combines multi-scale convolution as well as FCN to favorably capture temporal dependencies and sequence features in the data; however, the lack of an attentional mechanism makes it difficult to further improve accuracy. The HAAMTCN combines the advantages of Inception-Resnet and MACNN in extracting features from multiple scales while incorporating an attention mechanism to place greater emphasis on the vital information that contributes significantly to the improved accuracy rate. This demonstrates that the AMTC module has a stronger feature extraction capability, and that the attention mechanism enhances the model accuracy even further.

5. Conclusions

In this study, to address the lack of avionics module data acquisition difficulties and other issues, the fault injection method is adopted to simulate the different fault types of avionics modules. An overlapping sampling operation is adopted for the simulated avionics faults to construct the dataset for data augmentation, which facilitates the network model to extract features more adequately. The HAAMTCN for the integrated functional circuit module of the avionics module is proposed and is presented to diagnose different faults, which adaptively construct the optimal size of the convolutional kernel to efficiently extract features; further, the combined use of the Interaction Channel Attention (ICA) module and the Hierarchical Block Temporal Attention (HBTA) module results in the HAAMTCN to pay more attention to the critical information in the channel dimension and time step dimension. The advantages of HAAMTCN are verified through ablation experiments and comparative tests, which illustrate its effectiveness in avionics module fault diagnosis tasks and reflect its better ability to handle avionics module fault signals with large information entropy.

Author Contributions

Methodology, Q.D. and L.Y.; Validation, S.H.; Writing – original draft, M.S.; Writing – review & editing, Z.Z.; Supervision, L.T. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by Key Laboratory Fund General Project (No. 6142806220501), Ministry of Industry and Information Technology Project (No. CEICEC-2022-ZM02-0249), National Natural Science Foundation of China (No. 62274043), the Key-Area Research and Development Program of Guangdong Province (No. 2022B0701180002).

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Xu, Q.; Chen, J.; Wu, B. Preprocessing of massive flight data based on noise and dimension reduction. In Proceedings of the 6th International Conference on Computer and Communications (ICCC), Chengdu, China, 11–14 December 2020; IEEE Publications: New York, NY, USA, 2020; pp. 1706–1710. [Google Scholar]
  2. Wu, Z.; Huang, N.; Zheng, X.; Li, X. Cyber-physical avionics systems and its reliability evaluation. In Proceedings of the 4th Annual IEEE International Conference on Cyber Technology in Automation, Control and Intelligent, Hong Kong, China, 4–7 June 2014; pp. 429–433. [Google Scholar]
  3. Zhang, J.; Li, T.; Chi, C.; Lv, Y. A TFPG-based method of fault modeling and diagnosis for IMA systems. In Proceedings of the Prognostics and Health Management Conference (PHM-Besançon), Besancon, France, 4–7 May 2020; pp. 167–175. [Google Scholar]
  4. Liu, Y.; Li, K.; Zhang, Y.; Song, S. MRD-NETS: Multi-scale Residual Networks with Dilated Convolutions for Classification and Clustering Analysis of Spacecraft Electrical Signal. IEEE Access 2019, 7, 171584–171597. [Google Scholar] [CrossRef]
  5. Li, T.; Zhao, Z.; Sun, C.; Cheng, L.; Chen, X.; Yan, R.; Gao, R.X. WaveletKernelNet: An Interpretable Deep Neural Network for Industrial Intelligent Diagnosis. IEEE Trans. Syst. Man Cybern. Syst. 2021, 52, 2302–2312. [Google Scholar] [CrossRef]
  6. Chattopadhyay, S.; Chowdhuri, D.R.; Bhattacharjee, S.; Chaudhuri, P.P. Board level fault diagnosis using cellular automata array. In Proceedings of the 8th International Conference on VLSI Design, New Delhi, India, 4–7 January 1995; pp. 343–348. [Google Scholar]
  7. Han, R.; Wang, S.; Liu, B.; Zhao, T.; Ye, Z. A novel model-based dynamic analysis method for state correlation with IMA fault recovery. IEEE Access 2018, 6, 22094–22107. [Google Scholar] [CrossRef]
  8. Wang, B.; Zhang, J.K.; Yan, J. Aircraft avionics system fault diagnosis based on directed graph model. Aviat. Electron. Technol. 2021, 52, 9–15. [Google Scholar]
  9. Zhou, Z.; Li, T.; Liu, T.; Wang, K.; Huang, Y.; Shi, L. Fault diagnosis method for complex electronic system. In Proceedings of the Prognostics and Health Management Conference (PHM-2022 London), London, UK, 27–29 May 2022; pp. 17–21. [Google Scholar]
  10. Bechhoefer, E.; Fang, A. Algorithms for embedded PHM. In Proceedings of the IEEE Conference on Prognostics and Health Management, Denver, CO, USA, 23–27 September 2012; pp. 1–8. [Google Scholar]
  11. Shi, L.; Zhou, Z.; Jia, H.; Cheng, L.; Yu, P.; Huang, Y.; En, Y. Evaluation of health condition for IMA module based on Mahalanobis distance. In Proceedings of the Prognostics and System Health Management Conference (PHM-Chongqing), Chongqing, China, 26–28 October 2018; pp. 303–307. [Google Scholar]
  12. Ali, M.Z.; Shabbir, M.N.S.K.; Liang, X.; Zhang, Y.; Hu, T. Machine learning-based fault diagnosis for single- and multi-faults in induction motors using measured stator currents and vibration signals. IEEE Trans. Ind. Appl. 2019, 55, 2378–2391. [Google Scholar] [CrossRef]
  13. Shi, L.; Zhou, Z.; Jia, H.; Yu, P.; He, S.; Cheng, L.; Huang, Y. Fault diagnosis of functional circuit in avionics system based on BPNN. In Proceedings of the Prognostics and System Health Management Conference (PHM-Qingdao), Qingdao, China, 25–27 October 2019; pp. 1–5. [Google Scholar]
  14. Huang, Y.; Shi, L.; Lu, Y. Research on module-level fault diagnosis of avionics system based on residual convolutional neural network. In Proceedings of the 4th International Conference on Algorithms, Computing and Artificial Intelligence, New York, NY, USA, 22–24 December 2021; pp. 1–7. [Google Scholar]
  15. Wen, L.; Li, X.; Gao, L.; Zhang, Y. A new convolutional neural network-based data-driven fault diagnosis method. IEEE Trans. Ind. Electron. 2017, 65, 5990–5998. [Google Scholar] [CrossRef]
  16. Serrà, J.; Pascual, S.; Karatzoglou, A. Towards a Universal Neural Network Encoder for Time Series; CCIA: Washington, DC, USA, 2018; pp. 120–129. [Google Scholar]
  17. Karim, F.; Majumdar, S.; Darabi, H.; Harford, S. Multivariate LSTM-FCNs for time series classification. Neural Netw. 2019, 116, 237–245. [Google Scholar] [CrossRef]
  18. Yan, X.; Liu, Y.; Zhang, C.-A. Multiresolution hypergraph neural network for intelligent fault diagnosis. IEEE Trans. Instrum. Meas. 2022, 71, 3525910. [Google Scholar] [CrossRef]
  19. Pan, Y.; Bi, Y.; Zhang, C.; Yu, C.; Li, Z.; Chen, X. Feeding material identification for a crusher based on deep learning for status monitoring and fault diagnosis. Minerals 2022, 12, 380. [Google Scholar] [CrossRef]
  20. An, B.T.; Wang, S.B.; Zhao, Z.B.; Qin, F.; Yan, R.; Chen, X. Interpretable neural network via algorithm unrolling for mechanical fault diagnosis. IEEE Trans. Instrum. Meas. 2022, 71, 3517011. [Google Scholar] [CrossRef]
  21. Zhao, Z.; Li, T.; An, B.; Wang, S.; Ding, B.; Yan, R.; Chen, X. Model-driven deep unrolling: Towards interpretable deep learning against noise attacks for intelligent fault diagnosis. ISA Trans. 2022, 129, 644–662. [Google Scholar] [CrossRef] [PubMed]
  22. An, B.T.; Wang, S.B.; Qin, F.H.; Zhao, Z.; Yan, R.; Chen, X. Adversarial algorithm unrolling network for interpretable mechanical anomaly detection. IEEE Trans. Neural Netw. Learn. Syst. 2023, 35, 6007–6020. [Google Scholar] [CrossRef] [PubMed]
  23. Bai, S.; Kolter, J.Z.; Koltun, V. An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. arXiv 2018, arXiv:1803.01271. [Google Scholar]
  24. Zhang, Y.W.; Wang, Z.H.; Liu, H.Y. A time series classification algorithm based on multi-scale residual FCN. J. Softw. 2022, 33, 555–570. [Google Scholar]
  25. Chen, W.; Shi, K. Multi-scale attention convolutional neural network for time series classification. Neural Netw. 2021, 136, 126–140. [Google Scholar] [CrossRef] [PubMed]
  26. Ronald, M.; Poulose, A.; Han, D.S. iSPLInception: An inception-ResNet deep learning architecture for human activity recognition. IEEE Access 2021, 9, 68985–69001. [Google Scholar] [CrossRef]
  27. Usmankhujaev, S.; Ibrokhimov, B.; Baydadaev, S.; Kwon, J. Time series classification with InceptionFCN. Sensors 2021, 22, 157. [Google Scholar] [CrossRef] [PubMed]
Figure 1. HAAMTCN structure.
Figure 1. HAAMTCN structure.
Entropy 26 00550 g001
Figure 2. Hybrid Attention module.
Figure 2. Hybrid Attention module.
Entropy 26 00550 g002
Figure 3. AMTC module.
Figure 3. AMTC module.
Entropy 26 00550 g003
Figure 4. Frequency domain characteristics of each channel in fault class 1.
Figure 4. Frequency domain characteristics of each channel in fault class 1.
Entropy 26 00550 g004
Figure 5. ICA module. Here, b denotes the batch size, c denotes the number of channels, seq_len denotes the sequence length, and g denotes the number of groups. During the dimensional transformation, * denotes multiplication and // denotes division.
Figure 5. ICA module. Here, b denotes the batch size, c denotes the number of channels, seq_len denotes the sequence length, and g denotes the number of groups. During the dimensional transformation, * denotes multiplication and // denotes division.
Entropy 26 00550 g005
Figure 6. HBTA module. Lines of different colors denote time series of different channels.
Figure 6. HBTA module. Lines of different colors denote time series of different channels.
Entropy 26 00550 g006
Figure 7. Overlapping sampling of samples.
Figure 7. Overlapping sampling of samples.
Entropy 26 00550 g007
Figure 8. Training loss/accuracy curves and validation loss/accuracy curves for different number of AMTC modules on Dataset1.
Figure 8. Training loss/accuracy curves and validation loss/accuracy curves for different number of AMTC modules on Dataset1.
Entropy 26 00550 g008
Figure 9. Training loss/accuracy curves and validation loss/accuracy curves before and after model ablation on Dataset1.
Figure 9. Training loss/accuracy curves and validation loss/accuracy curves before and after model ablation on Dataset1.
Entropy 26 00550 g009
Figure 10. Training accuracy curves for different models on Dataset1.
Figure 10. Training accuracy curves for different models on Dataset1.
Entropy 26 00550 g010
Figure 11. Validation accuracy curves for different models on Dataset1.
Figure 11. Validation accuracy curves for different models on Dataset1.
Entropy 26 00550 g011
Table 1. Multichannel acquisition data for injected fault signal.
Table 1. Multichannel acquisition data for injected fault signal.
Corresponding Failure ModesFault Injection PointInjected Fault Signal Type
NormalNoneNone
CPU processing power decreasesP2020_GNDInject 0−0.2 V noise signal
P2020_CLKInject 0−0.3 V 1 KHz square wave signal
Parallel connection of 200 ohm resistors
Parallel connection of 470 nF capacitors
Memory performance degradationDDR3_GNDInject 0−0.2 V noise signal
DDR3_CLKInject 0−0.3 V 5 KHz square wave signal
Parallel connection of 470 nF capacitors
Parallel connection of 200 ohm resistors
DDR3_CK2Inject 0−0.3 V 5 KHz square wave signal
Parallel connection of 200 ohm resistors
Parallel connection of 470 nF capacitors
NAND Flash_GNDInject 0−0.2 V noise signal
NOR Flash_GNDInject 0−0.2 V noise signal
Table 2. Multichannel fault dataset.
Table 2. Multichannel fault dataset.
Sample SizeTotal Number of SamplesNumber of Samples for Adjusting
Hyperparameters (Datatset1)
Number of Samples for k-Fold Cross-Validation (Datatset2)Fault
Category
256 × 16280,000140,000140,00014
Table 3. Results for different number of AMTC modules.
Table 3. Results for different number of AMTC modules.
ModelNumber of AMTC
Modules
Validation Set Accuracy
(Dataset1)
Test Set Accuracy (Dataset2)Test Set Precision (Dataset2)Test Set Recall
(Dataset2)
Test Set F1-Score
(Dataset2)
A065.99%66.22%66.10%66.18%66.14%
B199.21%99.32%99.30%99.30%99.30%
C399.59%99.65%99.62%99.61%99.62%
D599.52%99.44%99.47%99.44%99.45%
Table 4. Results of the Hybrid Attention module ablation experiment.
Table 4. Results of the Hybrid Attention module ablation experiment.
ModelValidation Set
Accuracy (Dataset1)
Test Set Accuracy
(Dataset2)
Test Set Precision
(Dataset2)
Test Set Recall
(Dataset2)
Test Set F1-Score
(Dataset2)
AMTC99.30%99.32%99.3699.3699.36
AMTC-ICA99.42%99.44%99.4399.4499.43
AMTC-HBTA99.44%99.54%99.5299.5099.51
HAAMTCN99.59%99.65%99.62%99.61%99.62%
Table 5. Results of the attention mechanism ablation experiment.
Table 5. Results of the attention mechanism ablation experiment.
Attention
Mechanism
Validation Set
Accuracy
(Dataset1)
Test Set Accuracy
(Dataset2)
Test Set Precision
(Dataset2)
Test Set Recall
(Dataset2)
Test Set F1-Score
(Dataset2)
SE99.32%99.30%99.30%99.32%99.31%
MulAtt99.33%99.37%99.35%99.36%99.35%
Gate99.35%99.28%99.30%99.28%99.29%
GCnet99.40%99.40%99.38%99.38%99.38%
FFT-CrossAttention99.40%99.42%99.42%99.45%99.43%
ICA-HBTA99.59%99.65%99.62%99.61%99.62%
Table 6. Results of different mainstream models.
Table 6. Results of different mainstream models.
ModuleValidation Set
Accuracy
(Dataset1)
Test Set Accuracy
(Dataset2)
Test Set Precision
(Dataset2)
Test Set Recall
(Dataset2)
Test Set F1-Score
(Dataset2)
DTW-KNN73.10%71.36%71.32%70.55%70.93%
TCN78.96%78.55%77.88%78.70%78.29%
SVM85.36%84.20%83.22%82.85%83.03%
1D-CNN93.81%93.65%93.58%93.58%93.58%
MRes-FCN97.19%97.10%96.81%96.60%96.70%
MACNN97.40%97.62%97.55%97.54%97.53%
MLSTM-FCN98.07%98.26%98.23%98.04%98.03%
Inception-Resnet98.34%98.50%98.58%98.58%98.58%
Inception-FCN99.33%99.38%99.39%99.39%99.39%
HAAMTCN99.59%99.65%99.62%99.61%99.62%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Du, Q.; Sheng, M.; Yu, L.; Zhou, Z.; Tian, L.; He, S. Avionics Module Fault Diagnosis Algorithm Based on Hybrid Attention Adaptive Multi-Scale Temporal Convolution Network. Entropy 2024, 26, 550. https://doi.org/10.3390/e26070550

AMA Style

Du Q, Sheng M, Yu L, Zhou Z, Tian L, He S. Avionics Module Fault Diagnosis Algorithm Based on Hybrid Attention Adaptive Multi-Scale Temporal Convolution Network. Entropy. 2024; 26(7):550. https://doi.org/10.3390/e26070550

Chicago/Turabian Style

Du, Qiliang, Mingde Sheng, Lubin Yu, Zhenwei Zhou, Lianfang Tian, and Shilie He. 2024. "Avionics Module Fault Diagnosis Algorithm Based on Hybrid Attention Adaptive Multi-Scale Temporal Convolution Network" Entropy 26, no. 7: 550. https://doi.org/10.3390/e26070550

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