Movatterモバイル変換


[0]ホーム

URL:


CN119251641A - Transmission line reliability prediction method, system and equipment based on SENet and EffNet - Google Patents

Transmission line reliability prediction method, system and equipment based on SENet and EffNet
Download PDF

Info

Publication number
CN119251641A
CN119251641ACN202411104804.6ACN202411104804ACN119251641ACN 119251641 ACN119251641 ACN 119251641ACN 202411104804 ACN202411104804 ACN 202411104804ACN 119251641 ACN119251641 ACN 119251641A
Authority
CN
China
Prior art keywords
module
layer
transmission line
feature
convolution
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202411104804.6A
Other languages
Chinese (zh)
Inventor
周明
马莉
武强
张洪
张童彦
祁利
王枫
李智威
孙利平
廖晓红
张赵阳
周英博
贺兰菲
熊伟
周蠡
蔡杰
陈然
熊川羽
程钊
熊一
舒思睿
李吕满
徐昊天
陈军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Economic and Technological Research Institute of State Grid Hubei Electric Power Co Ltd
Original Assignee
Economic and Technological Research Institute of State Grid Hubei Electric Power Co Ltd
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 Economic and Technological Research Institute of State Grid Hubei Electric Power Co LtdfiledCriticalEconomic and Technological Research Institute of State Grid Hubei Electric Power Co Ltd
Priority to CN202411104804.6ApriorityCriticalpatent/CN119251641A/en
Publication of CN119251641ApublicationCriticalpatent/CN119251641A/en
Pendinglegal-statusCriticalCurrent

Links

Classifications

Landscapes

Abstract

Translated fromChinese

一种基于SENet和EffNet的输电线路可靠性预测方法、系统及设备,方法首先获取目标区域图像数据并构建输电线路的神经网络模型,然后通过神经网络模型进行可靠性测算;本发明通过综合数据分析方法,集成图像、电气和天气等多源数据,通过卷积神经网络的卷积层、融合模块和池化层等,提取并融合多维度特征,形成综合特征向量,该向量经过全连接层整合,结合非线性变换和归一化处理,增强了模型的训练效率和稳定性,通过复合缩放层调整特征尺度,最终由决策层输出输电线路的可靠性预测,能有效反映输电线路的实时状态,提升可靠性评估的准确性,解决了传统方法中忽视实时环境和外部因素以及依赖历史经验的问题。

A transmission line reliability prediction method, system and device based on SENet and EffNet. The method first obtains target area image data and constructs a neural network model of the transmission line, and then performs reliability measurement through the neural network model; the present invention integrates multi-source data such as image, electricity and weather through a comprehensive data analysis method, extracts and fuses multi-dimensional features through the convolution layer, fusion module and pooling layer of the convolutional neural network, and forms a comprehensive feature vector. The vector is integrated through a fully connected layer, combined with nonlinear transformation and normalization processing, so as to enhance the training efficiency and stability of the model, adjust the feature scale through a composite scaling layer, and finally output the reliability prediction of the transmission line from the decision layer, which can effectively reflect the real-time status of the transmission line, improve the accuracy of reliability evaluation, and solve the problems of ignoring real-time environment and external factors and relying on historical experience in traditional methods.

Description

Method, system and equipment for predicting reliability of power transmission line based on SENet and EffNet
Technical Field
The invention relates to a power transmission line reliability prediction means, belongs to the technical field of power transmission line safety, and particularly relates to a power transmission line reliability prediction method, system and equipment based on SENet and EffNet.
Background
The reliability of the transmission line is an important component of the power system, and directly affects the stable supply of the power system, so that the reliability of the transmission line is necessary to be predicted.
The reliability prediction of the power transmission line is a process for evaluating and calculating the reliability of the power transmission line in a power system, and aims to determine the probability that the power transmission line can normally run and does not fail within a certain time; at present, in the existing reliability prediction process, the failure rate of the power transmission line is generally used as a prediction index of the reliability of the power transmission line, the influence of real-time environment and external factors such as weather conditions on the reliability of the power transmission line is ignored depending on historical failure data and statistical analysis, and when the power transmission line fails and is maintained, the corresponding failure cause is usually solved, and the probability of the same failure is relatively low, so that the failure rate is only used as the sole index of the reliability prediction of the power transmission line, the overall health state and reliability of the power transmission line cannot be comprehensively reflected, and the accuracy of the reliability calculation of the power transmission line is relatively low. Therefore, a more accurate prediction method is needed to reflect the reliability of the transmission line more comprehensively.
Disclosure of Invention
The invention aims to overcome the defects and problems in the prior art and provide a power transmission line reliability prediction method, system and equipment with high accuracy based on SENet and EffNet.
In order to achieve the above purpose, the technical solution of the invention is that a transmission line reliability prediction method based on SENet and EffNet comprises the following steps:
S1, acquiring image data of a target area of a power transmission line, wherein the image data comprises a wire, an insulator, a tower, a line fitting, a stay wire and a grounding device;
S2, constructing a power transmission line CNN model based on Keras frames, wherein the CNN model comprises a convolution layer, a fusion module, a pooling layer, a full-connection layer, an activation function, a batch normalization layer, a composite scaling layer and a decision layer, wherein the fusion module is obtained by fusion of a CNN-SENet module and a EFFICIENTNET module, the CNN-SENet module comprises an SE module, the EFFICIENTNET module comprises a MBConv module, and the Keras frame comprises a splicing layer;
S3, inputting the image data into a convolution layer to obtain an image feature map, inputting the image feature map into a fusion module to fuse the SE module and the MBConv module, outputting the enhancement features of the image feature map, and inputting the enhancement features into a pooling layer to obtain global features;
The steps of fusing the SE module and the MBConv module are as follows:
S31, inputting an image feature map, expanding the initial channel number of the image feature map through a MBConv module, and carrying out depth separable convolution to obtain a feature map after the depth separable convolution;
S32, embedding the SE module into the MBConv module, and carrying out recalibration and projection convolution on the channel number of the feature map after the depth separable convolution;
S33, carrying out point-by-point convolution on the output characteristic diagram after projection convolution, and then carrying out residual connection on the characteristic diagram after point-by-point convolution under the condition that the channel number of the characteristic diagram after point-by-point convolution is the same as the initial channel number and the step length is 1, so as to realize the fusion of an SE module and a MBConv module;
S4, acquiring electrical parameters, environmental parameters and weather data of a target area of the power transmission line in real time, performing data splicing on the electrical parameters and the weather data through a splicing layer, and then inputting the spliced data and global features into a full-connection layer for fusion to obtain a comprehensive feature vector;
S5, performing nonlinear transformation on the comprehensive feature vectors by an activation function to obtain feature vectors after activation processing, inputting the feature vectors into a batch normalization layer to obtain normalized feature vectors, and inputting the normalized feature vectors into a composite scaling layer to adjust the scale of the feature vectors to obtain final feature vectors;
S6, inputting the final feature vector into a decision layer for prediction to obtain a reliability prediction result of the power transmission line;
And S7, mapping the reliability prediction result to a corresponding position on the map, and displaying the reliability of the transmission line corresponding to the visual element.
The step S32 specifically includes:
s321, carrying out global average pooling on the feature map after the depth separable convolution to obtain a first global feature of each channel;
s322, processing the first global feature through the first full-connection layer, the second full-connection layer and the activation function to generate a channel attention weight;
the expression of the first full connection layer is as follows:
Xse1=ReLU(Dense(Xgap,Wse1));
Wherein Xse1 is the feature processed by the first full connection layer Dense and ReLU activation function, Xgap is the first global feature, Wse1 is the weight of the first connection layer;
the expression of the second full connection layer is as follows:
Xse2=σ(Dense(Xse1,Wse2));
Xse2 is the channel attention weight processed by the second full connection layer Dense and sigma activation function, and Wse2 is the weight of the second connection layer;
s323, multiplying the generated channel attention weight by the characteristic diagram after the depth separable convolution, and carrying out recalibration on the channel number to obtain a recalibrated characteristic diagram, wherein the expression is as follows:
X′=X⊙Xse2;
X' is a feature map after the calibration, X is a feature map after the depth separable convolution, and the addition indicates the multiplication operation of elements;
s324, projecting the channel number of the recalibrated feature map to the initial channel number to complete projection convolution, wherein the expression is as follows:
Y=W·X′;
wherein Y is the output characteristic diagram after projection convolution, and W is the weight matrix.
The step S6 specifically includes:
S61, inputting the final feature vector into a decision layer, minimizing an objective function in the decision layer, and determining a weight vector and a bias term of the CNN model according to constraint conditions of the objective function under the condition that the objective function is minimized;
The expression of the objective function is as follows:
w is a weight vector, W2 is a coefficient of the weight vector, C is a penalty parameter, xii is a relaxation variable, and n is the number of samples;
the expression of the constraint condition is as follows:
yi(w·xi+b)≥1-ξii≥0,i=1,2,...,n;
W is a weight vector, yi is a label of a sample i, xi is an ith final feature vector, and b is a bias term;
s62, calculating a decision function in a decision layer based on the weight vector and the bias term to obtain a reliability predicted value of the power transmission line;
the expression of the decision function is as follows:
y=f(w·x+b);
wherein y is a reliability predicted value, f is an activation function, w is a weight vector, x is an input of a decision layer, and b is a bias term;
S63, the reliability prediction value is counted into probability distribution through a Softmax function so as to represent the probability of different reliability levels.
The step S7 specifically includes:
s71, calculating reliability predicted values of all target areas, and mapping the reliability predicted values of the power transmission lines of all the target areas to corresponding positions on a map through a GIS interface;
and S72, displaying the power transmission lines corresponding to the different reliability predicted values with different visual elements based on the different reliability predicted values.
The activation function is a leak ReLU function.
A transmission line reliability prediction system based on SENet and EffNet, the system comprising:
The image data acquisition module is used for acquiring image data of a target area of the power transmission line, wherein the image data comprises a wire, an insulator, a tower, a line fitting, a stay wire and a grounding device;
The power transmission line CNN model construction module is used for constructing a power transmission line CNN model based on a Keras framework, wherein the CNN model comprises a convolution layer, a fusion module, a pooling layer, a full connection layer, an activation function, a batch normalization layer, a composite scaling layer and a decision layer, the fusion module is obtained by fusion of a CNN-SENet module and a EFFICIENTNET module, the CNN-SENet module comprises a SE module, the EFFICIENTNET module comprises a MBConv module, and the Keras framework comprises a splicing layer;
The feature enhancement module is used for inputting the image data into the convolution layer to obtain an image feature map, inputting the image feature map into the fusion module to fuse the SE module and the MBConv module, outputting the enhancement features of the image feature map, and inputting the enhancement features into the pooling layer to obtain global features;
The steps of fusing the SE module and the MBConv module are as follows:
S31, inputting an image feature map, expanding the initial channel number of the image feature map through a MBConv module, and carrying out depth separable convolution to obtain a feature map after the depth separable convolution;
S32, embedding the SE module into the MBConv module, and carrying out recalibration and projection convolution on the channel number of the feature map after the depth separable convolution;
S33, carrying out point-by-point convolution on the output characteristic diagram after projection convolution, and then carrying out residual connection on the characteristic diagram after point-by-point convolution under the condition that the channel number of the characteristic diagram after point-by-point convolution is the same as the initial channel number and the step length is 1, so as to realize the fusion of an SE module and a MBConv module;
The feature fusion module is used for acquiring the electrical parameters, the environmental parameters and the weather data of the target area of the power transmission line in real time, splicing the electrical parameters and the weather data through the splicing layer, and inputting the spliced data and the global features into the full-connection layer for fusion to obtain a comprehensive feature vector;
The activation normalization module is used for carrying out nonlinear transformation on the comprehensive feature vectors by an activation function to obtain feature vectors after activation processing, inputting the feature vectors into the batch normalization layer to obtain normalized feature vectors, and inputting the normalized feature vectors into the composite scaling layer to adjust the scale of the feature vectors to obtain final feature vectors;
the decision prediction module is used for inputting the final feature vector into a decision layer for prediction to obtain a reliability prediction result of the power transmission line;
And the result display module is used for mapping the reliability prediction result to a corresponding position on the map and displaying the reliability of the transmission line corresponding to the visual element.
The feature enhancement module performs recalibration and projection convolution according to the following steps:
s321, carrying out global average pooling on the feature map after the depth separable convolution to obtain a first global feature of each channel;
s322, processing the first global feature through the first full-connection layer, the second full-connection layer and the activation function to generate a channel attention weight;
the expression of the first full connection layer is as follows:
Xse1=ReLU(Dense(Xgap,Wse1));
Wherein Xse1 is the feature processed by the first full connection layer Dense and ReLU activation function, Xgap is the first global feature, Wse1 is the weight of the first connection layer;
the expression of the second full connection layer is as follows:
Xse2=σ(Dense(Xse1,Wse2));
Xse2 is the channel attention weight processed by the second full connection layer Dense and sigma activation function, and Wse2 is the weight of the second connection layer;
s323, multiplying the generated channel attention weight by the characteristic diagram after the depth separable convolution, and carrying out recalibration on the channel number to obtain a recalibrated characteristic diagram, wherein the expression is as follows:
X′=X⊙Xse2;
X' is a feature map after the calibration, X is a feature map after the depth separable convolution, and the addition indicates the multiplication operation of elements;
s324, projecting the channel number of the recalibrated feature map to the initial channel number to complete projection convolution, wherein the expression is as follows:
Y=W·X′;
wherein Y is the output characteristic diagram after projection convolution, and W is the weight matrix.
The decision prediction module predicts the reliability of the power transmission line according to the following steps:
S61, inputting the final feature vector into a decision layer, minimizing an objective function in the decision layer, and determining a weight vector and a bias term of the CNN model according to constraint conditions of the objective function under the condition that the objective function is minimized;
The expression of the objective function is as follows:
w is a weight vector, W2 is a coefficient of the weight vector, C is a penalty parameter, xii is a relaxation variable, and n is the number of samples;
the expression of the constraint condition is as follows:
yi(w·xi+b)≥1-ξii≥0,i=1,2,...,n;
W is a weight vector, yi is a label of a sample i, xi is an ith final feature vector, and b is a bias term;
s62, calculating a decision function in a decision layer based on the weight vector and the bias term to obtain a reliability predicted value of the power transmission line;
the expression of the decision function is as follows:
y=f(w·x+b);
wherein y is a reliability predicted value, f is an activation function, w is a weight vector, x is an input of a decision layer, and b is a bias term;
S63, the reliability prediction value is counted into probability distribution through a Softmax function so as to represent the probability of different reliability levels.
The result display module displays the reliability according to the following steps:
s71, calculating reliability predicted values of all target areas, and mapping the reliability predicted values of the power transmission lines of all the target areas to corresponding positions on a map through a GIS interface;
and S72, displaying the power transmission lines corresponding to the different reliability predicted values with different visual elements based on the different reliability predicted values.
A transmission line reliability prediction apparatus based on SENet and EffNet, the apparatus comprising a processor and a memory;
The memory is used for storing computer program codes and transmitting the computer program codes to the processor;
The processor is configured to execute the above-described transmission line reliability prediction method based on SENet and EffNet according to instructions in the computer program code.
Compared with the prior art, the invention has the beneficial effects that:
In the application, the method comprehensively considers various data sources such as image data, electric data and weather data to comprehensively reflect the actual running state of the power transmission line and the influence of external environment, extracts and fuses multi-level characteristics through structures such as a convolution layer, a fusion module and a pooling layer to obtain more abundant and meaningful characteristic representation, fuses the image characteristics, the electric data and the weather data through a full connection layer to construct comprehensive characteristic vectors, can effectively integrate the characteristics of the multi-source data to form comprehensive description of the power transmission line state, can capture the complex characteristic relationship through nonlinear transformation, and normalize the characteristics, reduces the internal covariant offset in the model training process, improves the training efficiency and stability of the model, and in addition, adjusts the scale of the characteristics through a composite layer, outputs the reliability prediction value of the power transmission line through a decision layer.
Drawings
Fig. 1 is a flow chart of the method steps of the present invention.
Fig. 2 is a schematic diagram of the CNN model of the present invention.
Fig. 3 is a schematic diagram of the system architecture of the present invention.
Fig. 4 is a schematic view of the apparatus structure of the present invention.
In the figure, an image data acquisition module 1, a power transmission line CNN model construction module 2, a characteristic enhancement module 3, a characteristic fusion module 4, an activation normalization module 5, a decision prediction module 6, a result display module 7, a processor 8, a memory 9 and computer program codes 91.
Detailed Description
The invention is described in further detail below with reference to the accompanying drawings and detailed description.
Example 1:
referring to fig. 1, a power transmission line reliability prediction method based on SENet and EffNet includes:
S1, acquiring image data of a target area of a power transmission line, wherein the image data comprises a wire, an insulator, a tower, a line fitting, a stay wire and a grounding device;
In this embodiment, the high-resolution image capturing apparatus or the unmanned aerial vehicle is used to capture the image data of the power transmission line in the target area, and the obtained image data includes various details of the power transmission line, including wires, insulators, towers, line fittings, stay wires, grounding devices, and the like.
S2, constructing a power transmission line CNN model based on a Keras framework, wherein the CNN model comprises a convolution layer (preferably at least three layers of convolution layers), a fusion module, a pooling layer, a full-connection layer, an activation function, a batch normalization layer, a composite scaling layer and a decision layer, the fusion module is obtained by fusing a CNN-SENet module and a EFFICIENTNET module, the CNN-SENet module comprises an SE module, the EFFICIENTNET module comprises a MBConv module, and the Keras framework comprises a splicing layer;
S3, inputting the image data into a convolution layer to obtain an image feature map, inputting the image feature map into a fusion module to fuse the SE module and the MBConv module, outputting the enhancement features of the image feature map, and inputting the enhancement features into a pooling layer to obtain global features;
Further, in the scheme, the image data is input to a convolution layer of a Convolutional Neural Network (CNN), and the convolution layer extracts features in the image through a series of convolution operations. The principle of convolution operation is to slide over an image by convolution kernels (filters) and calculate the dot product of the convolution kernels with a local region of the image, thereby extracting features of that region, whereas multiple convolution kernels may extract different features, such as edges, textures, shapes, etc., and through a multi-layer convolution operation, the obtained image features gradually transition from low-level features to high-level features, such as from edges and textures to objects and scenes, and then the high-level features are further processed and combined in subsequent layers to form a comprehensive understanding of the image.
Furthermore, the fusion module in the scheme is obtained based on the fusion of the CNN-SENet module and the EFFICIENTNET module, and the design purpose of the fusion module is to further enhance the characteristics on the basis of extracting the image characteristics, so that the characteristics are more discernable and representative. Specifically, the CNN-SENet module introduces an attention mechanism, the attention of important features is enhanced by weighting the channels of the feature map, the EFFICIENTNET module enhances the performance of the model while maintaining efficient calculation by a composite scaling strategy, and the enhanced features output by the fusion module after the image features are input to the fusion module not only comprise the key features brought by the attention mechanism of the CNN-SENet module, but also comprise the efficient features optimized by the EFFICIENTNET module.
Furthermore, the pooling layer in the scheme has the main functions of reducing and compressing the feature map, retaining important feature information, reducing the size of the feature map through pooling operation, reducing the computational complexity and enhancing the robustness of the model. In this embodiment, the pooling operation may be maximum pooling in which the maximum value is taken as output in the pooling window, so that the salient features in the feature map can be highlighted, or average pooling in which the average value is taken as output in the pooling window, so that the noise in the feature map can be smoothed. After the enhanced features are input into the pooling layer, the obtained global features not only keep important information in the original feature map, but also reduce the size of the feature map through pooling operation. The global features are the integral description of the input image and comprise important information of each part in the image, and through the processing of the pooling layer, the global features provide concise and effective input for subsequent feature fusion and decision.
In this embodiment, the steps of fusing the SE module and MBConv module are as follows:
S31, inputting an image feature map, expanding the initial channel number of the image feature map through a MBConv module, and carrying out depth separable convolution to obtain a feature map after the depth separable convolution;
S32, embedding the SE module into the MBConv module, and carrying out recalibration and projection convolution on the channel number of the feature map after the depth separable convolution;
further, the method specifically comprises the following steps:
s321, carrying out global average pooling on the feature map after the depth separable convolution to obtain a first global feature of each channel;
Further, the feature map after the depth separable convolution is subjected to global average pooling, so that the first global feature of each channel can be obtained, and the global average pooling is a method for compressing the space dimension of the feature map into a single value, and a global feature vector is generated by averaging all pixel points of each channel. Specifically, the feature map is assumed to have dimensions H×W×C, where H represents height, W represents width, and C represents the number of channels. The global averaging pooling averages the H multiplied by W values of each channel to obtain a vector with the size of 1 multiplied by C, the spatial information of each channel can be compressed into a global feature, the whole information of each channel is reserved, the data volume is reduced, and concise input is provided for the subsequent full-connection layer processing.
S322, processing the first global feature through the first full-connection layer, the second full-connection layer and the activation function to generate a channel attention weight;
Further, the first global feature is processed through the first full connection layer, the second full connection layer and the activation function to generate the channel attention weight. First, the first fully-connected layer compresses the dimension of the global feature vector from C to a smaller dimension r, where r is a super-parameter, which is typically smaller to reduce the amount of computation. Then, through the ReLU activation function, nonlinear features are added to enable the model to learn more complex features, then the dimension is restored from r to C through the second full connection layer, and the output value is limited between 0 and 1 through the sigma (Sigmoid) activation function, so that channel attention weights are generated, the channel attention weights reflect the importance of each channel, and the larger the value is, the higher the importance of the channel is.
The expression of the first full connection layer is as follows:
Xse1=ReLU(Dense(Xgap,Wse1));
Wherein Xse1 is the feature processed by the first full connection layer Dense and ReLU activation function, Xgap is the first global feature, Wse1 is the weight of the first connection layer;
the expression of the second full connection layer is as follows:
Xse2=σ(Dense(Xse1,Wse2));
Xse2 is the channel attention weight processed by the second full connection layer Dense and sigma activation function, and Wse2 is the weight of the second connection layer;
s323, multiplying the generated channel attention weight by the characteristic diagram after the depth separable convolution, and carrying out recalibration on the channel number to obtain a recalibrated characteristic diagram, wherein the expression is as follows:
X′=X⊙Xse2;
X' is a feature map after the calibration, X is a feature map after the depth separable convolution, and the addition indicates the multiplication operation of elements;
Further, multiplying the generated channel attention weight by the characteristic diagram after the depth separable convolution to recalibrate the channel number. Specifically, the channel attention weight is a vector of 1×1×c, and is multiplied by each channel of the feature map, and the feature value of each channel is adjusted. By the mode, the important channels are amplified and the unimportant channels are suppressed, so that the important recalibration of the channels of the feature map is realized, the important feature information is reserved in the recalibrated feature map, the feature expression capacity of the model is enhanced, and the recognition accuracy of the model is improved.
S324, projecting the channel number of the recalibrated feature map to the initial channel number to complete projection convolution, wherein the expression is as follows:
Y=W·X′;
wherein Y is the output characteristic diagram after projection convolution, and W is the weight matrix.
Further, the channel number of the recalibrated feature map is projected to the initial channel number, the projection convolution is realized through 1×1 convolution, and the channel number of the recalibrated feature map is projected from C back to the initial channel number C0. A 1×1 convolution is an efficient convolution operation that integrates and compresses information of a plurality of channels by performing linear transformation at each pixel point. Assuming that the feature map after recalibration is h×w×c and the initial channel number is C0, the output of the projective convolution is h×w×c0, and the calculation formula of the 1×1 convolution is y=w·x'. Through the operation, the channel number of the feature map is compressed to the initial channel number, meanwhile, important feature information after recalibration is reserved, the effect of projection convolution is that the channel number of the feature map is reduced, the calculation complexity is reduced, meanwhile, the size and important features of the feature map are maintained, and the calculation efficiency and feature expression capability of a subsequent network layer are ensured.
In the embodiment, the global characteristics of each channel are extracted through global averaging pooling, the channel attention weight is generated by using the full connection layer and the activation function, the channels of the feature map are recalibrated and optimized, and finally the channel number of the feature map is adjusted through projection convolution, so that the expression capacity of the feature map is effectively enhanced, the model can pay attention to important characteristics better, the structure and information quantity of the feature map are optimized while the calculation efficiency is maintained, and more valuable input is provided for the subsequent network layer.
S33, carrying out point-to-point convolution on the output feature map after projection convolution, and then carrying out residual connection on the feature map after point-to-point convolution under the condition that the channel number of the feature map after point-to-point convolution is the same as the initial channel number and the step length is 1, so as to realize fusion of the SE module and the MBConv module.
In this embodiment, the feature map is obtained by the previous several layers of convolution operations, and includes various feature information of the image. The initial channel number of the feature map indicates the depth of the feature map, i.e. how many independent feature channels are included in the feature map, the input of the feature map is the basis of the whole fusion process, the subsequent operation will be processed and optimized based on the input feature map, and the process of inputting the feature map can be understood as taking the output of the previous layer of network as the input of the current layer, and the feature map includes various feature information extracted by the previous layers of network, such as edges, textures and the like.
The initial channel number of the feature map is expanded by MBConv modules and the feature map is subjected to depth separable convolution. The MBConv module is a core component of EFFICIENTNET, the expression capacity of the feature map is increased by expanding the number of channels of the feature map, the depth separable convolution is an efficient convolution operation, the standard convolution is decomposed into a depth convolution and a point-by-point convolution, so that the calculated amount is greatly reduced, the depth convolution independently carries out convolution operation on each channel, the point-by-point convolution integrates the features of each channel through 1x1 convolution, and the size and the number of channels of the feature map are optimized after the depth separable convolution, so that more useful features are extracted. Specifically, the depth convolution processes each channel independently, the spatial characteristics of each channel are reserved, and the point-by-point convolution fuses the information of each channel together through a 1x1 convolution operation, so that the high-level characteristics are further extracted. The advantage of the depth separable convolution is that it enables extraction of more rich feature information while maintaining computational efficiency.
After the depth separable convolution, embedding MBConv a SE module into the SE module, carrying out recalibration and projection convolution on the channel number of the feature map after the depth separable convolution, carrying out recalibration on the channel number of the feature map by the SE module through calculating the importance weight of each channel, namely adjusting the weight of each channel, so that important feature channels are enhanced, unimportant feature channels are restrained, and the projection convolution is used for projecting the channel number of the feature map after recalibration back to the initial channel number, so that the consistency of the size and the channel number of the feature map is maintained, the projection convolution is realized through 1x1 convolution, the channel number of the feature map after recalibration is consistent with the initial channel number, the important features are enhanced through recalibration of the SE module, and meanwhile, the channel number of the feature map is ensured to be unchanged through the projection convolution.
The method comprises the steps of carrying out point-by-point convolution on a feature map after projection convolution, carrying out residual connection on the feature map after the point-by-point convolution under the condition that the channel number of the feature map after the point-by-point convolution is the same as the initial channel number and the step length is 1, realizing the integration of MBConv modules and SE modules, integrating the channels of the feature map through 1x1 convolution to enable the channel number of the feature map to be consistent with the initial channel number, wherein residual connection is an effective feature integration method, and the method comprises the steps of adding an input feature map and a processed feature map, retaining information in the input feature map, enhancing the expression capability of the processed feature map, effectively integrating the features of MBConv modules and SE modules through residual connection, and enabling the output feature map to comprise rich features extracted by depth separable convolution and important features after the SE modules are recalibrated, so that the expression capability and identification degree of the feature map are improved. The residual connection has the advantages that the gradient vanishing problem can be relieved, the training and convergence of the network are promoted, and meanwhile, the effective transmission and fusion of the feature images among different modules are ensured.
The MBConv module and the SE module of the embodiment are fused, so that the output feature map not only contains rich features extracted by the depth separable convolution, but also contains important features after recalibration of the SE module, and the expression capability and the identification degree of the feature map are effectively improved.
S4, acquiring electrical parameters, environmental parameters and weather data of a target area of the power transmission line in real time, performing data splicing on the electrical parameters and the weather data through a splicing layer, and then inputting the spliced data and global features into a full-connection layer for fusion to obtain a comprehensive feature vector;
Further, the electrical parameters and the environmental parameters can be obtained in real time through sensors arranged on the power transmission line, the electrical parameters comprise current, voltage and the like, the environmental parameters comprise temperature, humidity and the like, and the gas number data can be obtained through weather stations or online weather services, wherein the gas number data comprise temperature, humidity, wind speed, rainfall and the like.
Sensor data and weather data are important external factors influencing the reliability of the power transmission line, in the scheme, the data and global characteristics are input into a full-connection layer together, the data from different sources are fused through linear transformation of the full-connection layer, a comprehensive feature vector is obtained, the comprehensive feature vector contains comprehensive information of image characteristics, sensor data and weather data, the state of the power transmission line and the influence of external environment can be comprehensively reflected, and the prediction capability of the reliability of the power transmission line is enhanced through feature fusion.
Furthermore, the CNN model in the present solution adopts Keras to construct and train a deep learning model, keras includes a splicing layer (Concatenate layer) to input the sensor data, the weather data and the global feature into the full-connection layer, so as to obtain the comprehensive feature vector. In operation, sensor data and weather data are spliced through Concatenate layers to integrate data from different sources into one integral input. Specifically, concatenate layers are one of Keras for stitching multiple tensors along a specified axis. Assuming that the shape of the sensor data is (N, D1), the shape of the weather data is (N, D2), where N is the number of samples, D1 and D2 are the characteristic dimensions of the sensor data and the weather data, respectively, and the Concatenate layer splices the two data in the characteristic dimensions to obtain spliced data with the shape of (N, d1+d2), a specific implementation may be implemented by Concatenate layers of Keras. In this way, the spliced data contains all the characteristics of the sensor data and the weather data, and complete input is provided for subsequent characteristic fusion. The method can integrate data from different sources into a whole, and retains the respective characteristic information, so that the subsequent processing and analysis are facilitated.
In the scheme, the spliced data are subjected to feature fusion with global features through the full connection layer, so that a comprehensive feature vector is obtained. The fully connected layer (Dense layer) is a common neural network layer used to map input data to a new feature space.
In this embodiment, the shape of the global feature is (N, G), where G is the dimension of the global feature. During operation, the spliced data is processed through one or more full-connection layers, high-level features are extracted, the output shape of the full-connection layers is (N, H), wherein H is the output dimension of the full-connection layers, the processed data is spliced with global features, and the processed data is further processed through one or more full-connection layers, so that a comprehensive feature vector is finally obtained. Specific implementations may be realized through the Dense layer of Keras and the Concatenate layer. In this way, the integrated feature vector contains fusion information of the sensor data, weather data, and global features.
In the embodiment, the features from different sources are fused to generate a comprehensive feature vector containing all important information, so that subsequent model training and prediction are facilitated, and the model can better capture the relationship between data through the feature fusion, and the accuracy and the robustness of prediction are improved.
S5, performing nonlinear transformation on the comprehensive feature vectors by an activation function to obtain feature vectors after activation processing, inputting the feature vectors into a batch normalization layer to obtain normalized feature vectors, and inputting the normalized feature vectors into a composite scaling layer to adjust the scale of the feature vectors to obtain final feature vectors;
furthermore, in the scheme, the comprehensive feature vector is subjected to nonlinear transformation through an activation function to obtain the feature vector after activation processing, and the function of the activation function is to introduce nonlinear factors, so that the neural network can fit a complex nonlinear relation. In this embodiment, the activation function is preferably a teaky ReLU function, which has the advantages of simple calculation and fast convergence, and when the input of the teaky ReLU function is a non-negative value, the output of the teaky ReLU is the same as the input, and when the input of the teaky ReLU function is a negative value, the output of the teaky ReLU is a positive number. The comprehensive feature vector is input into an activation function, and the linear relation in the feature vector is broken through nonlinear transformation, so that the complex feature relation can be fitted better, the feature vector after the activation processing contains the feature information after nonlinear transformation, the expression capacity and fitting capacity of the model are enhanced, the complex relation among the features can be captured by the model through introducing nonlinear factors, and the prediction precision of the reliability of the power transmission line is improved.
Furthermore, the main function of the batch normalization layer is to perform normalization processing on the feature vectors, so that the distribution of the feature vectors is more stable, the training process of the model is accelerated, and the stability of the model is improved. Specifically, the batch normalization layer performs normalization processing on the feature vectors by calculating the mean value and standard deviation of the feature vectors, so that the mean value of the feature vectors is zero, and the standard deviation is one. The feature vectors after normalization processing have more stable distribution, the adverse effect of overlarge or overlarge feature values on model training is avoided, the feature vectors after activation processing are input into a batch normalization layer, the obtained feature vectors after normalization processing have more stable distribution, subsequent feature processing and decision making are facilitated, the distribution of the feature vectors is more stable, and the training efficiency and stability of the model are improved.
Further, the normalized feature vector is input into a composite scaling layer to obtain a final feature vector, the composite scaling layer is used for further adjusting the feature vector to enable the dimension of the feature vector to be more reasonable, so that the prediction capability of a model is improved, and the composite scaling layer is used for adjusting the dimension of the feature vector by linearly transforming the feature vector to enable each dimension of the feature vector to have similar importance on the same dimension. Specifically, the composite scaling layer performs scaling adjustment on each dimension of the feature vector through the learned scaling factors, so that each dimension of the feature vector has similar importance on the same scale, the normalized feature vector is input into the composite scaling layer, the obtained final feature vector has more reasonable scale through scaling adjustment, subsequent decision is facilitated, each dimension of the feature vector has similar importance on the same scale through scaling adjustment, and the prediction capability of the model is improved.
S6, inputting the final feature vector into a decision layer for prediction to obtain a reliability prediction result of the power transmission line;
Further, the final feature vector is input into a decision layer to obtain a reliability predicted value of the power transmission line, the decision layer is used for processing the final feature vector to obtain the reliability predicted value of the power transmission line, and the decision layer adopts a classifier to obtain a predicted result through linear transformation and nonlinear transformation of the final feature vector. Specifically, the decision layer calculates the scores of all the categories by performing linear transformation on the final feature vector, and obtains a final predicted value by performing linear and nonlinear transformation on the final feature vector through an activation function, wherein the predicted value reflects the probability that the power transmission line can normally run within a certain time and does not have faults.
Further, the method specifically comprises the following steps:
S61, inputting the final feature vector into a decision layer, minimizing an objective function in the decision layer, and determining a weight vector and a bias term of the CNN model according to constraint conditions of the objective function under the condition that the objective function is minimized;
The expression of the objective function is as follows:
w is a weight vector, W2 is a coefficient of the weight vector, C is a penalty parameter, xii is a relaxation variable, and n is the number of samples;
the expression of the constraint condition is as follows:
yi(w·xi+b)≥1-ξii≥0,i=1,2,...,n;
W is a weight vector, yi is a label of a sample i, xi is an ith final feature vector, and b is a bias term;
Further, the final feature vector is input into the decision layer in the scheme, so that the objective function in the decision layer is minimized. The decision layer is typically the last layer of the neural network, responsible for generating the final prediction result. The objective function (loss function) is a function which needs to be optimized in the model training process, and after the final feature vector is input into the decision layer, the model is trained through a back propagation algorithm, so that parameters (comprising weight vectors and bias items) of the model are adjusted to minimize the value of the objective function. The back-propagation algorithm gradually updates the parameters by calculating the gradient of the objective function with respect to each parameter, so that the objective function gradually converges to a minimum value, in this way, the weight vector and the bias term of the model are continuously adjusted in the training process so as to minimize the value of the objective function, and the model can be more accurately fitted with training data by optimizing the parameters of the model, so that the prediction accuracy is improved.
S62, calculating a decision function in a decision layer based on the weight vector and the bias term to obtain a reliability predicted value of the power transmission line;
the expression of the decision function is as follows:
y=f(w·x+b);
Wherein y is a reliability predicted value, f is an activation function, W is a weight vector, x is an input of a decision layer, and b is a bias term;
Further, the decision function in this scheme is a function of the model to generate the prediction result, typically a linear or nonlinear transformation. Assuming that the input of the decision layer is x, the weight vector is W, and the bias term is b, the decision function can be expressed as y=f (w·x+b). The prediction value of the model can be obtained by calculating the decision function, and in the reliability prediction task of the power transmission line, the prediction value represents the reliability score of the power transmission line, and in this way, the output of the model is the reliability prediction value of the power transmission line.
S63, the reliability prediction value is counted into probability distribution through a Softmax function so as to represent the probability of different reliability levels.
Further, the predicted value of the model finally output by the decision function is a probability distribution calculated by a Softmax function. The output of the model is converted to a probability distribution by a Softmax function, one probability value for each class. For transmission line reliability prediction tasks, these probability values may be expressed as probabilities of different reliability levels. For example, assuming the model outputs three categories, high reliability, medium reliability, and low reliability, the model output may be [0.7,0.2,0.1], indicating that the transmission line has a probability of 70% being high reliability, 20% being medium reliability, and 10% being low reliability.
The embodiment generates a final prediction result, provides quantitative evaluation on the reliability of the power transmission line, and the reliability prediction value can be used for preventive maintenance and decision support to help improve the reliability and safety of the power transmission line.
And S7, mapping the reliability prediction result to a corresponding position on the map, and displaying the reliability of the transmission line corresponding to the visual element.
Further, the method specifically comprises the following steps:
s71, calculating reliability predicted values of all target areas, and mapping the reliability predicted values of the power transmission lines of all the target areas to corresponding positions on a map through a GIS interface;
and S72, displaying the power transmission lines corresponding to the different reliability predicted values with different visual elements based on the different reliability predicted values.
Further, in the scheme, the output results of the models are counted and arranged to form a data set containing reliability predicted values of the power transmission lines in all target areas, and then the reliability predicted values are mapped to corresponding positions on a map through a GIS (geographic information system) interface.
The GIS interface is a tool for processing and displaying geospatial data, can combine the geospatial data with attribute data to perform visual display, each power transmission line corresponds to one geographic path on a map, reliability predicted values of the paths are accurately mapped to corresponding positions on the map, and complex predicted data can be subjected to the geospatial visual display, so that a user can intuitively check and analyze the reliability conditions of the power transmission lines in different areas.
In order to make the reliability information of the power transmission line on the map more visual and easy to understand, different visual elements such as different colors, line thickness, transparency and the like can be adopted to represent different reliability levels. For example, a power transmission line with high reliability may be indicated by green, a power transmission line with medium reliability may be indicated by yellow, and a power transmission line with low reliability may be indicated by red. In addition, different reliability levels can be further distinguished by adjusting the thickness and transparency of the lines.
In the embodiment, the reliability of the corresponding power transmission line is represented by using different visual elements, so that a user can clearly identify which power transmission lines need to be focused and maintained, and the reliability information of the power transmission line is more visual and easy to understand through the distinction of the visual elements, thereby helping the user to quickly make decisions and take corresponding measures.
Example 2:
referring to fig. 3, a power transmission line reliability prediction method system based on SENet and EffNet, the system comprising:
The image data acquisition module 1 is used for acquiring image data of a target area of a power transmission line, wherein the image data comprises a wire, an insulator, a tower, a line fitting, a stay wire and a grounding device;
The power transmission line CNN model construction module 2 is used for constructing a power transmission line CNN model based on a Keras framework, wherein the CNN model comprises a convolution layer, a fusion module, a pooling layer, a full connection layer, an activation function, a batch normalization layer, a composite scaling layer and a decision layer, the fusion module is obtained by fusion of a CNN-SENet module and a EFFICIENTNET module, the CNN-SENet module comprises a SE module, the EFFICIENTNET module comprises a MBConv module, and the Keras framework comprises a splicing layer;
The feature enhancement module 3 is used for inputting the image data into the convolution layer to obtain an image feature map, inputting the image feature map into the fusion module to fuse the SE module and the MBConv module, outputting the enhancement features of the image feature map, and inputting the enhancement features into the pooling layer to obtain global features;
The steps of fusing the SE module and the MBConv module are as follows:
S31, inputting an image feature map, expanding the initial channel number of the image feature map through a MBConv module, and carrying out depth separable convolution to obtain a feature map after the depth separable convolution;
S32, embedding the SE module into the MBConv module, and carrying out recalibration and projection convolution on the channel number of the feature map after the depth separable convolution;
Further, the feature enhancement module 3 performs recalibration and projection convolution according to the following steps:
s321, carrying out global average pooling on the feature map after the depth separable convolution to obtain a first global feature of each channel;
s322, processing the first global feature through the first full-connection layer, the second full-connection layer and the activation function to generate a channel attention weight;
the expression of the first full connection layer is as follows:
Xse1=ReLU(Dense(Xgap,Wse1));
wherein Xse1 is the feature processed by the first full connection layer Dense and ReLU activation function, Xgap is the first global feature, and Xse1 is the weight of the first connection layer;
the expression of the second full connection layer is as follows:
Xse2=σ(Dense(Xse1,Wse2));
Xse2 is the channel attention weight processed by the second full connection layer Dense and sigma activation function, and Wse2 is the weight of the second connection layer;
s323, multiplying the generated channel attention weight by the characteristic diagram after the depth separable convolution, and carrying out recalibration on the channel number to obtain a recalibrated characteristic diagram, wherein the expression is as follows:
X′=X⊙Xse2;
X' is a feature map after the calibration, X is a feature map after the depth separable convolution, and the addition indicates the multiplication operation of elements;
s324, projecting the channel number of the recalibrated feature map to the initial channel number to complete projection convolution, wherein the expression is as follows:
Y=W·X′;
wherein Y is the output characteristic diagram after projection convolution, and W is the weight matrix.
S33, carrying out point-by-point convolution on the output characteristic diagram after projection convolution, and then carrying out residual connection on the characteristic diagram after point-by-point convolution under the condition that the channel number of the characteristic diagram after point-by-point convolution is the same as the initial channel number and the step length is 1, so as to realize the fusion of an SE module and a MBConv module;
The feature fusion module 4 is used for acquiring the electrical parameters, the environmental parameters and the weather data of the target area of the power transmission line in real time, splicing the electrical parameters and the weather data through a splicing layer, and then inputting the spliced data and global features into a full-connection layer for fusion to obtain a comprehensive feature vector;
the activation normalization module 5 is used for performing nonlinear transformation on the comprehensive feature vectors by an activation function to obtain feature vectors after activation processing, inputting the feature vectors into a batch normalization layer to obtain normalized feature vectors, and inputting the normalized feature vectors into a composite scaling layer to adjust the scale of the feature vectors to obtain final feature vectors;
the decision prediction module 6 is used for inputting the final feature vector into a decision layer for prediction to obtain a reliability prediction result of the power transmission line;
further, the decision prediction module 6 predicts the reliability of the power transmission line according to the following steps:
S61, inputting the final feature vector into a decision layer, minimizing an objective function in the decision layer, and determining a weight vector and a bias term of the CNN model according to constraint conditions of the objective function under the condition that the objective function is minimized;
The expression of the objective function is as follows:
w is a weight vector, W2 is a coefficient of the weight vector, C is a penalty parameter, xii is a relaxation variable, and n is the number of samples;
the expression of the constraint condition is as follows:
yi(w·xi+b)≥1-ξii≥0,i=1,2,...,n;
W is a weight vector, yi is a label of a sample i, xi is an ith final feature vector, and b is a bias term;
s62, calculating a decision function in a decision layer based on the weight vector and the bias term to obtain a reliability predicted value of the power transmission line;
the expression of the decision function is as follows:
y=f(w·x+b);
wherein y is a reliability predicted value, f is an activation function, w is a weight vector, x is an input of a decision layer, and b is a bias term;
S63, the reliability prediction value is counted into probability distribution through a Softmax function so as to represent the probability of different reliability levels.
And the result display module 7 is used for mapping the reliability prediction result to a corresponding position on the map and displaying the reliability of the transmission line corresponding to the visual element.
Further, the result display module 7 displays reliability according to the following steps:
s71, calculating reliability predicted values of all target areas, and mapping the reliability predicted values of the power transmission lines of all the target areas to corresponding positions on a map through a GIS interface;
and S72, displaying the power transmission lines corresponding to the different reliability predicted values with different visual elements based on the different reliability predicted values.
Example 3:
referring to fig. 4, a transmission line reliability prediction apparatus based on SENet and EffNet, the apparatus comprising a processor 8 and a memory 9;
The memory 9 is used for storing computer program code 91 and for transmitting the computer program code 91 to the processor 8;
The processor 8 is configured to predict the reliability of the transmission line based on SENet and EffNet according to the instruction in the computer program code 91, which is described in embodiment 1.
In general, the computer instructions to implement the methods of the present invention may be carried in any combination of one or more computer-readable storage media. The non-transitory computer-readable storage medium may include any computer-readable medium, except the signal itself in temporary propagation.
The computer readable storage medium can be, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium include an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EKROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
Computer program code for carrying out operations of the present invention may be written in one or more programming languages, or combinations thereof, including an object oriented programming language such as Java, SMalltalk, C ++ and conventional procedural programming languages, such as the "C" language or similar programming languages, particularly Python languages suitable for neural network computing and TensorFlow, pyTorch-based platform frameworks may be used. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any number of types of networks, including a Local Area Network (LAN) or a Wide Area Network (WAN), or be connected to an external computer (for example, through the Internet using an Internet service provider).
The foregoing devices and non-transitory computer readable storage medium may refer to a specific description of a power transmission line reliability prediction method based on SENet and EffNet and beneficial effects, and are not described herein.
While embodiments of the present invention have been shown and described above, it should be understood that the above embodiments are illustrative and not to be construed as limiting the invention, and that variations, modifications, alternatives, and variations may be made to the above embodiments by one of ordinary skill in the art within the scope of the invention.

Claims (10)

Translated fromChinese
1.一种基于SENet和EffNet的输电线路可靠性预测方法,其特征在于,包括:1. A transmission line reliability prediction method based on SENet and EffNet, characterized by comprising:S1、获取输电线路目标区域的图像数据;所述图像数据包括导线、绝缘子、塔架、线路金具、拉线、接地装置;S1. Acquire image data of a target area of a transmission line; the image data includes conductors, insulators, towers, line fittings, guy wires, and grounding devices;S2、基于Keras框架构建输电线路CNN模型;所述CNN模型包括卷积层、融合模块、池化层、全连接层、激活函数、批量归一化层、复合缩放层和决策层;所述融合模块基于CNN-SENet模块与EfficientNet模块融合获得,所述CNN-SENet模块中包括SE模块,所述EfficientNet模块中包括MBConv模块;所述Keras框架中包括拼接层;S2. Construct a transmission line CNN model based on the Keras framework; the CNN model includes a convolution layer, a fusion module, a pooling layer, a fully connected layer, an activation function, a batch normalization layer, a compound scaling layer and a decision layer; the fusion module is obtained by fusing the CNN-SENet module with the EfficientNet module, the CNN-SENet module includes the SE module, and the EfficientNet module includes the MBConv module; the Keras framework includes a splicing layer;S3、将图像数据输入至卷积层中,获得图像特征图,并将图像特征图输入至融合模块中,以融合SE模块与MBConv模块,并输出图像特征图的增强特征,然后将增强特征输入至池化层中,获取全局特征;S3, input the image data into the convolution layer to obtain the image feature map, and input the image feature map into the fusion module to fuse the SE module and the MBConv module, and output the enhanced features of the image feature map, and then input the enhanced features into the pooling layer to obtain the global features;所述融合SE模块与MBConv模块的步骤如下:The steps of fusing the SE module and the MBConv module are as follows:S31、输入图像特征图,通过MBConv模块扩展图像特征图的初始通道数,并进行深度可分离卷积,获得深度可分离卷积之后的特征图;S31, input an image feature map, expand the initial number of channels of the image feature map through the MBConv module, and perform depthwise separable convolution to obtain a feature map after depthwise separable convolution;S32、将SE模块嵌入MBConv模块中,并对深度可分离卷积之后的特征图的通道数进行重标定和投影卷积;S32, embedding the SE module into the MBConv module, and recalibrating and projecting the number of channels of the feature map after the depthwise separable convolution;S33、将投影卷积后的输出特征图进行逐点卷积,然后在逐点卷积后的特征图的通道数与初始通道数相同且步长为1的情况下,对逐点卷积后的特征图进行残差连接,实现SE模块与MBConv模块的融合;S33, performing point-by-point convolution on the output feature map after the projection convolution, and then performing residual connection on the feature map after the point-by-point convolution when the number of channels of the feature map after the point-by-point convolution is the same as the initial number of channels and the step size is 1, so as to realize the fusion of the SE module and the MBConv module;S4、实时获取输电线路的电气参数、环境参数与目标区域天气数据,并将电气参数与天气数据通过拼接层进行数据拼接,然后将拼接后的数据与全局特征输入至全连接层进行融合,获得综合特征向量;S4, real-time acquisition of electrical parameters, environmental parameters and weather data of the transmission line and the target area, and splicing the electrical parameters and weather data through the splicing layer, and then inputting the spliced data and the global features into the fully connected layer for fusion to obtain a comprehensive feature vector;S5、将综合特征向量由激活函数进行非线性变换,获得激活处理后的特征向量,然后输入至批量归一化层,获得归一化后的特征向量,接着将归一化后的特征向量输入至复合缩放层调整特征向量的尺度,获得最终特征向量;S5, performing nonlinear transformation on the comprehensive feature vector by the activation function to obtain the feature vector after activation processing, and then inputting it into the batch normalization layer to obtain the normalized feature vector, and then inputting the normalized feature vector into the composite scaling layer to adjust the scale of the feature vector to obtain the final feature vector;S6、将最终特征向量输入至决策层中进行预测,获得输电线路可靠性预测结果;S6. Input the final feature vector into the decision layer for prediction to obtain the reliability prediction result of the transmission line;S7、将可靠性预测结果映射至地图上的相应位置,以视觉元素对应输电线路的可靠性进行展示。S7. Map the reliability prediction results to corresponding locations on the map, and display the reliability of the transmission line corresponding to the visual elements.2.根据权利要求1所述的一种基于SENet和EffNet的输电线路可靠性预测方法,其特征在于:2. The power transmission line reliability prediction method based on SENet and EffNet according to claim 1, characterized in that:所述步骤S32,具体包括:The step S32 specifically includes:S321、对深度可分离卷积之后的特征图进行全局平均池化,获得每个通道的第一全局特征;S321, performing global average pooling on the feature map after the depth-wise separable convolution to obtain the first global feature of each channel;S322、通过第一全连接层、第二全连接层和激活函数对第一全局特征进行处理,生成通道注意力权重;S322, processing the first global feature through the first fully connected layer, the second fully connected layer and the activation function to generate a channel attention weight;所述第一全连接层的表达式如下:The expression of the first fully connected layer is as follows:Xse1=ReLU(Dense(Xgap,Wse1));Xse1 =ReLU(Dense(Xgap , Wse1 ));其中:Xse1为通过第一全连接层Dense和ReLU激活函数处理后的特征,Xgap为第一全局特征,Wse1为第一连接层的权重;Where:Xse1 is the feature processed by the first fully connected layer Dense and ReLU activation function,Xgap is the first global feature, andWse1 is the weight of the first connection layer;所述第二全连接层的表达式如下:The expression of the second fully connected layer is as follows:Xse2=σ(Dense(Xse1,Wse2));Xse2 =σ(Dense(Xse1 , Wse2 ));其中:Xse2为通过第二全连接层Dense和σ激活函数处理后的通道注意力权重,Wse2为第二连接层的权重;Where:Xse2 is the channel attention weight after processing by the second fully connected layer Dense and σ activation function,Wse2 is the weight of the second connection layer;S323、将生成的通道注意力权重与深度可分离卷积之后的特征图相乘,进行通道数的重标定,获得重标定后的特征图,其表达式如下:S323, multiply the generated channel attention weight by the feature map after the depth-separable convolution, recalibrate the number of channels, and obtain the recalibrated feature map, which is expressed as follows:X′=X⊙Xse2X′=X⊙Xse2 ;其中:X′为重标定后的特征图,X为深度可分离卷积之后的特征图,⊙表示逐元素相乘操作;Where: X′ is the recalibrated feature map, X is the feature map after depth-wise separable convolution, and ⊙ represents the element-by-element multiplication operation;S324、将重标定后的特征图的通道数投影到初始通道数,完成投影卷积,其表达式如下:S324, projecting the number of channels of the recalibrated feature map to the initial number of channels to complete the projection convolution, which is expressed as follows:Y=W·X′;Y = W·X′;其中:Y为投影卷积后的输出特征图,W为权重矩阵。Among them: Y is the output feature map after projection convolution, and W is the weight matrix.3.根据权利要求1所述的一种基于SENet和EffNet的输电线路可靠性预测方法,其特征在于:3. The power transmission line reliability prediction method based on SENet and EffNet according to claim 1, characterized in that:所述步骤S6,具体包括:The step S6 specifically includes:S61、将最终特征向量输入决策层,使决策层中的目标函数最小化,并在目标函数最小化的情况下,根据目标函数的约束条件,确定CNN模型的权重向量和偏置项;S61, inputting the final feature vector into the decision layer to minimize the objective function in the decision layer, and determining the weight vector and bias term of the CNN model according to the constraint conditions of the objective function when the objective function is minimized;所述目标函数的表达式如下:The expression of the objective function is as follows:其中:W为权重向量,||W||2为权重向量的系数,C为惩罚参数,ξi为松弛变量,n为样本数量;Where: W is the weight vector, ||W||2 is the coefficient of the weight vector, C is the penalty parameter, ξi is the slack variable, and n is the number of samples;所述约束条件的表达式如下:The constraint condition is expressed as follows:yi(w·xi+b)≥1-ξi,ξi≥0,i=1,2,...,n;yi (w·xi +b)≥1-ξi , ξi ≥0, i=1, 2,..., n;其中:w为权重向量,yi为样本i的标签,xi为第i个最终特征向量,b为偏置项;Where: w is the weight vector,yi is the label of sample i,xi is the ith final feature vector, and b is the bias term;S62、基于权重向量和偏置项计算决策层中的决策函数,获得输电线路可靠性预测值;S62, calculating a decision function in a decision layer based on the weight vector and the bias term to obtain a transmission line reliability prediction value;所述决策函数的表达式如下:The expression of the decision function is as follows:y=f(w·x+b);y = f(w·x+b);其中:y为可靠性预测值,f为激活函数,w为权重向量,x为决策层的输入,b为偏置项;Among them: y is the reliability prediction value, f is the activation function, w is the weight vector, x is the input of the decision layer, and b is the bias term;S63、通过Softmax函数将可靠性预测值统计为概率分布,以表示为不同可靠性等级的概率。S63. The reliability prediction value is statistically converted into a probability distribution through a Softmax function to express the probabilities of different reliability levels.4.根据权利要求3所述的一种基于SENet和EffNet的输电线路可靠性预测方法,其特征在于:4. The method for predicting power transmission line reliability based on SENet and EffNet according to claim 3, characterized in that:所述步骤S7,具体包括:The step S7 specifically includes:S71、统计所有目标区域的可靠性预测值,并将所有目标区域的输电线路的可靠性预测值通过GIS接口映射到地图上的相应位置;所述地图中的每条输电线路在地图上对应一个地理路径;S71, counting the reliability prediction values of all target areas, and mapping the reliability prediction values of the power transmission lines in all target areas to corresponding positions on the map through the GIS interface; each power transmission line in the map corresponds to a geographical path on the map;S72、基于不同的可靠性预测值,将不同的可靠性预测值所对应的输电线路,以不同的视觉元素进行展示。S72. Based on different reliability prediction values, the transmission lines corresponding to the different reliability prediction values are displayed with different visual elements.5.根据权利要求1所述的一种基于SENet和EffNet的输电线路可靠性预测方法,其特征在于:5. The power transmission line reliability prediction method based on SENet and EffNet according to claim 1, characterized in that:所述激活函数为Leaky ReLU函数。The activation function is the Leaky ReLU function.6.一种基于SENet和EffNet的输电线路可靠性预测系统,其特征在于,所述系统包括:6. A transmission line reliability prediction system based on SENet and EffNet, characterized in that the system comprises:图像数据获取模块(1),用于获取输电线路目标区域的图像数据;所述图像数据包括导线、绝缘子、塔架、线路金具、拉线、接地装置;An image data acquisition module (1) is used to acquire image data of a target area of a power transmission line; the image data includes conductors, insulators, towers, line fittings, guy wires, and grounding devices;输电线路CNN模型构建模块(2),用于基于Keras框架构建输电线路CNN模型;所述CNN模型包括卷积层、融合模块、池化层、全连接层、激活函数、批量归一化层、复合缩放层和决策层;所述融合模块基于CNN-SENet模块与EfficientNet模块融合获得,所述CNN-SENet模块中包括SE模块,所述EfficientNet模块中包括MBConv模块;所述Keras框架中包括拼接层;A power transmission line CNN model construction module (2), used for constructing a power transmission line CNN model based on a Keras framework; the CNN model includes a convolution layer, a fusion module, a pooling layer, a fully connected layer, an activation function, a batch normalization layer, a compound scaling layer and a decision layer; the fusion module is obtained based on the fusion of a CNN-SENet module and an EfficientNet module, the CNN-SENet module includes an SE module, and the EfficientNet module includes an MBConv module; the Keras framework includes a splicing layer;特征增强模块(3),用于将图像数据输入至卷积层中,获得图像特征图,并将图像特征图输入至融合模块中,以融合SE模块与MBConv模块,并输出图像特征图的增强特征,然后将增强特征输入至池化层中,获取全局特征;A feature enhancement module (3) is used to input the image data into the convolution layer to obtain an image feature map, and input the image feature map into the fusion module to fuse the SE module and the MBConv module, and output the enhanced features of the image feature map, and then input the enhanced features into the pooling layer to obtain the global features;所述融合SE模块与MBConv模块的步骤如下:The steps of fusing the SE module and the MBConv module are as follows:S31、输入图像特征图,通过MBConv模块扩展图像特征图的初始通道数,并进行深度可分离卷积,获得深度可分离卷积之后的特征图;S31, input an image feature map, expand the initial number of channels of the image feature map through the MBConv module, and perform depthwise separable convolution to obtain a feature map after depthwise separable convolution;S32、将SE模块嵌入MBConv模块中,并对深度可分离卷积之后的特征图的通道数进行重标定和投影卷积;S32, embedding the SE module into the MBConv module, and recalibrating and projecting the number of channels of the feature map after the depthwise separable convolution;S33、将投影卷积后的输出特征图进行逐点卷积,然后在逐点卷积后的特征图的通道数与初始通道数相同且步长为1的情况下,对逐点卷积后的特征图进行残差连接,实现SE模块与MBConv模块的融合;S33, performing point-by-point convolution on the output feature map after the projection convolution, and then performing residual connection on the feature map after the point-by-point convolution when the number of channels of the feature map after the point-by-point convolution is the same as the initial number of channels and the step size is 1, so as to realize the fusion of the SE module and the MBConv module;特征融合模块(4),用于实时获取输电线路的电气参数、环境参数与目标区域天气数据,并将电气参数与天气数据通过拼接层进行数据拼接,然后将拼接后的数据与全局特征输入至全连接层进行融合,获得综合特征向量;A feature fusion module (4) is used to obtain electrical parameters, environmental parameters and weather data of the transmission line in real time, and to splice the electrical parameters and weather data through a splicing layer, and then input the spliced data and the global features into a fully connected layer for fusion to obtain a comprehensive feature vector;激活归一化模块(5),用于将综合特征向量由激活函数进行非线性变换,获得激活处理后的特征向量,然后输入至批量归一化层,获得归一化后的特征向量,接着将归一化后的特征向量输入至复合缩放层调整特征向量的尺度,获得最终特征向量;An activation normalization module (5) is used to perform nonlinear transformation on the comprehensive feature vector by an activation function to obtain a feature vector after activation processing, and then input it into a batch normalization layer to obtain a normalized feature vector, and then input the normalized feature vector into a composite scaling layer to adjust the scale of the feature vector to obtain a final feature vector;决策预测模块(6),用于将最终特征向量输入至决策层中进行预测,获得输电线路可靠性预测结果;A decision prediction module (6) is used to input the final feature vector into the decision layer for prediction to obtain a transmission line reliability prediction result;结果展示模块(7),用于将可靠性预测结果映射至地图上的相应位置,以视觉元素对应输电线路的可靠性进行展示。The result display module (7) is used to map the reliability prediction results to corresponding positions on the map and display the reliability of the power transmission line in accordance with visual elements.7.根据权利要求6所述的一种基于SENet和EffNet的输电线路可靠性预测系统,其特征在于:7. The power transmission line reliability prediction system based on SENet and EffNet according to claim 6, characterized in that:所述特征增强模块(3)根据以下步骤进行重标定和投影卷积:The feature enhancement module (3) performs recalibration and projection convolution according to the following steps:S321、对深度可分离卷积之后的特征图进行全局平均池化,获得每个通道的第一全局特征;S321, performing global average pooling on the feature map after the depth-wise separable convolution to obtain the first global feature of each channel;S322、通过第一全连接层、第二全连接层和激活函数对第一全局特征进行处理,生成通道注意力权重;S322, processing the first global feature through the first fully connected layer, the second fully connected layer and the activation function to generate a channel attention weight;所述第一全连接层的表达式如下:The expression of the first fully connected layer is as follows:Xse1=ReLU(Dense(Xgap,Wse1));Xse1 =ReLU(Dense(Xgap , Wse1 ));其中:Xsel为通过第一全连接层Dense和ReLU激活函数处理后的特征,Xgap为第一全局特征,Wsel为第一连接层的权重;Where: Xsel is the feature processed by the first fully connected layer Dense and ReLU activation function, Xgap is the first global feature, and Wsel is the weight of the first connection layer;所述第二全连接层的表达式如下:The expression of the second fully connected layer is as follows:Xse2=σ(Dense(Xse1,Wse2));Xse2 =σ(Dense(Xse1 , Wse2 ));其中:Xse2为通过第二全连接层Dense和σ激活函数处理后的通道注意力权重,Wse2为第二连接层的权重;Where:Xse2 is the channel attention weight after processing by the second fully connected layer Dense and σ activation function,Wse2 is the weight of the second connection layer;S323、将生成的通道注意力权重与深度可分离卷积之后的特征图相乘,进行通道数的重标定,获得重标定后的特征图,其表达式如下:S323, multiply the generated channel attention weight by the feature map after the depth-separable convolution, recalibrate the number of channels, and obtain the recalibrated feature map, which is expressed as follows:X′=X⊙Xse2X′=X⊙Xse2 ;其中:X′为重标定后的特征图,X为深度可分离卷积之后的特征图,⊙表示逐元素相乘操作;Where: X′ is the recalibrated feature map, X is the feature map after depth-wise separable convolution, and ⊙ represents the element-by-element multiplication operation;S324、将重标定后的特征图的通道数投影到初始通道数,完成投影卷积,其表达式如下:S324, projecting the number of channels of the recalibrated feature map to the initial number of channels to complete the projection convolution, which is expressed as follows:Y=W·X′;Y = W·X′;其中:Y为投影卷积后的输出特征图,W为权重矩阵。Among them: Y is the output feature map after projection convolution, and W is the weight matrix.8.根据权利要求7所述的一种基于SENet和EffNet的输电线路可靠性预测系统,其特征在于:8. The power transmission line reliability prediction system based on SENet and EffNet according to claim 7, characterized in that:所述决策预测模块(6)根据以下步骤进行输电线路的可靠性预测:The decision prediction module (6) performs reliability prediction of the power transmission line according to the following steps:S61、将最终特征向量输入决策层,使决策层中的目标函数最小化,并在目标函数最小化的情况下,根据目标函数的约束条件,确定CNN模型的权重向量和偏置项;S61, inputting the final feature vector into the decision layer to minimize the objective function in the decision layer, and determining the weight vector and bias term of the CNN model according to the constraint conditions of the objective function when the objective function is minimized;所述目标函数的表达式如下:The expression of the objective function is as follows:其中:W为权重向量,||W||2为权重向量的系数,C为惩罚参数,ξi为松弛变量,n为样本数量;Where: W is the weight vector, ||W||2 is the coefficient of the weight vector, C is the penalty parameter, ξi is the slack variable, and n is the number of samples;所述约束条件的表达式如下:The constraint condition is expressed as follows:yi(w·xi+b)≥1-ξi,ξi≥0,i=1,2,...,n;yi (w·xi +b)≥1-ξi , ξi ≥0, i=1, 2,..., n;其中:w为权重向量,yi为样本i的标签,xi为第i个最终特征向量,b为偏置项;Where: w is the weight vector,yi is the label of sample i,xi is the ith final feature vector, and b is the bias term;S62、基于权重向量和偏置项计算决策层中的决策函数,获得输电线路可靠性预测值;S62, calculating a decision function in a decision layer based on the weight vector and the bias term to obtain a transmission line reliability prediction value;所述决策函数的表达式如下:The expression of the decision function is as follows:y=f(w·x+b);y = f(w·x+b);其中:y为可靠性预测值,f为激活函数,w为权重向量,x为决策层的输入,b为偏置项;Among them: y is the reliability prediction value, f is the activation function, w is the weight vector, x is the input of the decision layer, and b is the bias term;S63、通过Softmax函数将可靠性预测值统计为概率分布,以表示为不同可靠性等级的概率。S63. The reliability prediction value is statistically converted into a probability distribution through a Softmax function to express the probabilities of different reliability levels.9.根据权利要求8所述的一种基于SENet和EffNet的输电线路可靠性预测系统,其特征在于:9. The power transmission line reliability prediction system based on SENet and EffNet according to claim 8, characterized in that:所述结果展示模块(7)根据以下步骤对可靠性进行展示:The result display module (7) displays the reliability according to the following steps:S71、统计所有目标区域的可靠性预测值,并将所有目标区域的输电线路的可靠性预测值通过GIS接口映射到地图上的相应位置;所述地图中的每条输电线路在地图上对应一个地理路径;S71, counting the reliability prediction values of all target areas, and mapping the reliability prediction values of the power transmission lines in all target areas to corresponding positions on the map through the GIS interface; each power transmission line in the map corresponds to a geographical path on the map;S72、基于不同的可靠性预测值,将不同的可靠性预测值所对应的输电线路,以不同的视觉元素进行展示。S72. Based on different reliability prediction values, the transmission lines corresponding to the different reliability prediction values are displayed with different visual elements.10.一种基于SENet和EffNet的输电线路可靠性预测设备,其特征在于:10. A transmission line reliability prediction device based on SENet and EffNet, characterized in that:所述设备包括处理器(8)以及存储器(9);The device comprises a processor (8) and a memory (9);所述存储器(9)用于存储计算机程序代码(91),并将所述计算机程序代码(91)传输给所述处理器(8);The memory (9) is used to store computer program code (91) and transmit the computer program code (91) to the processor (8);所述处理器(8)用于根据所述计算机程序代码(91)中的指令执行权利要求1-5中任一项所述的基于SENet和EffNet的输电线路可靠性预测方法。The processor (8) is used to execute the power transmission line reliability prediction method based on SENet and EffNet according to any one of claims 1 to 5 according to the instructions in the computer program code (91).
CN202411104804.6A2024-08-132024-08-13 Transmission line reliability prediction method, system and equipment based on SENet and EffNetPendingCN119251641A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202411104804.6ACN119251641A (en)2024-08-132024-08-13 Transmission line reliability prediction method, system and equipment based on SENet and EffNet

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202411104804.6ACN119251641A (en)2024-08-132024-08-13 Transmission line reliability prediction method, system and equipment based on SENet and EffNet

Publications (1)

Publication NumberPublication Date
CN119251641Atrue CN119251641A (en)2025-01-03

Family

ID=94023581

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202411104804.6APendingCN119251641A (en)2024-08-132024-08-13 Transmission line reliability prediction method, system and equipment based on SENet and EffNet

Country Status (1)

CountryLink
CN (1)CN119251641A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN119990354A (en)*2025-04-162025-05-13北京量子信息科学研究院 Atomic quantum bit state measurement method and device based on convolutional neural network
CN120125637A (en)*2025-05-142025-06-10广东天信电力工程检测有限公司 A real-time displacement monitoring method and system for ground wire horizontal force tension test

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113327255A (en)*2021-05-282021-08-31宁波新胜中压电器有限公司Power transmission line inspection image processing method based on YOLOv3 detection, positioning and cutting and fine-tune
CN114779002A (en)*2022-03-292022-07-22南方电网电力科技股份有限公司Method, device and equipment for positioning fault point of power transmission line and storage medium
CN117541535A (en)*2023-10-122024-02-09国网河南省电力公司濮阳供电公司 A transmission line inspection image detection method based on deep convolutional neural network
CN117726800A (en)*2023-12-192024-03-19国网湖南省电力有限公司 Method and system for target detection of transmission lines under foggy weather conditions
CN117911862A (en)*2023-12-292024-04-19西安工程大学 Transmission line construction machinery inspection method based on MDALF-Net
CN118071162A (en)*2023-11-132024-05-24国网宁夏电力有限公司中卫供电公司 A digital evaluation method, medium and system for ice and snow tolerance of transmission lines

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113327255A (en)*2021-05-282021-08-31宁波新胜中压电器有限公司Power transmission line inspection image processing method based on YOLOv3 detection, positioning and cutting and fine-tune
CN114779002A (en)*2022-03-292022-07-22南方电网电力科技股份有限公司Method, device and equipment for positioning fault point of power transmission line and storage medium
CN117541535A (en)*2023-10-122024-02-09国网河南省电力公司濮阳供电公司 A transmission line inspection image detection method based on deep convolutional neural network
CN118071162A (en)*2023-11-132024-05-24国网宁夏电力有限公司中卫供电公司 A digital evaluation method, medium and system for ice and snow tolerance of transmission lines
CN117726800A (en)*2023-12-192024-03-19国网湖南省电力有限公司 Method and system for target detection of transmission lines under foggy weather conditions
CN117911862A (en)*2023-12-292024-04-19西安工程大学 Transmission line construction machinery inspection method based on MDALF-Net

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN119990354A (en)*2025-04-162025-05-13北京量子信息科学研究院 Atomic quantum bit state measurement method and device based on convolutional neural network
CN120125637A (en)*2025-05-142025-06-10广东天信电力工程检测有限公司 A real-time displacement monitoring method and system for ground wire horizontal force tension test

Similar Documents

PublicationPublication DateTitle
CN119251641A (en) Transmission line reliability prediction method, system and equipment based on SENet and EffNet
US12125170B2 (en)Image processing method and apparatus, server, and storage medium
CN111598156B (en)PM based on multi-source heterogeneous data fusion2.5Prediction method
CN114332578A (en)Image anomaly detection model training method, image anomaly detection method and device
CN117520924A (en)Island photovoltaic operation and maintenance fault cause analysis method and system based on multi-mode data
CN117557775A (en)Substation power equipment detection method and system based on infrared and visible light fusion
CN118351491B (en) A line operation and maintenance monitoring method and system based on image recognition
CN113052103A (en)Electrical equipment defect detection method and device based on neural network
CN107944118A (en)A kind of effective building safety monitoring method
CN115240075A (en) Construction and training method of power vision multi-granularity pre-training large model
CN113888514A (en) Ground wire defect detection method, device, edge computing device and storage medium
CN117197632B (en) A Transformer-based object detection method for electron microscope pollen images
CN118429355A (en)Lightweight power distribution cabinet shell defect detection method based on feature enhancement
CN118608876B (en) GIS Partial Discharge Pattern Recognition Model and Its Training Method
CN116862847A (en)Interactive segmentation method and system for infrared image power equipment
CN119960088B (en)Precipitation prediction method and system based on multi-source data fusion and dynamic and static space-time network
CN117495421A (en) Grid communication project cost prediction method based on power communication network construction
CN118798422A (en) A device and method for predicting power equipment faults based on multimodal perception of power acquisition system
CN114743072B (en)Training method of short-term time sequence prediction model
CN116385906A (en)Side slope disaster light sensing system, equipment and platform based on deep learning
CN120259682A (en) Ultra-short-term probabilistic prediction method of photovoltaic power based on multi-source spatiotemporal information representation
CN118507153A (en)Intelligent control system and method for cable processing
CN116597503A (en)Classroom behavior detection method based on space-time characteristics
CN117058369B (en) BoxInst-based weakly supervised pig image instance segmentation method, device and equipment
CN120707797A (en) A transmission line insulator defect detection method based on dynamic attention guidance and lightweight architecture

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination

[8]ページ先頭

©2009-2025 Movatter.jp