WO2022267375A1 - Method and system for intelligent detection of substation device - Google Patents

Method and system for intelligent detection of substation device Download PDF

Info

Publication number
WO2022267375A1
WO2022267375A1 PCT/CN2021/136949 CN2021136949W WO2022267375A1 WO 2022267375 A1 WO2022267375 A1 WO 2022267375A1 CN 2021136949 W CN2021136949 W CN 2021136949W WO 2022267375 A1 WO2022267375 A1 WO 2022267375A1
Authority
WO
WIPO (PCT)
Prior art keywords
intelligent detection
substation equipment
model
matrix
detection method
Prior art date
Application number
PCT/CN2021/136949
Other languages
French (fr)
Chinese (zh)
Inventor
梁川
常娜
朱怡良
刘学臻
石焕江
Original Assignee
浙江天铂云科光电股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 浙江天铂云科光电股份有限公司 filed Critical 浙江天铂云科光电股份有限公司
Priority to KR1020237020599A priority Critical patent/KR20230109713A/en
Publication of WO2022267375A1 publication Critical patent/WO2022267375A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0464Convolutional networks [CNN, ConvNet]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/06Electricity, gas or water supply
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/62Analysis of geometric attributes of area, perimeter, diameter or volume
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10048Infrared image
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30108Industrial image inspection
    • G06T2207/30164Workpiece; Machine component

Definitions

  • the invention belongs to the technical field of intelligent power systems, and in particular relates to an intelligent detection method and system for substation equipment.
  • the detection method of electric power equipment is mainly based on infrared pictures, and adopts visual observation method to artificially identify the type of equipment photographed. A false color, which increases the difficulty of human identification.
  • the existing methods have problems such as slow speed and low detection accuracy; the present invention reduces the number of natural characteristics of thermal images of substation equipment in the process of data preprocessing, feature extraction and model creation, while In the feature extraction of the model, the complexity of the extraction is increased, and the pooling sensitivity is improved during the pooling process, and the sensitivity loss caused by dimensionality reduction is maintained. Finally, the amount of training and calculation is reduced without losing the accuracy of the model.
  • the intelligent detection method for substation equipment includes step S1, extracting temperature matrix data based on infrared thermal images; step S2, for Multi-valued processing of the temperature matrix; step S3, performing saliency processing on the temperature matrix; step S4, building an artificial intelligence model, and performing intelligent detection of substation equipment based on the model.
  • step S4 is specifically to build an artificial intelligence model
  • the input of the artificial intelligence model is the temperature matrix that has been preprocessed and highlighted
  • the output is the location and category of the electric equipment.
  • the power equipment includes: lightning arresters, circuit breakers, current transformers, bushings, voltage transformers, GIS bushings, isolating switches, insulators, clamps, transformers, capacitors, reactors, wall bushings, power Cables and oil conservator etc.
  • 1000 pieces of temperature data are selected for each type of equipment to form a sample data set.
  • the learning rate is set to , after 200 iterations, the learning rate setting is reduced to .
  • An intelligent detection system for substation equipment includes a server and one or more client terminals.
  • the client terminal takes images and uploads the captured images to the server to obtain detection results; the server is used to execute the intelligent detection method for substation equipment.
  • the server is a cloud server.
  • a substation equipment intelligent detection device includes a storage unit configured to store an application program; and a processing unit electrically coupled to an input unit and the storage unit, the processing unit configured to execute the substation equipment intelligent detection method.
  • a storage medium for intelligent detection of substation equipment characterized in that the storage medium is used to store instructions for an intelligent detection method for substation equipment.
  • the beneficial effects of the present invention specifically include: (1) through multi-valued processing, the calculation amount can be effectively reduced without losing calculation accuracy; and through position rotation and adjustment, the matrix can further contain as much valid data as possible; (2) Through the multi-valued preprocessing of the matrix and the saliency processing and feature extraction based on the matrix element values, the calculation requirements for the prediction model are reduced without reducing the precision and recall; (3) The setting of dynamic adaptation Filtering areas, dividing sub-areas and small-size pooling areas can adjust the sensitivity of the model according to the detection results, and balance the effectiveness of the model and the amount of available resources; (4) artificial intelligence models and the previous multi-value The combination of processing and saliency processing reduces the amount of subsequent calculation and training on the basis of saliency features, and setting multiple convolution kernels in the model can extract more image features to improve the sensitivity and accuracy of the model.
  • Fig. 1 is a schematic diagram of the intelligent detection method for substation equipment of the present invention.
  • Fig. 2 is a schematic diagram of the working mode of the artificial intelligence model for identifying substation equipment according to the present invention.
  • the present invention uses the temperature matrix in the infrared thermal image of the detected equipment collected by the device as the input of intelligent detection instead of the infrared thermal image as the input, wherein: the value of each element in the matrix represents the infrared thermal image Corresponding to the actual temperature value of the pixel point; after preprocessing the temperature matrix data, first perform feature extraction, and obtain the position and category information of the electrical equipment in the infrared thermal image through the artificial intelligence detection model, and then filter out the location and category information of the infrared thermal image The category and location of the most central power equipment in the figure are output, which is used to judge whether this type of power equipment is faulty due to overheating.
  • the electrical equipment includes: lightning arresters, circuit breakers, current transformers, bushings, voltage transformers, GIS bushings, isolating switches, insulators, clamps, transformers, capacitors, reactors, wall bushings, power Cables and oil conservator etc.
  • 1000 pieces of temperature data are respectively selected for each type of equipment to form a data set.
  • the artificial intelligence model is a Faster R-CNN model, using Resnet50 as the backbone feature extraction network.
  • the intelligent detection method for substation equipment specifically includes the following steps.
  • Step S1 extracting temperature matrix data based on the infrared thermal image; specifically: obtaining the infrared thermal image of the detected device, and the value of each element in the temperature matrix represents the actual temperature value of the corresponding pixel in the infrared thermal image.
  • Step S2 multivaluing the temperature matrix; specifically: obtaining one or more multivalued intervals, comparing the element value of each element in the temperature matrix with the multivalued interval, and setting the element value to The fixed value corresponding to the multivalued interval that falls in, wherein each multivalued interval corresponds to a fixed value, and the larger the value of the multivalued interval, the larger the fixed value.
  • Common preprocessing is often to remove inconsistent data, without starting with the amount of calculation and model characteristics.
  • continuous temperature matrix elements will cause a large amount of redundant calculation of the artificial intelligence model. , such an increase will not increase the calculation accuracy, and the traditional binarization process will obviously lose too much information; through multi-value processing, the calculation amount can be effectively reduced without losing calculation accuracy; and through position rotation and adjustment, it can be Further, the matrix contains as much valid data as possible; since the types of substation equipment are limited, the image forms presented are also relatively limited.
  • the present invention reduces the precision rate and recall rate while not reducing the precision rate and recall rate through preprocessing before detection. The computational requirements of the forecasting model are reduced.
  • Step S3 temperature matrix salience processing; specifically: determine the temperature matrix adjustment reference position; adjust the temperature matrix based on the adjustment reference position; make possible target objects more prominent through such adjustment; that is, make the adjustment make
  • the matrix contains as much valid data as possible; since the types of substation equipment are limited, the image form it presents is also relatively limited.
  • the present invention uses matrix multivalued preprocessing and matrix element value-based saliency feature extraction. While reducing the precision rate and recall rate, it also reduces the computational requirements for the prediction model.
  • the determination of the temperature matrix adjustment reference position specifically includes the following steps, step A1: determine the central position of the temperature matrix; wherein: the central position of the temperature matrix is a specific position in the temperature matrix selected according to the size of the temperature matrix; the central position is a or more.
  • the temperature matrix is divided into multiple same or different sub-regions, and the central position of the sub-region is selected as the central position of the temperature matrix; the number of the sub-regions is positively correlated with the size of the temperature matrix.
  • Step A2 Obtain a central position of the temperature matrix; determine one or more characteristic lines including the central position of the matrix; the characteristic line is composed of one or more elements of the temperature matrix including the elements at the central position.
  • the determination includes one or more characteristic lines at the center position of the matrix, specifically: dividing and setting a plurality of characteristic lines in a specific way; preferably: when there are multiple characteristic lines, the plurality of characteristic lines are separated by a fixed distance Angle; for example: the sub-area is a 3*3 matrix, if is the center position, then the feature line at the horizontal position contains , the characteristic line deviated from the 45-degree angle position contains ;Three feature lines can be set for this subarea.
  • the feature line is a feature line that is symmetrical/relatively symmetrical about the central position.
  • step A3 a characteristic line and its matrix elements are obtained in sequence, and the processing proceeds to step A4.
  • Step A4 Determine whether the matrix elements on the feature line exhibit local symmetry; if so, record the feature line, symmetry radius, and increased symmetry times; skip to step A3 and continue to judge the next feature line until all feature lines Lines are all judged; when all feature lines at the center of a matrix are judged, determine whether the center position is a symmetrical center position based on the recorded feature line, symmetry radius, and symmetry times; if so, record the symmetric center position; otherwise Go to step A5.
  • Said judging whether the matrix elements on the feature line exhibit local symmetry is specifically: determining whether the symmetrical elements on the feature line centered on the central position exhibit similarity, and the maximum length of the similarity; if there is similarity, determine Local symmetry is assumed, and the maximum length is taken as the radius of symmetry.
  • the continuous length of the symmetric elements exhibiting similarity is taken as the maximum length of similarity.
  • the determination of whether the center position is a symmetrical center position based on the recorded characteristic line, symmetry radius and symmetry times is specifically: determining the symmetry area ; where N is the number of symmetry, is the i-th feature line recorded, Is the symmetric radius of Li; if the ratio of the symmetric area AC and the size of the temperature matrix is greater than the area threshold, then determine the center position as the symmetric center position; where: the area threshold is a preset value; further filter worthless detection objects and the above by the area threshold Resulting invalid calculation.
  • Step A5 Jump to step A3 to continue the processing of the next center position until all center positions are processed; if all center positions are processed, then determine the adjustment reference position based on the symmetrical center position.
  • the determination of the adjustment reference position based on the symmetry center position specifically includes: selecting one or more symmetry center positions as the adjustment reference position and its corresponding symmetry radius according to the size of the symmetry area of the symmetry center position.
  • the fusion method is to use the position of the matrix element closest to the mean at the symmetric center position as the new symmetric center position, and add the furthest distance between the new symmetric position center and the fused symmetric position center to the farthest
  • the symmetric radius from the center of the corresponding symmetric position is taken as the symmetric radius of the new symmetric center;
  • the mean value is the mean value of the matrix elements at the multiple consecutive symmetric center positions; when there is no significant difference, and the multiple symmetric center positions are not
  • the plurality of symmetrical center positions are used as adjustment reference positions, and the symmetrical radius remains unchanged; wherein: the discontinuous is not located in adjacent sub-regions.
  • the adjustment of the temperature matrix based on the adjustment reference position is specifically: taking the adjustment reference position as the center position, taking the symmetrical radius as the minimum radius, retaining the matrix element values within the minimum radius, and selectively zeroing the minimum
  • the matrix element value outside the radius; the selective zeroing is: when the matrix element is greater than the zeroing threshold, keep the matrix element, otherwise, the matrix element is set to zero; preferably: the zeroing threshold is set to A relatively large value within a large multi-valued interval.
  • the hold process is selected.
  • Said steps also include step S3EX: reducing the size of the temperature matrix processed through salience; when the maximum or minimum row or column of the temperature matrix is all zero values, delete the row or column; that is to say, the reduced size here is not Reduce the size of the internal elements of the matrix, thereby reducing the size of the matrix without changing the adjacent relationship of the matrix elements.
  • Step S4 Building an artificial intelligence model, the input of the artificial intelligence model is the temperature matrix that has been pre-processed and highlighted; the output is the location and category of the electric equipment.
  • the artificial intelligence model is set up, specifically: the artificial intelligence model is set as a neural network model, and the neural network model includes a convolutional layer, a pooling layer and a fully connected layer; wherein: the convolutional layer extracts the matrix features in the input temperature matrix The pooling layer performs dimensionality reduction operations on the obtained matrix features to prevent overfitting; the fully connected layer outputs the detection results; the artificial intelligence model cooperates with the previous multi-value processing and saliency processing, and the Basically, the amount of subsequent calculation and training is reduced, and the multi-convolution kernel of the model can extract more image features to improve the sensitivity and accuracy of the model.
  • step S3EX when step S3EX is performed, feature maps of different sizes will also be obtained when performing operations in the model, and the feature pooling layer of interest is set to solve the problem of different feature scales; after this layer, each region can be obtained A feature vector of a fixed dimension.
  • the convolution layer uses a convolution kernel to filter each region of the temperature matrix to obtain matrix features corresponding to the convolution kernel; there are multiple convolution kernels, and multiple matrix features are obtained through multiple convolution kernels; After the processing of steps S2 and S3, the calculation amount of the convolution operation here is greatly reduced.
  • the size of the region filtered by the convolution kernel is the same as the size of the sub-regions divided in step S3.
  • the size of the area filtered by the volume set and the size of the sub-area divided by step S3 can be dynamically set, and its size is corrected and regressed according to the output result of the artificial intelligence model; according to the sensitivity or accuracy of the output result, the adjusted The above region size and/or subregion size.
  • the size of the pooling area and the size of the temperature matrix are generally the same, but for the above-mentioned artificial intelligence model, which uses multiple convolution kernels to extract matrix features in an all-round way, it is necessary to set up the same sensitive pooling To cover this part of the information, directly setting the pooling area equal to the size of the temperature matrix area lacks adaptability.
  • the present invention proposes a small-size pooling method, which can reduce the pooling sensitivity; the small-size area is specifically: for temperature matrix , set the size of the pooling area to M1*N1, and M1*N1 ⁇ M*N (for example: M1 ⁇ M, N1 ⁇ N); the pooling step size is 1, then the number of pooling areas NP is ; then for a region of the temperature matrix For example, its corresponding pooling area is APk.
  • the pooling is a median pooling; the median of the pooling .
  • the small-sized area is a dynamic small-sized area.
  • the correction and regression of the small-sized area are performed, and the correction and regression of the size of the small-sized area is performed based on the output result; similar: setting volume
  • the size of the product filter area is a dynamic size area.
  • the size of the filter area is corrected while the correction and regression of the small-size area are performed; here, the parameters of the filter area or small-size area are corrected; That is, the convolution kernel and its regressive characteristics are used to dynamically adapt the region, so that the calculation speed has been significantly improved.
  • the pooling layer compresses matrix features by downsampling, and selects significant matrix features.
  • the artificial intelligence model extracts features, and uses backpropagation and stochastic gradient descent to perform end-to-end network training.
  • the natural characteristics of the thermal image of the substation equipment are reduced in quantity, and the complexity of the extraction is increased in the model feature extraction, which is coordinated in the pooling process.
  • Improve the pooling sensitivity maintain the sensitivity loss caused by dimensionality reduction, and finally reduce the amount of training and calculation without losing the accuracy of the model.
  • the learning rate is set to , after 200 iterations, the learning rate setting is reduced to ;
  • a total of 2500 iterations of training, each iteration 1200 steps, after training, the model's AP 89.98%;
  • the precision and recall for each type of device are as follows.
  • DSPs digital signal processors
  • ASICs application-specific integrated circuits
  • FPGAs field-programmable gate arrays
  • PLDs programmable logic devices
  • the general-purpose processor may be a microprocessor, but alternatively, the processor may be any commercially available Available processors, controllers, microcontrollers, or state machines; processors can also be implemented as a combination of computing devices, such as a combination of a DSP and a microprocessor, multiple microprocessors, one or more a microprocessor or any other such configuration; the steps integrating the methods or algorithms described in this disclosure may be embedded directly in hardware, in a software module executed by the processor, or in a combination of the two; the software module may exist in any form Some examples of storage media that may be used include random access memory (RAM), read only memory (ROM), flash memory, EPROM memory
  • the functions described may be implemented in hardware, software, firmware or any combination thereof; if implemented in software, the functions may be stored as one or more instructions on a tangible computer-readable medium; computer-readable media include computer-readable storage medium; a computer-readable storage medium can be any available storage medium that can be accessed by a computer; by way of example and not limitation, such a computer-readable medium can include RAM, ROM, EEPROM, CD-ROM, or other optical disk storage, magnetic disk storage, or Other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and can be accessed by a computer; otherwise, propagated signals are not included within the scope of computer-readable storage media ; computer-readable media also includes communication media, including any medium that facilitates the transfer of a computer program from one place to another; a connection can be, for example, a communication medium; for example, if the software uses a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrare
  • FPGA field programmable gate array
  • ASIC application specific integrated circuit
  • ASSP application specific standard product
  • SOC system on chip
  • CPLD complex programmable logic device
  • a computer program product can perform the operations set forth herein; for example, such a computer program product can be a computer-readable tangible medium having instructions tangibly stored (and/or encoded) thereon, which can be read by one or Multiple processors execute to perform the operations described herein.
  • a computer program product may include packaging materials.
  • Software or instructions may also be transmitted via transmission media; for example, transmission media such as coaxial cables, fiber optic cables, twisted pair wires, digital subscriber lines (DSL), or wireless technologies such as infrared, radio, or microwaves may be transmitted from a website, server Or other remote source transfer software.
  • transmission media such as coaxial cables, fiber optic cables, twisted pair wires, digital subscriber lines (DSL), or wireless technologies such as infrared, radio, or microwaves may be transmitted from a website, server Or other remote source transfer software.
  • modules and/or other suitable means for performing the methods and techniques described herein may be downloaded and/or otherwise obtained by user terminals and/or base stations as appropriate; for example, such devices may be coupled to server to facilitate the transfer of the means for performing the methods described herein; alternatively, the various methods described herein may be provided via storage means such as RAM, ROM, physical storage media such as CDs or floppy disks, Such that a user terminal and/or a base station can obtain various methods when coupled to the device or providing storage means to the device.
  • any other suitable technique for providing the methods and techniques described herein to a device may be utilized.

Abstract

The present invention relates to a method and system for intelligent detection of a substation device. The method comprises: extracting data of a temperature matrix on the basis of an infrared thermogram; performing multi-valued processing on the temperature matrix; performing saliency processing on the temperature matrix; and building an artificial intelligence model, and performing intelligent detection on a substation device on the basis of the model. By means of the present invention, during the processes of data pre-processing, feature extraction and model creation, calculation amount reduction is performed for a natural characteristic of an infrared thermogram of a substation device, the extraction complexity is increased during model feature extraction, the pooling sensitivity is cooperatively improved during a pooling process, and a sensitivity loss caused by dimension reduction is maintained, such that a training amount and a calculation amount are ultimately reduced without losing model precision.

Description

一种变电站设备智能检测方法及其系统A method and system for intelligent detection of substation equipment 技术领域technical field
本发明属于智能电力系统技术领域,尤其涉及一种变电站设备智能检测方法及其系统。The invention belongs to the technical field of intelligent power systems, and in particular relates to an intelligent detection method and system for substation equipment.
背景技术Background technique
目前电力设备检测的方法,主要是以红外图片为基础,采取目视观测法对拍摄的设备类型人为进行识别,但电力设备种类多,且多种设备间具有相似性,加上红外图片包含多种伪彩色,更增加了人为进行识别的难度。At present, the detection method of electric power equipment is mainly based on infrared pictures, and adopts visual observation method to artificially identify the type of equipment photographed. A false color, which increases the difficulty of human identification.
技术问题technical problem
综合来看,现有的方法存在速度慢,检测准确率不高等问题;本发明在数据的前处理,特征提取以及模型的创建过程中,针对变电设备热力图像的天然特点进行数量削减,而在模型特征提取中增加提取的复杂性,配合的在池化过程中提高池化敏感性,保持降维带来的敏感性损失,最终在不损失模型精度的同时,减少训练量和计算量。On the whole, the existing methods have problems such as slow speed and low detection accuracy; the present invention reduces the number of natural characteristics of thermal images of substation equipment in the process of data preprocessing, feature extraction and model creation, while In the feature extraction of the model, the complexity of the extraction is increased, and the pooling sensitivity is improved during the pooling process, and the sensitivity loss caused by dimensionality reduction is maintained. Finally, the amount of training and calculation is reduced without losing the accuracy of the model.
技术解决方案technical solution
为了解决现有技术中的上述问题,本发明提出了一种变电站设备智能检测方法及其系统,所述变电站设备智能检测方法包含步骤S1,基于红外热像图提取温度矩阵数据;步骤S2,对温度矩阵多值化处理;步骤S3,对温度矩阵作显著化处理;步骤S4,搭建人工智能模型,基于所述模型作变电站设备的智能检测。In order to solve the above problems in the prior art, the present invention proposes an intelligent detection method for substation equipment and its system. The intelligent detection method for substation equipment includes step S1, extracting temperature matrix data based on infrared thermal images; step S2, for Multi-valued processing of the temperature matrix; step S3, performing saliency processing on the temperature matrix; step S4, building an artificial intelligence model, and performing intelligent detection of substation equipment based on the model.
进一步的,所述步骤S4具体为,搭建人工智能模型,所述人工智能模型的输入是经过预处理和显著化处理的温度矩阵,输出为电力设备的位置及类别。Further, the step S4 is specifically to build an artificial intelligence model, the input of the artificial intelligence model is the temperature matrix that has been preprocessed and highlighted, and the output is the location and category of the electric equipment.
进一步的,所述电力设备包括:避雷器、断路器、电流互感器、套管、电压互感器、GIS套管、隔离开关、绝缘子、线夹、变压器、电容器、电抗器、穿墙套管、电力电缆和油枕等。Further, the power equipment includes: lightning arresters, circuit breakers, current transformers, bushings, voltage transformers, GIS bushings, isolating switches, insulators, clamps, transformers, capacitors, reactors, wall bushings, power Cables and oil conservator etc.
进一步的,对每种设备分别选取1000条温度数据,组成样本数据集合。Further, 1000 pieces of temperature data are selected for each type of equipment to form a sample data set.
进一步的,在对上述人工智能模型进行训练的过程中,在前200次迭代,学习率设置为
Figure 900014dest_path_image001
,200次迭代后,学习率设置降低为
Figure 661297dest_path_image002
Further, in the process of training the above artificial intelligence model, in the first 200 iterations, the learning rate is set to
Figure 900014dest_path_image001
, after 200 iterations, the learning rate setting is reduced to
Figure 661297dest_path_image002
.
进一步的,共迭代训练2500次,每次迭代1200步,训练后使得模型的mAP=89.98%。Further, a total of 2,500 iterative trainings were performed, with 1,200 steps per iteration. After training, the mAP of the model was 89.98%.
一种变电站设备智能检测系统,包含服务器和一个或者多个客户终端,客户终端拍摄图像,并将拍摄的图像上传到服务器中以获取检测结果;所述服务器用于执行变电站设备智能检测方法。An intelligent detection system for substation equipment includes a server and one or more client terminals. The client terminal takes images and uploads the captured images to the server to obtain detection results; the server is used to execute the intelligent detection method for substation equipment.
进一步的,所述服务器为云服务器。Further, the server is a cloud server.
一种变电站设备智能检测装置,包含一储存单元,配置以储存一应用程序;以及一处理单元,电性耦接于一输入单元以及该储存单元,该处理单元配置以执行变电站设备智能检测方法。A substation equipment intelligent detection device includes a storage unit configured to store an application program; and a processing unit electrically coupled to an input unit and the storage unit, the processing unit configured to execute the substation equipment intelligent detection method.
一种用于变电站设备智能检测的存储介质,其特征在于,所述存储介质用于存储变电站设备智能检测方法的指令。A storage medium for intelligent detection of substation equipment, characterized in that the storage medium is used to store instructions for an intelligent detection method for substation equipment.
有益效果Beneficial effect
本发明的有益效果具体包括:(1)通过多值化处理能够在有效缩小计算量的同时不损失计算精度;而通过位置旋转和调整,能够进一步的使得矩阵中包含尽可能多的有效数据;(2)通过矩阵的多值化预处理和基于矩阵元素值显著性处理和特征提取,在不降低精确率和召回率的同时降低了对预测模型的计算量要求;(3)动态适应的设置过滤区域、划分子区域和小尺寸池化区域大小,能够根据检测的结果来调整模型的敏感性,在模型有效性和可用资源量之间平衡;(4)人工智能模型和前面的多值化处理以及显著化处理相配合,在显著化特征的基础上降低了后续计算量和训练量,而模型设置多卷积核又能够提取更多的图像特征从而提高模型的敏感性和准确性。The beneficial effects of the present invention specifically include: (1) through multi-valued processing, the calculation amount can be effectively reduced without losing calculation accuracy; and through position rotation and adjustment, the matrix can further contain as much valid data as possible; (2) Through the multi-valued preprocessing of the matrix and the saliency processing and feature extraction based on the matrix element values, the calculation requirements for the prediction model are reduced without reducing the precision and recall; (3) The setting of dynamic adaptation Filtering areas, dividing sub-areas and small-size pooling areas can adjust the sensitivity of the model according to the detection results, and balance the effectiveness of the model and the amount of available resources; (4) artificial intelligence models and the previous multi-value The combination of processing and saliency processing reduces the amount of subsequent calculation and training on the basis of saliency features, and setting multiple convolution kernels in the model can extract more image features to improve the sensitivity and accuracy of the model.
附图说明Description of drawings
图1为本发明的变电站设备智能检测方法示意图。Fig. 1 is a schematic diagram of the intelligent detection method for substation equipment of the present invention.
图2为本发明的用于识别变电站设备的人工智能模型工作方式示意图。Fig. 2 is a schematic diagram of the working mode of the artificial intelligence model for identifying substation equipment according to the present invention.
本发明的实施方式Embodiments of the present invention
下面将结合附图以及具体实施例来详细说明本发明,其中的示意性实施例以及说明仅用来解释本发明,但并不作为对本发明的限定。The present invention will be described in detail below in conjunction with the accompanying drawings and specific embodiments, wherein the schematic embodiments and descriptions are only used to explain the present invention, but are not intended to limit the present invention.
本发明是以设备采集的被检测设备的红外热像图中的温度矩阵作为智能检测的输入,而非以红外热像图作为输入,其中:矩阵中每一个元素的数值代表红外热像图中对应像素点的实际温度值;经过对温度矩阵数据的预处理,先进行特征提取,通过人工智能检测模型得到红外热像图中的电力设备的位置及类别信息,然后,筛选出位于红外热像图最中心电力设备的类别及位置并输出,用于判断该类型的电力设备是否由于温度过高引起故障。The present invention uses the temperature matrix in the infrared thermal image of the detected equipment collected by the device as the input of intelligent detection instead of the infrared thermal image as the input, wherein: the value of each element in the matrix represents the infrared thermal image Corresponding to the actual temperature value of the pixel point; after preprocessing the temperature matrix data, first perform feature extraction, and obtain the position and category information of the electrical equipment in the infrared thermal image through the artificial intelligence detection model, and then filter out the location and category information of the infrared thermal image The category and location of the most central power equipment in the figure are output, which is used to judge whether this type of power equipment is faulty due to overheating.
优选的,所述电力设备包括:避雷器、断路器、电流互感器、套管、电压互感器、GIS套管、隔离开关、绝缘子、线夹、变压器、电容器、电抗器、穿墙套管、电力电缆和油枕等。Preferably, the electrical equipment includes: lightning arresters, circuit breakers, current transformers, bushings, voltage transformers, GIS bushings, isolating switches, insulators, clamps, transformers, capacitors, reactors, wall bushings, power Cables and oil conservator etc.
优选的,对每种设备分别选取1000条温度数据,组成数据集。Preferably, 1000 pieces of temperature data are respectively selected for each type of equipment to form a data set.
可替换的,所述人工智能模型为Faster R-CNN模型,采用Resnet50作为主干特征提取网络。Alternatively, the artificial intelligence model is a Faster R-CNN model, using Resnet50 as the backbone feature extraction network.
本发明所述的变电站设备智能检测方法,具体包括如下步骤。The intelligent detection method for substation equipment according to the present invention specifically includes the following steps.
步骤S1,基于红外热像图提取温度矩阵数据;具体的:获取被检测设备的红外热像图,温度矩阵中每一个元素的数值代表红外热像图中对应像素点的实际温度值。Step S1, extracting temperature matrix data based on the infrared thermal image; specifically: obtaining the infrared thermal image of the detected device, and the value of each element in the temperature matrix represents the actual temperature value of the corresponding pixel in the infrared thermal image.
步骤S2,对温度矩阵多值化处理;具体为:获取一个或多个多值化区间,将温度矩阵中的每个元素的元素值和多值化区间比较,并将所述元素值设置为所落入的多值化区间对应的固定值,其中,每个多值化区间对应一个固定值,多值化区间的值越大则固定值越大。Step S2, multivaluing the temperature matrix; specifically: obtaining one or more multivalued intervals, comparing the element value of each element in the temperature matrix with the multivalued interval, and setting the element value to The fixed value corresponding to the multivalued interval that falls in, wherein each multivalued interval corresponds to a fixed value, and the larger the value of the multivalued interval, the larger the fixed value.
常见的预处理往往是去除不一致部分的数据,没有从计算量和模型特点入手,而实际上,对于电力设备这种特定类型的识别,连续的温度矩阵元素会造成人工智能模型的大量多余计算量,这样的增加并不会增加计算精度,传统的二值化处理显然会丢失过多信息;通过多值化处理能够在有效缩小计算量的同时不损失计算精度;而通过位置旋转和调整,能够进一步的使得矩阵中包含尽可能多的有效数据;由于变电站设备的种类是有限的其呈现的图像形态也是相对有限的,本发明通过检测前预处理,在不降低精确率和召回率的同时降低了对预测模型的计算量要求。Common preprocessing is often to remove inconsistent data, without starting with the amount of calculation and model characteristics. In fact, for the identification of this specific type of electrical equipment, continuous temperature matrix elements will cause a large amount of redundant calculation of the artificial intelligence model. , such an increase will not increase the calculation accuracy, and the traditional binarization process will obviously lose too much information; through multi-value processing, the calculation amount can be effectively reduced without losing calculation accuracy; and through position rotation and adjustment, it can be Further, the matrix contains as much valid data as possible; since the types of substation equipment are limited, the image forms presented are also relatively limited. The present invention reduces the precision rate and recall rate while not reducing the precision rate and recall rate through preprocessing before detection. The computational requirements of the forecasting model are reduced.
步骤S3:温度矩阵显著化处理;具体为:确定温度矩阵调整基准位置;基于调整基准位置对温度矩阵作调整;通过这样的调整使得可能的目标对象显著性更强;也就是说,通过调整使得矩阵中包含尽可能多的有效数据;由于变电站设备的种类是有限的其呈现的图像形态也是相对有限的,本发明通过矩阵的多值化预处理和基于矩阵元素值显著性特征提取,在不降低精确率和召回率的同时降低了对预测模型的计算量要求。Step S3: temperature matrix salience processing; specifically: determine the temperature matrix adjustment reference position; adjust the temperature matrix based on the adjustment reference position; make possible target objects more prominent through such adjustment; that is, make the adjustment make The matrix contains as much valid data as possible; since the types of substation equipment are limited, the image form it presents is also relatively limited. The present invention uses matrix multivalued preprocessing and matrix element value-based saliency feature extraction. While reducing the precision rate and recall rate, it also reduces the computational requirements for the prediction model.
所述确定温度矩阵调整基准位置,具体包括如下步骤,步骤A1:确定温度矩阵中心位置;其中:温度矩阵中心位置是根据温度矩阵的尺寸而选取的温度矩阵中特定位置;所述中心位置为一个或者多个。The determination of the temperature matrix adjustment reference position specifically includes the following steps, step A1: determine the central position of the temperature matrix; wherein: the central position of the temperature matrix is a specific position in the temperature matrix selected according to the size of the temperature matrix; the central position is a or more.
优选的:将温度矩阵划分为多个相同或不同的子区域,选取子区域的中心位置作为温度矩阵中心位置;所述子区域的个数和温度矩阵的尺寸正相关。Preferably: the temperature matrix is divided into multiple same or different sub-regions, and the central position of the sub-region is selected as the central position of the temperature matrix; the number of the sub-regions is positively correlated with the size of the temperature matrix.
步骤A2: 获取温度矩阵的一个中心位置;确定包含矩阵中心位置的一条或多条特征线;特征线由一个或者多个包括中心位置处元素在内的温度矩阵元素组成。Step A2: Obtain a central position of the temperature matrix; determine one or more characteristic lines including the central position of the matrix; the characteristic line is composed of one or more elements of the temperature matrix including the elements at the central position.
所述确定包含矩阵中心位置的一条或多条特征线,具体为:以特定方式分割设置多条特征线;优选的:当特征线为多条时,所述多条特征线之间相隔固定的角度;例如:子区域为一个3*3的矩阵,如果
Figure 846291dest_path_image003
为中心位置,那么水平位置的特征线包含
Figure 9419dest_path_image004
,偏离45度角位置的特征线包含
Figure 926559dest_path_image005
;可以为该子区域设置三条特征线。
The determination includes one or more characteristic lines at the center position of the matrix, specifically: dividing and setting a plurality of characteristic lines in a specific way; preferably: when there are multiple characteristic lines, the plurality of characteristic lines are separated by a fixed distance Angle; for example: the sub-area is a 3*3 matrix, if
Figure 846291dest_path_image003
is the center position, then the feature line at the horizontal position contains
Figure 9419dest_path_image004
, the characteristic line deviated from the 45-degree angle position contains
Figure 926559dest_path_image005
;Three feature lines can be set for this subarea.
优选的,所述特征线为以中心位置对称/相对对称的特征线。Preferably, the feature line is a feature line that is symmetrical/relatively symmetrical about the central position.
步骤A3,依次获取一特征线及其矩阵元素并进入步骤A4处理。In step A3, a characteristic line and its matrix elements are obtained in sequence, and the processing proceeds to step A4.
步骤A4:判断特征线上的矩阵元素是否呈现局部对称性;如果是,则记录该特征线、对称半径、增加后的对称次数;跳转至步骤A3继续下一特征线的判断,直到所有特征线均判断完毕;当一矩阵中心位置处所有特征线均判断完毕时,基于所记录的特征线、对称半径以及对称次数确定中心位置是否对称中心位置;如果是,则记录该对称中心位置;否则进入步骤A5。Step A4: Determine whether the matrix elements on the feature line exhibit local symmetry; if so, record the feature line, symmetry radius, and increased symmetry times; skip to step A3 and continue to judge the next feature line until all feature lines Lines are all judged; when all feature lines at the center of a matrix are judged, determine whether the center position is a symmetrical center position based on the recorded feature line, symmetry radius, and symmetry times; if so, record the symmetric center position; otherwise Go to step A5.
所述判断特征线上的矩阵元素是否呈现局部对称性,具体为:确定以所述中心位置为中心的特征线上对称元素是否呈现相似性,以及相似的最大长度;如果呈现相似性,则确定呈现局部对称性,并将所述最大长度作为对称半径。Said judging whether the matrix elements on the feature line exhibit local symmetry is specifically: determining whether the symmetrical elements on the feature line centered on the central position exhibit similarity, and the maximum length of the similarity; if there is similarity, determine Local symmetry is assumed, and the maximum length is taken as the radius of symmetry.
优选的:当对称元素相等或者差值在阈值范围内时,则认为两个对称元素呈现相似性;将呈现相似性的对称元素的连续长度作为相似的最大长度。Preferably: when the symmetric elements are equal or the difference is within a threshold range, it is considered that two symmetric elements exhibit similarity; the continuous length of the symmetric elements exhibiting similarity is taken as the maximum length of similarity.
所述基于所记录的特征线、对称半径以及对称次数确定中心位置是否对称中心位置,具体为:确定对称面积
Figure 316083dest_path_image006
;其中N为对称次数,
Figure 914555dest_path_image007
为所记录的第i条特征线,
Figure 728927dest_path_image008
是Li的对称半径;如果对称面积AC和温度矩阵大小的比值大于面积阈值,则确定中心位置为对称中心位置;其中:面积阈值是预设值;通过面积阈值进一步过滤无价值的检测对象和上面产生的无效计算。
The determination of whether the center position is a symmetrical center position based on the recorded characteristic line, symmetry radius and symmetry times is specifically: determining the symmetry area
Figure 316083dest_path_image006
; where N is the number of symmetry,
Figure 914555dest_path_image007
is the i-th feature line recorded,
Figure 728927dest_path_image008
Is the symmetric radius of Li; if the ratio of the symmetric area AC and the size of the temperature matrix is greater than the area threshold, then determine the center position as the symmetric center position; where: the area threshold is a preset value; further filter worthless detection objects and the above by the area threshold Resulting invalid calculation.
步骤A5:跳转到步骤A3继续下一中心位置的处理,直到所有中心位置均处理完毕;如果所有中心位置均处理完毕;则基于对称中心位置确定调整基准位置。Step A5: Jump to step A3 to continue the processing of the next center position until all center positions are processed; if all center positions are processed, then determine the adjustment reference position based on the symmetrical center position.
所述基于对称中心位置确定调整基准位置,具体为:根据对称中心位置的对称面积大小选择一个或者多个对称中心位置为调整基准位置及其对应的对称半径。The determination of the adjustment reference position based on the symmetry center position specifically includes: selecting one or more symmetry center positions as the adjustment reference position and its corresponding symmetry radius according to the size of the symmetry area of the symmetry center position.
优选的:当多个对称中心位置的对称面积之间存在显著差异时,保留对称面积大的对称中心位置而删除对称面积小的对称中心位置;然后,将多个连续对称中心位置融合后确定新的对称中心位置;融合的方式为将对称中心位置处矩阵元素最接近均值者的位置作为新的对称中心位置,将新的对称位置中心距离被融合对称位置中心的最远距离加所述最远距离对应的对称位置中心的对称半径作为所述新的对称位置中心的对称半径;均值为所述多个连续对称中心位置处矩阵元素的均值;当不存在显著差异、且多个对称中心位置不连续时,将所述多个对称中心位置作为调整基准位置,对称半径不变;其中:所述不连续为不位于相邻的子区域。Preferably: when there is a significant difference between the symmetric areas of multiple symmetric center positions, retain the symmetric center position with a large symmetric area and delete the symmetric center position with a small symmetric area; then, determine a new The symmetric center position; the fusion method is to use the position of the matrix element closest to the mean at the symmetric center position as the new symmetric center position, and add the furthest distance between the new symmetric position center and the fused symmetric position center to the farthest The symmetric radius from the center of the corresponding symmetric position is taken as the symmetric radius of the new symmetric center; the mean value is the mean value of the matrix elements at the multiple consecutive symmetric center positions; when there is no significant difference, and the multiple symmetric center positions are not When continuous, the plurality of symmetrical center positions are used as adjustment reference positions, and the symmetrical radius remains unchanged; wherein: the discontinuous is not located in adjacent sub-regions.
所述基于调整基准位置对温度矩阵作调整,具体为:以调整基准位置为中心位置,以对称半径为最小半径,保留所述最小半径内的矩阵元素值,而选择性的归零所述最小半径外的矩阵元素值;所述选择性的归零为:当矩阵元素大于归零阈值时,保持所述矩阵元素,反之,将所述矩阵元素设置为零;优选的:归零阈值设置为一个相对较大的值,位于一个较大的多值区间内。The adjustment of the temperature matrix based on the adjustment reference position is specifically: taking the adjustment reference position as the center position, taking the symmetrical radius as the minimum radius, retaining the matrix element values within the minimum radius, and selectively zeroing the minimum The matrix element value outside the radius; the selective zeroing is: when the matrix element is greater than the zeroing threshold, keep the matrix element, otherwise, the matrix element is set to zero; preferably: the zeroing threshold is set to A relatively large value within a large multi-valued interval.
优选的:当调整基准位置为多个时,在选择性的归零时,对于同一个矩阵元素只要有保持处理,则选择保持处理。Preferably: when there are multiple adjustment reference positions, when selectively returning to zero, as long as there is a hold process for the same matrix element, the hold process is selected.
所述步骤还包括步骤S3EX:降低经过显著化处理的温度矩阵的尺寸;当温度矩阵的最大或最小行或列为全零数值时,删除该行或者列;也就说,这里的降低尺寸不是降低矩阵内部元素尺寸,从而在不改变矩阵元素的相邻关系的同时降低矩阵尺寸。Said steps also include step S3EX: reducing the size of the temperature matrix processed through salience; when the maximum or minimum row or column of the temperature matrix is all zero values, delete the row or column; that is to say, the reduced size here is not Reduce the size of the internal elements of the matrix, thereby reducing the size of the matrix without changing the adjacent relationship of the matrix elements.
步骤S4:搭建人工智能模型,所述人工智能模型的输入是经过预处理和显著化处理的温度矩阵;输出为电力设备的位置及类别。Step S4: Building an artificial intelligence model, the input of the artificial intelligence model is the temperature matrix that has been pre-processed and highlighted; the output is the location and category of the electric equipment.
所述搭建人工智能模型,具体为:设置人工智能模型为神经网络模型,所述神经网络模型包括卷积层、池化层和全连接层;其中:卷积层提取输入温度矩阵中的矩阵特征;池化层对获取的矩阵特征进行降维操作以防止过拟合;全连接层输出检测结果;所述人工智能模型和前面的多值化处理以及显著化处理相配合,在显著化特征的基础上降低了后续计算量和训练量,而模型设置多卷积核又能够提取更多的图像特征从而提高模型的敏感性和准确性。The artificial intelligence model is set up, specifically: the artificial intelligence model is set as a neural network model, and the neural network model includes a convolutional layer, a pooling layer and a fully connected layer; wherein: the convolutional layer extracts the matrix features in the input temperature matrix The pooling layer performs dimensionality reduction operations on the obtained matrix features to prevent overfitting; the fully connected layer outputs the detection results; the artificial intelligence model cooperates with the previous multi-value processing and saliency processing, and the Basically, the amount of subsequent calculation and training is reduced, and the multi-convolution kernel of the model can extract more image features to improve the sensitivity and accuracy of the model.
优选的:当执行步骤S3EX时,在执行模型中操作时也会得到不同尺寸的特征图,设置兴趣特征池化层来解决特征尺度不一的问题;经过该层之后使得每个区域都可以得到了一个固定的维度的特征向量。Preferably: when step S3EX is performed, feature maps of different sizes will also be obtained when performing operations in the model, and the feature pooling layer of interest is set to solve the problem of different feature scales; after this layer, each region can be obtained A feature vector of a fixed dimension.
所述卷积层用卷积核来过滤温度矩阵的各个区域以得到和所述卷积核对应的矩阵特征;所述卷积核为多个,通过多个卷积核得到多个矩阵特征;经过步骤S2和S3的处理,大大的减少了这里卷积操作计算量。The convolution layer uses a convolution kernel to filter each region of the temperature matrix to obtain matrix features corresponding to the convolution kernel; there are multiple convolution kernels, and multiple matrix features are obtained through multiple convolution kernels; After the processing of steps S2 and S3, the calculation amount of the convolution operation here is greatly reduced.
优选的:所述卷积核过滤的区域大小和步骤S3中划分的子区域大小相同。Preferably: the size of the region filtered by the convolution kernel is the same as the size of the sub-regions divided in step S3.
优选的:所述卷集合过滤的区域大小和步骤S3划分的子区域大小为可的动态设置的,其大小根据人工智能模型输出结果作修正和回归;根据输出结果的敏感性或准确率调整所述区域大小和/或子区域大小。Preferably: the size of the area filtered by the volume set and the size of the sub-area divided by step S3 can be dynamically set, and its size is corrected and regressed according to the output result of the artificial intelligence model; according to the sensitivity or accuracy of the output result, the adjusted The above region size and/or subregion size.
现有技术中池化区域的尺寸和温度矩阵尺寸一般是相同的,但是对于上述人工智能模型来说,其采用多卷积核的方式全方位提取矩阵特征,需要设置同样具有敏感性的池化曾来涵盖这部分信息,直接令池化区域等于温度矩阵区域尺寸就缺乏适应性,本发明提出小尺寸池化的方式,能够降低池化敏感性;所述小尺寸区域,具体为:对于温度矩阵
Figure 144865dest_path_image009
,设置池化区域大小为M1*N1,且M1*N1<M*N(例如:M1<M,N1<N);池化步长为1,则池化区域的数目NP为
Figure 880740dest_path_image010
;那么对于温度矩阵的一个区域
Figure 79640dest_path_image011
来说,其对应的池化区域为APk。
In the prior art, the size of the pooling area and the size of the temperature matrix are generally the same, but for the above-mentioned artificial intelligence model, which uses multiple convolution kernels to extract matrix features in an all-round way, it is necessary to set up the same sensitive pooling To cover this part of the information, directly setting the pooling area equal to the size of the temperature matrix area lacks adaptability. The present invention proposes a small-size pooling method, which can reduce the pooling sensitivity; the small-size area is specifically: for temperature matrix
Figure 144865dest_path_image009
, set the size of the pooling area to M1*N1, and M1*N1<M*N (for example: M1<M, N1<N); the pooling step size is 1, then the number of pooling areas NP is
Figure 880740dest_path_image010
; then for a region of the temperature matrix
Figure 79640dest_path_image011
For example, its corresponding pooling area is APk.
优选的:所述池化为中值池化;所述池化的中值
Figure 325682dest_path_image012
Preferably: the pooling is a median pooling; the median of the pooling
Figure 325682dest_path_image012
.
优选的:所述小尺寸区域为动态小尺寸区域,在经过特征模型各层操作后,做小尺寸区域的修正和回归,基于输出结果做小尺寸区域大小的修正和回归;类似的:设置卷积过滤区域大小为动态尺寸区域,在经过特征模型各层操作后,在进行小尺寸区域的修正和回归的同时,对过滤区域大小做修正;这里修正的是过滤区域或者小尺寸区域的参数;也就是利用了卷积核及其可回归特点,进行区域的动态适应,从而使得运算速度得到了显著提升。Preferably: the small-sized area is a dynamic small-sized area. After the operation of each layer of the feature model, the correction and regression of the small-sized area are performed, and the correction and regression of the size of the small-sized area is performed based on the output result; similar: setting volume The size of the product filter area is a dynamic size area. After the operation of each layer of the feature model, the size of the filter area is corrected while the correction and regression of the small-size area are performed; here, the parameters of the filter area or small-size area are corrected; That is, the convolution kernel and its regressive characteristics are used to dynamically adapt the region, so that the calculation speed has been significantly improved.
但是无序的随意的调整有可能并不能带来能力的上升,因此,划分的子区域和过滤的区域大小、 池化小尺寸区域之间的调整是存在相关性的;可选的:划分的子区域和过滤的区域大小的调整方向是一致的;而在计算量有限制的情况下,所述划分的子区域和过滤的区域大小,和池化小尺寸区域之间的调整方向是相反的,而在计算量未限制的情况下,他们之间的调整方向是相同的。However, disordered random adjustments may not bring about an increase in capacity. Therefore, there is a correlation between the divided sub-region and the size of the filtered region, and the adjustment of the pooled small-size region; optional: divided The adjustment direction of the size of the sub-area and the filtered area is the same; and in the case of a limited amount of calculation, the adjustment direction between the divided sub-area and the size of the filtered area is opposite to that of the pooled small-size area , and the adjustment direction between them is the same when the amount of calculation is not limited.
通过小尺寸池化区域设置只需要将输入矩阵数据前馈一次,就可以获取多个分区域的局部信息,在提高特征表达能力不损失卷积层获取的有效的多维信息。Through the small-size pooling area setting, it is only necessary to feed forward the input matrix data once to obtain the local information of multiple sub-regions, and improve the feature expression ability without losing the effective multi-dimensional information obtained by the convolutional layer.
优选的:所述池化层通过下采样压缩矩阵特征,选择显著矩阵特征。Preferably: the pooling layer compresses matrix features by downsampling, and selects significant matrix features.
优选的:所述人工智能模型提取特征,并使用反向传播和随机梯度下降进行端到端的网络训练。Preferably: the artificial intelligence model extracts features, and uses backpropagation and stochastic gradient descent to perform end-to-end network training.
也就是说在数据的前处理,特征提取以及模型的创建过程中,针对变电设备热力图像的天然特点进行数量削减,而在模型特征提取中增加提取的复杂性,配合的在池化过程中提高池化敏感性,保持降维带来的敏感性损失,最终在不损失模型精度的同时,减少训练量和计算量。That is to say, in the process of data pre-processing, feature extraction and model creation, the natural characteristics of the thermal image of the substation equipment are reduced in quantity, and the complexity of the extraction is increased in the model feature extraction, which is coordinated in the pooling process. Improve the pooling sensitivity, maintain the sensitivity loss caused by dimensionality reduction, and finally reduce the amount of training and calculation without losing the accuracy of the model.
在对上述人工智能模型进行训练的过程中,在前200次迭代,学习率设置为
Figure 53467dest_path_image001
,200次迭代后,学习率设置降低为
Figure 807796dest_path_image002
;共迭代训练2500次,每次迭代1200步,训练后使得模型的AP=89.98%;在训练完成后,通过构建相同实验环境,针对每种电力设备选取400个测试数据进行测试,计算得到每种类型设备的精确率和召回率如下。
In the process of training the above artificial intelligence model, in the first 200 iterations, the learning rate is set to
Figure 53467dest_path_image001
, after 200 iterations, the learning rate setting is reduced to
Figure 807796dest_path_image002
; A total of 2500 iterations of training, each iteration 1200 steps, after training, the model's AP=89.98%; The precision and recall for each type of device are as follows.
Figure 138283dest_path_image013
Figure 138283dest_path_image013
.
在可以利用被设计用于进行在此所述的功能的通用处理器、数字信号处理器(DSP)、ASIC、场可编程门阵列信号(FPGA)或其他可编程逻辑器件(PLD)、离散门或晶体管逻辑、离散的硬件组件或者其任意组合而实现或进行所述的各个例示的逻辑块、模块和电路;通用处理器可以是微处理器,但是作为替换,该处理器可以是任何商业上可获得的处理器、控制器、微控制器或状态机;处理器还可以实现为计算设备的组合,例如DSP和微处理器的组合,多个微处理器、与DSP核协作的一个或多个微处理器或任何其他这样的配置;集合本公开描述的方法或算法的步骤可以直接嵌入在硬件中、处理器执行的软件模块中或者这两种的组合中;软件模块可以存在于任何形式的有形存储介质中;可以使用的存储介质的一些例子包括随机存取存储器(RAM)、只读存储器(ROM)、快闪存储器、EPROM存储器、EEPROM存储器、寄存器、硬碟、可移动碟、CD-ROM等;存储介质可以耦接到处理器以便该处理器可以从该存储介质读取信息以及向该存储介质写信息;在替换方式中,存储介质可以与处理器是整体的;软件模块可以是单个指令或者许多指令,并且可以分布在几个不同的代码段上、不同的程序之间以及跨过多个存储介质。In general-purpose processors, digital signal processors (DSPs), ASICs, field-programmable gate arrays (FPGAs), or other programmable logic devices (PLDs), discrete gates designed to perform the functions described herein may be utilized. or transistor logic, discrete hardware components, or any combination thereof to implement or perform the various illustrated logic blocks, modules, and circuits described; the general-purpose processor may be a microprocessor, but alternatively, the processor may be any commercially available Available processors, controllers, microcontrollers, or state machines; processors can also be implemented as a combination of computing devices, such as a combination of a DSP and a microprocessor, multiple microprocessors, one or more a microprocessor or any other such configuration; the steps integrating the methods or algorithms described in this disclosure may be embedded directly in hardware, in a software module executed by the processor, or in a combination of the two; the software module may exist in any form Some examples of storage media that may be used include random access memory (RAM), read only memory (ROM), flash memory, EPROM memory, EEPROM memory, registers, hard disks, removable disks, CDs - ROM, etc.; the storage medium may be coupled to the processor such that the processor can read information from and write information to the storage medium; in the alternative, the storage medium may be integral to the processor; the software module may A single instruction or many instructions, and may be distributed over several different code segments, among different programs, and across multiple storage media.
所述的功能可以按硬件、软件、固件或其任意组合而实现;如果以软件实现,功能可以作为一个或多个指令存储在切实的计算机可读介质上;计算机可读介质包括计算机可读存储介质;计算机可读存储介质可以是能被计算机访问的任何可用存储介质;作为示例而非限定,这样的计算机可读介质可包括RAM、ROM、EEPROM、CD-ROM或其他光盘存储、磁盘存储或其他磁存储设备、或能被用来承载或存储指令或数据结构形式的期望程序代码且能被计算机访问的任何其他介质;另外,所传播的信号不被包括在计算机可读存储介质的范围内;计算机可读介质还包括通信介质,其包括促成计算机程序从一地向另一地转移的任何介质;连接例如可以是通信介质;例如,如果软件使用同轴电缆、光纤电缆、双绞线、数字订户线(DSL)、或诸如红外线、无线电、以及微波之类的无线技术来从web网站、服务器、或其它远程源传输,则该同轴电缆、光纤电缆、双绞线、DSL、或诸如红外线、无线电、以及微波之类的无线技术被包括在通信介质的定义中。上述的组合应当也被包括在计算机可读介质的范围内;替换地或另选地,此处描述的功能可以至少部分由一个或多个硬件逻辑组件来执行;例如,可使用的硬件逻辑组件的说明性类型包括现场可编程门阵列(FPGA)、程序专用的集成电路(ASIC)、程序专用的标准产品(ASSP)、片上系统(SOC)、复杂可编程逻辑器件(CPLD)等。The functions described may be implemented in hardware, software, firmware or any combination thereof; if implemented in software, the functions may be stored as one or more instructions on a tangible computer-readable medium; computer-readable media include computer-readable storage medium; a computer-readable storage medium can be any available storage medium that can be accessed by a computer; by way of example and not limitation, such a computer-readable medium can include RAM, ROM, EEPROM, CD-ROM, or other optical disk storage, magnetic disk storage, or Other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and can be accessed by a computer; otherwise, propagated signals are not included within the scope of computer-readable storage media ; computer-readable media also includes communication media, including any medium that facilitates the transfer of a computer program from one place to another; a connection can be, for example, a communication medium; for example, if the software uses a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave to transmit from a web site, server, or other remote source, the coaxial cable, fiber optic cable, twisted pair, DSL, or such as Wireless technologies such as infrared, radio, and microwave are included in the definition of communication media. Combinations of the above should also be included within the scope of computer-readable media; alternatively or alternatively, the functions described herein may be at least partially performed by one or more hardware logic components; for example, the hardware logic components that may be used Illustrative types of include field programmable gate array (FPGA), application specific integrated circuit (ASIC), application specific standard product (ASSP), system on chip (SOC), complex programmable logic device (CPLD), and the like.
因此,计算机程序产品可以进行在此给出的操作;例如,这样的计算机程序产品可以是具有有形存储(和/或编码)在其上的指令的计算机可读的有形介质,该指令可由一个或多个处理器执行以进行在此所述的操作。计算机程序产品可以包括包装的材料。Thus, a computer program product can perform the operations set forth herein; for example, such a computer program product can be a computer-readable tangible medium having instructions tangibly stored (and/or encoded) thereon, which can be read by one or Multiple processors execute to perform the operations described herein. A computer program product may include packaging materials.
软件或指令也可以通过传输介质而传输;例如,可以使用诸如同轴电缆、光纤光缆、双绞线、数字订户线(DSL)或诸如红外、无线电或微波的无线技术的传输介质从网站、服务器或者其他远程源传输软件。Software or instructions may also be transmitted via transmission media; for example, transmission media such as coaxial cables, fiber optic cables, twisted pair wires, digital subscriber lines (DSL), or wireless technologies such as infrared, radio, or microwaves may be transmitted from a website, server Or other remote source transfer software.
此外,用于进行在此所述的方法和技术的模块和/或其他适当的手段可以在适当时由用户终端和/或基站下载和/或其他方式获得;例如,这样的设备可以耦接到服务器以促进用于进行在此所述的方法的手段的传送;或者,在此所述的各种方法可以经由存储部件(例如RAM、ROM、诸如CD或软碟等的物理存储介质)提供,以便用户终端和/或基站可以在耦接到该设备或者向该设备提供存储部件时获得各种方法。此外,可以利用用于将在此所述的方法和技术提供给设备的任何其他适当的技术。In addition, modules and/or other suitable means for performing the methods and techniques described herein may be downloaded and/or otherwise obtained by user terminals and/or base stations as appropriate; for example, such devices may be coupled to server to facilitate the transfer of the means for performing the methods described herein; alternatively, the various methods described herein may be provided via storage means such as RAM, ROM, physical storage media such as CDs or floppy disks, Such that a user terminal and/or a base station can obtain various methods when coupled to the device or providing storage means to the device. In addition, any other suitable technique for providing the methods and techniques described herein to a device may be utilized.
以上所述仅是本发明的较佳实施方式,故凡依本发明专利申请范围所述的构造、特征及原理所做的等效变化或修饰,均包括于本发明专利申请范围内。The above is only a preferred embodiment of the present invention, so all equivalent changes or modifications made according to the structure, features and principles described in the scope of the patent application of the present invention are included in the scope of the patent application of the present invention.

Claims (10)

  1. 一种变电站设备智能检测方法,其特征在于,所述方法包含:A method for intelligent detection of substation equipment, characterized in that the method comprises:
        步骤S1:基于红外热像图提取温度矩阵数据;  Step S1: Extract temperature matrix data based on the infrared thermal image;
        步骤S2:对温度矩阵多值化处理;  Step S2: Multivalued the temperature matrix;
        步骤S3:对温度矩阵作显著化处理;  Step S3: Perform saliency processing on the temperature matrix;
        步骤S4:搭建人工智能模型,基于所述模型作变电站设备的智能检测。Step S4: Build an artificial intelligence model, and perform intelligent detection of substation equipment based on the model.
  2. 根据权利要求1所述的变电站设备智能检测方法,其特征在于,所述步骤S4具体为:搭建人工智能模型,所述人工智能模型的输入是经过预处理和显著化处理的温度矩阵;输出为电力设备的位置及类别。The intelligent detection method for substation equipment according to claim 1, wherein said step S4 is specifically: building an artificial intelligence model, the input of said artificial intelligence model is a temperature matrix through preprocessing and significant processing; the output is The location and type of electrical equipment.
  3. 根据权利要求2所述的变电站设备智能检测方法,其特征在于,所述电力设备包括:避雷器、断路器、电流互感器、套管、电压互感器、GIS套管、隔离开关、绝缘子、线夹、变压器、电容器、电抗器、穿墙套管、电力电缆和油枕等。The intelligent detection method for substation equipment according to claim 2, wherein the power equipment includes: lightning arresters, circuit breakers, current transformers, bushings, voltage transformers, GIS bushings, isolating switches, insulators, and clamps , transformers, capacitors, reactors, wall bushings, power cables and oil conservator etc.
  4. 根据权利要求3所述的变电站设备智能检测方法,其特征在于,对每种设备分别选取1000条温度数据,组成样本数据集合。The intelligent detection method for substation equipment according to claim 3, wherein 1000 pieces of temperature data are respectively selected for each type of equipment to form a sample data set.
  5. 根据权利要求4所述的变电站设备智能检测方法,其特征在于,在对上述人工智能模型进行训练的过程中,在前200次迭代,学习率设置为
    Figure 958249dest_path_image001
    ,200次迭代后,学习率设置降低为
    Figure 95969dest_path_image002
    The intelligent detection method for substation equipment according to claim 4, wherein, in the process of training the above-mentioned artificial intelligence model, in the first 200 iterations, the learning rate is set to
    Figure 958249dest_path_image001
    , after 200 iterations, the learning rate setting is reduced to
    Figure 95969dest_path_image002
    .
  6. 根据权利要求5所述的变电站设备智能检测方法,其特征在于,共迭代训练2500次,每次迭代1200步,训练后使得模型的AP=89.98%;。The intelligent detection method for substation equipment according to claim 5, characterized in that, a total of 2500 iterative trainings, 1200 steps per iteration, make the AP of the model = 89.98% after training;
  7. 一种变电站设备智能检测系统,其特征在于,包含:服务器和一个或者多个客户终端,客户终端拍摄图像,并将拍摄的图像上传到服务器中以获取检测结果;所述服务器用于执行权利要求1-6中任一项所述变电站设备智能检测方法。An intelligent detection system for substation equipment, characterized in that it includes: a server and one or more client terminals, the client terminal takes images, and uploads the images taken to the server to obtain detection results; the server is used to implement claims The intelligent detection method for substation equipment described in any one of 1-6.
  8. 根据权利要求7所述的变电站设备智能检测系统,其特征在于,所述服务器为云服务器。The intelligent detection system for substation equipment according to claim 7, wherein the server is a cloud server.
  9. 一种变电站设备智能检测装置,其特征在于,包含:An intelligent detection device for substation equipment, characterized in that it includes:
        一储存单元,配置以储存一应用程序;以及 a storage unit configured to store an application; and
        一处理单元,电性耦接于一输入单元以及该储存单元,该处理单元配置以执行权利要求1-6所述的变电站设备智能检测方法。A processing unit, electrically coupled to an input unit and the storage unit, configured to execute the intelligent detection method for substation equipment described in claims 1-6.
  10. 一种用于变电站设备智能检测的存储介质,其特征在于,所述存储介质用于存储执行权利要求1-6所述的变电站设备智能检测方法的指令。A storage medium for intelligent detection of substation equipment, characterized in that the storage medium is used to store instructions for executing the intelligent detection method for substation equipment according to claims 1-6.
PCT/CN2021/136949 2021-06-22 2021-12-10 Method and system for intelligent detection of substation device WO2022267375A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020237020599A KR20230109713A (en) 2021-06-22 2021-12-10 Smart inspection method and system for substation facilities

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110689109.0A CN113408426B (en) 2021-06-22 2021-06-22 Intelligent detection method and system for substation equipment
CN202110689109.0 2021-06-22

Publications (1)

Publication Number Publication Date
WO2022267375A1 true WO2022267375A1 (en) 2022-12-29

Family

ID=77682129

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/136949 WO2022267375A1 (en) 2021-06-22 2021-12-10 Method and system for intelligent detection of substation device

Country Status (3)

Country Link
KR (1) KR20230109713A (en)
CN (1) CN113408426B (en)
WO (1) WO2022267375A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117517908A (en) * 2024-01-08 2024-02-06 南京中鑫智电科技有限公司 Insulating integrated monitoring system of full station capacitive equipment of transformer substation

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113408426B (en) * 2021-06-22 2022-02-11 浙江天铂云科光电股份有限公司 Intelligent detection method and system for substation equipment
CN114088212A (en) * 2021-11-29 2022-02-25 浙江天铂云科光电股份有限公司 Diagnosis method and diagnosis device based on temperature vision
CN117112385B (en) * 2023-10-18 2024-01-26 四川酷比通信设备有限公司 Mobile terminal performance test system based on data analysis

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107507194A (en) * 2017-08-07 2017-12-22 广东电网有限责任公司珠海供电局 A kind of insulator chain fault detection method based on infrared image temperature distributing rule and BP neural network
CN111931565A (en) * 2020-06-30 2020-11-13 广东省电力开发有限公司 Photovoltaic power station UAV-based autonomous inspection and hot spot identification method and system
CN112199993A (en) * 2020-09-01 2021-01-08 广西大学 Method for identifying transformer substation insulator infrared image detection model in any direction based on artificial intelligence
CN112200178A (en) * 2020-09-01 2021-01-08 广西大学 Transformer substation insulator infrared image detection method based on artificial intelligence
CN113408426A (en) * 2021-06-22 2021-09-17 浙江天铂云科光电股份有限公司 Intelligent detection method and system for substation equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106018096A (en) * 2016-07-20 2016-10-12 中国矿业大学 Method for monitoring and positioning crack development areas in coal and rock fracture procedures by means of infrared radiation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107507194A (en) * 2017-08-07 2017-12-22 广东电网有限责任公司珠海供电局 A kind of insulator chain fault detection method based on infrared image temperature distributing rule and BP neural network
CN111931565A (en) * 2020-06-30 2020-11-13 广东省电力开发有限公司 Photovoltaic power station UAV-based autonomous inspection and hot spot identification method and system
CN112199993A (en) * 2020-09-01 2021-01-08 广西大学 Method for identifying transformer substation insulator infrared image detection model in any direction based on artificial intelligence
CN112200178A (en) * 2020-09-01 2021-01-08 广西大学 Transformer substation insulator infrared image detection method based on artificial intelligence
CN113408426A (en) * 2021-06-22 2021-09-17 浙江天铂云科光电股份有限公司 Intelligent detection method and system for substation equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117517908A (en) * 2024-01-08 2024-02-06 南京中鑫智电科技有限公司 Insulating integrated monitoring system of full station capacitive equipment of transformer substation
CN117517908B (en) * 2024-01-08 2024-03-26 南京中鑫智电科技有限公司 Insulating integrated monitoring system of full station capacitive equipment of transformer substation

Also Published As

Publication number Publication date
KR20230109713A (en) 2023-07-20
CN113408426A (en) 2021-09-17
CN113408426B (en) 2022-02-11

Similar Documents

Publication Publication Date Title
WO2022267375A1 (en) Method and system for intelligent detection of substation device
CN109671020B (en) Image processing method, device, electronic equipment and computer storage medium
CN109063737A (en) Image processing method, device, storage medium and mobile terminal
Guo et al. An improved AlexNet for power edge transmission line anomaly detection
CN111008640A (en) Image recognition model training and image recognition method, device, terminal and medium
CN110689021A (en) Real-time target detection method in low-visibility environment based on deep learning
CN110853033A (en) Video detection method and device based on inter-frame similarity
CN108960314B (en) Training method and device based on difficult samples and electronic equipment
CN110689043A (en) Vehicle fine granularity identification method and device based on multiple attention mechanism
CN110096979B (en) Model construction method, crowd density estimation method, device, equipment and medium
CN108171191A (en) For detecting the method and apparatus of face
CN108805174A (en) clustering method and device
WO2023001059A1 (en) Detection method and apparatus, electronic device and storage medium
CN116403094A (en) Embedded image recognition method and system
CN111178364A (en) Image identification method and device
CN111445442A (en) Crowd counting method and device based on neural network, server and storage medium
CN111931721B (en) Method and device for detecting color and number of annual inspection label and electronic equipment
CN117095198A (en) Remote sensing image retrieval network training method, application method, electronic equipment and medium
CN114325072B (en) Ferromagnetic resonance overvoltage identification method and device based on gram angular field coding
Chen et al. Real-time detection of UAV detection image of power line insulator bursting based on YOLOV3
CN115272972A (en) Human living environment monitoring method and system based on remote sensing
Sheikh et al. Noise tolerant classification of aerial images into manmade structures and natural-scene images based on statistical dispersion measures
CN112270668B (en) Suspended cable detection method and system and electronic equipment
CN110210329A (en) A kind of method for detecting human face, device and equipment
CN115641455B (en) Image matching method based on multi-feature fusion

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21946849

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 20237020599

Country of ref document: KR

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE