Next Article in Journal
Carbon Emissions in the Energy Sector: Trends, Challenges, and Solutions
Previous Article in Journal
A Design Pattern Framework for Material and Energy Flow Modelling: Enhancing Reusability, Consistency, and Multi-Perspective Life Cycle Assessment
Previous Article in Special Issue
Motor-Current-Based Bearing Fault Detection Under Unseen Operating Conditions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Transformer Fault Diagnosis Method Based on Multidimensional Feature Fusion and Self-Adaptive Synthetic Over-Sampling Using a Least Squares Support Vector Machine Optimized by Experience Exchange Strategy

1
College of Electrical Engineering and New Energy, China Three Gorges University, Yichang 443002, China
2
Hubei Provincial Engineering Technology Research Center for Power Transmission Line, China Three Gorges University, Yichang 443002, China
3
State Grid Yichang Power Supply Co., Ltd., Yichang 443000, China
4
Hengyang Power Supply Branch, State Grid Hunan Electric Power Co., Ltd., Hengyang 421000, China
*
Author to whom correspondence should be addressed.
Energies 2026, 19(18), 4339; https://doi.org/10.3390/en19184339
Submission received: 29 July 2026 / Revised: 8 September 2026 / Accepted: 10 September 2026 / Published: 14 September 2026

Abstract

As critical equipment in power systems, the reliable operation of power transformers is directly linked to the overall safety of the power grid. Traditional fault diagnosis methods based on dissolved gas analysis generally rely on a single gas feature, which inevitably causes misjudgment and suffers from inadequate accuracy. This paper proposes a transformer fault diagnosis model that integrates multidimensional features with intelligent algorithms. The model adopts the volume fractions of five key gases from dissolved gas analysis as the fundamental features and further introduces the three-ratio coding features derived from these five gases. The two categories of features are jointly constructed into a multidimensional input vector. In the method design, firstly, the self-adaptive synthetic over-sampling (SASYNO) method is adopted to address the sample imbalance problem; secondly, the least squares support vector machine (LSSVM) is optimized using the experience exchange strategy (EES), and the classification performance of the model is improved. Experimental results demonstrate that the diagnostic model built on multidimensional features significantly outperforms traditional methods in accuracy, thereby providing an effective new approach for transformer fault diagnosis.

1. Introduction

Due to the combined effects of long-term operation, human intervention, and external environmental factors, power transformers are susceptible to various types of failures. These failures can easily lead to large-scale power outages or equipment damage; in severe cases, they may even result in safety incidents and casualties [1,2]. Therefore, the ability to accurately diagnose transformer faults is of significant practical importance for ensuring the stable operation of power systems [3].
Currently, DGA has become the mainstream method for assessing the operational status of oil-immersed transformers. By detecting the composition and concentration of dissolved gases in insulating oil, it enables the identification and early warning of potential equipment failures [4]. As DGA technology has evolved, researchers have successively proposed various diagnostic methods, including the IEC three-ratio method, the Rogers ratio method, and the DGA pentagon [5,6,7]. These methods primarily rely on the construction and optimization of gas ratio features. Although they have improved diagnostic accuracy to some extent, they still suffer from limitations such as insufficient feature representativeness and ambiguous diagnostic boundaries when dealing with complex fault types or data class imbalances [8,9,10].
To overcome the aforementioned limitations, researchers have proposed various improvement strategies in recent years. For instance, Reference [11] proposes a transformer fault diagnosis framework based on an artificial neural network (ANN) enhanced by principal component analysis (PCA). Principal component analysis is applied to reduce the dimensionality of the original dissolved gas analysis features, thereby eliminating redundancy and multicollinearity. A classification model is then constructed at the optimal dimensionality, which effectively improves both diagnostic accuracy and model generalization capability, while also providing an interpretable compositional structure, offering a lightweight and practical solution for transformer fault diagnosis. Reference [12] establishes a dissolved-gas concentration prediction framework specifically for On-Load Tap Changer (OLTC) oil, which synergistically integrates the Local Gradient of Outlier Degree (LGOD) for anomaly cleansing, Locally Weighted Regression (LWR) for missing data imputation, and the ETSformer architecture for deep temporal feature extraction. By performing rigorous anomaly identification, data reconstruction, and sequential forecasting on the dissolved gas-in-oil analysis data, this predictive framework effectively overcomes the inherent limitations encountered by conventional methodologies—which are often plagued by complex oil–gas decomposition kinetics and infrequent sampling regimes—thereby leading to a substantial improvement in forecasting precision and bolstering the overall reliability of equipment condition assessment. Reference [13] proposes a transformer fault diagnosis model based on an improved dung beetle optimization algorithm (IDBO) for optimizing support vector machines (SVMs). The dung beetle optimization (DBO) algorithm is enhanced by incorporating Chebyshev chaotic mapping, the golden-sine strategy, and dynamic weight coefficients to optimize the penalty factor and kernel parameters of SVM. Trained on five-dimensional DGA features, the model effectively improves fault diagnosis precision and computational efficiency, thereby reinforcing the operational stability of transformers. Reference [14] proposes a hybrid feature selection technique to screen for key variables from 20-dimensional initial DGA features. It also improves the IBKA to enhance population diversity and search efficiency, thereby optimizing support vector machine hyperparameters and constructing a high-precision diagnostic model.
Although the development of transformer fault diagnosis technology has been promoted by the above methods, three key problems are still to be solved: Firstly, complex fault states are difficult to be comprehensively captured due to the reliance on a single DGA data source, and further improvement in diagnostic accuracy faces a bottleneck. Secondly, due to the uneven distribution of fault samples in practical scenarios, the fault diagnosis capability of the model in practical applications is limited. Thirdly, the unoptimized classification algorithm, due to improper parameter settings, is often unbalanced between bias and variance; as a result, underfitting or overfitting of the model is caused, and the fault diagnosis capability for unknown samples is significantly reduced.
To address the above problems, this paper proposes a transformer fault diagnosis method based on multidimensional feature fusion, SASYNO-balanced sample data, and the experience exchange strategy–least squares support vector machine (EES-LSSVM) classifier. First, the feature values of fault samples are screened and preprocessed. On the basis of conventional dissolved gas analysis features, the volume fractions of five key dissolved gases and their three-ratio coding are adopted as the feature parameters. By integrating the raw gas concentrations with the ratio features, the internal fault status of the equipment can be comprehensively characterized from multiple perspectives, thereby enhancing the reliability of fault type identification. Secondly, the transformer data are balanced by a self-adaptive synthetic over-sampling method, through which the diagnostic bias caused by class imbalance is effectively mitigated. Then, the balanced data are classified by EES-LSSVM, and the diagnostic accuracy of the model is significantly improved by EES through parameter optimization. Finally, experimental analysis is conducted in comparison with other fault diagnosis models, and the performance is evaluated using accuracy and the confusion matrix.

2. Self-Adaptive Synthetic Over-Sampling Technique

To address the issue of data class imbalance caused by a scarcity of fault samples in transformer fault diagnosis, this paper introduces an adaptive synthetic oversampling technique. Its advantage lies in its ability to adaptively determine the number and weights of synthetic samples based on the distribution density of minority class samples, thereby avoiding the overfitting and noise amplification issues commonly associated with traditional oversampling methods. This approach generates more representative fault samples, effectively improving the classification sensitivity for minority fault categories and the overall diagnostic accuracy of transformer fault classification.
Self-adaptive Synthetic Over-sampling (SASYNO) is a data generation method designed to address class-imbalanced data [15]. Conventional sampling methods typically select samples from the minority class at random and perform linear interpolation between these samples and their neighbors to synthesize new data. However, when the data structure is complex, this strategy not only struggles to effectively expand the coverage of sample information but may also result in an unreasonable distribution of synthesized samples. This can cause the regions of the minority and majority classes to overlap, thereby affecting classification performance.
In contrast, the SASYNO method screens for neighboring samples based on the mutual distances between samples from a minority class, and then generates synthetic data by combining interpolation and extrapolation. This method first identifies pairs of samples with neighboring relationships within the minority class; second, applies Gaussian perturbations to the selected samples to construct extrapolated samples; and finally, performs linear interpolation among these extrapolated samples to generate representative synthetic samples. The SASYNO method is implemented mainly through the following three steps, and the formulas employed in each of the steps below are all derived from reference [15]:
(1)
Identifying Pairs of Adjacent Samples
First, based on the overall attributes of the minority class samples and their mutual distribution characteristics, the neighboring data samples, x N 0 0 , are identified. To objectively define the proximity between samples from the observed data, the following quantitative indicators are adopted [16]:
γ   =   1 P μ x i 0 , x j 0 [ x ] N 0 0 ; x i 0 x j 0 μ ; i j x i 0     x j 0
In order to objectively measure the proximity between samples, the following quantitative indicators are defined: Let the Euclidean distance between the minority samples x i 0 and x j 0 be expressed as x i 0     x j 0 , x i 0       x j 0   =     x i 0   +   x j 0 T (   x i 0   +   x j 0 ) . The average distance μ between samples of any minority class is defined as:
μ = 2 N 0 ( N 0   1 ) i = 1 N 0 1 j = i + 1 N 0 x i 0   x j 0
Secondly, γ is defined as the average distance between all sample pairs with a distance less than μ , and P μ is the number of sample pairs satisfying this condition. The index γ provides an estimate of the average distance between spatially adjacent samples, and its calculation is entirely based on observational data without relying on any generative model or prior parameter assumptions.
Based on the objectively derived quantitative index γ , all sample pairs with spatial proximity can be identified from a small number of samples, and these sample pairs form a set P , which satisfies the following conditions:
I F   ( x i 0 x j 0 < γ )   T H E N   ( P P { ( p k , q k ) = ( x i 0 , x j 0 ) } ; k k + 1 )
Here, the sample pair ( x i 0 ,   x j 0 ) must satisfy x i 0 ,   x j 0     { x } N 0 0 and i     j . These neighborhood sample pairs identified by will be used for the subsequent generation of synthetic samples.
The core idea of identifying paired adjacent samples is to locate the local area dominated by a small number of samples in the feature space. The probability of overlap between the distribution of the composite samples generated in such areas and the majority class samples is significantly reduced, thus ensuring the quality and classification effectiveness of the composite data at the source.
(2)
Exploration by Gaussian disturbance
At this stage, the algorithm first randomly selects a pair of adjacent samples p k ,   q k *   P k     1 from the set P , and applies Gaussian disturbance to it to generate extrapolated samples in the data space. The specific process is as follows:
( p ^ k ,   q ^ k ) * = ( p k + g p ,   q k + g q ) k *
In this step, let g p   =   [ g p , 1 ,   g p , 2 ,   ,   g p , M ] and G q   =   [ g q , 1 ,   g q , 2 ,   ,   g q , M ] are two M-dimensional random vectors, whose components g p , l ,   g q , l     ( 0 ,   σ l 2 ) , where l   =   1 ,   2 ,   ,   M . The standard deviation σ l of the Gaussian distribution   ( 0 ,   σ l 2 ) is defined as the standard deviation for each feature dimension and is calculated similarly to the previously mentioned metric γ . The specific expression is as follows:
σ l = 1 2 P μ l x i 0 , x j 0 { x } N 0 0 ; | x i , l 0 x j , l 0 | μ l ; i j x i , l 0     x j , l 0
where · denotes the absolute value; μ 1   =   2 N 0 N 0     1 i = 1 N 0 1 j =   i + 1 N 0 x i 0     x j 0 is the average distance in the lth dimension of R M between any two data samples belonging to x N 0 0 . By applying Gaussian perturbations to neighborhood samples, exploratory expansion can be performed within the subspace where a small number of class samples reside, thereby providing the algorithm with the necessary flexibility to generalize more representative feature patterns from the observed data.
(3)
Create interpolation for synthetic data generation
At this stage, the algorithm generates synthetic samples by creating random interpolations between p k ^ and q k ^ :
s k   =   r k T p ^ k   +   ( 1 r k ) T q ^ k
Here, r k   =   r k , 1 ,   r k , 2 ,   ,   r k , M T is an M-dimensional random vector, where each element r k , l l   =   1 ,   2 ,   ,   M is independently and identically distributed with a uniform distribution over the interval [ 0 ,   1 ] . The algorithm then returns to Step 2, increments the counter k     k   +   1 , and proceeds to generate the next synthetic sample.
To achieve class balance in the dataset, N S 0 samples of the minority class must be synthesized, where N S 0   =   N 1 N 0 . Therefore, the aforementioned sample generation process will be repeated N S 0 times. After generating the synthetic sample set { S } N S 0   =   { S 1 ,   S 2 ,   ,   S N S 0 } , it is merged into the original minority class sample set, x N 0 0 :   x N 0 0     x N 0 0     s N s 0 . Through this operation, the number of samples in the minority class is expanded, ultimately achieving a balance in sample size with the majority class.
Compared with standard data sampling methods, the uniqueness of the SASYNO method is mainly reflected in two aspects. First, the optimal candidate samples can be screened from the minority class samples, and synthetic data can be accurately generated based on them, by which the distribution of the minority class samples is effectively expanded while the risk of overlapping with the majority class regions is significantly reduced. Second, a Gaussian perturbation mechanism is introduced, through which reasonable extrapolation of existing samples is performed, and greater flexibility is provided for the generation of synthetic data; consequently, the ability of the model to generalize knowledge from limited data is enhanced.

3. Transformer Fault Diagnosis Model Based on LSSVM Optimized by EES

3.1. Least Squares Support Vector Machine

Least Squares Support Vector Machine (LSSVM) is widely applied in the field of machine learning as an algorithm for data prediction and classification, and is regarded as an improved form of the standard Support Vector Machine (SVM) [17]. The scarcity of transformer fault samples can be effectively solved by LSSVM, and the complex nonlinear relationship between fault features and types can be efficiently handled by means of the kernel function. Moreover, compared with SVM, the computational complexity is significantly reduced by LSSVM while the model accuracy is maintained, and both the solving efficiency and the generalization ability are effectively improved, so that better certainty and stability are ensured in the output results. However, the diagnostic performance is highly influenced by parameter selection, and in practical applications, optimization is often required to be carried out in conjunction with intelligent algorithms. The mathematical model of LSSVM is given as follows [17].
An optimal decision function is constructed in the high-dimensional feature space F as the goal of LSSVM.
f ( x ) = sgn ( ω T φ ( x i ) + b )
where ω is the weight vector and b is the bias term.
The optimization objective and constraints are:
min J   =   ω 2 2   +   c i = 1 n ξ i 2 s . t . y i [ ω T φ ( x i )   +   b ]   =   1     ξ i ( i   =   1 ,   2 ,   3 ,   ,   n )
where c is the penalty coefficient; ξ i is the slack variable.
Construct the Lagrangian function for the above equation:
L ( ω ,   b ,   ξ ,   a )   =   ω 2 2   +   c i = 1 n ξ i 2     i = 1 n a i [ y i ( ω T φ ( x i )   +   b )   1   +   ξ i ]
Solving successively for L ω   =   0 , L b   =   0 , L ξ i   =   0 , and L a i   =   0 , and eliminating the variables ξ and ω , we obtain:
0 y T y Ω + C 1 E b a   =   0 E n
In particular, Ω i j   =   y i   y j   K x i ,   x j ; E is the identity matrix; E i   =   1 ,   ,   1 T ; y T   =   y 1 ,   ,   y n .
Where K x i , x j denotes the kernel function.
K ( x , x i ) = exp ( g x i x j 2 )
where g is the kernel function parameter.
Finally, the decision function is obtained as:
y ( x )   =   sgn i = 1 n a i K ( x ,   x i )   +   b
LSSVM was chosen over standard SVM primarily for computational efficiency on our high-dimensional dataset. Converting inequality constraints to equalities reformulates the quadratic programming as a linear system, reducing empirical complexity from O ( N 3 ) for SMO-type SVM to O ( N 2 ) , a theoretical speedup of N with N 200 [17]. Deep learning alternatives were avoided due to limited sample size and high-dimensional sparsity, which would cause severe overfitting and costly tuning. In contrast, LSSVM guarantees a convex global optimum and retains explicit support vectors, enhancing interpretability for engineering diagnostics.

3.2. Experience Exchange Strategy

Experience Exchange Strategy (EES) is an evolutionary mechanism by which the collaborative relationship between the population and individuals is enhanced [18]. The fault diagnosis accuracy of LSSVM is highly dependent on kernel parameter g and penalty parameter c, for which optimization must be performed. Inspired by the astonishing intelligence and collaborative abilities observed in natural biological populations during foraging, migration, and collective behaviors, meta-heuristic optimization algorithms have emerged as a powerful paradigm in computer science and artificial intelligence [19,20,21]. Through the enhancement of information sharing and experience transfer between the population and individuals, the defect of insufficient local exploration caused by frequent switching of search areas during iteration in traditional algorithms is effectively solved by EES; accordingly, the depth and efficiency of parameter optimization are improved, and the best performance of the model is ensured. The formulas used in the following steps are all derived from reference [18].
In the optimization algorithm, the population consists of N individuals, each of which can be represented as a 1× dim matrix. The quality of the corresponding solution is evaluated by the fitness function, as shown in Formula (13).
H i s t o r y _ p o s = X   p o s = [ p o s 1 ,   p o s 2 ,   ,   p o s N ]     = p o s 1 , 1 p o s 1 , j p o s 1 , dim p o s i , 1 p o s i , j p o s i , dim p o s N , 1 p o s N , j p o s N , dim
Here, History pos represents the positions of the historical population, and X   pos represents the positions of the initial population. dim denotes the dimensionality of the population. pos i , j denotes the position of the i-th individual in the j-th dimension. Each individual is updated as follows (where ub is the upper bound and lb is the lower bound):
p o s i = l b + ( u b l b ) × r a n d ( 1 ,   dim )
EES is divided into three main stages: the Experience Scarcity Stage (ESC), the Experience Crossover Stage (ECR), and the Experience Sharing Stage (ESH), as shown below:
(1)
Experience scarcity stage (ESC)
During the Experience Scarcity Stage (ESC), the vastness of the search space makes it easier for individuals to discover better fitness values, resulting in relatively weak reference information for position updates. Nevertheless, some algorithms still struggle to achieve effective convergence at this stage. To address this, the EES focuses primarily on the individual’s own position and introduces an experience exchange mechanism, performing a crossover operation on two positions obtained through exchange to improve the fitness value. The specific calculation formula is as follows:
E E S _ H i s t o r y _ p o s ( j )   =   H i s t o r y _ p o s ( randi ( N ) ,   j ) , if   rand < 0.85 p o s i , j , otherwise
Here, EES History pos is the main formula for experience exchange, which is used for experience exchange in subsequent strategies.
During the ESC stage, the algorithm screens out two experienced individuals from the population to generate new positions. Since the search is still in its early stage, with a large number of unexplored regions, the overall experience of the population remains relatively limited. Therefore, although the position update at this stage is informed by some population experience, it primarily relies on the autonomous exploration of new regions by individuals under the original algorithm, as shown in the following equation.
p o s _ E E S ( i ,   : ) = p o s ( i ,   : )   + ( E S C _ H i s t o r y 1 _ p o s E S C _ H i s t o r y 2 _ p o s ) × C
Here, pos _   EES is the new position obtained after the update. C is the experience exchange factor, which takes different constants depending on the specific problem to better facilitate algorithmic convergence. ESC _   History 1 _ pos and ESC _   History 2 _   pos are obtained from Formula (15).
The ESC stage maintains the basic framework of the original algorithm while effectively improving its exploration efficiency in unknown regions, thereby guiding the search process toward more promising regions of the solution space.
(2)
Experience Crossover Stage (ECR)
As the search region continues to expand, most algorithms are able to discover better fitness values. During this process, individuals accumulate rich experience during exploration, and their positions gradually move toward directions with improved fitness. Consequently, these updated positions hold high reference value as they embody superior exploration pathways. However, some algorithms, constrained by their update mechanisms, are prone to causing the entire population to become trapped in different local regions, making it difficult to further enhance solution quality. To address this issue, a crossover update strategy based on different experienced individuals can be employed to generate new positions. Compared with the ESC approach, ECR incorporates information from a greater number of experienced individuals. Since ECR utilizes more individuals with exploration experience, it helps strengthen information exchange between individuals and the population, thereby improving overall solution quality. Within the ECR framework, the EES obtains three candidate positions through the experience exchange mechanism and performs crossover comparison and selection with the individual’s current position to identify a better solution. The new positions generated in this manner possess distinct characteristics, which help expand the search range. The specific calculation expressions are as follows:
p o s _ E E S ( i ,   : ) =   p o s ( i ,   : ) + ( E C R _ H i s t o r y 1 _ p o s   E C R _ H i s t o r y 2 _ p o s )   ×   r 1     + ( E C R _ H i s t o r y 1 _ p o s   E C R _ H i s t o r y 3 _ p o s )   ×   ( 1 r )   ×   C
r 1 = r a n d ( 1 ,   dim )
Here, r 1 is a random number from 0 to 1. ECR History 1 pos , ECR History 2 pos , and ECR History 3 pos are obtained from Formula (15).
The ECR mechanism effectively improves the search efficiency of the algorithm by promoting experience sharing among individuals. Under this mechanism, individuals trapped in local optima can generate new potential positions through information crossover with other individuals. This approach helps guide the search process toward a more precise approximation of the global optimal solution.
(3)
Experience Sharing Stage (ESH)
In scenarios where the ESH strategy is applicable, the algorithm often struggles with convergence due to the difficulty of finding better solutions. Although the population has identified promising regions through prolonged exploration and the accumulated experience of individuals makes the updated positions highly valuable, the algorithm still lacks the capability for fine-tuned search. Similar to ECR, ESH introduces three experienced individuals to update positions, facilitating information sharing with low complexity. The difference lies in that ESH focuses more on leveraging individual experience for local fine-tuned search. This strategy first integrates information by averaging with one experienced individual, and then further exploits subtle solutions through crossover and difference operations involving the other two experienced individuals. Based on this principle, EES generates new positions using Formula (19), and the solutions produced by Formula (19) are distinctive, capable of guiding the search toward more refined regions.
p o s _ E E S ( i , : ) = p o s ( i ,   : ) + E S _ H i s t o r y 3 _ p o s 2   + ( E S _ H i s t o r y 1 _ p o s E S _ H i s t o r y 2 _ p o s ) × r 2 × C
r 2 = r a n d ( 1 ,   dim )
Here, r 2 is a random number from 0 to 1, and ESH History 1 pos , ESH History 2 pos and ESH History 3 pos are obtained from Formula (15).
When the ESH algorithm struggles to directly identify superior solutions, the introduction of experience sharing among individuals enables new individuals to leverage existing exploration information, thereby transforming the global exploration mode into intensive exploitation of critical regions, ultimately enhancing the overall optimization performance of the algorithm.
During the search process of an optimization algorithm, three progressive stages can be delineated based on the accumulated experience of the population. In the ESC stage, as most of the solution space remains unexplored and the population lacks prior knowledge, individuals primarily follow the algorithm’s inherent mechanism for global exploration, thereby extensively covering potential solution regions while preserving the original mechanism of the algorithm. As the iteration advances to the ECR stage, the population has accumulated considerable historical search experience, and individuals instead draw upon collective experience to update their positions, significantly enhancing the accuracy of the search direction and the depth of exploitation in local regions. When entering the ESH stage, the rich population experience guides individuals to conduct focused searches in the neighborhoods of high-quality solutions, enabling precise approximation of the global optimum and effectively improving the convergence performance of the algorithm, thereby achieving more accurate identification of superior positions.
Finally, to obtain better positions, EES selects the better positions using Formula (21) and updates the historical positions using Formula (22).
p o s ( i , : ) = p o s _ E E S ( i ,   : ) , i f   f ( p o s _ E E S ( i ,   : ) ) < f ( p o s ( i ,   : ) ) p o s ( i ,   : ) , o t h e r w i s e
H i s t o r y _ p o s = [ p o s 1 ,   p o s 2 ,   ,   p o s N ]

3.3. Fault Diagnosis Model Based on EES-Optimized LSSVM

When EES is adopted to optimize the hyperparameters of the Least Squares Support Vector Machine, the values of its kernel parameter g and penalty factor C directly affect the model’s learning ability and diagnostic accuracy; therefore, parameter optimization is essential. To address this, this paper constructs a transformer fault diagnosis model based on EES-LSSVM. The core of this model lies in utilizing the EES algorithm to automatically optimize the two key parameters mentioned above to determine the optimal parameter combination. In this study, the EES population is set to 55, and the maximum iterations to 180. Additionally, the ranges for the kernel function parameter g and penalty factor C are specified between 0.001 and 1000. Use seed 42. The EES iteratively explores the parameter space via its three evolutionary phases, with cross-validation accuracy serving as the fitness function. Following the optimization process, fault diagnosis is performed using LSSVM with the optimized parameter combination. The specific parameter optimization process is shown in Figure 1.

4. Transformer Fault Diagnosis with EES-LSSVM via Multidimensional Feature Fusion and SASYNO Sample Balancing

Transformers operating in outdoor natural environments over extended periods are susceptible to partial discharge or overheating faults caused by insulation aging and external intrusions. Such faults give rise to substantial changes in the composition and concentrations of dissolved gases within the insulating oil. Accordingly, the volume fractions of five key dissolved gases and their three-ratio coding are adopted as the characteristic parameters for fault diagnosis. The three-ratio coding is derived from the volumetric ratios of methane to hydrogen, acetylene to methane, and ethylene to ethane. These characteristic parameters can effectively indicate the operating condition of the equipment and therefore serve as critical foundations for transformer fault diagnosis.

4.1. Feature Selection

In dissolved gas analysis-based fault diagnosis of power transformers, the choice of feature set fundamentally governs the discriminative performance of the ensuing identification models. The five characteristic gases comprising hydrogen, methane, acetylene, ethylene, and ethane are routinely measured via chromatographic techniques and serve as the primary data source. Nevertheless, relying exclusively on the raw concentrations of these five gases for fault recognition suffers from inherent drawbacks. Variations in transformer oil volume, equipment service age, load current fluctuations, and fault energy release intensity all exert marked influences on the absolute generation rates of individual gas species. A given discharge fault may manifest as a moderate acetylene concentration in a large-capacity transformer but produce an exceedingly high acetylene peak in a small unit, and this concentration uncertainty severely compromises diagnostic consistency based on absolute values.
The incorporation of the three-ratio method transforms the raw concentration data into three dimensionless features, namely the ratios of methane to hydrogen, acetylene to ethylene, and ethylene to ethane. The primary advantage of this transformation lies in the effective cancellation of volumetric dilution effects arising from oil volume and sampling variations, because the paired gases possess comparable solubility and diffusivity properties such that the resulting ratios depend solely on the relative gas proportions generated by the fault rather than on equipment dimensions. More importantly, the three-ratio method is explicitly recommended by international standards including IEC 60599, and the coding intervals of these ratios have been rigorously validated through extensive field experience, thereby rendering the diagnostic conclusions both authoritative and traceable.
Consequently, the three-ratio method is incorporated as a supplementary feature vector in combination with the five characteristic dissolved gas concentrations to enhance the fault diagnosis of power transformers.

4.2. Data Sources and Classifications

The on-site monitoring data utilized in this study were acquired from a state grid substation in China and encompassed 952 fault records of power transformers. For each record, the feature set includes the dissolved gas concentrations of H2, CH4, C2H6, C2H4, and C2H2. During the data preprocessing stage, in addition to normal-state samples, we classified transformer bushing fault samples mainly into two major categories: discharge-related faults and overheating-related faults. The fault type labels follow the IEC 60599 standard, and the operational states of transformers are specifically categorized into the following seven classes: partial discharge, low-energy discharge, high-energy discharge, low-temperature overheating, medium-temperature overheating, high-temperature overheating, and normal state. For ease of model recognition and processing, these seven states are encoded as integer values from 1 to 7 in the order listed above. Prior to any oversampling operation, we partitioned the dataset into independent training and test sets via stratified sampling to ensure consistent class proportions in both subsets, with the training set comprising 761 samples and the test set containing 191 samples. In addition, a five-fold stratified cross-validation was conducted on the training set for model robustness evaluation. The distribution of sample counts for different fault types in the dataset is shown in Table 1.

4.3. Data Preprocessing

In transformer fault diagnosis, the input features consist of eight variables: the concentrations of hydrogen, methane, ethane, ethylene, and acetylene dissolved in oil, together with three ratio features, namely CH4/H2, C2H2/C2H4, and C2H4/C2H6. The corresponding fault type labels are categorized into seven classes, including partial discharge, low-energy discharge, high-energy discharge, low-temperature overheating, medium-temperature overheating, high-temperature overheating, and normal condition. To remove the scale discrepancies among different features and thus improve the diagnostic accuracy, a column-wise min-max normalization is performed on the feature matrix. Let the feature matrix be X = { x i , j } , where i = 1 ,   2 , , N denotes the sample index, with N being the total number of samples, and j = 1 ,   2 , ,   8 denotes the feature dimension index, corresponding to the eight input features including dissolved gases, CH4/H2, C2H2/C2H4, and C2H4/C2H6. The normalization is performed independently for each feature dimension using the following formula:
X ˜ i , j = X i , j     min k D t r a i n X k , j max k D t r a i n X k , j     min k D t r a i n X k , j
where D t r a i n denotes the training set; m i n k D t r a i n x k , j and m a x k D t r a i n x k , j are the minimum and maximum values of the j-th feature computed exclusively from the training data. After this column-wise normalization, the value of each feature across all samples is scaled to the interval [ 0 ,   1 ] , while the distinct physical units and scales of different features are preserved.

4.4. Handling of Original Sample Imbalance Based on SASYNO

The transformer fault samples are characterized by a highly imbalanced distribution. Specifically, 160 samples are associated with the normal state, while only 64 samples are associated with the thermal fault state. Due to this imbalanced distribution, the diagnostic model is easily biased toward the majority class, and consequently, the fault category is misclassified as normal, which may trigger serious operational risks. To improve the diagnostic accuracy on minority class faults, an oversampling data generation method is introduced for balancing the imbalanced sample set.
After oversampling was applied by the SASYNO method, the increments for partial discharge, low-energy discharge, high-energy discharge, low-temperature overheating, medium-temperature overheating, and high-temperature overheating were 56, 71, 40, 96, 60, and 36, respectively. The total sample size increased from 761 to 1120, and the imbalance problem of the original data distribution was effectively alleviated. The detailed distribution of minority class samples before and after data processing is shown in Table 2.

4.5. Fault Diagnosis Process

The dissolved gases in transformer oil, together with the three ratios CH4/H2, C2H2/C2H4, and C2H4/C2H6, are selected as key features for fault identification, and the EES-LSSVM method is adopted for diagnosis. Although a high recognition accuracy is achieved by this method, the consistency of diagnostic results is poor due to the imbalance of the original data samples. To address this issue, the SASYNO method is introduced to balance the data, by which the balance of data distribution and the expansion of samples can be effectively achieved while the original data characteristics are maintained. Finally, transformer fault diagnosis is conducted again using the balanced dataset after processing:
(1)
In the algorithm initialization stage, parameter configuration is first completed, including setting parameters such as the maximum number of evaluations, population size, and dimensionality. Subsequently, an initial population is randomly generated and evaluated by calculating the initial fitness. Furthermore, the performance of the current solution is verified using the LSSVM model, and the corresponding optimal parameter combination is output.
(2)
The algorithm dynamically adjusts the search strategy according to the evaluation progress: when the number of evaluations is less than 50% of the maximum value, global exploration is performed to maintain population diversity; when the number of evaluations is between 50% and 80%, the algorithm shifts to a balanced search that balances exploration and exploitation to enhance solution quality; if the number of evaluations exceeds 80% (which can be adjusted to, for example, 85% or 90% according to the actual situation), the algorithm enters a local intensive exploitation phase to strengthen local search capability and improve solution accuracy.
(3)
In each iteration, the algorithm first updates the parameter positions according to the corresponding strategy. Subsequently, LSSVM cross-validation is employed to evaluate the performance of the new parameters, and the historical optimal solution is updated accordingly. After that, the number of evaluations is incremented, and the cycle repeats until the termination condition is satisfied. Finally, the obtained global optimal parameters are substituted into the LSSVM model for fault diagnosis.

5. Simulation Verification and Comparative Analysis

The simulation experiments in this paper were conducted on a computer equipped with 16 GB RAM, a 12th Gen Intel(R) Core(TM) i7-12700H processor, and a 64-bit Windows operating system, and Matlab 2024B was used as the simulation software.

5.1. Comparative Analysis

(1)
Fault Diagnosis Comparison Under Imbalanced Sample Handling
As shown in Table 1, the data distribution of each fault type exhibits significant differences, with low-temperature overheating samples accounting for only 8.4% of the total while normal samples account for as much as 21%. This severely imbalanced data distribution greatly restricts the consistency performance of the transformer fault diagnosis model.
To this end, the training set was processed by the SASYNO method, through which the minority class samples were effectively expanded and the data scales of all classes were balanced to the same order of magnitude.
To systematically evaluate the effectiveness of the data balancing method adopted in this study, the original dataset, along with the balanced datasets processed by four algorithms—SASYNO, Synthetic minority oversampling technique (SMOTE), adaptive synthetic sampling (ADASYN), and K-means Synthetic minority oversampling technique (IK-means SMOTE)—are selected and input into the EES-LSSVM transformer fault diagnosis model, and their respective evaluation metrics are recorded. The final diagnostic results are summarized in Figure 2.
Based on the data in the figure above, the model achieves the least satisfactory diagnostic performance when using the original imbalanced data, with an accuracy of only 85.34%. After applying various data balancing methods, all evaluation metrics of the model are improved. Among them, the SASYNO algorithm adopted in this study performs the best, increasing the accuracy to 95.39%, which is superior to the other methods.
(2)
Accuracy Comparison Among Different Models
To evaluate the fault diagnosis accuracy of the proposed method in this study, experiments are conducted using a dataset composed of selected optimal features as input. Four models—Back Propagation Neural Network (BP neural network), LSSVM, Tuna Swarm Optimization-based LSSVM (TSO-LSSVM), and Experience Exchange Strategy-based LSSVM (EES-LSSVM)—are respectively employed for transformer fault diagnosis. The diagnostic accuracy serves as the core evaluation metric for model performance, and the fault diagnosis results of each method are compared, as shown in Figure 3.
The EES-LSSVM model achieved the highest test accuracy of 95.29%, substantially outperforming the BP neural network, the standard LSSVM, and the TSO-LSSVM, which yielded test accuracies of 89.53%, 90.58%, and 93.19%, respectively. In comparison with these three reference models, the improvements in fault diagnosis accuracy obtained by EES-LSSVM were 5.76, 4.71, and 2.1 percentage points, respectively. As shown in Table 3, the introduction of three-ratio features slightly improves the accuracy.
Five repeated experiments were conducted with five-fold cross-validation to evaluate the BP neural network, the LSSVM, the TSO-LSSVM, and the EES-LSSVM. The diagnostic accuracies were 89.32% ± 1.35%, 90.36% ± 1.54%, 93.29% ± 0.70%, and 95.39% ± 0.39%, respectively. The EES-LSSVM achieved the highest accuracy and the smallest standard deviation, which confirms the effectiveness of the EES in enhancing diagnostic performance and stability.
To further investigate whether optimizing the network parameters of LSSVM using EES helps improve the performance of transformer fault diagnosis, the fitness curves of four models—BP neural network, LSSVM, TSO-LSSVM, and EES-LSSVM—after 180 iterations are compared, as shown in Figure 4. The BP neural network converges to a fitness value of 0.0522 at the 22nd iteration, while LSSVM converges to 0.0472 at the 126th iteration. Although TSO-LSSVM converges to 0.0490 at the 46th iteration, EES-LSSVM converges to 0.0361 at the 42nd iteration, demonstrating the rapid convergence and effectiveness of the EES optimization. Furthermore, compared with TSO-LSSVM, EES-LSSVM achieves a smaller fitness value of 0.0361, verifying the superiority of the proposed method in terms of optimization accuracy.

5.2. Fault Diagnosis Model Evaluation

To systematically evaluate the comprehensive performance of the proposed diagnostic method, this paper introduces accuracy ( η accuracy ) and recall ( η recall ) as evaluation metrics. Their specific mathematical definitions are as follows:
η a c c u r a c y = n N
η r e c a l l = n T n R
In the formula, n is the total number of correctly diagnosed samples, and N is the total number of all samples. For a specific fault category under evaluation, n T denotes the number of samples correctly identified by the model, and n R represents the actual total number of samples belonging to that fault category.
Figure 5 presents the confusion matrix of transformer fault diagnosis obtained using the proposed method, and the corresponding evaluation metrics are listed in Table 4. In this confusion matrix, the sum of elements in any column represents the total number of actual samples belonging to that fault category; the sum of elements in any row represents the total number of samples predicted as that fault category; and the sum of the diagonal elements represents the total number of samples correctly classified across all fault categories.
A comparative analysis of the confusion matrices for the four models reveals that the EES-LSSVM achieves the highest overall classification accuracy. As presented in Table 4, the EES-LSSVM yields recall rates exceeding 90% for all seven fault categories, with perfect recall for categories 1 and 2, and precision values above 90% for five categories, although categories 2 and 4 show a precision of 87.0 and 87.5%. In contrast, the back-propagation neural network exhibits markedly lower precision for category 4 at 81.2% and for category 5 at 88.0%. The standard LSSVM and the TSO-LSSVM both suffer from inferior performance on categories 2, 4, and 5, with precision values of 82.6%, 75.0%, and 80.0% respectively for these two models. The EES-LSSVM substantially improves the identification accuracy for these challenging categories, attaining 87.0% for category 2, 87.5% for category 4, and 92.0% for category 5. Compared with the TSO-LSSVM, the EES-LSSVM not only increases precision across all categories but also maintains higher and more stable recall rates, particularly for categories 1, 3, and 7. Overall, owing to its more effective evolutionary optimization strategy, the EES-LSSVM not only achieves superior classification accuracy but also effectively reconciles the trade-off between missed detections and false alarms across different fault types, thereby enabling more thorough extraction of fault signatures and significantly reducing inter-class confusion.

6. Discussion

Addressing the issue of power transformer fault diagnosis, this study constructs a diagnostic model that integrates multi-dimensional features with intelligent algorithms. On the basis of traditional dissolved gas analysis, the three-ratio method is introduced to supplement the feature vector. Meanwhile, the SASYNO method is employed to balance minority-class samples, and EES is utilized to optimize LSSVM parameters, ultimately achieving a diagnostic accuracy of 95.29%.
At the feature level, this study combines the volume fractions of five dissolved gases with three-ratio coding to form an eight-dimensional input vector. Traditional DGA methods typically rely solely on gas concentrations or single ratios, which inadequately capture the complex evolution patterns of dissolved gases under fault conditions. The introduction of three-ratio coding effectively eliminates the influence of oil volume variations, sampling errors, and equipment capacity differences on absolute concentration values, thereby rendering the feature representation more robust and interpretable. Experimental data indicate that incorporating three-ratio features consistently improves diagnostic accuracy across all models, with the EES-LSSVM model achieving an increment of approximately one percentage point. Although this increment appears modest, it carries practical engineering significance in multi-class tasks, particularly for ambiguous categories such as medium-temperature overheating and low-energy discharge, where ratio features markedly reduce misclassification rates.
During the experiments, the SASYNO method, by accurately identifying neighboring samples and applying Gaussian perturbations, embeds synthetic samples within the minority class decision region and exhibits notable resistance to overlap. Regarding the legitimate concern that the high-energy discharge category might suffer from overfitting after being expanded from 64 to 160 samples, the algorithmic design of SASYNO offers quantitative guarantees from three aspects: candidate selection employs a data-adaptive threshold, perturbation magnitude is calibrated by per-dimension standard deviation, and the final linear interpolation constraint collectively ensures that synthetic samples remain separable from the majority class [15]. The LSSVM classifier further provides regularization through its structural risk minimization principle and support-vector-determined decision boundary, while the EES-optimized parameters adjust the bias-variance trade-off. The original SASYNO study confirms that overfitting occurs only when the training set becomes extremely large; under the sample conditions characterizing our dataset, this method consistently improves performance without introducing spurious patterns, thus offering clear advantages over traditional oversampling approaches. The five-fold cross-validation results, with a standard deviation of only 0.39% for the EES-LSSVM model employing SASYNO sample balancing compared with 1.35% for the BP neural network, experimentally corroborate the stability and generalization capacity of the proposed model.
The SASYNO algorithm resists overlap through three complementary mechanisms: data-adaptive neighborhood screening confines synthetic samples to authentic local regions of the minority class, per-dimension Gaussian perturbation prevents excessive deviation from the data manifold, and linear interpolation avoids intrusion into majority class regions. Future work will incorporate direct overlap metrics and feature space visualization for more comprehensive quantitative evaluation.
Several limitations of this study should be acknowledged. First, the data originate from a single regional substation and may not encompass the full diversity of fault patterns under varying climatic conditions, voltage levels, and service ages; the cross-domain generalizability of the model requires further validation. Second, although three-ratio coding is incorporated, other established ratio systems such as the Duval triangle and Rogers ratios have not been included, nor have dynamic features like gas generation rates been considered. Third, the computational complexity of the EES algorithm increases with population size and iteration count, potentially posing an efficiency bottleneck in real-time online diagnosis scenarios. Fourth, the current statistical analysis relies on cross-validation means and standard deviations without incorporating more elaborate significance tests. In response to these limitations, future work will focus on expanding and validating cross-regional datasets, exploring more diversified feature combination schemes, investigating lightweight or distributed optimization strategies to enhance algorithmic responsiveness, and systematically incorporating confidence interval estimation and formal hypothesis testing to provide a more robust statistical foundation for the proposed diagnostic framework.

7. Conclusions

To tackle the problem of transformer fault diagnosis and classification, this study proposes a diagnostic method based on EES-LSSVM, which integrates multidimensional feature fusion and adopts the SASYNO sample balancing technique. The principal conclusions are summarized as follows:
(1)
To enhance the diagnostic accuracy of transformer fault identification, three-ratio features, namely CH4/H2, C2H2/C2H4, and C2H4/C2H6, are introduced in addition to the five dissolved gas concentrations. The integration of these comprehensive features markedly improves fault recognition performance compared with schemes relying solely on the five gas concentrations, thereby validating the feasibility and superiority of the proposed feature augmentation approach.
(2)
The SASYNO method generates synthetic samples through neighborhood sample screening, Gaussian perturbation, and linear interpolation. This process effectively expands the decision regions of minority classes while avoiding overlap with majority class samples, thus substantially alleviating the classification bias induced by data imbalance.
(3)
In comparison with the back-propagation neural network, the standard LSSVM, and the TSO-LSSVM, the proposed EES-LSSVM achieves accuracy improvements of 5.76, 4.71, and 2.1 percentage points, respectively. These results demonstrate the marked advantage of the experience exchange strategy in parameter optimization and provide robust support for practical engineering applications.

Author Contributions

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

Funding

This research received no external funding.

Data Availability Statement

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

Conflicts of Interest

Author Junwei Yao was employed by the company State Grid Yichang Power Supply, Hubei Province, China; Author Peng Jiang was employed by the company State Grid Hunan Electric Power, Hunan Province, China; The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
DGADissolved Gas Analysis
SASYNOSelf-Adaptive Synthetic Over-Sampling
EESExperience Exchange Strategy
PCAPrincipal Component Analysis
ANNArtificial Neural Network
LGODLocal Gradient of Outlier Degree
LWRLocally Weighted Regression
OLTCOn-Load Tap Changer
IDBOImproved Dung Beetle Optimization Algorithm
DBODung Beetle Optimization
SVMSupport Vector Machines
LSSVMLeast Squares Support Vector Machine
ESCExperience Scarcity Stage
ECRExperience Crossover Stage
ESHExperience Sharing Stage
ADASYNAdaptive Synthetic Sampling
IK-means SMOTEK-means Synthetic Minority Oversampling Technique
SMOTESynthetic Minority Oversampling Technique
BP neural networkBack Propagation Neural Network
TSOTuna Swarm Optimization-based

References

  1. Nkwambe, M.S.; Thango, B.A. PCA and Autoencoder-Based ANN Models for Transformer Fault Diagnosis Using Dissolved Gas Analysis: Comparative Insights and Challenges. Energies 2026, 19, 2806. [Google Scholar] [CrossRef] [Scilit]
  2. Ali, M.S.; Abu Bakar, A.H.; Omar, A.; Abdul Jaafar, A.S.; Mohamed, S.H. Conventional Methods of Dissolved Gas Analysis Using Oil-Immersed Power Transformer for Fault Diagnosis: A Review. Electr. Power Syst. Res. 2023, 216, 109064. [Google Scholar] [CrossRef] [Scilit]
  3. Laayati, O.; El Hadraoui, H.; El Magharaoui, A.; El-Bazi, N.; Bouzi, M.; Chebak, A.; Guerrero, J.M. An AI-Layered with Multi-Agent Systems Architecture for Prognostics Health Management of Smart Transformers: A Novel Approach for Smart Grid-Ready Energy Management Systems. Energies 2022, 15, 7217. [Google Scholar] [CrossRef] [Scilit]
  4. Khan, I.; Wang, Z.; Dai, J.; Cotton, I.; Northcote, S. Fault gas generation in ester based transformer fluids and dissolved gas analysis (DGA). In Proceedings of the 2008 International Conference on Condition Monitoring and Diagnosis, Beijing, China, 21–24 April 2008. [Google Scholar] [CrossRef] [Scilit]
  5. IEC 60599; Mineral Oil-Impregnated Electrical Equipment—Guide to the Interpretation of Dissolved. International Electro-Technical Commission: Geneva, Switzerland, 1999; pp. 1–69.
  6. Rogers, R.R. IEEE and IEC Codes to Interpret Incipient Faults in Transformers, Using Gas in Oil Analysis. IEEE Trans. Electr. Insul. 1978, EI-13, 349–354. [Google Scholar] [CrossRef] [Scilit]
  7. Azirani, A.A.; Setayeshmehr, A.; Borsi, H.; Gockenbach, E. A Software Implementation of the Duval Triangle Method. In Proceedings of the 2008 IEEE International Symposium on Electrical Insulation, Vancouver, BC, Canada, 9–12 June 2008. [Google Scholar] [CrossRef] [Scilit]
  8. Huang, Y.C.; Sun, H.C. Dissolved gas analysis of mineral oil for power transformer fault diagnosis using fuzzy logic. IEEE Trans. Dielectr. Electr. Insul. 2013, 20, 974–981. [Google Scholar] [CrossRef] [Scilit]
  9. Duval, M. The duval triangle for load tap changers, non-mineral oils and low temperature faults in transformers. IEEE Electr. Insul. Mag. 2008, 24, 22–29. [Google Scholar] [CrossRef] [Scilit]
  10. Liu, S.; Yu, S.; Li, Y. Transformer Fault Diagnosis Research Based on SAE-BO-BiLSTM. J. Electr. Eng. Technol. 2025, 20, 5749–5760. [Google Scholar] [CrossRef] [Scilit]
  11. Nkwambe, M.S.; Thango, B.A. Power Transformer Fault Classification from Dissolved Gas Analysis Using Principal Component Analysis and Artificial Neural Networks. Energies 2026, 19, 2947. [Google Scholar] [CrossRef] [Scilit]
  12. Min, Q.; Hong, Z.; Zou, D.; Sun, H.; Chen, Q.; Peng, B.; Zhao, T. A Dissolved Gas Prediction Method for Transformer On-Load Tap Changer Oil Integrating Anomaly Detection and Deep Temporal Modeling. Energies 2025, 18, 5079. [Google Scholar] [CrossRef] [Scilit]
  13. Zhang, S.; Zhou, H. Transformer Fault Diagnosis Based on Multi-Strategy Enhanced Dung Beetle Algorithm and Optimized SVM. Energies 2024, 17, 6296. [Google Scholar] [CrossRef] [Scilit]
  14. Li, J.; Wang, F. Transformer Fault Diagnosis Using Hybrid Feature Selection and Improved Black-Winged Kite Optimized SVM. Electronics 2025, 14, 3160. [Google Scholar] [CrossRef] [Scilit]
  15. Gu, X.; Angelov, P.P.; Soares, E.A. A self-adaptive synthetic over-sampling technique for imbalanced classification. Int. J. Intell. Syst. 2020, 35, 923–943. [Google Scholar] [CrossRef] [Scilit]
  16. Gu, X.; Angelov, P.P.; Príncipe, J.C. A method for autonomous data partitioning. Inf. Sci. 2018, 460–461, 65–82. [Google Scholar] [CrossRef] [Scilit]
  17. Suykens, J.; Vandewalle, J. Least Squares Support Vector Machine Classifiers. Neural Process. Lett. 1999, 9, 293–300. [Google Scholar] [CrossRef] [Scilit]
  18. Jia, H.; Rao, H. Experience Exchange Strategy: An evolutionary strategy for meta-heuristic optimization algorithms. Swarm Evol. Comput. 2025, 98, 102082. [Google Scholar] [CrossRef] [Scilit]
  19. Dokeroglu, T.; Sevinc, E.; Kucukyilmaz, T.; Cosar, A. A survey on new generation metaheuristic algorithms. Comput. Ind. Eng. 2019, 137, 106040. [Google Scholar] [CrossRef] [Scilit]
  20. Khishe, M.; Mosavi, M.R. Chimp optimization algorithm. Expert Syst. Appl. 2020, 149, 113338. [Google Scholar] [CrossRef] [Scilit]
  21. Abualigah, L.; Yousri, D.; Abd Elaziz, M.; Ewees, A.A.; Al-qaness, M.A.A.; Gandomi, A.H. Aquila Optimizer: A novel meta-heuristic optimization algorithm. Comput. Ind. Eng. 2021, 157, 107250. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Flowchart of fault diagnosis.
Figure 1. Flowchart of fault diagnosis.
Energies 19 04339 g001
Figure 2. Diagnostic Results of Different Data Balancing Methods.
Figure 2. Diagnostic Results of Different Data Balancing Methods.
Energies 19 04339 g002
Figure 3. Classification prediction results of each model: (a) Diagnosis results of BP neural network model. (b) Diagnosis results of LSSVM model. (c) Diagnosis results of TSO-LSSVM model. (d) Diagnosis results of EES-LSSVM model.
Figure 3. Classification prediction results of each model: (a) Diagnosis results of BP neural network model. (b) Diagnosis results of LSSVM model. (c) Diagnosis results of TSO-LSSVM model. (d) Diagnosis results of EES-LSSVM model.
Energies 19 04339 g003
Figure 4. Fitness curve of different diagnostic models on the training set.
Figure 4. Fitness curve of different diagnostic models on the training set.
Energies 19 04339 g004
Figure 5. Confusion matrix for different classification algorithms: (a) BP neural network; (b) LSSVM; (c) TSO-LSSVM; (d) EES-LSSVM.
Figure 5. Confusion matrix for different classification algorithms: (a) BP neural network; (b) LSSVM; (c) TSO-LSSVM; (d) EES-LSSVM.
Energies 19 04339 g005
Table 1. Distribution of the number of samples by fault type.
Table 1. Distribution of the number of samples by fault type.
Fault TypeFault CodingTotal SamplesActual ValueTest Value
Partial Discharge113010426
Low-Energy Discharge21128923
High-Energy Discharge315012030
Thermal Fault (T < 300 °C)4806416
Thermal Fault (300–700 °C)512510025
Thermal Fault (T > 700 °C)615512431
Normal720016040
Table 2. Sample distribution after SASYNO imbalance processing.
Table 2. Sample distribution after SASYNO imbalance processing.
Sample Distribution of Different Fault Types
Data type1234567
Original data1048912064100124160
SASYNO-processed data160160160160160160160
Table 3. Comparison of Diagnostic Results Using Different Feature Types and Methods.
Table 3. Comparison of Diagnostic Results Using Different Feature Types and Methods.
BP Neural NetworkLSSVMTSO-LSSVMEES-LSSVM
With three-ratio features89.53%90.58%93.19%95.29%
Dissolved gas only87.96%89.01%92.14%93.72%
Table 4. Results of confusion matrix for each model.
Table 4. Results of confusion matrix for each model.
Type Precision/% Recall/%
1 2 3 4 5 6 7 1 2 3 4 5 6 7
BP neural network84.695.790.081.288.093.590.091.791.787.192.988.093.585.7
LSSVM10082.610075.080.093.592.589.710088.292.383.393.590.2
TSO-LSSVM10082.610075.092.096.895.010010088.292.395.890.990.5
EES-LSSVM96.287.010087.592.096.810010010090.993.392.096.895.2
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

Wang, S.; Wen, Y.; Yao, J.; Wu, Z.; Yu, Z.; Jiang, P.; Tang, B. Transformer Fault Diagnosis Method Based on Multidimensional Feature Fusion and Self-Adaptive Synthetic Over-Sampling Using a Least Squares Support Vector Machine Optimized by Experience Exchange Strategy. Energies 2026, 19, 4339. https://doi.org/10.3390/en19184339

AMA Style

Wang S, Wen Y, Yao J, Wu Z, Yu Z, Jiang P, Tang B. Transformer Fault Diagnosis Method Based on Multidimensional Feature Fusion and Self-Adaptive Synthetic Over-Sampling Using a Least Squares Support Vector Machine Optimized by Experience Exchange Strategy. Energies. 2026; 19(18):4339. https://doi.org/10.3390/en19184339

Chicago/Turabian Style

Wang, Shuang, Yuen Wen, Junwei Yao, Zhongyi Wu, Zemin Yu, Peng Jiang, and Bo Tang. 2026. "Transformer Fault Diagnosis Method Based on Multidimensional Feature Fusion and Self-Adaptive Synthetic Over-Sampling Using a Least Squares Support Vector Machine Optimized by Experience Exchange Strategy" Energies 19, no. 18: 4339. https://doi.org/10.3390/en19184339

APA Style

Wang, S., Wen, Y., Yao, J., Wu, Z., Yu, Z., Jiang, P., & Tang, B. (2026). Transformer Fault Diagnosis Method Based on Multidimensional Feature Fusion and Self-Adaptive Synthetic Over-Sampling Using a Least Squares Support Vector Machine Optimized by Experience Exchange Strategy. Energies, 19(18), 4339. https://doi.org/10.3390/en19184339

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

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop