Circuit breaker fault detection method, system and device

By obtaining the action data of the circuit breaker to generate a feature map and using a multi-feature parameter detection model, the missed detection problem caused by a single feature parameter is solved, which improves the accuracy of circuit breaker fault detection and reduces costs.

CN118980923BActive Publication Date: 2025-08-19ELECTRIC POWER RES INST CHINA SOUTHERN POWER GRID CO LTD +1
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
CN202411200580.9
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2024-08-29
Publication Date
2025-08-19
Estimated Expiration
2044-08-29

AI Technical Summary

Technical Problem

The existing circuit breaker fault detection methods rely on a single characteristic parameter, resulting in some fault missed detection, reducing the reliability of detection.

Method used

By acquiring the action data of the circuit breaker in the closed state, data preprocessing is performed, sound feature maps and current feature maps are generated, and a pre-trained fault detection model, including the first extraction network, the second extraction network and the detection network, fault detection of multiple feature parameters is performed.

Benefits of technology

It improves the accuracy of circuit breaker fault detection, reduces missed detection, saves detection costs, and does not require the acquisition of vibration signals for analysis.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN118980923B_ABST
    Figure CN118980923B_ABST
Patent Text Reader

Abstract

The present invention discloses a circuit breaker fault detection method, system, and device, which relate to the field of circuit breaker fault detection. The method obtains action data of the circuit breaker in the closed state, performs data preprocessing on the action data, obtains a sound feature graph and a current feature graph, and inputs the sound feature graph and the current feature graph into a pre-trained fault detection model. The fault detection model includes a first extraction network, a second extraction network, and a detection network. The first extraction network extracts features from the sound feature graph to obtain a sound extraction feature graph. The second extraction network extracts features from the current feature graph to obtain a current extraction feature graph. The detection network is used to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker. The method solves the technical problem that current circuit breaker fault detection is based on a single feature parameter, which easily misses some circuit breaker faults and reduces the reliability of circuit breaker fault detection.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the technical field of circuit breaker fault detection, and in particular to a circuit breaker fault detection method, system and device. Background Art

[0002] As a crucial component of power systems, circuit breakers' safe and reliable operation directly impacts the safety and stability of the power system. The vast majority of accidents caused by circuit breaker failures are mechanical failures. Therefore, accurate detection of circuit breaker failures is crucial to ensuring reliable power system operation.

[0003] Currently, circuit breaker fault detection relies on a single characteristic parameter, such as the vibration signal generated during high-voltage circuit breaker operation. This feature is extracted and analyzed to detect whether the high-voltage circuit breaker is faulty. However, in actual circuit breaker operation, fault characteristics are complex and diverse, and different fault characteristics manifest themselves in different characteristic parameters. Therefore, detecting circuit breaker faults based on a single characteristic parameter may miss some circuit breaker faults, reducing the reliability of circuit breaker fault detection. Summary of the Invention

[0004] The present invention provides a circuit breaker fault detection method, system and device, which solves the technical problem that current circuit breaker fault detection is based on a single characteristic parameter, which easily misses some circuit breaker faults and reduces the reliability of circuit breaker fault detection.

[0005] A first aspect of the present invention provides a circuit breaker fault detection method, comprising:

[0006] Acquiring action data of the circuit breaker in a closed state, and performing data preprocessing on the action data to obtain a sound characteristic graph and a current characteristic graph;

[0007] Inputting the sound characteristic graph and the current characteristic graph into a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network;

[0008] Performing feature extraction on the sound feature map through the first extraction network to obtain a sound extraction feature map;

[0009] Performing feature extraction on the current characteristic graph through the second extraction network to obtain a current extraction characteristic graph;

[0010] The detection network is used to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker.

[0011] Optionally, the motion data includes sound data and current data, and the step of performing data preprocessing on the motion data to obtain a sound characteristic graph and a current characteristic graph includes:

[0012] constructing a closing current curve using the current data, and extracting closing current information during a current valley period in the closing current curve;

[0013] extracting effective sound signals from the sound data according to a preset characteristic time segment;

[0014] The effective sound signal and the closing current information are respectively processed into images to obtain a sound image and a current characteristic diagram.

[0015] Optionally, the first extraction network includes a convolutional layer, a first residual module, a second residual module, a pooling layer, and an LSTM layer connected in sequence, and the step of extracting features from the sound feature map through the first extraction network to obtain the sound extraction feature map includes:

[0016] Performing feature extraction on the sound feature map through a convolutional layer to obtain a first sound feature map;

[0017] Using the first residual module to extract features from the first sound feature map to obtain a second sound feature map; wherein the first residual module includes a first extraction branch, a second extraction branch and a feature fusion layer;

[0018] Performing feature extraction on the second sound feature map through the second residual module to obtain a third sound feature map; wherein the second residual module includes a third extraction branch, a fourth extraction branch and a feature fusion layer;

[0019] Performing a pooling operation on the third sound feature map through a pooling layer to obtain a fourth sound feature map;

[0020] An LSTM layer is used to perform feature extraction on the fourth sound feature map to obtain a sound extraction feature map.

[0021] Optionally, the second extraction network includes a convolutional layer, a third residual module, a pooling layer, and an LSTM layer connected in sequence, and the step of extracting features from the current feature map through the second extraction network to obtain the current extraction feature map includes:

[0022] Performing feature extraction on the current characteristic map through a convolution layer to obtain a first current characteristic map;

[0023] Using the third residual module to perform feature extraction on the first current characteristic map to obtain a second current characteristic map; wherein the third residual module includes a fifth extraction branch and a feature fusion layer;

[0024] Performing a pooling operation on the second current characteristic map through a pooling layer to obtain a third current characteristic map;

[0025] The LSTM layer is used to extract features from the third current feature map to obtain a current extraction feature map.

[0026] Optionally, the detection network includes a feature fusion layer, an extraction module, and an activation layer connected in sequence. The step of using the detection network to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker includes:

[0027] Using a feature fusion layer to perform feature fusion on the sound extraction feature map and the current extraction feature map to obtain an information fusion feature map;

[0028] Performing feature extraction on the information fusion feature map through an extraction module to obtain an information feature map; wherein the extraction module includes a fully connected layer, a Swish activation layer, a batch normalization layer, a random dropout layer and a fully connected layer connected in sequence;

[0029] An activation layer is used to perform fault detection on the information characteristic graph to obtain a fault detection result corresponding to the circuit breaker.

[0030] Optionally, the step of extracting features from the first sound feature map using the first residual module to obtain a second sound feature map includes:

[0031] Performing feature extraction on the first sound feature map through the first extraction branch to generate a first feature map, wherein the first extraction branch includes a 3×3 convolutional layer, a batch normalization layer, a DY-Relu activation layer, a 3×3 convolutional layer, a batch normalization layer, and a DY-Relu activation layer connected in sequence;

[0032] Performing feature extraction on the first sound feature map through the second extraction branch to generate a second feature map, wherein the second extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Relu activation layer connected in sequence;

[0033] A feature fusion layer is used to perform feature fusion on the first feature map and the second feature map to obtain a second sound feature map.

[0034] Optionally, the step of performing feature extraction on the second sound feature map by the second residual module to obtain a third sound feature map includes:

[0035] Performing feature extraction on the second sound feature map through the third extraction branch to obtain a third feature map; wherein the third extraction branch includes a batch normalization layer, a Relu activation layer, a 3×1 convolution layer, a batch normalization layer, a Relu activation layer, a 1×3 convolution layer, and a global average pooling layer connected in sequence;

[0036] Performing feature extraction on the second sound feature map through the fourth extraction branch to obtain a fourth feature map; wherein the fourth extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Swish activation layer connected in sequence;

[0037] A feature fusion layer is used to perform feature fusion on the third feature map and the fourth feature map to obtain a third sound feature map.

[0038] Optionally, the step of extracting features from the first current characteristic map using the third residual module to obtain the second current characteristic map includes:

[0039] Performing feature extraction on the first current feature map through the fifth extraction branch to obtain a fifth feature map; wherein the fifth extraction branch includes a batch normalization layer, a Swish activation layer, a 3×3 convolutional layer, a batch normalization layer, a Swish activation layer, and a 3×3 convolutional layer connected in sequence;

[0040] A feature fusion layer is used to perform feature fusion on the fifth feature map and the first current feature map to obtain a second current feature map.

[0041] A second aspect of the present invention provides a circuit breaker fault detection system, comprising:

[0042] An acquisition module is used to obtain the action data of the circuit breaker in the closed state, and perform data preprocessing on the action data to obtain a sound characteristic diagram and a current characteristic diagram;

[0043] An input module, configured to input the sound characteristic graph and the current characteristic graph into a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network;

[0044] a first extraction module, configured to perform feature extraction on the sound feature map through the first extraction network to obtain a sound extraction feature map;

[0045] a second extraction module, configured to perform feature extraction on the current characteristic graph through the second extraction network to obtain a current extraction characteristic graph;

[0046] A detection module is used to use the detection network to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker.

[0047] A third aspect of the present invention provides an electronic device, comprising a memory and a processor, wherein the memory stores a computer program, and when the computer program is executed by the processor, the processor executes the steps of the circuit breaker fault detection method as described in any one of the above items.

[0048] It can be seen from the above technical solutions that the present invention has the following advantages:

[0049] The present invention obtains the circuit breaker's operating data in the closed state and preprocesses the data to obtain sound and current characteristic graphs. It then uses a pre-trained fault detection model to perform fault detection on these sound and current characteristic graphs. This allows for fault detection using multiple characteristic parameters, overcoming the technical issues of single characteristic parameters, which can easily miss some circuit breaker faults and reduce the reliability of circuit breaker fault detection. Compared with traditional circuit breaker fault detection, this method improves the accuracy of circuit breaker fault detection and eliminates the need to collect vibration signals for circuit breaker analysis, saving detection costs. BRIEF DESCRIPTION OF THE DRAWINGS

[0050] In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following briefly introduces the drawings required for use in the embodiments or the description of the prior art. Obviously, the drawings described below are only some embodiments of the present invention. For ordinary technicians in this field, other drawings can be obtained based on these drawings without paying any creative work.

[0051] Figure 1 A flowchart of the steps of a circuit breaker fault detection method provided in the first embodiment of the present invention;

[0052] Figure 2 A flowchart of the steps of a circuit breaker fault detection method provided in the second embodiment of the present invention;

[0053] Figure 3 A schematic diagram of the structure of a fault detection model provided in the second embodiment of the present invention;

[0054] Figure 4 This is a structural block diagram of a circuit breaker fault detection system provided in Embodiment 3 of the present invention;

[0055] Figure 5 This is a structural block diagram of a computer device provided in Example 4 of the present invention. DETAILED DESCRIPTION

[0056] Embodiments of the present invention provide a circuit breaker fault detection method, system, and device for solving the technical problem that current circuit breaker fault detection is based on a single characteristic parameter, which easily misses some circuit breaker faults and reduces the reliability of circuit breaker fault detection.

[0057] In order to make the purpose, features, and advantages of the present invention more obvious and easy to understand, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the embodiments described below are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without making creative work are within the scope of protection of the present invention.

[0058] See also Figure 1 , Figure 1 This is a flowchart of the steps of a circuit breaker fault detection method provided in Example 1 of the present invention.

[0059] The present invention provides a circuit breaker fault detection method, comprising:

[0060] Step 101: Acquire action data of the circuit breaker in a closed state, and perform data preprocessing on the action data to obtain a sound characteristic graph and a current characteristic graph;

[0061] In an embodiment of the present invention, current information and sound information of a circuit breaker when it is closed are obtained, and effective areas of the current information and sound information are extracted respectively to obtain current effective area information and sound effective area information. The current effective area information and sound effective area information are then converted into images to obtain sound characteristic graphs and current characteristic graphs.

[0062] It should be noted that the current valid range information is the current information within the current valley time. The sound valid range information is the sound information from the moment the closing electromagnet of the circuit breaker strikes to the moment the moving and static contacts of the circuit breaker strike.

[0063] Step 102: Input the sound feature graph and the current feature graph into a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network;

[0064] In an embodiment of the present invention, the sound characteristic graph and the current characteristic graph are used as inputs of a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network.

[0065] It should be noted that the specific training process of the fault detection model is as follows: 1. Perform a mechanical characteristic test on the target circuit breaker using a mechanical characteristic tester to obtain training action data (including sound training data and current training data). 3. Perform data preprocessing on the training action data to generate an action feature set. 4. Use the action feature set to input the preset initial fault detection model for training and output fault detection data. 5. Calculate the training loss function value of the action feature set based on the fault detection data. 6. When the training loss function value is greater than or equal to the preset standard loss function value, use a grid search method or a random search method to adjust the network parameters of the initial fault detection model until the training loss function value is less than the preset standard loss function value. 7. When the training loss function value is less than the preset standard loss function value, a fault detection model is generated.

[0066] Step 103: extracting features from the sound feature map through a first extraction network to obtain a sound extraction feature map;

[0067] In an embodiment of the present invention, a first extraction network is used to perform feature extraction on a sound feature map to obtain a sound extraction feature map, wherein the first extraction network includes a convolutional layer, a first residual module, a second residual module, a pooling layer and an LSTM layer connected in sequence.

[0068] Step 104: extracting features from the current characteristic graph through a second extraction network to obtain a current extraction characteristic graph;

[0069] In an embodiment of the present invention, a second extraction network is used to perform feature extraction on the current feature map to obtain a current extraction feature map, wherein the second extraction network includes a convolutional layer, a third residual module, a pooling layer and an LSTM layer connected in sequence.

[0070] Step 105: Use a detection network to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker.

[0071] In an embodiment of the present invention, the detection network includes a feature fusion layer, an extraction module and an activation layer connected in sequence. First, the sound extraction feature map and the current extraction feature map are feature fused through the feature fusion layer, and then the fused information fusion feature map is subjected to fault detection through the extraction module and the activation layer to obtain the fault detection result corresponding to the circuit breaker.

[0072] In an embodiment of the present invention, the present invention obtains the action data of the circuit breaker in the closed state and preprocesses the action data to obtain sound characteristic graphs and current characteristic graphs. Then, a pre-trained fault detection model is used to perform fault detection on the sound characteristic graphs and current characteristic graphs. Thus, the present invention can detect circuit breaker faults using multiple characteristic parameters, overcoming the technical problem that a single characteristic parameter can easily miss some circuit breaker faults and reduce the reliability of circuit breaker fault detection. Compared with traditional circuit breaker fault detection, the present invention improves the accuracy of circuit breaker fault detection and eliminates the need to collect vibration signals for circuit breaker analysis, thus saving detection costs.

[0073] See also Figure 2 , Figure 2 This is a flowchart of the steps of a circuit breaker fault detection method provided in the second embodiment of the present invention.

[0074] The present invention provides a circuit breaker fault detection method, comprising:

[0075] Step 201: Acquire sound data and current data of a circuit breaker in a closed state;

[0076] In an embodiment of the present invention, sound information and current information of the circuit breaker are obtained when the circuit breaker is closed.

[0077] In another embodiment, sound information and current information of the circuit breaker when it is opened are obtained.

[0078] Step 202: construct a closing current curve using current data, and extract closing current information during a current valley period in the closing current curve;

[0079] In an embodiment of the present invention, a closing current curve is constructed using current data, and closing current information during a current valley period in the closing current curve is intercepted.

[0080] In another embodiment, a tripping current curve is constructed using current data, and the tripping current information during the current valley period in the tripping current curve is intercepted.

[0081] Step 203: extracting valid sound signals from the sound data according to a preset characteristic time segment;

[0082] In the embodiment of the present invention, the sound information from the moment when the closing electromagnet of the circuit breaker strikes to the moment when the moving and static contacts of the circuit breaker strike is extracted from the sound data as the effective sound signal.

[0083] Step 204 : Perform image processing on the effective sound signal and the closing current information respectively to obtain a sound image and a current characteristic diagram.

[0084] In the embodiment of the present invention, the effective sound signal and the closing current information (opening current information) are respectively processed into images to obtain the sound image and the current characteristic diagram.

[0085] Step 205: Input the sound feature graph and the current feature graph into a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network;

[0086] In the embodiment of the present invention, the specific implementation process of step 205 is similar to that of step 102 and will not be repeated here.

[0087] Step 206: extract features from the sound feature map using the first extraction network to obtain a sound extraction feature map;

[0088] Furthermore, the first extraction network includes a convolutional layer, a first residual module, a second residual module, a pooling layer, and an LSTM layer connected in sequence. Step 206 includes the following sub-steps:

[0089] S11. Extract features from the sound feature map through a convolutional layer to obtain a first sound feature map;

[0090] In an embodiment of the present invention, a convolution operation is performed on the sound feature map through a convolution layer to obtain a first sound feature map.

[0091] It should be noted that the convolution layer is implemented by performing an inner product (element-by-element multiplication and summation) operation on the image (or data in different data windows) and the filter matrix (a set of fixed weights).

[0092] S12. Using a first residual module to extract features from the first sound feature map to obtain a second sound feature map; wherein the first residual module includes a first extraction branch, a second extraction branch, and a feature fusion layer;

[0093] Furthermore, S12 includes the following sub-steps:

[0094] S121. Perform feature extraction on the first sound feature map through a first extraction branch to generate a first feature map, wherein the first extraction branch includes a 3×3 convolutional layer, a batch normalization layer, a DY-Relu activation layer, a 3×3 convolutional layer, a batch normalization layer, and a DY-Relu activation layer connected in sequence;

[0095] In an embodiment of the present invention, feature extraction is performed on the first sound feature map through a 3×3 convolution layer, a batch normalization layer, a DY-Relu activation layer, a 3×3 convolution layer, a batch normalization layer, and a DY-Relu activation layer in sequence to generate a first feature map.

[0096] S122. Perform feature extraction on the first sound feature map through a second extraction branch to generate a second feature map, wherein the second extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Relu activation layer connected in sequence;

[0097] In the embodiment of the present invention, feature extraction is performed on the first sound feature map through a 3×3 convolution layer, a batch normalization layer, and a Relu activation layer in sequence to generate a second feature map.

[0098] S123: Use a feature fusion layer to perform feature fusion on the first feature map and the second feature map to obtain a second sound feature map.

[0099] In the embodiment of the present invention, the first feature map and the second feature map are fused by a feature fusion layer to obtain a second sound feature map.

[0100] It should be noted that the residual processing of S121-S123 solves the problem of gradient disappearance in the fault detection model, allowing the fault detection model to be trained deeper.

[0101] S13. Extract features from the second sound feature map using a second residual module to obtain a third sound feature map; wherein the second residual module includes a third extraction branch, a fourth extraction branch, and a feature fusion layer;

[0102] Furthermore, S13 includes the following sub-steps:

[0103] S131. Perform feature extraction on the second sound feature map through a third extraction branch to obtain a third feature map; wherein the third extraction branch includes a batch normalization layer, a Relu activation layer, a 3×1 convolution layer, a batch normalization layer, a Relu activation layer, a 1×3 convolution layer, and a global average pooling layer connected in sequence;

[0104] In an embodiment of the present invention, feature extraction is performed on the second sound feature map through a batch normalization layer, a Relu activation layer, a 3×1 convolution layer, a batch normalization layer, a Relu activation layer, a 1×3 convolution layer, and a global average pooling layer in sequence to obtain a third feature map.

[0105] It should be noted that the setting of 3×1 convolutional layers and 1×3 convolutional layers in the third extraction branch can improve the computational efficiency of the fault detection model while ensuring its computational accuracy.

[0106] S132. Perform feature extraction on the second sound feature map through a fourth extraction branch to obtain a fourth feature map; wherein the fourth extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Swish activation layer connected in sequence;

[0107] In the embodiment of the present invention, feature extraction is performed on the second sound feature map through a 3×3 convolution layer, a batch normalization layer, and a Swish activation layer in sequence to obtain a fourth feature map.

[0108] It should be noted that replacing the ReLU activation layer with a Swish activation layer in the fourth extraction branch can address certain limitations of ReLU, such as the "neuron death" problem. The Swish function, through its unique mathematical expression, can produce a non-zero gradient when the input is negative, thus avoiding the gradient vanishing problem of the ReLU function when the input is negative.

[0109] S133. Use a feature fusion layer to perform feature fusion on the third feature map and the fourth feature map to obtain a third sound feature map.

[0110] In the embodiment of the present invention, the third feature map and the fourth feature map are fused by a feature fusion layer to obtain a third sound feature map with high semantic information and high resolution.

[0111] S14. Perform a pooling operation on the third sound feature map through a pooling layer to obtain a fourth sound feature map;

[0112] S15. Use the LSTM layer to extract features from the fourth sound feature map to obtain a sound extraction feature map.

[0113] In an embodiment of the present invention, a pooling operation is performed on the third sound feature map through a pooling layer to obtain a fourth sound feature map, and a LSTM layer is used to perform feature extraction on the fourth sound feature map to obtain a sound extraction feature map.

[0114] Step 207: extracting features from the current characteristic graph through a second extraction network to obtain a current extraction characteristic graph;

[0115] Furthermore, the second extraction network includes a convolutional layer, a third residual module, a pooling layer, and an LSTM layer connected in sequence, and step 207 includes the following sub-steps:

[0116] S21. Extract features from the current characteristic map through a convolutional layer to obtain a first current characteristic map;

[0117] In an embodiment of the present invention, a convolution operation is performed on the current characteristic map through a convolution layer to obtain a first current characteristic map.

[0118] S22. Using a third residual module to extract features from the first current feature map to obtain a second current feature map; wherein the third residual module includes a fifth extraction branch and a feature fusion layer;

[0119] Furthermore, S22 includes the following sub-steps:

[0120] S221. Perform feature extraction on the first current feature map through a fifth extraction branch to obtain a fifth feature map; wherein the fifth extraction branch includes a batch normalization layer, a Swish activation layer, a 3×3 convolutional layer, a batch normalization layer, a Swish activation layer, and a 3×3 convolutional layer connected in sequence;

[0121] In an embodiment of the present invention, feature extraction is performed on the first current feature map through a batch normalization layer, a Swish activation layer, a 3×3 convolutional layer, a batch normalization layer, a Swish activation layer, and a 3×3 convolutional layer in sequence to obtain a fifth feature map.

[0122] S222. Use a feature fusion layer to perform feature fusion on the fifth feature map and the first current feature map to obtain a second current feature map.

[0123] In the embodiment of the present invention, the fifth feature map and the first current feature map are feature fused by a feature fusion layer to obtain a second current feature map.

[0124] S23. Perform a pooling operation on the second current characteristic map through a pooling layer to obtain a third current characteristic map;

[0125] S24. Use the LSTM layer to extract features from the third current feature map to obtain a current extraction feature map.

[0126] In an embodiment of the present invention, a pooling operation is performed on the second current characteristic map through a pooling layer to obtain a third current characteristic map, and a LSTM layer is used to perform feature extraction on the third current characteristic map to obtain a current extraction characteristic map.

[0127] Step 208: Use the detection network to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker.

[0128] Furthermore, the detection network includes a feature fusion layer, an extraction module, and an activation layer connected in sequence. Step 208 includes the following sub-steps:

[0129] S31, using a feature fusion layer to perform feature fusion on the sound extraction feature map and the current extraction feature map to obtain an information fusion feature map;

[0130] In the embodiment of the present invention, a feature fusion layer is used to fuse the features of the sound extraction feature map and the current extraction feature map to obtain an information fusion feature map.

[0131] S32, extracting features from the information fusion feature map through an extraction module to obtain an information feature map; wherein the extraction module includes a fully connected layer, a Swish activation layer, a batch normalization layer, a random dropout layer, and a fully connected layer connected in sequence;

[0132] In an embodiment of the present invention, feature extraction is performed on the information fusion feature map in sequence through a fully connected layer, a Swish activation layer, a batch normalization layer, a random dropout layer and a fully connected layer to obtain an information feature map.

[0133] S33. Use the activation layer to perform fault detection on the information feature graph to obtain a fault detection result corresponding to the circuit breaker.

[0134] In the embodiment of the present invention, a PLTanh activation layer or a Soflmax activation layer is used to perform fault detection on the information characteristic graph to obtain a fault detection result corresponding to the circuit breaker (the fault detection result is divided into fault or normal).

[0135] In an embodiment of the present invention, the present invention obtains the action data of the circuit breaker in the closed state and preprocesses the action data to obtain sound characteristic graphs and current characteristic graphs. Then, a pre-trained fault detection model is used to perform fault detection on the sound characteristic graphs and current characteristic graphs. Thus, the present invention can detect circuit breaker faults using multiple characteristic parameters, overcoming the technical problem that a single characteristic parameter can easily miss some circuit breaker faults and reduce the reliability of circuit breaker fault detection. Compared with traditional circuit breaker fault detection, the present invention improves the accuracy of circuit breaker fault detection and eliminates the need to collect vibration signals for circuit breaker analysis, thus saving detection costs.

[0136] See also Figure 4 , Figure 4 This is a structural block diagram of a circuit breaker fault detection system provided in Example 3 of the present invention.

[0137] The present invention provides a circuit breaker fault detection system, comprising:

[0138] The acquisition module 301 is used to obtain the action data of the circuit breaker in the closed state and perform data preprocessing on the action data to obtain a sound characteristic diagram and a current characteristic diagram;

[0139] An input module 302 is configured to input the sound characteristic graph and the current characteristic graph into a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network;

[0140] A first extraction module 303 is configured to extract features from the sound feature map using a first extraction network to obtain a sound extraction feature map;

[0141] A second extraction module 304 is configured to extract features from the current characteristic graph using a second extraction network to obtain a current extraction characteristic graph;

[0142] The detection module 305 is configured to perform fault detection on the sound extraction feature graph and the current extraction feature graph using a detection network to obtain a fault detection result corresponding to the circuit breaker.

[0143] Furthermore, the motion data includes sound data and current data, and the acquisition module 301 includes:

[0144] The current extraction submodule is used to construct a closing current curve using current data and extract the closing current information during the current valley period in the closing current curve;

[0145] The sound extraction submodule is used to extract effective sound signals from the sound data according to a preset characteristic time segment;

[0146] The image conversion submodule is used to perform image processing on the effective sound signal and the closing current information respectively to obtain the sound image and the current characteristic diagram.

[0147] Furthermore, the first extraction network includes a convolutional layer, a first residual module, a second residual module, a pooling layer, and an LSTM layer connected in sequence. The first extraction module 303 includes:

[0148] A first sound feature submodule is configured to extract features from the sound feature map through a convolutional layer to obtain a first sound feature map;

[0149] A second sound feature submodule, configured to extract features from the first sound feature map using the first residual module to obtain a second sound feature map; wherein the first residual module includes a first extraction branch, a second extraction branch, and a feature fusion layer;

[0150] a third sound feature submodule, configured to extract features from the second sound feature map using the second residual module to obtain a third sound feature map; wherein the second residual module includes a third extraction branch, a fourth extraction branch, and a feature fusion layer;

[0151] a fourth sound feature submodule, configured to perform a pooling operation on the third sound feature map through a pooling layer to obtain a fourth sound feature map;

[0152] The fifth sound feature submodule is used to use the LSTM layer to extract features from the fourth sound feature map to obtain a sound extraction feature map.

[0153] Furthermore, the second extraction network includes a convolutional layer, a third residual module, a pooling layer, and an LSTM layer connected in sequence. The second extraction module 304 includes:

[0154] A first current feature submodule is used to extract features from the current feature map through a convolution layer to obtain a first current feature map;

[0155] A second current feature submodule, configured to extract features from the first current feature map using a third residual module to obtain a second current feature map; wherein the third residual module includes a fifth extraction branch and a feature fusion layer;

[0156] A third current feature submodule, configured to perform a pooling operation on the second current feature map through a pooling layer to obtain a third current feature map;

[0157] The fourth current feature submodule is used to use the LSTM layer to extract features from the third current feature map to obtain a current extraction feature map.

[0158] Furthermore, the detection network includes a feature fusion layer, an extraction module, and an activation layer connected in sequence. The detection module 305 includes:

[0159] A fusion submodule is used to fuse the sound extraction feature map and the current extraction feature map using a feature fusion layer to obtain an information fusion feature map;

[0160] The information feature submodule is used to extract features from the information fusion feature map through the extraction module to obtain the information feature map; wherein the extraction module includes a fully connected layer, a Swish activation layer, a batch normalization layer, a random dropout layer and a fully connected layer connected in sequence;

[0161] The detection submodule is used to perform fault detection on the information feature map using the activation layer to obtain the fault detection result corresponding to the circuit breaker.

[0162] Furthermore, the second sound feature submodule includes:

[0163] a first feature unit, configured to extract features from the first sound feature map through a first extraction branch to generate a first feature map, wherein the first extraction branch includes a 3×3 convolutional layer, a batch normalization layer, a DY-Relu activation layer, a 3×3 convolutional layer, a batch normalization layer, and a DY-Relu activation layer connected in sequence;

[0164] a second feature unit, configured to extract features from the first sound feature map through a second extraction branch to generate a second feature map, wherein the second extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Relu activation layer connected in sequence;

[0165] The third feature unit is used to use a feature fusion layer to perform feature fusion on the first feature map and the second feature map to obtain a second sound feature map.

[0166] Furthermore, the third sound feature submodule includes:

[0167] a fourth feature unit, configured to extract features from the second sound feature map through a third extraction branch to obtain a third feature map; wherein the third extraction branch includes a batch normalization layer, a Relu activation layer, a 3×1 convolution layer, a batch normalization layer, a Relu activation layer, a 1×3 convolution layer, and a global average pooling layer connected in sequence;

[0168] a fifth feature unit, configured to extract features from the second sound feature map through a fourth extraction branch to obtain a fourth feature map; wherein the fourth extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Swish activation layer connected in sequence;

[0169] The sixth feature unit is used to use a feature fusion layer to perform feature fusion on the third feature map and the fourth feature map to obtain a third sound feature map.

[0170] Furthermore, the second current characteristic submodule includes:

[0171] a seventh feature unit, configured to perform feature extraction on the first current feature map through a fifth extraction branch to obtain a fifth feature map; wherein the fifth extraction branch includes a batch normalization layer, a Swish activation layer, a 3×3 convolutional layer, a batch normalization layer, a Swish activation layer, and a 3×3 convolutional layer connected in sequence;

[0172] The eighth feature unit is used to use a feature fusion layer to perform feature fusion on the fifth feature map and the first current feature map to obtain a second current feature map.

[0173] See also Figure 5 , Figure 5 This is a structural block diagram of a computer device provided in Example 4 of the present invention.

[0174] An electronic device according to an embodiment of the present invention includes a memory 401 and a processor 402 , wherein the memory 402 stores a computer program. When the computer program is executed by the processor 402 , the processor 402 executes the circuit breaker fault detection method according to any of the above embodiments.

[0175] Memory 401 may be an electronic memory such as flash memory, EEPROM (Electrically Erasable Programmable Read-Only Memory), EPROM, hard disk, or ROM. Memory 401 has storage space 403 for program code 413 for executing any of the method steps described above. For example, storage space 403 for program code may include individual program codes 413 for implementing various steps in the method described above. These program codes may be read from or written to one or more computer program products. These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards, or floppy disks. The program codes may be compressed, for example, in a suitable format. When executed by a processing device, these codes cause the processing device to execute the various steps in the method described above. These program codes may be read from or written to one or more computer program products. These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards, or floppy disks. The program codes may be compressed, for example, in a suitable format. When these codes are executed by a computing and processing device, they cause the computing and processing device to execute the steps of the circuit breaker fault detection method described above.

[0176] Those skilled in the art will clearly understand that, for the convenience and brevity of description, the specific working processes of the systems, devices and units described above can refer to the corresponding processes in the aforementioned method embodiments and will not be repeated here.

[0177] In the several embodiments provided in this application, it should be understood that the disclosed systems, devices and methods can be implemented in other ways. For example, the device embodiments described above are merely schematic. For example, the division of units is only a logical function division. In actual implementation, there may be other division methods, such as multiple units or components can be combined or integrated into another system, or some features can be ignored or not executed. Another point is that the mutual coupling or direct coupling or communication connection shown or discussed can be an indirect coupling or communication connection through some interface, device or unit, which can be electrical, mechanical or other forms.

[0178] Units described as separate components may or may not be physically separate, and components shown as units may or may not be physical units, that is, they may be located in one place or distributed across multiple network units. Some or all of these units may be selected to achieve the purpose of this embodiment according to actual needs.

[0179] In addition, the functional units in the various embodiments of the present invention may be integrated into a single processing unit, each unit may exist physically separately, or two or more units may be integrated into a single unit. The aforementioned integrated units may be implemented in the form of hardware or software functional units.

[0180] If the integrated unit is implemented as a software functional unit and sold or used as an independent product, it can be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present invention, or the portion that contributes to the prior art, or all or part of the technical solution, can be embodied in the form of a software product. This computer software product is stored in a storage medium and includes several instructions for causing a computer device (which can be a personal computer, server, or network device, etc.) to execute all or part of the steps of the various embodiments of the method of the present invention. The aforementioned storage medium includes various media that can store program code, such as USB flash drives, mobile hard drives, read-only memories (ROMs), random access memories (RAMs), magnetic disks, or optical disks.

[0181] The above embodiments are only used to illustrate the technical solutions of the present invention, rather than to limit the same. Although the present invention has been described in detail with reference to the aforementioned embodiments, those skilled in the art should understand that they can still modify the technical solutions described in the aforementioned embodiments, or make equivalent replacements for some of the technical features therein. However, these modifications or replacements do not deviate the essence of the corresponding technical solutions from the spirit and scope of the technical solutions of the various embodiments of the present invention.

Claims

1. A circuit breaker fault detection method, characterized in that: include: Acquiring action data of the circuit breaker in a closed state, and performing data preprocessing on the action data to obtain a sound characteristic graph and a current characteristic graph; Inputting the sound characteristic graph and the current characteristic graph into a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network; Performing feature extraction on the sound feature map through the first extraction network to obtain a sound extraction feature map; Performing feature extraction on the current characteristic graph through the second extraction network to obtain a current extraction characteristic graph; Using the detection network to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker; The first extraction network includes a convolutional layer, a first residual module, a second residual module, a pooling layer, and an LSTM layer connected in sequence. The step of extracting features from the sound feature map through the first extraction network to obtain the sound extraction feature map includes: Performing feature extraction on the sound feature map through a convolutional layer to obtain a first sound feature map; Using the first residual module to extract features from the first sound feature map to obtain a second sound feature map; wherein the first residual module includes a first extraction branch, a second extraction branch and a feature fusion layer; Performing feature extraction on the second sound feature map through the second residual module to obtain a third sound feature map; wherein the second residual module includes a third extraction branch, a fourth extraction branch and a feature fusion layer; Performing a pooling operation on the third sound feature map through a pooling layer to obtain a fourth sound feature map; Performing feature extraction on the fourth sound feature map using an LSTM layer to obtain a sound extraction feature map; The second extraction network includes a convolutional layer, a third residual module, a pooling layer, and an LSTM layer connected in sequence. The step of extracting features from the current feature map through the second extraction network to obtain the current extraction feature map includes: Performing feature extraction on the current characteristic map through a convolution layer to obtain a first current characteristic map; Using the third residual module to perform feature extraction on the first current characteristic map to obtain a second current characteristic map; wherein the third residual module includes a fifth extraction branch and a feature fusion layer; Performing a pooling operation on the second current characteristic map through a pooling layer to obtain a third current characteristic map; The LSTM layer is used to extract features from the third current feature map to obtain a current extraction feature map.

2. The circuit breaker fault detection method according to claim 1, characterized in that: The motion data includes sound data and current data, and the step of preprocessing the motion data to obtain a sound characteristic graph and a current characteristic graph includes: constructing a closing current curve using the current data, and extracting closing current information during a current valley period in the closing current curve; extracting effective sound signals from the sound data according to a preset characteristic time segment; The effective sound signal and the closing current information are respectively processed into images to obtain a sound image and a current characteristic diagram.

3. The circuit breaker fault detection method according to claim 1, characterized in that: The detection network includes a feature fusion layer, an extraction module, and an activation layer connected in sequence. The step of using the detection network to perform fault detection on the sound extraction feature graph and the current extraction feature graph to obtain a fault detection result corresponding to the circuit breaker includes: Using a feature fusion layer to perform feature fusion on the sound extraction feature map and the current extraction feature map to obtain an information fusion feature map; Performing feature extraction on the information fusion feature map through an extraction module to obtain an information feature map; wherein the extraction module includes a fully connected layer, a Swish activation layer, a batch normalization layer, a random dropout layer and a fully connected layer connected in sequence; An activation layer is used to perform fault detection on the information characteristic graph to obtain a fault detection result corresponding to the circuit breaker.

4. The circuit breaker fault detection method according to claim 1, characterized in that: The step of extracting features from the first sound feature map using the first residual module to obtain a second sound feature map includes: Performing feature extraction on the first sound feature map through the first extraction branch to generate a first feature map, wherein the first extraction branch includes a 3×3 convolutional layer, a batch normalization layer, a DY-Relu activation layer, a 3×3 convolutional layer, a batch normalization layer, and a DY-Relu activation layer connected in sequence; Performing feature extraction on the first sound feature map through the second extraction branch to generate a second feature map, wherein the second extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Relu activation layer connected in sequence; A feature fusion layer is used to perform feature fusion on the first feature map and the second feature map to obtain a second sound feature map.

5. The circuit breaker fault detection method according to claim 1, characterized in that: The step of extracting features from the second sound feature map using the second residual module to obtain a third sound feature map includes: Performing feature extraction on the second sound feature map through the third extraction branch to obtain a third feature map; wherein the third extraction branch includes a batch normalization layer, a Relu activation layer, a 3×1 convolution layer, a batch normalization layer, a Relu activation layer, a 1×3 convolution layer, and a global average pooling layer connected in sequence; Performing feature extraction on the second sound feature map through the fourth extraction branch to obtain a fourth feature map; wherein the fourth extraction branch includes a 3×3 convolutional layer, a batch normalization layer, and a Swish activation layer connected in sequence; A feature fusion layer is used to perform feature fusion on the third feature map and the fourth feature map to obtain a third sound feature map.

6. The circuit breaker fault detection method according to claim 1, characterized in that: The step of using the third residual module to extract features from the first current characteristic map to obtain a second current characteristic map includes: Performing feature extraction on the first current feature map through the fifth extraction branch to obtain a fifth feature map; wherein the fifth extraction branch includes a batch normalization layer, a Swish activation layer, a 3×3 convolutional layer, a batch normalization layer, a Swish activation layer, and a 3×3 convolutional layer connected in sequence; A feature fusion layer is used to perform feature fusion on the fifth feature map and the first current feature map to obtain a second current feature map.

7. A circuit breaker fault detection system, characterized in that: include: An acquisition module is used to obtain the action data of the circuit breaker in the closed state, and perform data preprocessing on the action data to obtain a sound characteristic diagram and a current characteristic diagram; An input module, configured to input the sound characteristic graph and the current characteristic graph into a pre-trained fault detection model, wherein the fault detection model includes a first extraction network, a second extraction network, and a detection network; a first extraction module, configured to perform feature extraction on the sound feature map through the first extraction network to obtain a sound extraction feature map; a second extraction module, configured to perform feature extraction on the current characteristic graph through the second extraction network to obtain a current extraction characteristic graph; a detection module, configured to perform fault detection on the sound extraction feature graph and the current extraction feature graph using the detection network to obtain a fault detection result corresponding to the circuit breaker; The first extraction network includes a convolutional layer, a first residual module, a second residual module, a pooling layer, and an LSTM layer connected in sequence. The first extraction module includes: A first sound feature submodule, configured to extract features from the sound feature map through a convolutional layer to obtain a first sound feature map; A second sound feature submodule, configured to extract features from the first sound feature map using the first residual module to obtain a second sound feature map; wherein the first residual module includes a first extraction branch, a second extraction branch, and a feature fusion layer; A third sound feature submodule, configured to extract features from the second sound feature map using the second residual module to obtain a third sound feature map; wherein the second residual module includes a third extraction branch, a fourth extraction branch, and a feature fusion layer; a fourth sound feature submodule, configured to perform a pooling operation on the third sound feature map through a pooling layer to obtain a fourth sound feature map; a fifth sound feature submodule, configured to perform feature extraction on the fourth sound feature map using an LSTM layer to obtain a sound extraction feature map; The second extraction network includes a convolutional layer, a third residual module, a pooling layer, and an LSTM layer connected in sequence. The second extraction module includes: A first current feature submodule, configured to extract features from the current feature map through a convolution layer to obtain a first current feature map; a second current feature submodule, configured to extract features from the first current feature map using the third residual module to obtain a second current feature map; wherein the third residual module includes a fifth extraction branch and a feature fusion layer; A third current feature submodule, configured to perform a pooling operation on the second current feature map through a pooling layer to obtain a third current feature map; The fourth current feature submodule is used to use the LSTM layer to extract features from the third current feature map to obtain a current extraction feature map.

8. An electronic device, characterized in that: The method comprises a memory and a processor, wherein a computer program is stored in the memory, and when the computer program is executed by the processor, the processor executes the steps of the circuit breaker fault detection method according to any one of claims 1 to 6.

Citation Information

Patent Citations

  • Automatic identification method and device for mechanical fault of high-voltage switch

    CN111796180A

  • Method for processing CT (Computed Tomography) reconstructed image

    CN117726754A