Development of Power Transmission Line Defects

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

2nd International Conference on Electrical Materials and Power Equipment - Guangzhou - China

Development of Power Transmission Line Defects


Diagnosis System for UAV Inspection based on
Binocular Depth Imaging Technology
Tianqi Mao1, Kai Huang2, Xianwu Zeng1, Lingran Ren2, Chuance Wang2, Shengfu Li1, Min Zhang3, Yu Chen2
1, Zunyi Power Supply Bureau, Guizhou Power Grid Corporation, Zunyi, Guizhou, P.R.China, 563000
2, School of Electrical Engineering, Xi’an Jiaotong University, Xi’an, Shaanxi, P.R.China, 710049
3, Northwest University, Xi’an, Shaanxi, P.R.China, 710127

Abstract-China's transmission lines are widely distributed. The At present, Domestic and foreign scholars have done a lot
power department spends huge manpower and material of research on image diagnosis of transmission line fault
resources every year on transmission line patrolling. The inspection, but most of the research results are based on two-
development of Unmanned Aerial Vehicle (UAV) technology dimensional image of transmission line scene, that is, by
provides a new inspection method for overhead transmission line
improving or researching new image processing algorithms to
patrolling. In the present days, most of the inspection images of
drones are based on monocular cameras. Due to the limitations eliminate complex natural background, and then improve the
of two-dimensional images, this detection method is not sufficient. efficiency of identifying transmission line fault and defect [3].
Considering the issue that defects of transmission lines are not However, the natural environment of transmission lines is
ideal in the complex natural environment background, in this complex and changeable, and is subject to the influence of
paper a deep imaging UAV inspection transmission line defect photographic angle and color change, which has caused great
and lurking peril diagnosis system is proposed. This paper trouble to the research of image recognition and diagnosis of
introduces the related theory of binocular stereo vision, and specific elements of transmission lines. Therefore, using
describes in detail related image processing techniques such as stereo matching technology to identify and diagnose
binocular camera calibration, stereo image correction, stereo
matching, and image segmentation. By studying the imaging
transmission lines has high academic and industrial value.
model of the binocular vision system, a set of automatic Binocular stereovision has been developed in foreign
transmission line detection platform is established which greatly countries at first. So far, the research level of many foreign
improve the efficiency of the inspection of the UAV transmission countries has reached a certain level. There are also many
line. Using the system, real-time inspection of transmission lines, important achievements in the field of domestic research on
intelligent diagnosis of defects is performed which greatly binocular vision [4].
improves the diagnosis efficiency and reduces the manually The problem of transmission line algorithm based on
workload. binocular vision is how to quickly and accurately get the
disparity map of transmission line image by stereo matching
Key Words: Power Transmission Line; Depth Imaging; SGC; and depth calculation, and segment the disparity map to
Defect Recognition; HOG; SVM
obtain the pure transmission line target. Therefore, this paper
aims to study the three-dimensional matching algorithm (SGC)
I. INTRODUCTION
of transmission lines, and design and implement a prototype
UAV technology is a newly developed technology in recent system of transmission line detection based on binocular
years [1]. There are not many scholars who specialize in the vision for transmission line inspectors.
use of unmanned aerial vehicle patrol technology in the world.
State Grid Corporation and China Southern Grid Corporation II. DESIGN OF THE SYSTEM
have carried out the research of UAV patrol line, and have
This paper designs a depth imaging based UAV inspection
made some achievements [2].
transmission line defect diagnosis system, including: drone
The research of domestic researchers mainly focuses on the
platform, drone flight controller, ground vehicle mobile
integration of hardware and software, including the
workstation, power supply station patrol management center.
development of hardware platforms such as flight attitude
The UAV platform includes: a depth imaging device, an
control system and the fusion of multi-sensors, and the data
onboard data center, and a flight control platform; the UAV
acquisition of lines using UAV with high-resolution camera
flight controller includes: a decoding module, a data
and infrared thermal imager. The main method of analyzing
collection processing module, a monitoring module, and a
transmission line data is to screen out the main defects and
flight control module; and the ground vehicle mobile
hidden dangers through manual analysis of video and pictures.
workstation includes: image data Decoding module, image
In foreign countries, with the help of advanced UAV flight
data processing module, typical defect image intelligent
technology, the focus of related research has shifted to the
diagnosis system; power supply station patrol management
following aspects of image pattern recognition, compared
center includes: team monitoring subsystem, integrated
with domestic research level is still not high.

978-1-5386-8434-4/19/$31.00 ©2019 IEEE 478


management subsystem; wherein the depth imaging device is segmentation, we should analyze the gray histogram of the
used to collect the image of the area where the transmission disparity map, and use bimodal threshold segmentation
line is located, The grounding method is attached to the algorithm to segment the parallax map, and then the
unmanned aerial vehicle body, and the transmission line segmentation result is mapped to the original transmission
defect diagnosis system uses relevant algorithms to line image. Next the image features are extracted. The main
intelligently diagnose typical defects of the transmission line. goal of the image feature extraction is to extract the
The structure diagram of the transmission line defect transmission line image features, and to reduce the
diagnosis system for drone inspection based on depth imaging dimensionality around the direction gradient HOG (Histogram
is shown in Fig. 1. of Oriented Gradients) feature extraction and PCA (principal
component analysis), and finally output the principal
component feature matrix. Then analyze the defect, Firstly,
we set the parameters of the support vector machine, run the
directed acyclic graph multi-classifier, match the principal
component feature matrix of the image with the defect
recognition model, and finally determine the defect category
and cause.

Fig. 1. Schematic diagram of UAV inspection transmission line defect


diagnosis system
The schematic diagram of the application of UAV
inspection transmission line defect diagnosis system is shown
in Fig. 2.

Fig. 3. work flow chart of the Fault Diagnosis System for UAV Inspection
Transmission lines Based on Depth Imaging

III. PRINCIPLE OF DEFECT DIAGNOSIS FOR UAV


TRANSMISSION LINE
Fig. 2. Schematic diagram of the application of UAV inspection transmission
line defect diagnosis system
A. Stereo matching algorithm based SGC
The working flow chart of the transmission line defect The goal of stereo matching is to find matching points from
diagnosis system based on depth imaging is shown in Fig. 3. different viewpoint images. The commonly used algorithms
For the stereo matching, this paper mainly analyzes and are GC and SAD. The main issue of the GC stereo matching
improves the traditional GC stereo matching algorithm. Firstly, method based on the complete grid graph is the huge
the regional matching algorithm SAD (Sum of absolute execution time overhead. Especially for the larger parallax
differences) is used to obtain the initial parallax, and then range, it requires a huge memory space overhead. To solve the
linear interpolation is used to optimize the initial parallax. above problem, the SGC (SAD+GC) algorithm is adopted.
When constructing the energy function, the pixel parallax in The region matching algorithm SAD is used to obtain the
the initial disparity map is used as the limiting term of the initial parallax, and then the linear interpolation method is
energy function of the GC( GraphCuts ), and only the parallax used to mismatch the points, which can further improve the
value within a certain range of the prior value is retained, and quality of the initial disparity map. When constructing the
the unrelated nodes and edges in the large number of trellis energy function, the pixel disparity in the initial disparity map
diagrams are removed, and reduce the amount of calculation. is used as a limiting term for the energy function of the GC.
In the case of ensuring matching accuracy, the time taken for Through these methods, the nodes can be reduced, thereby
matching is greatly reduced. In the aspect of threshold reducing the amount of calculation and get the high-quality

479
parallax map. of disparity map of transmission line, the double peak method
The overall flow chart of the algorithm is shown in Fig.4: is used to segment disparity threshold map, so as to obtain a
relatively pure transmission line target. Fig.5. shows the
results of stereo matching and threshold segmentation.

(a) Left, right and disparity images of normal transmission line

(b) Left, right and disparity images of strand breakage transmission line

(c) Left, right and disparity images of foreign matter in the transmission line

Fig.4. Flow chart of improved GC stereo matching algorithm


(d) Gray histogram of three transmission line images
The overall grid energy function consists of two parts: the
first part represents the gray value of each pixel point, and the
second part represents the smoothing attribute of the adjacent
pixel point pair [5]. So the smooth edge in the complete grid
map determines the value of the energy function. In the (e)Divided map of three transmission lines
simplified grid diagram, the priori disparity values calculated Fig.5. Original image of three transmission lines and pictures after depth
imaging
by the local stereo matching algorithm SAD and the penalty
terms related to the smooth edges jointly determine the energy C. Transmission line feature extraction
function value. The above Fig. shows the four pure transmission line
When constructing a matching energy function, two bound images after segmentation, so we can perform direction
term are required for the data item and the smoothing item gradient analysis. Stranded transmission lines and normal
[6]. transmission lines have many similar features, for example
In data items, the linear interpolation method of pixel their density distribution of gray levels is the same. The
dissimilarity is adopted, that is, the dissimilarity of two pixels strands of the normal transmission line are spiral around the
cannot be measured only by the dissimilarity of pixel gray. In steel core, and the image gradient changes mainly concentrate
order to improve the operation speed, SAD local optimization on the strands and the line edges, that is, the spiral rising
algorithm is used to obtain the possible disparity range of the angle direction and the line edge direction. In the case of
pixels, and then to two-dimensional sub-pixel matching [7]. strand breakage, the line condition is basically consistent with
In order to avoid excessive smoothing in edge and multi- the normal environment, and is also concentrated in the
texture regions, the smoothing function of Potts model is used. direction of the spiral rising angle and the edge of the line, but
the broken strands are randomly distributed in other directions
B. Threshold segmentation algorithm based bimodal in the space, and the gradient strength of spiral rising angle
threshold segmentation direction and the line edge direction are relatively reduced.
Threshold segmentation method includes local threshold The foreign object hangs or obscures the environment. Since
method and global threshold method. The local threshold the foreign object blocks the line, there is no line strand, the
method first divides the whole initial image into several sub- image gradient distribution has no obvious regularity, or in the
images, and then uses the global threshold method to solve the image with larger field of view, the gradient mutation will
optimal threshold for each small image. The global threshold occur. According to the above analysis, it can be found that
method is to calculate the optimal segmentation threshold of the gradient distribution of the broken strand defect is
the whole image according to all the information of an image, different from the normal line, and the feature can be
such as the gray distribution information of the whole image. extracted for classification.
The selection of the threshold can be a single threshold or Fig.6 is a HOG feature extraction process of a transmission
multiple thresholds. The choice of threshold basically line image. The main steps are to normalize the transmission
determines the effect of threshold segmentation method. line image that has been image preprocessed, after that
Aiming at the gray value distribution characteristics calculate the pixel gradient information, and then segment the
pixel cells to construct a gradient histogram of the pixel cells,

480
and combine the pixel cells into blocks and perform intra- characteristics of disparity map, the characteristics of
block normalization. Finally, the histogram vectors of all the disparity map are analyzed, and the gray distribution bimodal
blocks are composed into the feature vectors of the HOG, and method is used to segment and compare disparity map, then
the features are output. the best threshold of image segmentation is found, and the
disparity map is segmented by threshold. Finally, the complex
background in the image is removed and the pure target of
transmission line is extracted. For the image after threshold
segmentation, the transmission line image features are
extracted based on the directional gradient histogram, and the
pixel cell size and the principal component contribution
Fig. 6.HOG feature extraction process threshold of the directional gradient histogram are determined
by experimental comparison. The kernel function and optimal
D. Transmission line defect classification parameters of support vector machine are experimentally
The purpose of the classifier in this paper is to compare the studied, and the optimal selection is determined. Three kinds
performance improvement of each classification method with of multi-classifiers are compared and analyzed. Finally,
respect to each sub-classifier. Therefore, the number of directed acyclic graph support vector machine is used to train
samples misclassified by each sub-classifier is divided by the and extract features, and a defect recognition model is
total number of samples involved in the sub-classifier to established to realize the function of defect recognition of
represent the classification error. The standard deviation transmission lines and the average recognition accuracy is as
indicates the consistency of the average performance of each high as 80.3%. Therefore, this system is efficient and
sub-classifier. Fig.7 shows the classifier design of the system. practical.

ACKNOWLEDGEMENT

This research was supported by China Southern Power


Grid, Science and Technology Project (GZKJXM20170280),
and Education Department of Shaanxi Province
(No.17JK0769), and National Natural Science Foundation of
China (No. 61701404) , and Specific Science Foundation of
China (No.61701404), and Specific Scientific Research
Program of Education Department of Shaan Xi
Province(17JK0769),and Science and Technology Project
Foundation of Beilin District, Shaan Xi Province(GX1703);
REFERENCES
FIG.7.The classifier design diagram of the system [1] A. Cho, Y. Kang, B. Park, C. Yoo and S. Koo, "Altitude integration of
radar altimeter and GPS/INS for automatic takeoff and landing of a
In this paper, there are 1150 transmission line images in the UAV", 2011 11th International Conference on Control, Automation and
Systems, Gyeonggi-do, pp. 1429-1432, 2011.
dataset, 889 normal line images,125 strand breakage line
[2] S. A. Korkmaz, A. Akçiçek, H. Bínol and M. F. Korkmaz, "Recognition
images and 136 foreign matter line images. Table 1 shows the of the stomach cancer images with probabilistic HOG feature vector
results of the HOG method before the dimension reduction. histograms by using HOG features", 2017 IEEE 15th International
TABLE I Symposium on Intelligent Systems and Informatics (SISY), pp. 339-342,
RECOGNITION RESULTS BASED ON HOG METHOD 2017.
Average processing [3] S. Hamanaka, S. Kurihara, S. Fukuda, M. Oguchi and S. Yamaguchi,
Power transmission line "A Study on Object Lifetime in GC of Android Applications", 2016
speed Recognition accuracy
type Fourth International Symposium on Computing and Networking
(seconds/sheet)
(CANDAR), Hiroshima, pp. 701-703, 2016.
Normal 0.530 81.4%
Strand breakage 0.570 76.5% [4] Parveen and A. Singh, "Detection of brain tumor in MRI images, using
Foreign matter 0.534 77.2% combination of fuzzy c-means and SVM", 2015 2nd International
Average 0.552 80.3% Conference on Signal Processing and Integrated Networks (SPIN),
Noida, pp. 98-102,2015.
[5] Y. Yang, J. Wang and Y. Yang, "Exploiting rotation invariance with
IV. CONCLUSION SVM classifier for microcalcification detection," 2012 9th IEEE
Aiming at the issue of transmission line defect identification, International Symposium on Biomedical Imaging (ISBI), Barcelona, pp.
a UAV inspection transmission line defect diagnosis system is 590-593, 2012.
designed. In this system, stereo matching algorithm based [6] CHENG Gang, YANG Sui-hu, "Overview of airborne photovoltaic
systems for drones ". Applied Optics, pp. 1-42005,2015.
SGC is used, SGC algorithm not only guarantees the accuracy, [7] FU Bo, JIANG Yong, WANG Hong-guang, et al, "Power line
but also improves the calculation speed from the aspect of inspection image intelligent diagnosis system", Journal of Intelligent
computation. Then a large number of transmission line image Systems, pp.7-9,2016.
pairs are collected by UAV-mounted binocular camera, and
the disparity map is obtained after processing. Based on the

481

You might also like