Movatterモバイル変換


[0]ホーム

URL:


CN119479230A - A linkage early warning method based on security situation assessment and its application - Google Patents

A linkage early warning method based on security situation assessment and its application
Download PDF

Info

Publication number
CN119479230A
CN119479230ACN202410700076.9ACN202410700076ACN119479230ACN 119479230 ACN119479230 ACN 119479230ACN 202410700076 ACN202410700076 ACN 202410700076ACN 119479230 ACN119479230 ACN 119479230A
Authority
CN
China
Prior art keywords
data
early warning
model
assessment
rainfall
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
CN202410700076.9A
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.)
China Yangtze Power Co Ltd
Original Assignee
China Yangtze 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 China Yangtze Power Co LtdfiledCriticalChina Yangtze Power Co Ltd
Priority to CN202410700076.9ApriorityCriticalpatent/CN119479230A/en
Publication of CN119479230ApublicationCriticalpatent/CN119479230A/en
Pendinglegal-statusCriticalCurrent

Links

Classifications

Landscapes

Abstract

The invention provides a linkage early warning method based on security situation assessment and application thereof, which comprises the following steps of data preprocessing and feature extraction, constructing an abnormal assessment model and a normal assessment model, training and parameter adjustment, utilizing a security assessment function to assess data acquired in real time, judging the current security state of a hydropower plant, outputting a security parameter, constructing a decision function, determining whether the current state is abnormal or not based on the security parameter and environmental factors EnvFactors, dynamically selecting and determining to select the abnormal assessment model and the normal assessment model for real-time assessment, judging whether the current state needs early warning or not, and linking an emergency command system and early warning information to perform early warning and emergency response when early warning is needed, and prompting the security risk possibly faced by the hydropower plant. The invention solves the problems that the existing system lacks enough flexibility and adaptability and cannot effectively cope with changeable network security threats by constructing the security assessment function and the decision function and combining the neural network model.

Description

Linkage early warning method based on security situation assessment and application thereof
Technical Field
The invention relates to the field of safety early warning, in particular to a linkage early warning method based on safety situation assessment and application thereof.
Background
With the scale expansion of hydropower plants and the continuous progress of technology, the requirements on the operation safety of hydropower plants are also higher and higher. However, existing early warning systems often focus on only a single operating parameter or equipment state, and lack a comprehensive assessment of the overall security situation of a hydropower plant. Under complex and changeable operation environments, single parameter monitoring often cannot accurately reflect the safety state of a hydropower plant, and missing report or false report is easily caused, so that the risk of large accidents such as flooding the plant is increased.
In addition, when the existing early warning system processes the emergency, the problems of low response speed and low processing efficiency often exist. Due to the lack of rapid processing and analysis capabilities for large amounts of real-time data, the system cannot identify potential safety hazards in time, resulting in an inability to take effective countermeasures at a first time. This not only increases the likelihood of an accident, but can also have serious consequences for the operation of the hydropower plant.
Therefore, developing an early warning system capable of comprehensively evaluating the safety situation of a hydropower plant, improving the efficiency of handling emergency events and becoming a problem to be solved in the current field of hydropower plant safety management.
Disclosure of Invention
The invention mainly aims to provide a linkage early warning method based on security situation assessment and application thereof, and solves the problems that the prior art has low efficiency and lacks flexibility when processing complex data, and cannot respond to emergencies in real time.
In order to solve the technical problems, the technical scheme adopted by the invention is that the linkage early warning method based on security situation assessment comprises the following steps:
S1, carrying out normalization, noise filtering and dimension reduction on original data and carrying out feature extraction on the preprocessed data;
S2, constructing an abnormal evaluation model and a normal evaluation model, namely inputting the processed characteristic data into a neural network for training, enabling the model to accurately distinguish between a normal state and an abnormal state by adjusting a network weight and a threshold value, respectively inputting the data in the normal state and the abnormal state into the convolutional neural network model, constructing a safety evaluation model in the normal state and the abnormal state, namely, the normal evaluation model for processing the normal state and the abnormal evaluation model for processing the abnormal state, measuring the difference between the model output and an actual label by adopting a cross entropy loss function, and optimizing the network weight by using an Adam optimizer;
S3, evaluating the safety situation, namely evaluating the data acquired in real time by utilizing a safety evaluation function, judging the current safety state of the hydropower plant, and outputting a safety parameter;
S4, constructing a decision function based on the safety parametersAnd environmental factors EnvFactors by a decision functionDetermining whether the current state is abnormal;
S5, judging the safety state in real time, namely dynamically selecting and determining to select an abnormal evaluation model or a normal evaluation model for real-time evaluation through the step S4, and judging whether the current state needs early warning or not;
S6, linkage early warning, namely after the step S5 judges that early warning is needed, the linkage emergency command system and the early warning information pushing system perform early warning and emergency response, automatically send out early warning signals and prompt the safety risk possibly faced by the hydropower plant;
through the steps, linkage early warning of safety situation assessment is realized.
In a preferred embodiment, the step S1 specifically includes the following substeps:
S11, preprocessing original data, namely carrying out normalization processing on the original data, carrying out noise filtration on the original data by using a Kalman filter, carrying out dimension reduction processing on the data by adopting a principal component analysis technology, and extracting main features in the data;
And S12, extracting features, namely calculating an average value and a standard deviation in a sliding window by utilizing the preprocessed data, extracting features reflecting the running condition of the hydropower plant, analyzing and extracting trend and periodic features by adopting a time sequence, and identifying key frequency components by using a frequency domain analysis method.
In the preferred scheme, in the step S1, the original data comprise water level sensor data, meteorological data, rainfall data and video monitoring data;
Water level sensor data, namely water level data;
Weather data, namely rainfall probability predicted by a weather department;
Rainfall data including rainfall and rainfall duration;
The video monitoring data is used for monitoring the environment around the factory building in real time, and potential risk factors including infrastructure damage, artificial activity risks and equipment faults and maintenance requirements are detected and quantized into video monitoring data.
In a preferred embodiment, in step S2, the processed feature data is input into a neural network for training, and a loss function is used to quantify a difference between the prediction probability and the actual label, where the loss function is specifically expressed as:
;
Wherein,Is a label of whether flooding accident actually occurs, is 0 or 1, the number of N training samples,Representing model predictionThe probability of flooding of each sample,AndRespectively the firstWater level, rainfall and rainfall probability of each sample.
In a preferred embodiment, in step S2, an Adam optimizer is used to adjust the network weight, where the specific expression of the Adam optimizer is as follows:
;
Wherein,AndIs a modified version of the bias of the first and second moment estimates taking into account the gradients of water level, rainfall and rainfall probability,Representing model parameters, updated continually by the Adam optimizer,Is pointed at the firstThe values of the model parameters at the time of the step,Is pointed at the firstThe values of the model parameters at the time of the step,The learning rate is indicated as being indicative of the learning rate,The water level is indicated and the water level,Indicating the amount of rainfall,Representing the rainfall probability predicted by the meteorological department,Is a numerical value, preventing the denominator from being zero.
In a preferred embodiment, in step S3, the expression of the security evaluation function is as follows:
;
Wherein,The CNN model is represented as such,The parameters of the model are represented by the parameters,The water level is indicated and the water level,Indicating the amount of rainfall,Representing the rainfall probability predicted by the meteorological department.
In a preferred embodiment, in step S4, a decision function is constructedTo judge whether the real-time data is abnormal or not and to decide the functionThe concrete steps are as follows:
;
Based on the security parameters in step S3And environmental factors EnvFactors by a decision functionJudging whether the real-time data is abnormal or not;
Wherein EnvFactors includes environmental factors of time, season and frequency of historical events,Is a parameter of a decision function comprising a weight and a threshold value, a decision functionBased on machine learning or heuristic rules to ensure that the most appropriate model is chosen for evaluation in different situations.
In a preferred embodiment, in step S5, the method dynamically selects and determines to select an abnormal evaluation model or a normal evaluation model for real-time evaluation, which specifically includes:
s51, obtaining whether real-time data is abnormal or not according to the step S4;
s52, if the real-time data is judged to be in an abnormal state, verifying and evaluating by using an abnormal evaluation model;
S53, if the real-time data is judged to be in a normal state, verifying and evaluating by using a normal evaluation model, if a normal result is obtained, judging to terminate, continuously collecting the data, and if an abnormal result is obtained, continuously evaluating by using an abnormal evaluation model;
S54, outputting an abnormal result and carrying out early warning.
The invention also provides a linkage early warning system based on security situation assessment, which comprises a data acquisition layer, a data processing layer and a decision layer;
the data acquisition layer is used for monitoring various operation parameters of the hydropower plant in real time, including water level sensor data, weather forecast of a meteorological department, rainfall data and video monitoring data;
the data processing layer is used for preprocessing, extracting features and identifying modes of the acquired data and providing effective information for the decision layer;
the decision layer is used for evaluating the safety state of the hydropower plant based on the neural network safety situation evaluation model and sending out an early warning signal;
The system is used for realizing a linkage early warning method based on security situation assessment.
In the preferred scheme, the system also comprises a water level monitoring system, a video monitoring system, a rainfall early warning system, a real-time data analysis system, an emergency command system and an early warning information pushing system;
The water level monitoring system is characterized in that a water level sensor is arranged in a factory building, whether water exists in the room or not is monitored in real time, and when the water level exceeds a preset safety threshold value, the system automatically sends out an early warning signal;
The rainfall early warning system collects data of a meteorological department, predicts rainfall conditions in a period of time in the future, and sends out early warning signals when strong rainfall weather is predicted;
the video monitoring system is characterized in that cameras are arranged in important areas inside and outside a factory building, and real-time conditions of the factory building are monitored in real time;
The real-time data analysis system is used for collecting water level, rainfall and video monitoring data, predicting the risk of possible water flooding factory accidents through data analysis and processing, and automatically triggering an early warning signal when the risk reaches a certain degree;
The emergency command system starts an emergency command flow immediately after receiving the early warning signal and notifies taking measures;
The early warning information pushing system pushes early warning information to related personnel in a short message, telephone or APP mode, so that dangerous situations can be known timely.
The invention also provides an application of the linkage early warning method based on the security situation assessment, which is applied to the hydrologic monitoring and disaster prevention fields of hydropower stations, reservoirs and river basin management, and can identify potential flood risks, equipment faults and potential safety hazards in early stage under complex and changeable natural environments and operation conditions by means of efficient integration and intelligent analysis of multi-source monitoring data, so that accurate early warning and quick response to disasters are realized.
The invention also provides an electronic device comprising a memory and a processor, wherein the memory stores a computer program, and the processor is configured to run the computer program to execute the linkage early warning method based on the security situation assessment.
The present invention also provides a readable storage medium having stored therein a computer program comprising program code for controlling a process to perform a process comprising a linked early warning method according to a security situation based assessment.
The invention provides a linkage early warning method based on security situation assessment and application thereof, which are used for integrating multisource data such as water level, weather, video monitoring and the like, constructing abnormal assessment and normal assessment models by utilizing a neural network through data preprocessing and feature extraction so as to distinguish normal and abnormal states of a hydropower plant, acquiring operation parameters in real time by a system, judging whether to trigger early warning by a decision layer based on a security assessment function, environmental factors and decision functions after data processing, dynamically selecting an applicable model to carry out verification assessment, and linking an emergency command and early warning pushing system to start response and notify related personnel when confirming abnormality, wherein the whole system covers subsystems such as water level monitoring, rainfall early warning, video monitoring and the like, realizes omnibearing monitoring, intelligent early warning and quick response of security risks of the hydropower plant, remarkably improves security management efficiency, prevents accidents, and ensures production security and personnel life security.
The invention has the beneficial effects that:
(1) The multi-source data fusion and the depth analysis realize the omnibearing monitoring of the running state of the hydropower plant by integrating the information of various sources such as water level sensor data, meteorological data, video monitoring data and the like, perform professional preprocessing and feature extraction on the data, fully utilize the advantages of the multi-element data and improve the comprehensiveness and accuracy of situation awareness;
(2) The accurate safety situation assessment comprises the steps of constructing an abnormal assessment model and a normal assessment model, and accurately distinguishing the normal state and the abnormal state of the hydropower plant by using a neural network technology;
(3) Constructing a decision function based on safety parameters and environmental factors, realizing intelligent judgment of real-time data, identifying potential risks in time, carrying out real-time verification and evaluation by dynamically selecting an evaluation model, ensuring the accuracy and timeliness of early warning, and immediately linking an emergency command system and an early warning information pushing system once the safety parameters and the environmental factors are judged to be abnormal, so that an emergency plan is started quickly and related personnel are notified, and the risk response time is obviously shortened;
(4) Constructing a linkage early warning system comprising a data acquisition layer, a data processing layer, a decision layer, water level monitoring, rainfall early warning, video monitoring, real-time data analysis, emergency command, early warning information pushing and other subsystems, forming a complete closed loop from data acquisition, processing, analysis to decision and response, and effectively improving the integrity and the synergy of the risk management of the hydropower plant;
(5) The application of the invention obviously enhances the identification, early warning and coping capacity of hydropower plants to various safety risks, is beneficial to preventing serious safety accidents, ensures the continuity and stability of production operation, reduces economic loss caused by shutdown, faults or accidents, and protects the life safety of personnel.
Drawings
The invention is further illustrated by the following examples in conjunction with the accompanying drawings:
FIG. 1 is a flow chart of a linkage early warning method based on security situation assessment;
fig. 2 is a flowchart of the overall linkage early warning system based on security situation assessment.
Detailed Description
Example 1
As shown in fig. 1-2, a linkage early warning method based on security situation assessment comprises the following steps:
S1, carrying out normalization, noise filtering and dimension reduction on original data and carrying out feature extraction on the preprocessed data;
S2, constructing an abnormal evaluation model and a normal evaluation model, namely inputting the processed characteristic data into a neural network for training, enabling the model to accurately distinguish between a normal state and an abnormal state by adjusting a network weight and a threshold value, respectively inputting the data in the normal state and the abnormal state into the convolutional neural network model, constructing a safety evaluation model in the normal state and the abnormal state, namely, the normal evaluation model for processing the normal state and the abnormal evaluation model for processing the abnormal state, measuring the difference between the model output and an actual label by adopting a cross entropy loss function, and optimizing the network weight by using an Adam optimizer;
S3, evaluating the safety situation, namely evaluating the data acquired in real time by utilizing a safety evaluation function, judging the current safety state of the hydropower plant, and outputting a safety parameter;
S4, constructing a decision function based on the safety parametersAnd environmental factors EnvFactors by a decision functionDetermining whether the current state is abnormal;
S5, judging the safety state in real time, namely dynamically selecting and determining to select an abnormal evaluation model or a normal evaluation model for real-time evaluation through the step S4, and judging whether the current state needs early warning or not;
S6, linkage early warning, namely after the step S5 judges that early warning is needed, the linkage emergency command system and the early warning information pushing system perform early warning and emergency response, automatically send out early warning signals and prompt the safety risk possibly faced by the hydropower plant;
through the steps, linkage early warning of safety situation assessment is realized.
The invention provides a linkage early warning method based on security situation assessment, which integrates multi-source data such as water level, weather, video monitoring and the like, firstly carries out preprocessing and feature extraction on original data, then inputs the processed feature data into a neural network for training, enables a model to accurately distinguish normal states and abnormal states, respectively builds a normal assessment model and an abnormal assessment model by utilizing normal data and abnormal data in a sample library, builds a decision function by utilizing a security assessment function in combination with environmental factors, judges whether real-time data is abnormal, selects a proper model for assessment, accurately distinguishes normal and abnormal states of a hydropower plant, judges whether to trigger early warning, realizes real-time assessment and judgment of the security situation, and links an emergency command and early warning pushing system when confirming the abnormality, starts response and informs related personnel to form a complete closed loop from data acquisition, processing, analysis to decision and response. The method remarkably improves the risk identification, early warning and handling capacity of the hydropower plant, effectively prevents safety accidents, ensures continuous and stable production, reduces economic loss, protects personnel safety and has remarkable social and economic benefits.
In a preferred embodiment, the step S1 specifically includes the following substeps:
S11, preprocessing original data, namely carrying out normalization processing on the original data, carrying out noise filtration on the original data by using a Kalman filter, carrying out dimension reduction processing on the data by adopting a principal component analysis technology, and extracting main features in the data;
And S12, extracting features, namely calculating an average value and a standard deviation in a sliding window by utilizing the preprocessed data, extracting features reflecting the running condition of the hydropower plant, analyzing and extracting trend and periodic features by adopting a time sequence, and identifying key frequency components by using a frequency domain analysis method.
In the step S11, the data with different dimensions or amplitude ranges are unified in scale by utilizing normalization processing, interference caused by unit and size differences among the data is eliminated, convergence and comparison of a neural network model are facilitated, kalman filtering is used, random noise in original data is removed through a recursive filtering algorithm, data quality is improved, focusing on real signals rather than nonsensical fluctuation is ensured during model training, principal Component Analysis (PCA) is to reduce dimensions through linear transformation, extract main feature vectors of the data, compress a data set, simultaneously retain most of information, simplify model input, lighten calculation load and improve model generalization capability.
In the step S12, the average value and standard deviation of the data in a certain time window are calculated through sliding window statistics, the short-term fluctuation characteristic of the running condition of the hydropower plant is captured and reflected to the local stability and abnormal change, the time sequence analysis is utilized to reveal the trend and the periodic mode of the data evolving along with time, which is helpful for understanding the long-term rule and seasonal influence of the hydropower plant operation and providing valuable clues about the future state change for the model, in addition, the frequency domain analysis can identify key frequency components in the data, such as low-frequency trend, medium-high frequency fluctuation and the like, which are often associated with specific running problems or fault modes and help the model distinguish normal states from abnormal states.
In the preferred scheme, in the step S1, the original data comprise water level sensor data, meteorological data, rainfall data and video monitoring data;
Water level sensor data, namely water level data;
Weather data, namely rainfall probability predicted by a weather department;
Rainfall data including rainfall and rainfall duration;
The video monitoring data is used for monitoring the environment around the factory building in real time, and potential risk factors including infrastructure damage, artificial activity risks and equipment faults and maintenance requirements are detected and quantized into video monitoring data.
The system integrates water level sensor data, meteorological data, rainfall data and video monitoring data, achieves multidimensional and omnibearing monitoring of the safety situation of the hydropower plant, ensures comprehensive coverage of risk factors, improves accuracy and sensitivity of risk identification, provides rich and multiple inputs for neural network model training, powerfully supports safety situation assessment and early warning, and improves safety management and emergency capability of the hydropower plant.
In a preferred embodiment, in step S2, the processed feature data is input into a neural network for training, and a loss function is used to quantify a difference between the prediction probability and the actual label, where the loss function is specifically expressed as:
;
Wherein,Is a label of whether flooding accident actually occurs, is 0 or 1, the number of N training samples,Representing model predictionThe probability of flooding of each sample,AndRespectively the firstWater level, rainfall and rainfall probability of each sample.
The neural network training is carried out on the processed characteristic data by using a specific loss function, and the method has the advantages of target guiding training, focusing flooding risk identification, multi-factor comprehensive consideration, quantitative evaluation of model performance, minimization of loss to approach an ideal prediction state and accurate distinction of flooding accidents in a normal state and an abnormal state, wherein the influence of water level, rainfall and rainfall probability on the flooding risk is considered.
In a preferred embodiment, in step S2, an Adam optimizer is used to adjust the network weight, where the specific expression of the Adam optimizer is as follows:
;
Wherein,AndIs a modified version of the bias of the first and second moment estimates taking into account the gradients of water level, rainfall and rainfall probability,Representing model parameters, updated continually by the Adam optimizer,Is pointed at the firstThe values of the model parameters at the time of the step,Is pointed at the firstThe values of the model parameters at the time of the step,The learning rate is indicated as being indicative of the learning rate,The water level is indicated and the water level,Indicating the amount of rainfall,Representing the rainfall probability predicted by the meteorological department,Is a numerical value, preventing the denominator from being zero.
The Adam optimizer is adopted to adjust the network weight, and has the advantages of self-adapting learning rate, combining the dynamic term and RMSProp, accelerating training and improving convergence efficiency, efficient memory use, only needing to store moving average values, saving resources, being suitable for large-scale network training, stability and robustness, introducing deviation correction term, relieving gradient estimation deviation and avoiding overlarge learning rate in the initial stage of training.
In a preferred embodiment, in step S3, the expression of the security situation function is as follows:
;
Wherein,The CNN model is represented as such,The parameters of the model are represented by the parameters,The water level is indicated and the water level,Indicating the amount of rainfall,Representing the rainfall probability predicted by the meteorological department.
The safety situation function takes the CNN model as a core, combines key data such as water level, rainfall and rainfall probability to realize accurate quantitative evaluation on the current safety state of the hydropower plant, plays a core safety evaluation role in an integral early warning system, performs deep fusion analysis on multiple factors through a deep learning technology, ensures the comprehensiveness and accuracy of evaluation, can dynamically respond to risk change, and outputs safety parameters and environmental parameters to construct a decision functionThereby further selecting a normal evaluation model or an abnormal evaluation model for real-time data evaluation.
In a preferred embodiment, in step S4, a decision function is constructedTo judge whether the real-time data is abnormal or not and to decide the functionThe concrete steps are as follows:
;
Based on the security parameters in step S3And environmental factors EnvFactors by a decision functionJudging whether the real-time data is abnormal or not;
Wherein EnvFactors includes environmental factors of time, season and frequency of historical events,Is a parameter of a decision function comprising a weight and a threshold value, a decision functionBased on machine learning or heuristic rules to ensure that the most appropriate model is chosen for evaluation in different situations.
The decision function plays a key model selection role in the linkage early warning method, dynamically combines real-time safety parameters with environmental factors including time, seasons and historical event frequency, ensures that the early warning system selects the most suitable assessment model, namely the normal or abnormal assessment model, under different running environments and risk conditions, and enhances the environment adaptability and risk identification accuracy of the system. Through dynamic adjustment of the evaluation strategy, the early warning system can flexibly switch between normal/abnormal models, so that not only is the excessive calculation avoided when the risk is low, but also the deep analysis is ensured when the risk is high. In addition, the decision function can optimize resource allocation, so that the operation efficiency of the early warning system is improved, and the stability and response speed are maintained especially when a large amount of real-time data and complex analysis tasks are processed. Based on machine learning or heuristic rules, the decision function can continuously learn and improve model selection accuracy, so that risk identification capacity and prediction accuracy of the early warning system are further improved, and false alarm rate are reduced.
In a preferred embodiment, in step S5, the method dynamically selects and determines to select an abnormal evaluation model or a normal evaluation model for real-time evaluation, which specifically includes:
s51, obtaining whether real-time data is abnormal or not according to the step S4;
s52, if the real-time data is judged to be in an abnormal state, verifying and evaluating by using an abnormal evaluation model;
S53, if the real-time data is judged to be in a normal state, verifying and evaluating by using a normal evaluation model, if a normal result is obtained, judging to terminate, continuously collecting the data, and if an abnormal result is obtained, continuously evaluating by using an abnormal evaluation model;
S54, outputting an abnormal result and carrying out early warning.
The invention also provides a linkage early warning system based on the security situation assessment, which comprises a data acquisition layer, a data processing layer and a decision layer.
And the data acquisition layer is used for monitoring various operation parameters of the hydropower plant in real time, including water level sensor data, weather forecast of a meteorological department, rainfall data and video monitoring data.
And the data processing layer is used for preprocessing, extracting features and identifying modes of the acquired data and providing effective information for the decision layer.
And the decision layer is used for evaluating the safety state of the hydropower plant based on the neural network safety situation evaluation model and sending out an early warning signal.
The system is used for realizing a linkage early warning method based on security situation assessment.
The linkage early warning system comprises a data acquisition layer, a data processing layer and a decision layer, realizes comprehensive monitoring, accurate assessment and timely early warning of the safety situation of the hydropower plant, monitors various operation parameters in real time, covers multi-source data such as water level, weather, rainfall, video monitoring and the like, ensures the comprehensiveness of risk information, improves the data quality through preprocessing, feature extraction and pattern recognition, digs deep risk association, provides effective information for decision making, evaluates the safety situation based on a neural network model, accurately judges the risk level, and timely sends out early warning signals.
In the preferred scheme, the system further comprises a water level monitoring system, a video monitoring system, a rainfall early warning system, a real-time data analysis system, an emergency command system and an early warning information pushing system.
The water level monitoring system is characterized in that a water level sensor is arranged in a factory building, whether water exists in the room or not is monitored in real time, and when the water level exceeds a preset safety threshold, the system automatically sends out an early warning signal.
The rainfall early warning system collects data of a meteorological department, predicts rainfall conditions in a period of time in the future, and sends out early warning signals when strong rainfall weather is predicted.
The video monitoring system is characterized in that cameras are arranged in important areas inside and outside the factory building, and real-time conditions of the factory building are monitored in real time.
And the real-time data analysis system is used for collecting water level, rainfall and video monitoring data, predicting the risk of possible water flooding factory accidents through data analysis and processing, and automatically triggering an early warning signal when the risk reaches a certain degree.
And the emergency command system immediately starts an emergency command flow after receiving the early warning signal and notifies taking measures.
The early warning information pushing system pushes early warning information to related personnel in a short message, telephone or APP mode, so that dangerous situations can be known timely.
The water level monitoring system monitors the water level in the factory in real time, and automatically pre-warns the water level in a super-threshold value and timely discovers the flooding risk. The rainfall early warning system predicts rainfall by using meteorological data, early warns water level rising possibly caused by strong rainfall, and takes precautions in advance. The real-time data analysis system integrates multi-source data, predicts the risk of a flooding accident and accurately triggers early warning. The linkage alarm system realizes the sharing and linkage of internal and external information, expands the early warning range and requests external support. The linkage early warning system realizes comprehensive monitoring, accurate prediction, quick response and effective communication of risks and effectively ensures safe operation of a hydropower plant.
Example 2
1-2, A linkage early warning method based on security situation assessment is as follows:
Step one, constructing a network security situation index system
The original data comprise water level sensor data, meteorological data, rainfall data and video monitoring data.
The CNN predicts the possible water level rising condition by analyzing the trend and abnormal pattern in the sensor data.
Weather data, weather department predicted rainfall probability, weather data, such as predicted rainfall and duration, may also be included in the analysis to evaluate weather conditions that may have an impact on water level.
Rainfall data, including rainfall and rainfall duration, and analyzing the rainfall data, particularly heavy rainfall events, to estimate potential impact on reservoir water level.
And the video monitoring data is used for monitoring the environment around the factory building in real time, detecting the water level change and other potential risk factors and quantifying the water level change and other potential risk factors into video monitoring data.
Step two, constructing a neural network security situation assessment model
(1) And the data preprocessing comprises the steps of carrying out operations such as normalization, filtering and the like on the original data, reducing noise interference, improving the accuracy of evaluation, and carrying out noise filtering on the original data by using a Kalman filter so as to improve the data quality. And the main component analysis (PCA) technology is adopted to carry out dimension reduction treatment on the data, so that the efficiency and accuracy of subsequent treatment are improved.
(2) Feature extraction, namely extracting representative features such as a sliding average value, a standard deviation and the like from the processed data so as to reflect the running condition of the hydropower plant. Time series analysis is employed to extract time-dependent features in the data, such as trends and periodicity, and frequency domain analysis methods are used to identify key frequency components in the data.
(3) And training the neural network, namely inputting the processed characteristic data into the neural network for training, and adjusting the network weight and the threshold value to enable the neural network to correctly identify the normal state and the abnormal state. Convolutional Neural Networks (CNNs) are selected to process and identify complex data patterns.
(4) And (3) constructing an abnormal evaluation model and a normal evaluation model, namely respectively inputting data in a normal state and an abnormal state into a convolutional neural network model, constructing a safety evaluation model in the normal state and the abnormal state, namely, a normal evaluation model for processing the normal state and an abnormal evaluation model for processing the abnormal state, measuring the difference between the model output and an actual label by adopting a cross entropy loss function, and optimizing the network weight by using an Adam optimizer.
In the present invention, convolutional Neural Networks (CNNs) are selected to handle simple and complex data patterns, respectively. CNNs effectively extract features from input data through their multi-layer structure. These layers include a convolution layer, a pooling layer, and a fully-connected layer, each of which performs specific operations on the input data to extract and learn features.
Convolution layers-these layers use multiple small perceptual areas to extract local features of the input data through convolution operations, each convolution kernel focusing on a particular aspect of the captured data, such as edges or texture.
Pooling layer-the pooling layer is used to reduce the spatial dimension of the data while maintaining important information, which helps to reduce the computational effort and prevent overcomplicating.
And the full connection layer is used for integrating the learned characteristics and executing classification or regression tasks after the data passes through a series of rolling and pooling layers.
In the training process, we use a cross entropy loss function to measure the difference between CNN output and actual label, the cross entropy loss function L can be expressed as:
;
Wherein,Is a label of whether flooding accident actually occurs, is 0 or 1, the number of N training samples,Representing the probability of flooding accidents of the ith sample predicted by the model,AndRespectively the firstWater level, rainfall and rainfall probability of each sample.
In addition, the network weight is adjusted by adopting an Adam optimizer, the Adam optimizer combines the advantages of momentum and RMSprop, is suitable for processing large-scale and non-convex optimization problems, and the specific formula of the Adam optimizer is as follows:
;
Wherein,AndIs a modified version of the bias of the first and second moment estimates taking into account the gradients of water level, rainfall and rainfall probability,Representing model parameters, updated continually by the Adam optimizer,Is pointed at the firstThe values of the model parameters at the time of the step,Is pointed at the firstThe values of the model parameters at the time of the step,The learning rate is indicated as being indicative of the learning rate,The water level is indicated and the water level,Indicating the amount of rainfall,Representing the rainfall probability predicted by the meteorological department,Is a numerical value, preventing the denominator from being zero.
By combining the strong feature extraction capability of CNN, the cross entropy loss function and the efficient optimization strategy of the Adam optimizer, the performance and accuracy of the model in processing complex network security data can be effectively improved.
The convolution layer and the pooling layer act on input data together to extract key features.
Convolutional layer (Conv):
;
Is the input data, here the water levelRainfall amountAnd rainfall probabilityIn a combination of (a) and (b),AndIs the weight and bias parameters of the convolutional layer; representing a convolution operation for extracting features of the input data.
Activation function (ReLU):
;
this is a nonlinear function that increases the expressive power of the model, allowing it to learn more complex features, and the ReLU activation function increases the model's ability to recognize nonlinear relationships.
Pooling layer (Pool):
;
The pooling layer performs dimension reduction operation on Z, reduces the calculated amount and simultaneously reserves important characteristics.
(5) Evaluating safety situation by evaluating real-time collected data with safety evaluation function, judging current safety state of hydropower plant, and outputting a safety parameterRegarding the security state evaluation, the security state evaluation functions are respectively expressed asThe function comprehensively analyzes the water levelRainfall amountAnd rainfall probabilityTo evaluate the security status.
The security assessment function may be expressed as:
is a sigmoid activation function that maps parameters between 0 and 1, representing the probability of security risk.Comprehensively considering a plurality of input parameters, predicting the safety risk of the hydropower plant in a normal state and in an abnormal state,AndIs the weight and bias of the scoring function,Is the output of the last layer of the CNN model, where,The CNN model is represented as such,Representing parameters of the model, the function outputs a safety parameter reflecting the current safety state of the hydropower plant.
(6) Construction of decision functions based on security parametersAnd environmental factors EnvFactors by a decision functionDetermining whether the current state is abnormal or notThe concrete steps are as follows:
;
This decision function is based on security parametersAnd environmental factors EnvFactors to select an appropriate model. Wherein EnvFactors may include environmental factors such as time, season, historical event frequency, etcIs a parameter of a decision function, possibly including weights and thresholds, for determining whether to use a standard model or a complex model, the decision functionMay be implemented based on machine learning or heuristic rules to ensure that the most appropriate model is chosen for evaluation in different situations.
(7) And (3) judging the safety state in real time, namely dynamically selecting and determining to select an abnormal evaluation model and a normal evaluation model for real-time evaluation through the step S4, and judging whether the current state needs early warning or not.
(8) And (3) linkage early warning, namely after the early warning is judged to be needed through the step S5, the linkage emergency command system and the early warning information pushing system perform early warning and emergency response, and automatically send out early warning signals to prompt the possible safety risks of the hydropower plant.
Through the mechanism, the system can flexibly adjust the evaluation model according to actual conditions, and ensure that accurate and efficient safety evaluation can be carried out under different running states. The response speed of the early warning system is improved, the identification capability of potential risks is enhanced, and the overall safety management level of the hydropower plant is greatly improved.
Step three, the linkage comprehensive system performs early warning
And the water level monitoring system is used for setting a water level sensor in the factory building and monitoring whether water exists in the room in real time. When the water level exceeds a preset safety threshold, the system automatically sends out an early warning signal to be transmitted into the system.
And the rainfall early warning system is used for collecting data of a meteorological department and predicting rainfall conditions in a future period of time. When the heavy rainfall weather is predicted, the system sends out an early warning signal which is transmitted into the system.
And the video monitoring system is used for arranging cameras in important areas inside and outside the factory building and monitoring real-time conditions of the factory building in real time.
And the real-time data analysis system is used for collecting data such as water level, rainfall, video monitoring and the like, predicting the risk of possible water flooding factory accidents through data analysis and processing, and automatically triggering an early warning signal when the risk reaches a certain degree.
And the emergency command system is used for immediately starting an emergency command flow after receiving the early warning signal and notifying relevant departments and personnel to take measures, such as starting drainage equipment, organizing personnel evacuation and the like.
The early warning information pushing system pushes early warning information to related personnel and responsible persons in time through short messages, telephones, APP and the like, so that each person can know dangerous situations in time.
And according to the early warning result, adopting corresponding emergency measures, and the early warning aim is to timely find and process the network security risk. When the early warning is triggered, emergency measures such as strengthening network safety protection, limiting network access authority, performing safety exercise and the like can be adopted according to the early warning result so as to ensure network safety.
Example 3
By further describing the embodiment 1 and the embodiment 2, the application of the linkage early warning method based on the security situation assessment is applied to the field of hydrologic monitoring and disaster prevention of hydropower stations, reservoirs and river basin management, and potential flood risks, equipment faults and potential safety hazards can be recognized in early stages under complex and changeable natural environments and operation conditions through efficient integration and intelligent analysis of multi-source monitoring data, so that accurate early warning and quick response to disasters are realized.
Example 4
Further described in connection with embodiments 1 and 2, an electronic device includes a memory having a computer program stored therein and a processor configured to run the computer program to perform a linked early warning method based on a security posture assessment.
Example 5
Further described in connection with embodiments 1 and 2 is a readable storage medium having stored therein a computer program comprising program code for controlling a process to perform a process comprising a linked warning method based on a security situation assessment.
The above embodiments are only preferred embodiments of the present invention, and should not be construed as limiting the present invention, and the scope of the present invention should be defined by the claims, including the equivalents of the technical features in the claims. I.e., equivalent replacement modifications within the scope of this invention are also within the scope of the invention.

Claims (13)

Translated fromChinese
1.一种基于安全态势评估的联动预警方法,其特征是:包括以下步骤:1. A linkage early warning method based on security situation assessment, characterized in that it includes the following steps:S1、数据预处理和特征提取:对原始数据进行归一化、噪声过滤以及降维处理,并对预处理后的数据进行特征提取;S1. Data preprocessing and feature extraction: normalize, filter noise, and reduce dimension of the original data, and extract features from the preprocessed data;S2、构建异常评估模型和正常评估模型:将处理后的特征数据输入神经网络进行训练,通过调整网络权重和阈值,使模型能够准确区分正常状态和异常状态;将正常状态和异常状态下的数据分别输入至卷积神经网络模型中,构建正常状态下和异常状态下的安全评估模型,即,用于处理正常状况的正常评估模型以及处理异常状态的异常评估模型,采用交叉熵损失函数衡量模型输出与实际标签之间的差异,并使用Adam优化器优化网络权重;S2. Construct an abnormal assessment model and a normal assessment model: input the processed feature data into the neural network for training, and adjust the network weights and thresholds so that the model can accurately distinguish between normal and abnormal states; input the data under normal and abnormal states into the convolutional neural network model respectively, and construct a safety assessment model under normal and abnormal states, that is, a normal assessment model for processing normal conditions and an abnormal assessment model for processing abnormal conditions. The cross entropy loss function is used to measure the difference between the model output and the actual label, and the Adam optimizer is used to optimize the network weights;S3、评估安全态势:利用安全评估函数对实时采集的数据进行评估,判断水电厂当前的安全状态,并输出一个安全参数S3. Evaluate safety situation: Use the safety evaluation function to evaluate the real-time collected data, determine the current safety status of the hydropower plant, and output a safety parameter ;S4、构建决策函数:基于安全参数和环境因素EnvFactors,通过决策函数确定当前状态是否异常;S4. Constructing decision function: based on security parameters and environmental factors EnvFactors, through the decision function Determine whether the current state is abnormal;S5、实时判断安全状态:通过步骤S4动态选择并确定选用异常评估模型或正常评估模型进行实时评估,判断当前状态是否需要预警;S5. Real-time determination of safety status: Dynamically select and determine the abnormal assessment model or the normal assessment model for real-time assessment through step S4 to determine whether the current status requires an early warning;S6、联动预警:通过步骤S5判断需要预警后,联动应急指挥系统和预警信息推送系统进行预警和应急响应,自动发出预警信号,提示水电厂可能面临的安全风险;S6, linkage warning: after it is determined that a warning is needed in step S5, the emergency command system and the warning information push system are linked to conduct warning and emergency response, and a warning signal is automatically issued to remind the hydropower plant of the possible safety risks;通过以上步骤实现安全态势评估的联动预警。The above steps can be used to implement linkage warning of security situation assessment.2.根据权利要求1所述一种基于安全态势评估的联动预警方法,其特征是:所述步骤S1中,具体包括以下子步骤:2. According to the linkage early warning method based on security situation assessment of claim 1, it is characterized in that: the step S1 specifically includes the following sub-steps:S11、原始数据预处理:对原始数据进行归一化处理,使用卡尔曼滤波器对原始数据进行噪声过滤,并采用主成分分析技术对数据进行降维处理,提取数据中的主要特征;S11. Raw data preprocessing: normalize the raw data, use Kalman filter to filter the noise of the raw data, and use principal component analysis technology to reduce the dimension of the data and extract the main features of the data;S12、特征提取:利用预处理后的数据计算滑动窗口内的平均值和标准差,提取反映水电厂的运行状况的特征,采用时间序列分析提取趋势和周期性特征,并使用频域分析方法识别关键频率成分。S12. Feature extraction: The preprocessed data is used to calculate the mean and standard deviation within the sliding window, extract the features reflecting the operating status of the hydropower plant, use time series analysis to extract trend and periodic features, and use frequency domain analysis methods to identify key frequency components.3.根据权利要求1所述一种基于安全态势评估的联动预警方法,其特征是:所述步骤S1中,原始数据包括:水位传感器数据、气象数据、降雨数据以及视频监控数据;3. According to the linkage early warning method based on security situation assessment of claim 1, it is characterized in that: in the step S1, the original data includes: water level sensor data, meteorological data, rainfall data and video monitoring data;水位传感器数据:水位数据;Water level sensor data: water level data;气象数据:气象部门预测的降雨概率;Meteorological data: rainfall probability predicted by the meteorological department;降雨数据:包括降雨量和降雨持续时间;Rainfall data: including rainfall amount and rainfall duration;视频监控数据:利用视频监控数据对厂房周围的环境进行实时监控,检测包括:基础设施损坏、人为活动风险和设备故障与维护需求的潜在风险因素,并将其量化为视频监控数据。Video surveillance data: Use video surveillance data to monitor the environment around the factory in real time, detect potential risk factors including infrastructure damage, human activity risks, and equipment failure and maintenance needs, and quantify them as video surveillance data.4.根据权利要求1所述一种基于安全态势评估的联动预警方法,其特征是:所述步骤S2中,将处理后的特征数据输入神经网络进行训练,并利用损失函数来量化预测概率和实际标签之间的差异,其损失函数具体表示为:4. According to claim 1, a linkage warning method based on security situation assessment is characterized in that: in the step S2, the processed feature data is input into the neural network for training, and a loss function is used to quantify the difference between the predicted probability and the actual label, and the loss function is specifically expressed as: ;其中,是实际是否发生水淹事故的标签,为0或者1,N训练样本的数量,表示模型预测的第个样本发生水淹事故的概率,分别是第个样本的水位、降雨量和降雨概率。in, is the label of whether a flooding accident actually occurred, which is 0 or 1, and N is the number of training samples. The model predicts the The probability of a flooding accident occurring in a sample, , and They are The water level, rainfall and rainfall probability of each sample.5.根据权利要求1所述一种基于安全态势评估的联动预警方法,其特征是:所述步骤S2中,采用Adam优化器来调整网络权重,Adam优化器的具体表达式如下:5. According to the linkage warning method based on security situation assessment in claim 1, it is characterized in that: in the step S2, the Adam optimizer is used to adjust the network weight, and the specific expression of the Adam optimizer is as follows: ;其中,是考虑了水位、降雨量和降雨概率的梯度的一阶和二阶矩估计的偏差修正版本,表示模型参数,通过Adam优化器不断更新,指在第步时的模型参数值,指在第步时的模型参数值,表示学习率,表示水位,表示降雨量,表示气象部门预测的降雨概率,是一个数值,防止分母为零。in, and is a bias-corrected version of the first- and second-order moment estimates of the gradients of water level, rainfall, and rainfall probability, Represents the model parameters, which are continuously updated by the Adam optimizer. Point to the The model parameter values at step , Point to the The model parameter values at step , represents the learning rate, Indicates the water level, Indicates rainfall, represents the probability of rainfall predicted by the meteorological department, Is a numeric value to prevent the denominator from being zero.6.根据权利要求1所述一种基于安全态势评估的联动预警方法,其特征是:所述步骤S3中,所述安全评估函数表达式如下:6. According to the linkage warning method based on security situation assessment in claim 1, it is characterized in that: in the step S3, the security assessment function expression is as follows: ;其中,表示 CNN模型,表示模型参数,表示水位,表示降雨量,表示气象部门预测的降雨概率。in, represents the CNN model, represents the model parameters, Indicates the water level, Indicates rainfall, Indicates the probability of rainfall predicted by the meteorological department.7.根据权利要求1所述一种基于安全态势评估的联动预警方法,其特征是:所述步骤S4中,构建决策函数来判断实时数据是否异常,决策函数具体表示为:7. According to the method of claim 1, the method is characterized in that: in step S4, a decision function is constructed. To determine whether the real-time data is abnormal, the decision function Specifically expressed as: ;基于步骤S3中安全参数和环境因素EnvFactors,通过决策函数判断实时数据是否异常;Based on the security parameters in step S3 and environmental factors EnvFactors, through the decision function Determine whether real-time data is abnormal;其中,EnvFactors包括时间、季节和历史事件频率的环境因素,是决策函数的参数,包括权重和阈值;决策函数基于机器学习或启发式规则来实现,以确保在不同情况下选用最适合的模型进行评估。Among them, EnvFactors includes environmental factors such as time, season, and frequency of historical events. are the parameters of the decision function, including weights and thresholds; decision function This is done based on machine learning or heuristic rules to ensure that the most appropriate model is selected for evaluation in different situations.8.根据权利要求1所述一种基于安全态势评估的联动预警方法,其特征是:所述步骤S5中,动态选择并确定选用异常评估模型或正常评估模型进行实时评估,具体包括:8. According to the linkage early warning method based on security situation assessment in claim 1, it is characterized in that: in the step S5, dynamically selecting and determining whether to use an abnormal assessment model or a normal assessment model for real-time assessment specifically includes:S51、根据步骤S4获得实时数据是否异常;S51, according to step S4, whether the real-time data is abnormal;S52、若判断实时数据为异常状态,利用异常评估模型进行验证和评估;S52, if the real-time data is judged to be in an abnormal state, verify and evaluate it using an abnormal evaluation model;S53、若判断实时数据为正常状态,利用正常评估模型进行验证和评估,若获得正常结果,判断终止,继续收集数据,若获得异常结果,使用异常评估模型继续评估;S53, if the real-time data is judged to be in a normal state, the normal evaluation model is used for verification and evaluation. If a normal result is obtained, the judgment is terminated and data collection continues. If an abnormal result is obtained, the abnormal evaluation model is used to continue the evaluation;S54、输出异常结果,进行预警。S54. Output abnormal results and issue a warning.9.一种基于安全态势评估的联动预警系统,其特征是:系统包括数据采集层、数据处理层和决策层;9. A linkage early warning system based on security situation assessment, characterized in that: the system includes a data collection layer, a data processing layer and a decision-making layer;数据采集层:实时监测水电厂的各项运行参数,包括水位传感器数据、气象部门天气预报、降雨数据以及视频监控数据;Data collection layer: real-time monitoring of various operating parameters of the hydropower plant, including water level sensor data, weather forecasts from the meteorological department, rainfall data, and video surveillance data;数据处理层:对采集到的数据进行预处理、特征提取和模式识别,为决策层提供有效信息;Data processing layer: pre-processing, feature extraction and pattern recognition of collected data to provide effective information for the decision-making layer;决策层:基于神经网络安全态势评估模型,对水电厂的安全状态进行评估,发出预警信号;Decision-making layer: Based on the neural network safety situation assessment model, the safety status of the hydropower plant is assessed and early warning signals are issued;所述系统用于实现如权利要求1-8任一项所述的基于安全态势评估的联动预警方法。The system is used to implement the linkage warning method based on security situation assessment as described in any one of claims 1-8.10.根据权利要求9所述一种基于安全态势评估的联动预警系统,其特征是:所述系统还包括:水位监测系统、视频监控系统、降雨预警系统、实时数据分析系统、应急指挥系统和预警信息推送系统;10. A linkage warning system based on security situation assessment according to claim 9, characterized in that: the system also includes: a water level monitoring system, a video monitoring system, a rainfall warning system, a real-time data analysis system, an emergency command system and a warning information push system;所述水位监测系统:在厂房内设置水位传感器,实时监测房内是否有水,当水位超过预设的安全阈值时,系统自动发出预警信号;The water level monitoring system: a water level sensor is installed in the plant to monitor whether there is water in the plant in real time. When the water level exceeds the preset safety threshold, the system automatically sends out an early warning signal;所述降雨预警系统:收集气象部门的数据,预测未来一段时间内的降雨情况,当预测到强降雨天气时,系统发出预警信号;The rainfall warning system collects data from the meteorological department and predicts rainfall conditions in the future. When heavy rainfall is predicted, the system sends out a warning signal.所述视频监控系统:在厂房内外的重要区域布置摄像头,实时监控厂房实时情况;The video monitoring system: cameras are arranged in important areas inside and outside the factory to monitor the real-time situation of the factory;实时数据分析系统:收集水位、降雨、视频监控数据,通过数据分析和处理,预测可能发生水淹厂房事故的风险,当风险达到一定程度时,系统自动触发预警信号;Real-time data analysis system: collects water level, rainfall, and video surveillance data, and predicts the risk of possible factory flooding accidents through data analysis and processing. When the risk reaches a certain level, the system automatically triggers an early warning signal;所述应急指挥系统:接收到预警信号后,立即启动应急指挥流程,通知采取措施;The emergency command system: upon receiving the early warning signal, immediately starts the emergency command process and notifies the person to take measures;所述预警信息推送系统:通过短信、电话或APP方式,将预警信息推送至相关人员,确保及时了解险情。The warning information push system pushes warning information to relevant personnel via SMS, phone calls or APP to ensure timely awareness of dangerous situations.11.一种基于安全态势评估的联动预警方法的应用,其特征是:应用于水电站、水库、河流流域管理的水文监测和灾害预防领域,通过对多源监测数据的高效整合与智能分析,能够在复杂多变的自然环境与运行工况下,早期识别潜在的洪水风险、设备故障及安全隐患,实现对灾害的精准预警和快速响应,所述应用根据权利要求1到8任一所述的基于安全态势评估的联动预警方法进行实现。11. An application of a linkage early warning method based on security situation assessment, characterized in that it is applied to the fields of hydrological monitoring and disaster prevention in hydropower stations, reservoirs, and river basin management. Through efficient integration and intelligent analysis of multi-source monitoring data, it can identify potential flood risks, equipment failures, and safety hazards at an early stage under complex and changeable natural environments and operating conditions, and achieve accurate early warning and rapid response to disasters. The application is implemented according to the linkage early warning method based on security situation assessment according to any one of claims 1 to 8.12.一种电子装置,包括存储器和处理器,其特征是:所述存储器中存储有计算机程序,所述处理器被设置为运行所述计算机程序以执行权利要求1到8任一所述的基于安全态势评估的联动预警方法。12. An electronic device, comprising a memory and a processor, characterized in that: a computer program is stored in the memory, and the processor is configured to run the computer program to execute the linkage warning method based on security situation assessment as described in any one of claims 1 to 8.13.一种可读存储介质,其特征是:可读存储介质中存储有计算机程序,所述计算机程序包括用于控制过程以执行过程的程序代码,所述过程包括根据权利要求1到8任一所述的基于安全态势评估的联动预警方法。13. A readable storage medium, characterized in that: a computer program is stored in the readable storage medium, and the computer program includes a program code for controlling a process to execute a process, and the process includes the linkage warning method based on security situation assessment according to any one of claims 1 to 8.
CN202410700076.9A2024-05-312024-05-31 A linkage early warning method based on security situation assessment and its applicationPendingCN119479230A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202410700076.9ACN119479230A (en)2024-05-312024-05-31 A linkage early warning method based on security situation assessment and its application

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202410700076.9ACN119479230A (en)2024-05-312024-05-31 A linkage early warning method based on security situation assessment and its application

Publications (1)

Publication NumberPublication Date
CN119479230Atrue CN119479230A (en)2025-02-18

Family

ID=94568798

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202410700076.9APendingCN119479230A (en)2024-05-312024-05-31 A linkage early warning method based on security situation assessment and its application

Country Status (1)

CountryLink
CN (1)CN119479230A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN119741761A (en)*2025-03-052025-04-01广东美电国创科技有限公司 An artificial intelligence-based anti-oil theft warning system and method for oil tank trucks
CN120146715A (en)*2025-05-162025-06-13上海南洋万邦软件技术有限公司 Event automatic evaluation system and method based on big model

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN119741761A (en)*2025-03-052025-04-01广东美电国创科技有限公司 An artificial intelligence-based anti-oil theft warning system and method for oil tank trucks
CN120146715A (en)*2025-05-162025-06-13上海南洋万邦软件技术有限公司 Event automatic evaluation system and method based on big model

Similar Documents

PublicationPublication DateTitle
CN118094379B (en)Oil well fault diagnosis prediction method and system for multi-factor fusion analysis
CN119479230A (en) A linkage early warning method based on security situation assessment and its application
CN118095865A (en)AI large model driven emergency fire-fighting fire risk assessment and early warning method
CN118826294A (en) A digital management method and system for substation-based operation and maintenance
CN118757232B (en) A centralized monitoring system for tunnel drainage facilities
CN114338351B (en)Network anomaly root cause determination method and device, computer equipment and storage medium
CN115470850A (en) A water quality anomaly event recognition and early warning method based on water quality spatiotemporal data of pipe network
CN119599445A (en)Electrical operation safety protection control method based on real-time data stream
CN119649589A (en) A method and system for sensing and integrating silt dam monitoring and surveillance information
CN120235457A (en) Intelligent early warning and disposal decision-making system and method for flood storage and detention area embankment leakage risk
CN119476971A (en) Risk warning method and platform for distribution network protection area monitoring
CN119420627A (en) A network fault adaptive detection system based on machine learning
CN116895134A (en) An early warning method and system for sudden rise in water level downstream of hydropower stations based on 5G technology
CN119291342A (en) Data collection method for power equipment status monitoring based on Beidou navigation system
CN118982903A (en) A deep foundation pit automatic monitoring and alarm method
CN120279689A (en)Comprehensive safety monitoring alarm system and fault prediction method for distribution room
CN119891530A (en)Intelligent medium-voltage switch cabinet real-time monitoring and fault prediction method and system
CN119691568A (en)Sewage treatment process abnormal condition identification method and system based on deep neural network
CN118521313A (en)Real-time anti-fraud detection system for digital financial transaction
CN120336990A (en) Fault feature extraction method, electronic device and storage medium
CN120163449A (en) Intelligent control method for factory safety based on heterogeneous multi-system cross-business fusion technology
CN119298373B (en) Safety control method of smart power safety control cabinet based on IoT sensor
CN118628289B (en)NLP-based total station protection fixed value management method and system
CN120069791A (en) An intelligent monitoring device for urban drainage system
CN119557740A (en) Substation secondary equipment fault location method based on spatiotemporal graph convolutional network model

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