Next Article in Journal
Enhancing Adversarial Robustness in Network Intrusion Detection: A Novel Adversarially Trained Neural Network Approach
Previous Article in Journal
Driving Sustainable Value. The Dynamic Interplay Between Artificial Intelligence Disclosure, Financial Reporting Quality, and ESG Scores
Previous Article in Special Issue
A Survey on the Main Techniques Adopted in Indoor and Outdoor Localization
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Development of Resonant De Ice Device Based on Visual Detection of Line Ice Coverage

1
Zhaotong Power Supply Bureau of Yunnan Power Grid Co., Ltd., Zhaotong 657000, China
2
Engineering Training and Innovation & Entrepreneurship Education Center, North China Electric Power University (Baoding), Baoding 071003, China
3
School of Electrical and Electronic Engineering, Shandong University of Technology, Zibo 255000, China
4
Electric Power Research Institute of Yunnan Power Grid Co., Ltd., Kunming 650000, China
5
Zhaotong Yongshan Power Supply Bureau of Yunnan Power Grid Co., Ltd., Zhaotong 657300, China
*
Author to whom correspondence should be addressed.
Electronics 2025, 14(16), 3246; https://doi.org/10.3390/electronics14163246
Submission received: 24 July 2025 / Revised: 11 August 2025 / Accepted: 12 August 2025 / Published: 15 August 2025

Abstract

Aiming at the ice coating problem on medium-voltage overhead lines, this paper proposes a resonance de-icing device based on an improved YOLOv7 algorithm to achieve efficient and intelligent ice detection and removal. First, by introducing the SimAM three-dimensional attention mechanism to optimize feature extraction capability, combining the MPDIoU loss function to enhance bounding box regression accuracy, and designing a task-specific context decoupling head to separate classification and regression tasks, the ice detection accuracy and real-time performance are significantly improved. Second, an integrated ice observation/de-icing device is developed, which incorporates the improved YOLOv7 visual detection algorithm and a resonance vibration module. Through a dynamic frequency optimization strategy, precise matching between the excitation frequency and the inherent frequency of the conductor is achieved. The findings from the engineering experiments demonstrate that the de-icing apparatus conceptualized in this study is capable of effectively identifying the condition of ice-covered conductors and de-icing them. This research presents a novel technical solution for the intelligent de-icing of overhead lines, which holds significant value for engineering applications.

1. Introduction

Winter is characterized by a low-temperature and low-rainfall climate. When an inversion layer exists in the lower atmosphere, the near-surface temperature ranges from −5 to −1 °C. Rainwater dripping onto this surface freezes into freezing rain, quickly forming a layer of ice that can easily accumulate additional ice. When the ice-covered snow generated by the hanging ice load exceeds a certain limit value, it will make the tower collapse and interrupt the power supply, jeopardizing the safety of the distribution network. China is one of the countries in the world that is seriously affected by line ice cover, and line ice cover exceeding design standards may lead to ice accidents such as line tower breakage, conductor dancing, switchgear failure, equipment external insulation discharge, and large-area blackout; flashover and insulator damage are easily generated when the ice cover melts and falls off [1]. Sporadic freezing rain and snow occurred in Hubei, Hunan, and other areas before and after the Spring Festival of 2024, causing traffic disruptions on high-speed railways and highways. It caused the interruption of high-speed rail and highway traffic, which caused significant disasters and losses to peoples’ productivity and lives, and the direct economic losses exceeded ten billion yuan.
Currently, the primary methods for line de-icing include manual de-icing, mechanical de-icing, and thermal de-icing. Manual de-icing is hazardous and inefficient; mechanical de-icing equipment is expensive and complex to maintain; and thermal de-icing consumes large amounts of energy, significantly impacting the environment. Therefore, developing high-efficiency, safe, and environmentally friendly de-icing devices is of great importance [2]. Regarding ice detection on overhead lines, advancements in computer vision technology have led to increased attention to object detection methods. The YOLO algorithm, one of the leading object detection algorithms today, has been widely applied across various scenarios due to its fast processing speed and high accuracy [3].
Extensive international research has been conducted on robotic de-icing. MONTAMBAULTS developed a non-obstacle-crossing inspection robot capable of real-time monitoring and the effective de-icing of overhead iced power lines. However, the robot lacks sufficient intelligence and cannot operate continuously, which limits its development [4]. Vijay et al. proposed a boundary sliding-mode control strategy based on an RBFNN observer, achieving the motion control of a three-degree-of-freedom de-icing robotic arm. Nevertheless, the system’s robustness requires improvement to handle strong disturbances [5]. Paul et al. developed a self-powered system for power line de-icing robots using nonlinear modeling techniques based on electromagnetic energy harvesters [6]. Regarding de-icing technology classification, the Regina team systematically analyzed the performance boundaries of passive and active de-icing methods, providing critical reference criteria for engineering anti-icing system design [7]. Xu verified the efficiency enhancement mechanism of ultrasonic-guided waves synergizing with low-frequency resonance by exciting composite vibration modes using piezoelectric ceramics [8]. As a novel de-icing technology, resonance technology remains in the exploratory stage for its application in overhead line de-icing, with relatively limited research conducted to date.
Addressing the issue of winter icing on medium-voltage overhead lines, this paper enhances the existing YOLOv7 algorithm by incorporating a parameter-free attention mechanism called SimAM. It also introduces the MPDIoU loss function, develops a task-specific decoupled head, and proposes an improved YOLOv7 object detection algorithm for accurately identifying the thickness of ice accumulation on power lines. Furthermore, a de-icing device based on mechanical resonance technology is designed and developed. By deploying the improved YOLOv7 algorithm on this device, it can detect ice thickness in real time, adjust the motor’s vibration frequency, increase the amplitude of wire vibrations, and thereby improve de-icing efficiency.

2. Ice Detection Algorithm Design

2.1. Introduction to Basic Principles of YOLOv7 Algorithm

YOLOv7 is one of the most advanced YOLO algorithms available, and it has achieved leading speed and accuracy in the range of 5 to 160 frames per second (FPS) on the MSCOCO dataset [9]. The input, backbone, and head constitute the main structure of the YOLOv7 network, as shown in Figure 1. At the input side, the YOLOv7 network uniformly adjusts the size of the input image to the size of 640 × 640 and passes it to the backbone network, after which the image data undergoes convolutional transformation by the four groups of CBS modules; the function of the backbone network is to regulate the overall gradient path of the network through the ELAN module. This enables the network to achieve the gradient path, even in instances where the stacking is inadequate. The backbone network controls the overall gradient path of the network through the ELAN module, which enables the network to realize efficient learning and convergence even in the case of deep stacking, thus improving the speed of algorithmic reasoning while improving the accuracy; the head network adopts the same multi-layer feature extraction strategy as the YOLOv3 series, i.e., the output of the backbone network is taken from three different features as the base data for prediction, and the different dimensional features go through the feature pyramid when making predictions [10] and the path fusion network [11] to realize different levels of information fusion and complementarity. Eventually, the features of different dimensions are output as results through the reparameterized convolutional layer. The reparameterized convolutional module integrates the convolutional layer and the BatchNorm layer, which consists of a set of 3 × 3 and a set of 1 × 1 convolutions as well as constant mapping at the time of training, and it was reparameterized to a single 3 × 3 convolution at the time of inference, which improves algorithmic performance.
To improve the accuracy of the device of ice overlay detection and realize the accurate positioning of the ice layer, the algorithm needs to be highly robust, and there is a large amount of background information in the medium-voltage overhead line ice overlay image, which increases the difficulty of detecting ice overlay line ice cover [12]. The existing YOLOv7 algorithm small-object detection accuracy is low, with background misjudgment and other issues. Based on the existing YOLOv7 algorithm, the SimAM attention mechanism is introduced, the MPDIoU loss function is designed, and the TOCODE decoupling head is constructed, which lays the foundation for subsequent devices to accurately identify the ice overlay.

2.2. Introduction of SimAM Attention Mechanism

The existing YOLOv7 algorithm does not differentiate the importance of the input features, which leads to the algorithm’s insufficient attention to key information, making it difficult to adapt to the complex scenarios of wire ice cover. The attention mechanism can give different weights to different pieces of information so as to extract the important information in the redundant data and improve detection accuracy [13]. The principle of the attention mechanism is that when humans process complex visual image information, they can quickly focus on the key areas. The computer transforms the above process into the following equation:
A t t e n t i o n = f ( g ( x ) , x )
where x is the input feature, g ( x ) is the attention produced based on the input feature, and f ( g ( x ) ) is the method of processing the input feature based on the attention.
In order to improve the accuracy of the YOLOv7 algorithm for ice cover detection and the adaptability of the algorithm to the complex environment, the SimAM attention module is constructed for YOLOv7, and based on neuroscience theory, three-dimensional weights are introduced to consider the influence of the space and channel dimensions on the attention at the same time, and the energy function is constructed for line ice cover individual neurons, which is given in the following formulas:
e t ( w t , b t , y , x i ) = 1 M 1 i = 1 M 1 ( 1 ( w t x i + b t ) ) 2 + ( 1 ( w t t + b t ) ) 2 + λ w t 2
w t = 2 ( t μ t ) ( t μ t ) 2 + 2 σ t 2 + 2 λ
b t = 1 2 ( t + μ t ) w t
where λ is the adjustable hyperparameter, μ t is the mean value of all neurons excluding neuron t under this channel, and σ t 2 is the variance of all neurons with the exception of neuron t in this particular channel. The formulas are as follows:
μ t = 1 M 1 i = 1 M 1 x i σ t 2 = 1 M 1 i = 1 M 1 ( x i μ t ) 2
Combining the above formulas and considering that the pixels in each channel follow the same distribution among them, the mean and variance of all neurons can be used to calculate the energy of all neurons in that channel, and the neuron minimum energy formula is
e t * = 4 ( σ ^ 2 + λ ) t μ ^ 2 + 2 σ ^ 2 + 2 λ
From Equation (6), it can be seen that the lower the similarity between a single neuron and other neurons, the lower the energy and the more important it is for network recognition. SimAM attention of the processed features is calculated as follows:
X ˜ = S i g m o i d ( 1 E ) X
where E is the individual channel energy function, and the Sigmoid function is used to limit the range of E.
In summary, the principle of the SimAM attention mechanism is shown in Figure 2, which embeds the SimAM mechanism into the convolutional network, realizes the attention extraction without adding additional parameters, and effectively solves the problem of background misjudgment.

2.3. MPDIoU Loss Function Design

YOLOv7 uses the CIoU loss function to calculate the bounding box regression loss, which introduces the shape information of the object anchor frame for the algorithm and improves the recognition accuracy of the algorithm for objects with different aspect ratios [14], and at the same time, the diagonal distance of the object frame is considered so that the algorithm is more sensitive to the position of the object anchor frame, and the formula of the CIoU is
L C I o U = 1 L I o U + ρ 2 ( b , b g t ) c 2 + α v
where L I o U is the intersection over union between the predicted anchor frame and the actual anchor frame, ρ 2 ( b , b g t ) is the Euclidean distance in the predicted anchor frame and the actual anchor frame, c is the diagonal length of the smallest outer rectangle formed by the predicted anchor frame and the actual anchor frame, v is used to measure the consistency of the aspect ratio between the predicted anchor frame and the actual anchor frame, α is the trade-off parameter, and the formulas of v and α are
v = 4 π 2 ( arctan w r h r arctan w p h p ) 2 α = v 1 L I o U + v
The CIoU loss function comprehensively considers the intersection over union, spatial distance, shape, and other information of the anchor frames, which more comprehensively optimizes the accuracy of the algorithm for object localization and is able to deal with more complex scenes. However, the CIoU loss function involves calculations such as the inverse trigonometric function, which has a high computational complexity and leads to poor real-time performance of the algorithm. In addition, the parameter v introduced in the CIoU only measures the difference in aspect ratios, which leads to the algorithm incorrectly optimizing the similarity between anchor frames. Considering the limitations of the CIoU loss function mentioned above, the MPDIoU loss function was designed to optimize the regression loss using the minimum distance between specific points of the anchor frames [15]. The MPDIoU loss function defines the vertex distance between the actual anchor frames and the predicted anchor frames at the top-left corner as d1 and defines the vertex distance at the top-right corner as d2, as shown in Figure 3.
The MPDIoU loss function is calculated as
L M P D I o U = 1 L I o U + d 1 2 w 2 + h 2 + d 2 2 w 2 + h 2
where w is the width of the input image and h is the height of the input image.
From Equation (10), it can be seen that the MPDIoU loss function efficiently takes into account the positional and shape differences between anchor frames, which simplifies the complex calculation method in CIoU and thus improves the computational efficiency. By designing the MPDIoU loss function to replace the CIoU loss function, the algorithm’s ability to localize the object is improved, which helps to improve the robot’s accuracy in detecting wire ice cover.

2.4. Construction of Task-Specific Context Decoupling Head

In object detection tasks, it is typically necessary to perform two subtasks, namely classification and regression. The object detection head in the existing YOLOv7 algorithm tends to couple these tasks together. However, the objectives and requirements of classification and regression differ significantly. Classification focuses more on the semantic information of the object, such as color and texture, whereas regression emphasizes the geometric information, including position and size. A decoupled head can be employed to create specific task contexts for classification and regression. This approach allows for tailored feature extraction and processing for each task, thereby improving detection accuracy and training efficiency. Coupling the two tasks can lead to optimization conflicts, which negatively impact both localization and classification accuracy.
To address the aforementioned challenges, distinct feature networks have been designed for different tasks, and a task-specific context decoupling (TSCODE) framework has been developed. The classification task demands richer contextual semantic information; therefore, deep features are fused with shallow layers during classification. Conversely, the regression task requires more detailed spatial information, so adjacent feature layers are fused during regression. The classification and regression feature maps are illustrated in Figure 4 and Figure 5, respectively.
From the figure, it can be seen that the TSCODE head carries out independent feature extraction design for different tasks, which reduces the interference between different tasks, optimizes the utilization of features, makes the independence between different tasks higher, and thus improves the accuracy of the algorithm in detecting and identifying, as well as locating, the iced-over wires.

3. Development of Resonant De-Icing Device

3.1. De-Icing Device Structure Design

In this paper, according to the line de-icing needs, a resonance de-icing device based on mechanical resonance technology is designed, and its structure is shown in Figure 6 and the physical figure is shown in Figure 7, which shows the structure of the integrated de-icing device, which mainly contains the ice thickness detection module, the vibration module, and the control module.
The ice thickness detection module of the device consists of a detection terminal and a camera, which is used for real-time monitoring of the ice-covered condition of the conductor. When working, the 5-megapixel heating camera shoots images of the conductor in accordance with the set time period to obtain real-time image information of the conductor, and the built-in improved YOLOv7 algorithm in the detection terminal analyzes the processed image data intelligently to determine the ice cover status of the conductor. The analysis results are transmitted to the control module through the communication antenna in real time.
The vibration module of the device is the key execution part of the de-icing operation, and the vibration module is mainly composed of a vibration motor and its power supply circuit. When the required excitation force increases, the angle between the two eccentric blocks of the vibration motor decreases to achieve sufficient rotational speed, thus increasing the vibration amplitude; when the required excitation force decreases, the angle between the eccentric blocks increases, reducing the vibration amplitude, and the vibration frequency output from the vibration exciter is matched with the intrinsic frequency of the conductor through adjusting the speed of the stepping motor so as to realize highly efficient vibration de-icing; the structure of the vibration motor is shown in Figure 8.
The control module takes the STM32L476RET6 microcontroller as the core control unit, which is able to accurately generate the PWM waveform to realize the accurate control of the vibration motor frequency. The control module receives the communication signals from the ice thickness detection module and the gyroscope through the 485 communication circuit and processes and analyzes the signals to further regulate the vibration module and improve the de-icing efficiency.

3.2. Analysis of Excitation Force of Vibration Module

The physical properties of the ice, including density, elastic modulus, and fracture toughness, have an important influence on the formation and stability of the ice [16]. When the wire is struck, the vibration amplitude of the system increases significantly when the excitation frequency approaches the intrinsic frequency [17], Similarly, for ice-covered wires, the different frequencies of the excitation force have different effects on the propagation of the wire vibration; when the frequency of the excitation force coincides with the intrinsic frequency of the wire, it will enhance the vibration signals significantly, thus extending the transmission distance of the vibration.
The key to the design of the resonant de-icing device is to determine the appropriate excitation frequency to match the intrinsic frequency of the overhead line, and the intrinsic frequency of the structure can be calculated by the following formula:
f = 1 2 π k m
where f is the ideal vibration frequency, k is the system stiffness, and m is the system mass.
In order to verify the single-knock and different frequency excitation force on the ice-covered wire vibration propagation distance, the use of a vibration module was used to carry out the excitation force experiment, and the results are shown in Figure 9.
From Figure 9, it can be clearly observed that when the frequency of the excitation force matches the intrinsic frequency of the wire, it will lead to the resonance phenomenon of the wire, and this resonance phenomenon will significantly enhance the vibration amplitude of the wire, making the vibration signal propagate farther.

3.3. Vibration Frequency Optimization Based on Ice Thickness Detection

The thickness of the ice layer is an important factor affecting the de-icing efficiency, and the energy or force required for de-icing usually grows nonlinearly as the thickness of the ice layer increases. Therefore, the control strategy design of the vibration module needs to take into account the ice thickness detection results of the improved YOLOv7 algorithm to achieve dynamic vibration frequency optimization based on ice thickness.
To accurately determine the natural frequency of the wire, the de-icing device combines the tapping method with the dynamic excitation method [18]. When the improved YOLOv7 algorithm detects an ice thickness exceeding the set threshold (thickness ≥ 5 mm), the robot employs a force hammer to induce free vibration in the wire. The natural frequency is then identified by collecting acceleration data and performing spectral analysis. For areas with mild icing (thickness < 5 mm), the resonance frequency is determined by gradually adjusting the exciter frequency range (0–500 Hz) while monitoring amplitude changes in real time.
The device utilizes a BMI270 six-axis gyroscope to monitor amplitude and combines the amplitude data with the ice state assessment results from the improved YOLOv7 to feed back to the main control unit, which adjusts the PWM duty cycle to match the vibration frequency with the wire’s natural frequency. The frequency adjustment process is illustrated in Figure 10. Simultaneously, the main control unit receives ice distribution information to dynamically adjust eccentricity. If the ice is concentrated on one side of the wire, the system increases eccentricity to enhance the amplitude of a single side; if the ice is uniformly distributed, a symmetric vibration mode is employed.

3.4. Specific Workflow of Resonance De-Icing Device

The specific workflow of the resonance de-icing device designed and developed in this study is shown in Figure 11.
  • First of all, the ice observation camera monitors the ice-cover condition of the wire in real time, takes pictures of the wire image according to the set time period, and carries out intelligent analysis based on the improved YOLOv7 algorithm to determine the ice-cover state of the wire. The analysis results are transmitted to the vibration module and the host computer through the network in real time.
  • The main control unit of the vibration module dynamically selects the scanning mode according to the parameters of the ice layer: if the ice thickness is ≥5 mm, it starts the force hammer percussion method to quickly lock the resonant frequency; if the ice thickness is <5 mm, it adopts broadband scanning to reduce energy consumption.
  • The knocking method or the dynamic excitation method was adopted to determine the wire’s intrinsic frequency or resonance frequency.
  • Real-time monitoring of the conductor amplitude and ice shedding rate; if the ice residue exceeds the threshold, then the frequency step was refined from 1 Hz to 0.5 Hz or the duration of high-frequency vibration was extended.
  • The system continuously integrates YOLOv7′s ice status update and gyroscope data to form a closed-loop control system comprising detection, adjustment, execution, and feedback.

4. Results

4.1. Ice Detection Experiment for Medium-Voltage Lines

The line ice dataset provided by a power supply company in Yunnan contained a total of 1748 original images of overhead line ice cover of different ice thicknesses, and an 8:2 ratio was used to divide the data into a training set and test set, resulting in a training set of 1398 images and a test set of 350 images.
In order to improve the training effect of the algorithm, deep learning algorithms often need a large number of datasets for training, and when the collective volume of data is too small and the quality of the data is uneven, the algorithm may learn the wrong information or produce overfitting in training, which leads to a lower accuracy rate in prediction. Data enhancement of the training set by random cropping, adding noise, rotation, and other methods not only increases the number of images in the training set but also improves the distribution of features in the training set to avoid overfitting, and the number of training images after data enhancement was 5592. During the training process, the training epoch was set to 400, the initial learning rate was 0.01, the batch size was 32, and the training environment used is shown in Table 1.
The experiments used precision, recall, mAP, and detection elapsed time as evaluation metrics to measure the performance of ice cover detection between different algorithms. The ablation experiment demonstrates the effect of gradually introducing different improvement methods on the detection performance enhancement, and its results are shown in Table 2.
Combined with Figure 12 and Table 2, it can be seen that the performance of the algorithms is improved to some extent after the proposed optimization method is used; the overall detection time increases after the introduction of the SimAM module, and the evaluation indexes are improved significantly; the performance improvement after using MDPIoU is smaller, but the detection time is reduced; after the introduction of the TSCODE head, all the indexes are improved but the detection time is also increased.
In order to verify the advancement of the proposed improved YOLOv7 algorithm, traditional detection algorithms proposed in recent years in the field of object detection as well as advanced algorithms such as Faster R-CNN [19], YOLOv5 [20], YOLOX [21], DETR [22], YOLOv8, and YOLOv11 [23] are used for training under the same dataset with the same training parameters as in previous sections, respectively. The results are shown in Table 3.
As shown in Table 3 and Figure 13, the traditional two-stage detection algorithm Faster R-CNN is time-consuming and exhibits low accuracy. The YOLOv5, YOLOX, and DETR algorithms demonstrate comparable performance in terms of accuracy and detection speed. YOLOv8, YOLOv11, and the enhanced YOLOv7 algorithm display very similar detection capabilities. Figure 14 illustrates that the improved YOLOv7 algorithm experiences more rapid declines in various loss functions during training and achieves a lower final loss. In summary, the enhanced YOLOv7 algorithm outperforms the others in accuracy, recall, mAP, and detection time, indicating its superior capability for line ice detection.

4.2. Validation of Engineering Application

In order to verify the de-icing performance of the device in engineering application scenarios, this study carried out outdoor de-icing experiments in a −8 °C environment in Qujing City, Yunnan Province. Figure 15 shows the field detection results of the robot’s over-ice detection module, and the results show that the improved YOLOv7 algorithm is able to better identify the over-iced line, distinguish the thickness of the line’s ice, and locate the over-iced lines.
After the YOLOv7 algorithm identifies the weak region of the ice layer, the system dynamically adjusts the eccentricity distance and refines the frequency step to 0.5 Hz and finally raises the local amplitude to 18 mm, locks the resonance frequency to 19.02 Hz, and then the ice layer is successfully dislodged after 8 min of continuous vibration. A comparison of lines before and after de-icing is shown in Figure 16, which shows that the designed resonance de-icing device has the ability to quickly identify the ice-covered line and conduct resonance de-icing on it, improving the de-icing efficiency of the line.
The experimental results show that the combination of the improved YOLOv7 algorithm and the dynamic frequency optimization strategy improves the adaptability of the device, and in a low-temperature environment, through frequency fine-tuning to reach the resonance frequency of the ice layer, the de-icing is successfully completed without causing structural damage to the conductor, which verifies the de-icing effect of the device.

5. Discussion

This paper proposes a solution to the problem of ice cover on medium-voltage overhead lines. The solution involves the development of an improved YOLOv7 ice-cover detection algorithm, as well as a resonant de-icing device. The combination of these two elements has resulted in the following outcomes:
  • The present study proposes a novel approach to enhancing the capabilities of the YOLOv7 algorithm. The approach involves the integration of the SimAM attention mechanism, the design of an MPDIoU loss function, and the construction of a TSCODE head. The efficacy of these modifications is demonstrated through a series of ablation and comparative experiments. The experimental results substantiate the improved YOLOv7 algorithm’s capacity to expedite the identification process while maintaining a high degree of accuracy;
  • A mechanical resonance-based de-icing device has been designed, integrating visual detection and dynamic frequency control technology. This enables accurate identification and efficient removal of ice-covered wires through a closed-loop adjustment of excitation frequency and amplitude;
  • Experiments in the field of engineering have demonstrated the efficacy of a specially engineered resonance de-icing device. This device has been shown to accurately identify over-iced lines and de-ice them, thus providing a valuable reference for engineering applications.
Future research endeavors could enhance the lightweight deployment of the algorithm, ensuring long-term stability in extreme environments, and investigate multi-machine collaborative de-icing strategies to broaden its application scope in complex grid scenarios.

Author Contributions

Conceptualization, Y.M. and P.W.; data curation, X.H.; formal analysis, L.C.; methodology, P.W., C.L. and J.F.; resources, X.H., K.W. and C.L.; software, L.C., Y.W., C.L. and J.F.; validation, Y.M., X.H., K.W. and C.L.; writing—original draft, Y.M., L.C. and Y.W.; writing—review and editing, Y.M., X.H., P.W., Y.W., K.W., C.L. and J.F. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Social Science Fund project grant number 050700KK52222024 And The APC was funded by Shandong University of Technology.

Data Availability Statement

The data presented in this study are available on request from the corresponding author due to legally binding confidentiality agreements with the data provider and third-party intellectual property restrictions.

Conflicts of Interest

Author Yuan Ma, Xingping He and Chengmeng Liu were employed by the company Zhaotong Yongshan Power Supply Bureau of Yunnan Power Grid Co., Ltd.; Author Ke Wang was employed by the company Electric Power Research Institute of Yunnan Power Grid Co., Ltd. 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.

References

  1. Li, L.; Luo, D.; Yao, W. Analysis of transmission line icing prediction based on CNN and data mining technology. Soft Comput. 2022, 26, 7865–7870. [Google Scholar] [CrossRef]
  2. Zhang, Z.; Zhang, H.; Yue, S.; Zeng, W. A Review of Icing and Anti-Icing Technology for Transmission Lines. Energies 2023, 16, 601. [Google Scholar] [CrossRef]
  3. Shao, Y.; Zhang, R.; Lv, C.; Luo, Z.; Che, M. TL-YOLO: Foreign-Object Detection on Power Transmission Line Based on Improved Yolov8. Electronics 2024, 13, 1543. [Google Scholar] [CrossRef]
  4. Montambault, S.; Pouliot, N.; Lepage, M. On the latest field deployments of Lines count technology on live trans-mission networks. In Proceedings of the 2012 2nd International Conference on Applied Robotics for the Power Indus-Try(CARPI), Zurich, Switzerland, 11–13 September 2012. [Google Scholar]
  5. Vijay, M.; Jena, D. Intelligent adaptive observer-based optimal control of overhead transmission line de-icing robot manipulator. Adv. Robot. 2016, 30, 1215–1227. [Google Scholar] [CrossRef]
  6. Paul, S.; Lee, D.; Kim, K.; Chang, J. Nonlinear modeling and performance testing of high-power electromagnetic energy harvesting system for self-powering transmission line vibration deicing robot. Mech. Syst. Signal Process. 2021, 151, 107369. [Google Scholar] [CrossRef]
  7. Regina, R.; Shaghayegh, S.; Liudas, M.; Vykintas, S.; Audrius, J.; Abdolali, K.; Ghazaleh, G.; Zülal, M.; Ali, K. A review on passive and active anti-icing and de-icing technologies. Appl. Therm. Eng. 2024, 250, 12347. [Google Scholar] [CrossRef]
  8. Xu, P.; Zhang, D.; Gao, W.; Li, A. Development of de-icing method with combined excitation of ultrasonic guided waves and different types of low-frequency vibrations. Appl. Acoust. 2024, 221, 110034. [Google Scholar] [CrossRef]
  9. Wang, C.; Bochkovskiy, A.; Liao, H.Y.M. YOLOv7: Trainable Bag-of-Freebies Sets New State-of-the-Art for Real-Time Object Detectors. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023. [Google Scholar]
  10. Lin, T.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature Pyramid Networks for Object Detection. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017. [Google Scholar]
  11. Liu, S.; Qi, L.; Qin, H.; Shi, J.; Jia, J. Path aggregation network for instance segmentation. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018. [Google Scholar]
  12. Zhang, R.; Xiao, Y.; Jia, Z.; Chen, Z.; Chen, Z.; Yuan, B.; Cao, W.; Song, W. Improved YOLOv7 Algorithm for Target Detection in Complex Environments from UAV Perspective. Opto-Electron. Eng. 2024, 51, 92–103. [Google Scholar] [CrossRef]
  13. Guo, M.; Xu, T.; Liu, J.; Liu, Z.; Jiang, P.; Mu, T.; Zhang, S.; Martin, R.R.; Cheng, M.; Hu, S. Attention mechanisms in computer vision: A survey. Comput. Vis. Media 2022, 8, 331–368. [Google Scholar] [CrossRef]
  14. Zheng, Z.; Wang, P.; Liu, W.; Li, J.; Ye, R.; Ren, D. Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression. Proc. AAAI Conf. Artif. Intell. 2020, 34, 12993–13000. [Google Scholar] [CrossRef]
  15. Ma, S.; Xu, Y. MPDIOU: A loss for efficient and accurate bounding box regression. arXiv 2023. [Google Scholar] [CrossRef]
  16. He, Z.; Wenpeng, T.; Renqi, Z.; Weiqi, W.; Hanliang, L. Dynamic Response Analysis of Asynchronous Deicing of Quad Bundle Conductor Spacer System During DC Ice Melting. IEEE Access 2022, 10, 118072–118081. [Google Scholar] [CrossRef]
  17. Yang, F.; Li, Q.; Shao, S.; Li, M.; Zhu, B. Force Characteristics and Failure Mode of Ground Wire Cross-arm in UHV Transmission Tower under De-icing Condition. Proc. CSEE 2024, 44, 4157–4167. [Google Scholar] [CrossRef]
  18. Xie, Y.; Huang, L.; Wang, D.; Ding, H.; Yin, X. Modeling and Analysis of Progressive Ice Shedding along a Transmission Line during Thermal De-Icing. Math. Probl. Eng. 2019, 1, 4851235. [Google Scholar] [CrossRef]
  19. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 1137–1149. [Google Scholar] [CrossRef] [PubMed]
  20. YOLOv5 by Ultralytics. Available online: https://github.com/ultralytics/yolov5 (accessed on 20 October 2024).
  21. Zheng, G.; Liu, S.; Wang, F.; Li, Z.; Sun, J. YOLOX: Exceeding YOLO Series in 2021. arXiv 2021. [Google Scholar] [CrossRef]
  22. Carion, N.; Massa, F.; Synnaeve, G.; Usunier, N.; Kirillov, A.; Zagoruyko, S. End-to-End Object Detection with Transformers. In Proceedings of the 2020 European Conference on Computer Vision, Glasgow, UK, 23–28 August 2020. [Google Scholar]
  23. Ultralytics YOLO. Available online: https://github.com/ultralytics/ultralytics (accessed on 8 August 2025).
Figure 1. Structure of YOLOv7 algorithm.
Figure 1. Structure of YOLOv7 algorithm.
Electronics 14 03246 g001
Figure 2. Structure of SimAM attention module.
Figure 2. Structure of SimAM attention module.
Electronics 14 03246 g002
Figure 3. Schematic diagram of vertex distance calculation.
Figure 3. Schematic diagram of vertex distance calculation.
Electronics 14 03246 g003
Figure 4. Feature map of classification task.
Figure 4. Feature map of classification task.
Electronics 14 03246 g004
Figure 5. Feature map of regression task.
Figure 5. Feature map of regression task.
Electronics 14 03246 g005
Figure 6. Structural schematic of the resonant de-icing device.
Figure 6. Structural schematic of the resonant de-icing device.
Electronics 14 03246 g006
Figure 7. Physical de-icing device.
Figure 7. Physical de-icing device.
Electronics 14 03246 g007
Figure 8. Structure of vibration motor.
Figure 8. Structure of vibration motor.
Electronics 14 03246 g008
Figure 9. Waveform diagram of line vibration under different frequency excitation forces.
Figure 9. Waveform diagram of line vibration under different frequency excitation forces.
Electronics 14 03246 g009
Figure 10. Frequency adjustment process.
Figure 10. Frequency adjustment process.
Electronics 14 03246 g010
Figure 11. Overall workflow of the de-icing device.
Figure 11. Overall workflow of the de-icing device.
Electronics 14 03246 g011
Figure 12. Comparison of mAP@0.5 after introducing different improvement methods for the YOLOv7 algorithm.
Figure 12. Comparison of mAP@0.5 after introducing different improvement methods for the YOLOv7 algorithm.
Electronics 14 03246 g012
Figure 13. Comprehensive performance comparison results of different algorithms.
Figure 13. Comprehensive performance comparison results of different algorithms.
Electronics 14 03246 g013
Figure 14. Comparison results of loss functions during training different algorithms.
Figure 14. Comparison results of loss functions during training different algorithms.
Electronics 14 03246 g014
Figure 15. Results of ice-cover tests.
Figure 15. Results of ice-cover tests.
Electronics 14 03246 g015
Figure 16. Comparison before and after de-icing.
Figure 16. Comparison before and after de-icing.
Electronics 14 03246 g016
Table 1. Training environment.
Table 1. Training environment.
EntryEnvironment
CPU12th Gen Intel Core i9-12900
GPUNVIDIA RTX A4000
Memory32 GB
Deep Learning FrameworkPytorch 2.1.0
System EnvironmentWindows 11
Table 2. Ablation study.
Table 2. Ablation study.
SimAMMDP
IoU
TSCODEPrecision
/%
Recall
/%
mAP@0.5
/%
mAP@0.5:0.95
/%
Detection Time
/ms
×××68.0862.4858.7740.132.47
××75.7967.7264.1848.243.12
×76.8869.1565.0249.192.83
77.6769.9466.1750.073.17
Table 3. Comparison of the proposed methodology.
Table 3. Comparison of the proposed methodology.
Comparison of
Proposed Methodology
Precision
/%
Recall
/%
mAP@0.5
/%
mAP@0.5:0.95
/%
Detection Time
/ms
Faster-rcnn43.6735.7138.3628.2511.64
YOLOv564.1760.1355.9341.364.35
YOLOX65.9459.7657.6644.735.07
DETR64.3859.8756.7143.953.54
YOLOv877.2468.3365.9349.443.77
YOLOv1176.4269.2567.1148.933.06
Improved YOLOv777.6769.9466.1750.073.17
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

Ma, Y.; He, X.; Wu, P.; Chen, L.; Wang, Y.; Wang, K.; Liu, C.; Fang, J. Development of Resonant De Ice Device Based on Visual Detection of Line Ice Coverage. Electronics 2025, 14, 3246. https://doi.org/10.3390/electronics14163246

AMA Style

Ma Y, He X, Wu P, Chen L, Wang Y, Wang K, Liu C, Fang J. Development of Resonant De Ice Device Based on Visual Detection of Line Ice Coverage. Electronics. 2025; 14(16):3246. https://doi.org/10.3390/electronics14163246

Chicago/Turabian Style

Ma, Yuan, Xingping He, Peng Wu, Lei Chen, Yikai Wang, Ke Wang, Chengmeng Liu, and Jing Fang. 2025. "Development of Resonant De Ice Device Based on Visual Detection of Line Ice Coverage" Electronics 14, no. 16: 3246. https://doi.org/10.3390/electronics14163246

APA Style

Ma, Y., He, X., Wu, P., Chen, L., Wang, Y., Wang, K., Liu, C., & Fang, J. (2025). Development of Resonant De Ice Device Based on Visual Detection of Line Ice Coverage. Electronics, 14(16), 3246. https://doi.org/10.3390/electronics14163246

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

Article Metrics

Back to TopTop