ORIGINAL RESEARCH article

Front. Energy Res., 19 March 2025

Sec. Smart Grids

Volume 13 - 2025 | https://doi.org/10.3389/fenrg.2025.1486731

This article is part of the Research TopicEnhancing Resilience in Smart Grids: Cyber-Physical Systems Security, Simulations, and Adaptive Defense StrategiesView all 19 articles

Research on transformer operation state prediction based on comprehensive weights and BO-CNN-GRU

Ying Liu
Ying Liu*Wenbin CaoWenbin CaoXiaoming ZhangXiaoming ZhangYuhang SunYuhang SunXu SunXu Sun
  • State Grid Chaoyang Electric Power Supply Company, Chaoyang, Liaoning, China

Aiming at the problem that it is difficult to predict the future operating state of the transformer, this paper proposes a method for predicting the operating state of transformers based on comprehensive weight and BO-CNN-GRU (Bayes Optimization -Convolutional Neural Network- Gated Recurrent Unit). Firstly, 11 kinds of monitoring data in three categories including oil chromatography gas content, temperature, and electrical quantity are selected as feature parameters; Then, the game theory method is used to integrate the weight values of the three methods of G1 method, entropy weight method and CRITIC method to get the comprehensive weight value of each feature parameter, and the transformer operation state index is constructed based on the comprehensive weight; Finally, the BO-CNN-GRU combination prediction model is built, which solves the problem of difficulty in determining the hyperparameters of the model. After the example analysis, it can be seen that the five evaluation indexes of this paper’s model present the optimal results, effectively showing that this paper’s method has better predictability for the transformer operation state.

1 Introduction

The power transformer is one of the core equipment of the power system, which is the carrier of power supply from the grid to the user. Whether the transformer can operate stably plays a decisive role in the stability of the power supply. Once the transformer fails, it will cause regional power outages, casualties, and a series of problems, resulting in serious safety issues and economic losses (Cheng et al., 2022; Cheng et al., 2020a; Cheng et al., 2020b). The photograph of the scene where the transformer failure caused the explosion is shown in Figure 1.

Figure 1
www.frontiersin.org

Figure 1. Transformer explosion scene diagram.

Prediction of transformer operation state can provide a data basis for transformer maintenance and overhaul, which in turn improves the stability of power system operation and has an important role in promoting the intelligent development of the power grid (Zhou et al., 2014; Arshad et al., 2014; Bakar and Abu-Siada, 2016; Li et al., 2021).

In recent years, with the rapid development of artificial intelligence technology, intelligent detection technology, and data-driven methods (Cao et al., 2024; Bai et al., 2024; Liu et al., 2024; Li et al., 2024; Li et al., 2023), scholars at home and abroad have made better research results in the fields of transformer fault diagnosis, transformer operation state prediction, and transformer life prediction. In Lei et al. (2024), Lei et al. proposed a zero-sample fault diagnosis technique for transformers based on a variable-weight attribute matrix for the problem of missing information on fault samples caused by the long-tail effect. In Du et al. (2023), Du et al. proposed a power transformer fault detection method based on multiple eigenvalues of vibration signals for the problem of poor generalization of diagnostic algorithms. In Zhou et al. (2024), Zhou et al. used a cloud model and a weighted implicit semi-Markov model to predict transformer operating conditions. In Ge et al. (2021), Ge et al. proposed a transformer fault data enhancement method based on an Improved Autoencoder (IAE) to address the problem of insufficient data in machine-learning transformer fault diagnosis methods. In Li et al. (2022), Li et al. proposed a transformer state analysis method that combines autonomous discretization of signs and autonomous dimensionality reduction preference of signs and single event multi-model fusion analysis of data distribution, to overcome the problem that existing studies have neglected the diagnosis of a single sample. In Wang et al. (2022), Wang et al. proposed a transformer fault diagnosis model combining a multi-strategy improved sparrow algorithm (MISSA) with a bidirectional long and short-term memory network (BiLSTM) for the problem of low fault diagnosis accuracy of transformers. In Pan et al. (2022), Pan et al. addressed the problem of winding vibration under the unbalanced operation mode of the transformer, carried out the vibration signal decomposition and reconstruction based on wavelet packet transform, investigated the energy distribution law of different frequency domain scales, and proposed a vibration feature identification method based on the scale-energy occupancy ratio.

Analyzing the above research content, it can be seen that most of the existing research revolves around the analysis of transformer fault data, typical transformer fault diagnosis, and traditional condition assessment algorithms. This has played a role in promoting the development of this research field, but the research on the use of transformer multi-feature parameters, the construction of transformer condition assessment indexes, and high-performance prediction models is still inadequate. Therefore, based on the multi-dimensional transformer feature parameter information, this paper carries out in-depth research on the construction of transformer operating state index and prediction model.

With the continuous development of technology, more and more online monitoring data can be collected on the transformer, how to make good use of a variety of online inspection data is of great significance to the transformer condition assessment (Guo et al., 2025). Traditional neural network-based prediction methods have the problems of long model training time, gradient vanishing problem, and complex hyperparameter selection (Cheng and Yu, 2019). As an improved model of LSTM, the gated recurrent unit (GRU) can effectively alleviate the problem of gradient disappearance in the recurrent neural network, and at the same time, it has a faster training speed under the premise of guaranteeing the prediction accuracy (Ma et al., 2023). However, GRU neural networks cannot solve the problem of complex selection of hyperparameters of neural networks and need to be combined with other optimization algorithms.

Based on the insufficiency of existing research and the difficulty of confirming the hyperparameters of the prediction model, this paper proposes a transformer operation state prediction method based on BO-CNN-GRU. Taking 11 kinds of transformer feature parameters as the data basis, the G1 method, entropy weight method, and CRITIC method are used to calculate the corresponding feature parameter weights, and the comprehensive transformer weights are constructed through game theory, to construct a more accurate transformer state index. The BO-CNN-GRU combination prediction model is adopted to complete the optimization of model parameters, which improves the accuracy of the prediction model and provides a new method for transformer state prediction.

2 Basic principle

The overall flow of the transformer operation state prediction method based on comprehensive weights and BO-CNN-GRU is shown in Figure 2. The main model algorithms include the G1 method, entropy weight method, CRITIC method, Game theory, Bayes optimization, CNN, and GRU.

Figure 2
www.frontiersin.org

Figure 2. The overall flow of the transformer operation state prediction method.

2.1 Calculation of the comprehensive weights of the feature parameter

The results of the calculation of the weights of the feature parameters will directly affect the accuracy of the construction of the transformer condition index results, so the calculation of the weights of the feature parameters is one of the key steps in the assessment of the transformer condition. However, the weight allocation results obtained by the existing weight calculation methods have a large error with the actual situation, which leads to a large error in the actual operation status obtained by calculation, and such problems have been widely concerned in the fields of nondestructive testing of equipment and materials (Versaci et al., 2020; Versaci, 2016). Therefore, this paper adopts the comprehensive weight calculation method to construct a more reasonable transformer feature parameter weight.

2.1.1 G1 method for determining subjective weights

The G1 method avoids the shortcomings of the hierarchical analysis method and has strong operability for practical engineering applications. The specific calculation process is as follows:

(1) Each of the feature parameters is ranked in order of importance according to the experience of the experts.

(2) Determine the value of the ratio rk of the degree of importance of the neighboring feature parameters xk and xk-1.

(3) If the ratio of the degree of importance is rk, then the weight wm of the mth feature parameter is calculated by Equation 1:

wm=1+k=2mi=kmrk1(1)

(4) The weights of the other feature parameters are calculated by the weight wm of the mth feature parameter, and the calculation process is shown in Equation 2.

wk1=rkwk,k=m,m1,3,2(2)

where wk-1 is the weight of the k-1th feature parameter, rk is the ratio of the degree of importance of two neighboring feature parameters, and wk is the weight of the wth feature parameter.

2.1.2 Entropy weighting method for objective weight calculation

Entropy weighting is a method that can determine the weights by the amount of information contained in the data, the smaller the entropy value of the feature parameter, the more information it contains and the higher the corresponding weight (Xu and Fang, 2022).

Let xij (i = 1, 2, ⋯, n; j = 1, 2, ⋯m) be the jth data under the ith feature parameter, then the entropy weight ej of the jth feature parameter is calculated by Equation 3:

ej=ki=1mpijlnpij(3)

where ej is the entropy weight of the jth feature parameter, pij is the weight of xij in all data, and k is a constant.

Finally, the weight uj of the jth feature parameter is calculated by Equation 4:

uj=1ej/nj=1nej(4)

2.1.3 CRITIC method for determining objective weights

The CRITIC method calculates objective weights by comparing intensity and conflictiveness between feature parameters. The specific calculation process is as follows:

(1) Calculate the standard deviation sj of the jth feature parameter by Equation 5.

sj=i=1nxijx¯j2n1(5)

where sj is the standard deviation of the jth feature parameter, xij is the ith data of the jth feature parameter, and xj is the mean of the jth feature parameter data.

(2) Calculate the conductivity of the feature parameter with other variables Rj by Equation 6.

Rj=i=1p1rij(6)

where rij is the correlation coefficient between the feature parameters i and j.

(3) Calculate the informativeness of the feature parameters cj by Equation 7.

cj=sjRj(7)

(4) The objective weights of the jth feature parameter were as follows by Equation 8.

θj=cjj=1mcjj=1,1,m(8)

2.1.4 Game theory comprehensive weighting calculation

Game theory is a theory for studying things with a competitive nature. Game theory can analyze the problem of rational behavior and its decision-making equilibrium when the behavior of multiple decision-making subjects interacts with each other. In game theory, it can be assumed that each option is the result of rational decision-making, which is made by decision-makers to maximize their benefits or minimize their losses. This competitive outcome is not controlled by one decision-maker but is achieved by all decision-makers. The purpose of the game theory portfolio assignment is to optimize the combination of weights calculated by various methods to obtain the optimal weight values.

For a basic set of weight vectors, n vectors are arbitrarily linearly combined into one possible combination of weights, and the calculation process is shown in Equation 9.

U=k=1nαkukTαk>0(9)

where U denotes the possible optimal weights, αk is the weight coefficient and uk is the weight vector.

The objective of game theoretic optimization is to minimize the deviation between the combination of weights and the individual weights, and the calculation process is shown in Equation 10.

minj=1nαk×ukTukT2i=1,2,L,n(10)

The optimal first-order derivative condition obtained from the differential properties of the matrix is calculated by Equation 11.

j=1nαk×uk×ukT=uk×ukTi=1,2,Ln(11)

The resulting game-theoretic model is shown in Equation 12.

u1u1Tu1u2Tu1unTu2u1Tu2u2Tu2unTunu1Tunu2TununTα1α2αn=u1u1Tu2u2TununT(12)

Based on the weighting coefficients, the combination coefficients for each weight are calculated by Equation 13.

αk*=αkk=1nαk(13)

The final comprehensive weights were calculated by Equation 14.

u*=k=1kαk*ukT(14)

2.2 Condition classification of transformers

Concerning the regulatory requirements of the National Grid and the historical summary of experience, the transformer is divided into five state levels, and the relationship between each state level and the state of the transformer is shown in Table 1.

Table 1
www.frontiersin.org

Table 1. Transformer state classification results table.

2.3 BO-CNN-GRU transformer state prediction model

2.3.1 Bayes optimization principle

Bayes optimization is an approximation idea that has the advantage of better hyperparameter confirmation in the case of more complex computations and a higher number of iterations. The hyperparameter combination selection process of the model is shown in Equation 15.

x*=argminfx(15)

where f(x) is the minimized objective function, which is used to assess the optimal performance of the objective function, and x* is the optimal hyperparameter combination obtained at the end.

Bayes optimization stems from Bayes’ theorem and uses the BO formula to establish a probability distribution for the optimization process. The calculation process is shown in Equation 16.

PEDPDEPE(16)

where P(E) is a Gaussian distribution, and P (E|D) is a Gaussian regression process.

2.3.2 CNN convolutional neural network

CNN is a feed-forward neural network, which is mainly composed of the input layer, convolutional layer, pooling layer, fully connected layer, and output layer, and the input feature vector can be a multi-dimensional vector set, which adopts local perception and weight sharing. The convolutional layer extracts the feature volume of the original data and deeply mines the intrinsic connection of the data, the pooling layer can reduce the complexity of the network and reduce the training parameters, and the fully connected layer merges the processed data and calculates the classification and regression results (Ye et al., 2024).

The main components of the convolutional neural network are shown in Figure 3.

Figure 3
www.frontiersin.org

Figure 3. Structure diagram of CNN.

The convolutional neural network computation process is shown in Table 2.

Table 2
www.frontiersin.org

Table 2. Table of formulae for convolutional structures.

Where yjl is the jth feature mapping in the lth layer of the current layer, f is the activation function, Mj is the input feature mapping xil1 is the ith feature mapping of the previous layer, wijl is the convolution kernel of the ith and jth layers, bij is the bias, (SK)max-pooling is the value of the corresponding neuron after pooling, al(I,t) is the output of the tth neuron of the ith mapping in layer l, h (xi) is the fully connected output of layer l, f is the activation function, ω is the weight of the neuron node, xl-1 is the fully connected input of layer l and b is the bias.

2.3.3 GRU recurrent neural network

GRU modifies the calculation of hidden states in recurrent neural networks by simplifying the input, forgetting, and output gates to update and reset gates based on LSTM. The internal structure of the GRU is shown in Figure 4.

Figure 4
www.frontiersin.org

Figure 4. Internal structure diagram of GRU.

The formula for GRU is shown in Table 3.

Table 3
www.frontiersin.org

Table 3. Table of formulae for GRU.

3 Transformer feature parameter selection and comprehensive weight construction

3.1 Selection of the feature parameters

In this paper, a 500 KV oil-immersed transformer is used as an experimental object. To accurately assess the operating state of the transformer, the feature parameters that have a great influence on the operating condition of the transformer should be selected. Feature parameters related to transformer state can be divided into two categories: those that can be monitored online and those that cannot be monitored online. This paper mainly adopts the feature parameters that can be monitored online in real time to predict the future operating state of the transformer. Three types of features, including oil chromatography, temperature, and electrical quantity, are selected. The specific feature parameters are shown in Table 4:

Table 4
www.frontiersin.org

Table 4. Transformer feature parameter table.

3.2 Comprehensive weighting calculation

Based on the feature parameter data, G1 method, entropy weight method, and CRITIC method are used to calculate the corresponding weights of each feature parameter of the transformer, and the calculation results are 0.4332 for the G1 method, 0.3505 for the entropy weight method, and 0.2173 for the CRITIC method. The feature parameter weight data and the comprehensive weights calculated by the three methods mentioned above are shown in Table 5.

Table 5
www.frontiersin.org

Table 5. Weights of the transformer feature parameter.

The operating state index data of the transformer is obtained by using the data of each feature parameter of the transformer and the comprehensive weights. The use of comprehensive weights makes the operating state index data more similar to the actual operating state and can reflect the overall degradation of the transformer more comprehensively. Based on the transformer operating state index data, the future operating state of the transformer is predicted.

4 Transformer operating state prediction analysis

4.1 Comparative analysis of multiple prediction methods

400 sets of data for 200 days from February to October 2021 of the transformer are selected for example analysis. Multi-feature input matrix is constructed based on temperature, humidity, and condition indicator data to realize future transformer condition prediction. The data through the first 160 days is used as a training set and the data of the next 40 days is used as a test set.

The Bayes parameter optimization process of this paper’s method is shown in Figure 5. The variation of loss values during model training is shown in Figure 6. The prediction results of different methods are shown in Figure 7. The error result graph is shown in Figure 8.

Figure 5
www.frontiersin.org

Figure 5. Bayes optimization process parameter variation.

Figure 6
www.frontiersin.org

Figure 6. Loss value changes during model training.

Figure 7
www.frontiersin.org

Figure 7. Multiple method prediction results comparison plot.

Figure 8
www.frontiersin.org

Figure 8. Multiple method prediction error comparison plot.

Analysis of Figure 5 shows that when the number of iterations of the Bayes optimization process reaches 8 times, the minimum target observation value and the estimated value tend to be stable and basically the same, and at this time, the optimal hyperparameter combination is determined. Analysis of Figure 6 shows that in the model training process, when the number of iterations reaches about 100 times, the loss value is unchanged, indicating that the model training is completed at this time.

Analyzing Figures 7, 8, it can be seen that the trends of future transformer operating state changes predicted by the three prediction models, BO-CNN-GRU, BO-CNN-LSTM, and BO-CNN-BiLSTM, are all closer to the actual transformer state changes, which are shifted from the Excellent state to the Good state. However, the prediction results of the BO-CNN-GRU are more accurate.

To better illustrate the advantages of the method in this paper, four evaluation indexes, namely, RMSE, MAE, MAPE, Computing time, and Running memory, are calculated to evaluate the model performance. The calculation results are shown in Table 6.

Table 6
www.frontiersin.org

Table 6. Table of indicators for the evaluation of prediction models.

Analyzing Table 6 shows that the RMSE, MAE, and MAPE, of the BO-CNN-GRU, prediction model are the smallest, which indicates that BO-CNN-GRU, can better reflect the trend and fluctuation of the data compared to the BO-CNN-LSTM, and BO-CNN-LSTM, prediction models. Meanwhile, the BO-CNN-GRU, prediction model has the shortest computation time and occupies less memory, indicating lower computational cost.

4.2 Comparative analysis of multiple optimization algorithms

To better analyze the superiority of the BO Optimization Algorithm, the Sparrow Search Optimization Algorithm (SSA), Genetic Optimization Algorithm (GA), and Whale Optimization Algorithm (WOA) were used to optimize the CNN-GRU prediction model, respectively, and the evaluation indexes of the CNN-GRU model after optimization of each optimization algorithm are shown in Table 7.

Table 7
www.frontiersin.org

Table 7. Evaluation index table for the optimized prediction model.

Analysis of Table 7 shows that compared with SSA, GA, and WOA Optimization Algorithms, the BO Optimization algorithm has the lowest values of RMSE, MAE, and MAPE, which indicates that the BO optimization algorithm has a better optimization ability to improve the performance of CNN-GRU prediction model, and can better complete the prediction of transformer’s future state when used in combination with CNN-GRU.

4.3 Comparison of multi-input and single-input results

To further verify the necessity of constructing a multi-feature input matrix based on temperature, humidity, and state indicator data, the prediction process is completed only through the state indicator data, and the prediction result evaluation indexes are shown in Table 8.

Table 8
www.frontiersin.org

Table 8. Table of indicators for evaluating single-input prediction models.

Analyzing the evaluation index data in Tables 6, 8, it can be seen that compared with the single feature input, the multivariate input matrix constructed using temperature, humidity, and state index data has a better prediction effect, and the RMSE, MAE, and MAPE of the prediction results are lower than that of the prediction effect using the single feature input, which further verifies the superiority of this paper’s method.

5 Conclusion

In this paper, a transformer future operating state prediction method based on comprehensive weights and BO-CNN-GRU is proposed, a 500 KV oil-immersed transformer is taken as an experimental object, and the following conclusions are obtained based on the example analysis:

(1) Based on 11 kinds of transformer feature parameters, the game theory method is used to integrate the G1 method, entropy weight method, and CRITIC method to construct the comprehensive weights of feature parameters, and more accurate data of the transformer’s operation status indicators are obtained.

(2) The BO-CNN-GRU transformer future operating state prediction model is constructed, which solves the problem of difficulty in confirming the hyperparameters of the prediction model. After comparative analysis, it can be seen that compared with other state prediction models, the method of this paper has lower RMSE, MAE, MAPE, and higher computational efficiency. This shows that this paper can better complete the transformer operation state prediction.

(3) In future research, the weight allocation scheme of transformer feature parameters will be further explored. The applicability of the paper’s methodology in multiple types of transformers and the impact of extreme influences on the model performance will also be further verified.

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

YL: Writing–original draft, Writing–review and editing, Conceptualization, Methodology, Validation. WC: Conceptualization, Data curation, Investigation, Writing–original draft, Writing–review and editing. XZ: Conceptualization, Formal Analysis, Funding acquisition, Resources, Visualization, Writing–review and editing. YS: Formal Analysis, Funding acquisition, Methodology, Project administration, Supervision, Validation, Writing–review and editing. XS: Data curation, Formal Analysis, Funding acquisition, Project administration, Resources, Software, Writing–review and editing.

Funding

The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. This work is supported by the Science and Technology Project of State Grid Liaoning electric power supply of China (2023 YF-57). The funder was not involved in the study design, collection, analysis, interpretation of data, the writing of this article, or the decision to submit it for publication.

Conflict of interest

Authors YL, WC, XZ, YS, and XS were employed by State Grid Chaoyang Electric Power Supply Company.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Arshad, M., Islam, S., and Khaliq, A. (2014). Fuzzy logic approach in power transformers management and decision making. IEEE Trans. Dielectr. Electr. Insul. 21 (5), 2343–2354. doi:10.1109/TDEI.2014.003859

CrossRef Full Text | Google Scholar

Bai, X., Zang, Y., Ge, L., Li, C., Li, J., and Yuan, X. (2024). Selection method of feature derived from dissolved gas in oil for transformers fault diagnosis. High. Volt. Eng. 49 (09), 3873–3886. doi:10.13336/j.1003-6520.hve.20220670

CrossRef Full Text | Google Scholar

Bakar, N. A., and Abu-Siada, A. (2016). Fuzzy logic approach for transformer remnant life prediction and asset management decision. IEEE Trans. Dielectr. Electr. Insul. 23 (5), 3199–3208. doi:10.1109/tdei.2016.7736886

CrossRef Full Text | Google Scholar

Cao, C., Lu, D., Xu, B., Li, X., He, L., and Zhu, Y. (2024). Magnetostrictive vibration model and loosening fault diagnosis method of transformer core based on elastodynamics-thermodynamics. High. Volt. Eng. 50 (05), 2146–2157. doi:10.13336/j.1003-6520.hve.20230872

CrossRef Full Text | Google Scholar

Cheng, L., Chen, Y., and Liu, G. (2022). 2PnS-EG: a general two-population n-strategy evolutionary game for strategic long-term bidding in a deregulated market under different market clearing mechanisms. Int. J. Electr. Power Energy Syst. 142, 108182. doi:10.1016/j.ijepes.2022.108182

CrossRef Full Text | Google Scholar

Cheng, L., Liu, G., Huang, H., Wang, X., Chen, Y., Zhang, J., et al. (2020b). Equilibrium analysis of general N-population multi-strategy games for generation-side long-term bidding: an evolutionary game perspective. J. Clean. Prod. 276, 124123. doi:10.1016/j.jclepro.2020.124123

CrossRef Full Text | Google Scholar

Cheng, L., Yin, L., Wang, J., Shen, T., Chen, Y., Liu, G., et al. (2020a). Behavioral decision-making in power demand-side response management: a multi-population evolutionary game dynamics perspective. Int. J. Electr. Power Energy Syst. 129, 106743. doi:10.1016/j.ijepes.2020.106743

CrossRef Full Text | Google Scholar

Cheng, L., and Yu, T. (2019). A new generation of AI: a review and perspective on machine learning technologies applied to smart energy and electric power systems. Int. J. Energy Res. 43 (06), 1928–1973. doi:10.1002/er.4333

CrossRef Full Text | Google Scholar

Du, H., Liu, H., Lei, L., Tong, J., Huang, J., and Ma, M. (2023). Power transformer fault detection based on multi-eigenvalues of vibration signal. Trans. China Electrotechn. Soc. 38 (01), 83–94. doi:10.19595/j.cnki.1000-6753.tces.221422

CrossRef Full Text | Google Scholar

Ge, L., Liao, W., Wang, Y., and Song, L. (2021). Data augmentation method for transformer fault based on improved auto-encoder under the condition of insufficient data. Trans. China Electrotechn. Soc. 36 (S1), 84–94. doi:10.19595/j.cnki.1000-6753.tces.L90083

CrossRef Full Text | Google Scholar

Guo, Y., Chang, Y., and Lu, B. (2025). A review of temperature prediction methods for oil-immersed transformers. Measurement 239, 115383. doi:10.1016/j.measurement.2024.115383

CrossRef Full Text | Google Scholar

Lei, L., He, Y., Yao, Q., and Xing, Z. (2024). Zero-shot fault diagnosis technique of transformer based on weighted attribute matrix. Trans. China Electrotechn. Soc. doi:10.19595/j.cnki.1000-6753.tces.231335

CrossRef Full Text | Google Scholar

Li, D., Zhang, Y., Feng, J., and Wang, S. (2022). Multi-dimensional diagnosis of transformer fault sample and credibility analysis trans. China electrotechn. Soc 37 (03), 667–675. doi:10.19595/j.cnki.1000-6753.tces.210070

CrossRef Full Text | Google Scholar

Li, Z., Wu, L., and Xu, Y. (2021). Risk-Averse coordinated operation of a multi-energy microgrid considering voltage/var control and thermal flow: an adaptive stochastic approach. IEEE TSMART GRID 12 (5), 3914–3927. doi:10.1109/TSG.2021.3080312

CrossRef Full Text | Google Scholar

Li, Z., Wu, L., Xu, Y., Liu, Y., Moazeni, S., and Tang, Z. (2024). Multi-stage real-time operation of A multi-energy microgrid with electrical and thermal energy storage assets: a data-driven MPC-ADP approach. IEEE TSMART GRID 13 (1), 213–226. doi:10.1109/TSG.2021.3119972

CrossRef Full Text | Google Scholar

Li, Z., Wu, L., Xu, Y., Wang, L., and Yang, N. (2023). Distributed tri-layer risk-averse stochastic game approach for energy trading among multi-energy microgrids. Appl. Energy. 331, 120282. doi:10.1016/j.apenergy.2022.120282

CrossRef Full Text | Google Scholar

Liu, G., Lan, H., Jiang, X., Liu, Y., and Wang, W. (2024). Load capacity evaluation of forced guided oil circulation air-cooled transformer based on temperature rise characteristics. High. Volt. Eng. 50 (01), 232–241. doi:10.13336/j.1003-6520.hve.20230314

CrossRef Full Text | Google Scholar

Ma, Y., Hu, Z., and Song, Y. (2023). A Reinforcement learning based coordinated but differentiated load frequency control method with heterogeneous frequency regulation resources. IEEE Trans. Power Syst. 39, 2239–2250. doi:10.1109/TPWRS.2023.3262543

CrossRef Full Text | Google Scholar

Pan, C., Chen, X., Cai, G., Wang, C., and Li, Y. (2022). Identification of winding vibration characteristics of three-phase unbalanced transformer based on scale-energy ratio of wavelet packet. Chin. J. Sci. Instrum. 41 (04), 129–137. doi:10.19650/j.cnki.cjsi.J2005982

CrossRef Full Text | Google Scholar

Versaci, M. (2016). Fuzzy approach and Eddy currents NDT/NDE devices in industrial applications. Electron. Lett. 52 (11), 943–945. doi:10.1049/el.2015.3409

CrossRef Full Text | Google Scholar

Versaci, M., Angiulli, G., di Barba, P., and Morabito, F. (2020). Joint use of eddy current imaging and fuzzy similarities to assess the integrity of steel plates. Open Phys. 18 (1), 230–240. doi:10.1515/phys-2020-0159

CrossRef Full Text | Google Scholar

Wang, Y., Wang, Z., Fu, J., Wang, S., and Wang, L. (2022). Research on transformer fault diagnosis based on the improvedmulti-strategy sparrow algorithm and BiLSTM. Chin. J. Sci. Instrum. 03, 87–97. doi:10.19650/j.cnki.cjsi.J2108366

CrossRef Full Text | Google Scholar

Xu, Y., and Fang, N. (2022). Multi objective optimal scheduling of integrated electricity-gas system based on piecewise linearization and improved second order cone relaxation. China electrotechn. Soc 37 (11), 2800–2812. doi:10.19595/j.cnki.1000-6753.tces.210463

CrossRef Full Text | Google Scholar

Ye, Y., Lin, H., and Zhou, H. (2024). Modeling and prediction of key parameters of circulating fluidized bed boiler based on Transformer. J. Taiwan Inst. Chem. Eng. 162, 105622. doi:10.1016/j.jtice.2024.105622

CrossRef Full Text | Google Scholar

Zhou, Q., Sun, C., Liao, R., Li, J., Zhang, Y., and Wang, S. (2014). Multiple fault diagnosis and short-term forecast of transformer based on cloud theory. High. Volt. Eng. 40 (05), 1453–1460. doi:10.13336/j.1003-6520.hve.2014.05.023

CrossRef Full Text | Google Scholar

Zhou, Y., Sun, C., An, W., Li, J., Li, J., Liao, Q., et al. (2024). Transformer failure prediction based on cloud reasoning and weighted implicit semi-markov model. High. Volt. Eng. 41 (07), 2268–2275. doi:10.13336/j.1003-6520.hve.2015.07.021

CrossRef Full Text | Google Scholar

Keywords: transformer, bayes optimization, CNN, GRU, state prediction

Citation: Liu Y, Cao W, Zhang X, Sun Y and Sun X (2025) Research on transformer operation state prediction based on comprehensive weights and BO-CNN-GRU. Front. Energy Res. 13:1486731. doi: 10.3389/fenrg.2025.1486731

Received: 26 August 2024; Accepted: 13 March 2025;
Published: 19 March 2025.

Edited by:

Pengfei Zhao, Chinese Academy of Sciences (CAS), China

Reviewed by:

Linfei Yin, Guangxi University, China
Mario Versaci, Mediterranea University of Reggio Calabria, Italy

Copyright © 2025 Liu, Cao, Zhang, Sun and Sun. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Ying Liu, MTU1MjQzMjUyMjBAMTYzLmNvbQ==

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Research integrity at Frontiers

94% of researchers rate our articles as excellent or good

Learn more about the work of our research integrity team to safeguard the quality of each article we publish.


Find out more