WO2021042687A1 - Method and apparatus for improving adaptability of predictive maintenance model - Google Patents

Method and apparatus for improving adaptability of predictive maintenance model Download PDF

Info

Publication number
WO2021042687A1
WO2021042687A1 PCT/CN2020/077873 CN2020077873W WO2021042687A1 WO 2021042687 A1 WO2021042687 A1 WO 2021042687A1 CN 2020077873 W CN2020077873 W CN 2020077873W WO 2021042687 A1 WO2021042687 A1 WO 2021042687A1
Authority
WO
WIPO (PCT)
Prior art keywords
model
predictive maintenance
data
stable
maintenance
Prior art date
Application number
PCT/CN2020/077873
Other languages
French (fr)
Chinese (zh)
Inventor
鲍亭文
金超
Original Assignee
北京天泽智云科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京天泽智云科技有限公司 filed Critical 北京天泽智云科技有限公司
Publication of WO2021042687A1 publication Critical patent/WO2021042687A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/20Administration of product repair or maintenance

Definitions

  • the invention relates to the field of system maintenance, in particular to a method and a device for improving the adaptive capability of a predictive maintenance model.
  • PHM Prognostic and Health Management, fault prediction and health management
  • SCADA Supervisory Control And Data Acquisition
  • the embodiment of the present invention provides a method and device for improving the adaptability of a predictive maintenance model, so that the predictive maintenance model has better adaptability, and the accuracy and stability of the predictive maintenance model are improved.
  • a method for improving the adaptability of a predictive maintenance model comprising:
  • the stable predictive maintenance model is updated, and the updated predictive maintenance model is used for system maintenance.
  • the establishment of an initial predictive maintenance model includes:
  • mechanism parameters corresponding to the system can be obtained, a mechanism-based residual model is established, and the mechanism-based residual model is used as an initial predictive maintenance model;
  • the determining whether a model conversion is required according to the type of the initial predictive maintenance model includes:
  • the initial predictive maintenance model is a mechanism-based residual model, or a cluster benchmarking model, or a migration learning model, it is determined that no model conversion is required;
  • the initial predictive maintenance model is a rule-based model, it is determined that a model conversion is required.
  • the training of using the collected data to obtain a stable predictive maintenance model includes:
  • the updating the stable predictive maintenance model after the model update trigger condition is met includes:
  • the stable predictive maintenance model is a data-driven self-aligned residual model, after reaching the update cycle, or the equipment operating condition changes, or the model accuracy rate drops to a set level, the stable predictability Maintain the model for updates;
  • the stable predictive maintenance model is a supervised machine learning model, then after the number of newly added tag information reaches the third set value, or after the newly added abnormal data reaches the set threshold, use the newly collected Data to update the stable predictive maintenance model;
  • the stable predictive maintenance model is a migration learning model
  • the stable predictive maintenance model is updated with the newly collected data.
  • the method further includes:
  • the current predictive maintenance model used for system maintenance is upgraded, and the upgraded predictive maintenance model is used for system maintenance.
  • the method further includes: recording the types of collected data;
  • upgrading the predictive maintenance model currently used for system maintenance includes:
  • the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model
  • the input parameters of the data-driven self-aligned residual model Adding the new type of data to training, or upgrading the data-driven self-standard residual model to a supervised model after the recorded label information has grown from scratch;
  • the predictive maintenance model currently used for system maintenance is the supervised machine learning model
  • the new type is added to the input parameters of the supervised machine learning model Data for training.
  • a device for improving the adaptability of a predictive maintenance model comprising: a data acquisition module, a data processing module, an initial model establishment module, a model conversion judgment module, a stable model establishment module, a model update module, and a system maintenance module;
  • the data collection module is used to collect system data in real time after the system is started;
  • the data processing module is used to mark the data and record abnormal data and label information
  • the initial model establishment module is used to establish an initial predictive maintenance model
  • the system maintenance module is configured to use the initial predictive maintenance model to perform system maintenance
  • the model conversion judgment module is configured to determine whether a model conversion needs to be performed according to the type of the initial predictive maintenance model after the amount of data collected by the data collection module reaches a first set value; if so, notify the office
  • the stable model establishment module establishes a stable predictive maintenance model
  • the stable model establishment module is used to train to obtain a stable predictive maintenance model by using the collected data
  • system maintenance module is also used to replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance;
  • the model update module is used to update the stable predictive maintenance model after a model update trigger condition is met;
  • system maintenance module is further configured to use the updated predictive maintenance model to perform system maintenance after the model update module updates the stable predictive maintenance model.
  • the initial model establishment module includes:
  • the mechanism-based residual model establishment unit is used to establish a mechanism-based residual model when the mechanism parameters corresponding to the system can be obtained, and use the mechanism-based residual model as an initial predictive maintenance model;
  • the cluster benchmarking model establishment unit is used to establish a cluster benchmarking model when the mechanism parameters corresponding to the system cannot be obtained and the abnormal conditions of different devices in the system are similar, and the cluster benchmarking model is used as the initial prediction Sexual maintenance model;
  • the transfer learning model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the performance of abnormal conditions of different devices is not similar, and there are trained ones in other systems that belong to the same model as the devices in this system.
  • the migration learning model is obtained by performing migration learning on the predictive maintenance model of the equipment of the same model, and the migration learning model is used as the initial predictive maintenance model of the equipment in the system;
  • the rule-based model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the abnormal performance of different equipment is not similar, and there is no trained equipment in other systems that belongs to the same machine as the equipment in this system.
  • a predictive maintenance model of a type of equipment a rule-based model is established, and the rule-based model is used as the initial predictive maintenance model.
  • the model conversion judgment module is specifically configured to determine that no model conversion is required when the initial predictive maintenance model is a mechanism-based residual model, a cluster benchmarking model, or a migration learning model; When the initial predictive maintenance model is a rule-based model, it is determined that a model conversion is required.
  • the stable model establishment module includes:
  • the first model establishment unit is used to retrain the ruled model with the collected data when the number of recorded tag information does not reach the second set value, to obtain a data-driven self-standard residual model, and Use the data-driven self-aligned residual model as a stable predictive maintenance model;
  • the second model establishment unit is configured to use the collected data and the label information to train to obtain a supervised machine learning model when the number of recorded label information reaches a second set value, and to combine the supervised machine learning model with the The machine learning model serves as a stable predictive maintenance model.
  • model update module includes:
  • the first update unit is used for when the stable predictive maintenance model is a data-driven self-standard residual model, after the update period is reached, or the equipment operating condition changes, or the accuracy of the model drops to a set level, Update the stable predictive maintenance model;
  • the second update unit is used for when the stable predictive maintenance model is a supervised machine learning model, when the number of newly added tag information reaches the third set value, or when the newly added abnormal data reaches the set value After the threshold, use the newly collected data to update the stable predictive maintenance model;
  • the third update unit is used to update the stable predictive maintenance model with the newly collected data when the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value Update.
  • the device further includes:
  • the model upgrade module is used to upgrade the predictive maintenance model currently used for system maintenance after meeting the model upgrade conditions
  • system maintenance module is also used to perform system maintenance using the upgraded predictive maintenance model after the model upgrade module upgrades the predictive maintenance model currently used for system maintenance.
  • the data processing module is also used to record the types of collected data
  • the model upgrade module includes:
  • the first upgrade unit is used for the data-driven self-aligned residual model when the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, if the newly collected data has a new type, the data-driven self-aligned Add the new type of data to the input parameters of the standard residual model for training; if the recorded label information grows from scratch, upgrade the data-driven self-standard residual model to a supervised model;
  • the second upgrade unit is used for the current predictive maintenance model used for system maintenance is the supervised machine learning model, and when the newly collected data has a new type, the input parameters of the supervised machine learning model Add the new type of data for training.
  • An electronic device including: one or more processors and memories;
  • the memory is used to store computer-executable instructions
  • the processor is used to execute the computer-executable instructions to implement the aforementioned method.
  • a readable storage medium having instructions stored thereon, and the instructions are executed to implement the aforementioned method.
  • the method and device for improving the adaptability of the predictive maintenance model use the predictive maintenance model to maintain the system, and adjust the predictive maintenance model adaptively according to the different stages of system operation.
  • an initial predictive maintenance model was established by means other than data-driven. With the operation of the system, the amount of collected data reached a certain amount.
  • the collected data is trained to obtain a stable predictive maintenance model, which can then replace some specific types of initial predictive maintenance models to improve the accuracy of prediction and make the system better maintained.
  • the model update trigger condition is met, the stable predictive maintenance model is updated, so that the predictive maintenance model has better adaptability and meets various requirements of the system equipment operating conditions.
  • the current predictive maintenance model used for system maintenance is upgraded to better improve the accuracy and stability of the predictive maintenance model.
  • the method and device for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention adopts a suitable strategy design for each stage of the predictive maintenance model life cycle, so that the predictive maintenance model at each stage can be better. Predictive maintenance effectiveness.
  • FIG. 1 is a flowchart of a method for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of the entire life cycle of a predictive maintenance model used for system maintenance in an embodiment of the present invention
  • FIG. 3 is a structural block diagram of a device for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention
  • Fig. 4 is another structural block diagram of a device for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention.
  • the method and device for improving the adaptability of the predictive maintenance model use the predictive maintenance model to maintain the system, and the predictive maintenance model is adaptively adjusted according to the different stages of system operation, so that each stage All of the predictive maintenance models can get better predictive maintenance effects.
  • FIG. 1 it is a flowchart of a method for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention, which includes the following steps:
  • Step 101 Collect system data in real time after the system is started, mark the data, and record abnormal data and tag information.
  • Step 102 Establish an initial predictive maintenance model, and use the initial predictive maintenance model to perform system maintenance.
  • the embodiment of the present invention can adopt the following two technical paths to construct the initial predictive maintenance model:
  • Models that require offline training commonly used predictive maintenance models that require offline training include mechanism-based residual models, that is, models built based on the mechanical physical structure of components, usually regression models, because their coefficients reflect specific mechanical physics Nature, only a small amount of normal running data can be trained.
  • mechanism-based residual models that is, models built based on the mechanical physical structure of components, usually regression models, because their coefficients reflect specific mechanical physics Nature, only a small amount of normal running data can be trained.
  • Models that do not require offline training can include but are not limited to cluster benchmarking models and rule-based models.
  • the cluster benchmarking model refers to a model established by comparing the current status of similar equipment under the same working condition and judging the failure probability according to whether the equipment parameters deviate from the cluster status.
  • the rule-based model refers to a model established by a method of comprehensively judging fault-related parameters and their trends.
  • the mechanism-based residual model may specifically include, but is not limited to, any one or more of the following models: multiple linear regression model, multiple nonlinear regression model, in addition, in the process of model establishment, it can also be combined with Kalman filtering, etc. Dynamically adapt to the system residuals.
  • cluster benchmarking model is established, and the cluster benchmarking model is used as an initial predictive maintenance model.
  • the target to be monitored is a cluster
  • the deviation of the relative cluster under the same working condition is the characterization of the failure that needs to be predicted or the failure is related to the degree of deviation .
  • the principle of cluster benchmarking is to compare the difference between the state of a single device and the average state of the device cluster to determine abnormal trends.
  • the predictive maintenance model of the same model of equipment can be migrated and learned to obtain Transfer learning model, and use the transfer learning model as the initial predictive maintenance model of the equipment in the system. That is to say, when the equipment in the system is similar to the scene and model of a certain equipment in other scenes, the model that has been trained in that scene can be used as a startup model in a short time to make up for insufficient data training.
  • the wind turbine of Plain Wind Farm A requires a cold start model with abnormal generator temperature
  • the machine learning models with abnormal generator temperature in other projects are based on the same wind turbine model and are located in Plain Wind Farm B with a similar climate. It can be considered to directly use this model of wind field B as the model of plain wind field A.
  • the model used in transfer learning can be an unsupervised model, a regression model, or a supervised model.
  • rule-based model The difference between the rule-based model and the cluster benchmarking model is that the rules are based on expert knowledge and may not be able to cover all abnormalities under all working conditions.
  • Step 103 It is judged whether the amount of collected data reaches the first set value; if it is, step 104 is executed; otherwise, step 103 is returned.
  • Step 104 Determine whether a model conversion is required according to the type of the initial predictive maintenance model; if so, perform step 105; otherwise, return to step 104. At this time, continue to use the initial predictive maintenance model for system maintenance.
  • the initial predictive maintenance model is a mechanism-based residual model, a cluster benchmarking model, or a migration learning model, no model conversion is required; if the initial predictive maintenance model is a rule-based model, It is determined that a model conversion is required.
  • Step 105 Use the collected data to train to obtain a stable predictive maintenance model, and replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance.
  • a stable predictive maintenance model is established using a data-driven approach, that is, the initial predictive maintenance model is transformed into stable predictive maintenance model.
  • Unsupervised learning It is mostly used when the data is sufficient but the label information is insufficient.
  • the unsupervised models of predictive maintenance mainly include mechanism models, self-standard residual models, and cluster-standard models.
  • the self-standardized residual model is a model established by using its own historical health status to predict the current equipment operating parameters in a healthy state and compare them with the measured values to determine the probability of failure.
  • Supervised learning It is used when the data and label information are sufficient. There are mainly classification models or neural network models.
  • the collected data when the amount of collected data reaches the first set value, and the number of recorded tag information does not reach the second set value, the collected data can be used for training to obtain a data-driven self-calibration residual Model, and use the data-driven self-aligned residual model as a stable predictive maintenance model.
  • the data-driven self-standard residual model can be, but is not limited to, the following various models: multiple linear/non-linear regression model, random forest, XGBoost, LightGBM, AutoEncoder, SVM, anoGAN.
  • the supervised machine learning model serves as a stable predictive maintenance model.
  • the supervised machine learning model can be, but is not limited to, the following various models: neural network models (such as ANN, CNN, RNN, LSTM), random forests, and logistic regression models.
  • Step 106 After the model update trigger condition is met, update the stable predictive maintenance model, and use the updated predictive maintenance model to perform system maintenance.
  • different types of the stable predictive maintenance model can be used to adopt different update triggering conditions, such as:
  • the stable predictive maintenance model is a data-driven self-aligned residual model, after reaching the update cycle, or the equipment operating condition changes, or the model accuracy rate drops to a set level, the stable predictability Maintain the model for updates;
  • the stable predictive maintenance model is a supervised machine learning model, then after the number of newly added tag information reaches the third set value, or after the newly added abnormal data reaches the set threshold, use the newly collected Data to update the stable predictive maintenance model;
  • the stable predictive maintenance model is a migration learning model
  • the stable predictive maintenance model is updated with the newly collected data.
  • the data-driven self-standard residual model can also be updated manually after the system mechanism parameters change. For example, when equipment parts are replaced, lubricants are added, control parameter settings are changed, etc., the data-driven self-calibration residual model is retrained by manual triggering.
  • the update process of the above model is actually the retraining process of the model.
  • the original model architecture is used, and the model parameters are renewed with brand new data and label information without adjusting the input data type and model structure. Training, or use the original data and label information, as well as the new data and label information to retrain the model parameters.
  • the adjustment of the threshold may be involved in the retraining process, so that the model can better adapt to more diverse working conditions. For example, when new label information corresponding to a small amount of abnormal data is added, the threshold of the model can be adjusted. Specifically, normal operation data and abnormal data can be tested as offline test data at the same time, and corresponding thresholds can be adjusted according to the test results, thereby reducing false positives and false negatives of the model, and improving the accuracy of model prediction results.
  • the method for improving the adaptability of the predictive maintenance model uses the predictive maintenance model to maintain the system, and the predictive maintenance model is adaptively adjusted according to the different stages of system operation, specifically, when the system is started In the initial stage, due to the lack of collected data and recorded tag information, an initial predictive maintenance model was established by means other than data-driven. With the operation of the system, after the amount of collected data reaches a certain amount, use the collected data Data training obtains a stable predictive maintenance model, and then replaces some specific types of initial predictive maintenance models to improve the accuracy of predictions and make the system better maintained. After the model update trigger condition is met, the stable predictive maintenance model is updated, so that the predictive maintenance model has better adaptability and meets various requirements of the system equipment operating conditions.
  • the types of collected data can also be recorded.
  • the current predictive maintenance model used for system maintenance is upgraded, and the upgraded predictive maintenance model is used for system maintenance, so as to better improve the accuracy and stability of the predictive maintenance model Sex.
  • the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model
  • the input parameters of the data-driven self-aligned residual model Adding the new type of data to training, or upgrading the data-driven self-calibrated residual model to a supervised model after the recorded label information has grown from scratch.
  • the predictive maintenance model currently used for system maintenance is the supervised machine learning model
  • the new type is added to the input parameters of the supervised machine learning model Data for training.
  • the adjustment methods of input parameters include but are not limited to: manual selection and addition, selection by correlation coefficient (such as Pearson, Spearman, etc.), selection by ANOVA analysis of variance, and feature importance selection based on tree model, etc.
  • the integrated model is for multiple separate models to judge the abnormalities separately, and then comprehensively judge based on the results of these separate models to get the final warning model. It is difficult for the integrated model to make all available models have the conditions for stable operation when it is started. Therefore, it is generally suitable to use the integrated model after the data and label information have been accumulated.
  • the method for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention adopts a suitable strategy design for each stage of the predictive maintenance model life cycle, so that the predictive maintenance model at each stage can be better predicted Maintenance effect.
  • Figure 2 shows the entire life cycle of a predictive maintenance model for system maintenance.
  • the growth of the entire life cycle of the predictive maintenance model is divided into the following stages.
  • the predictive maintenance models that can be used in each stage are shown in the figure Shown in 2.
  • Model startup stage The characteristic of this stage is that the amount of collected data is small, the data does not have corresponding label information or the label information is less, and it is difficult to meet the offline training requirements of some commonly used data-driven models.
  • models that require offline training and models that do not require offline training mainly include: mechanism-based residual models and models obtained through transfer learning, that is, directly use trained models with generalization characteristics of the same model and similar operating conditions; models that do not require offline training mainly There are: cluster benchmarking model and rule-based model. The selection of different types of models has been described in detail above, so I will not repeat them here.
  • Models that require offline training commonly used predictive maintenance cold-start models that require offline training include mechanism-based residual models, which are models constructed based on the mechanical physical structure of components, usually regression models, because their coefficients reflect specific mechanical physics Nature, only a small amount of normal operating data can be trained; transfer learning, that is, directly use the trained model of the same model and similar working conditions with generalization characteristics.
  • Models that do not require offline training directly use some models that do not require offline training, including but not limited to cluster benchmarking models and rule-based models.
  • Cluster benchmarking is a method of comparing the current status of similar equipment under the same working condition, and judging the failure probability according to whether the equipment parameters deviate from the cluster status.
  • the rule-based model is a method of comprehensively judging the fault-related parameters and their trends.
  • Model stable operation stage The characteristic of this stage is that the amount of data collected has met the training requirements of the model, and the data-driven model can be stably run online. At this stage, depending on whether there is sufficient and effective label information, there are mainly two applicable optional model types, as follows:
  • Unsupervised learning model It is mostly used when the data is sufficient but there is still a lack of effective label information. Mainly include: mechanism model, data-based self-benchmarking residual model, and cluster benchmarking model. Among them, the data-based self-calibration residual model is a method that uses its own historical health status to establish a model to predict the current equipment operating parameters in a healthy state, and compare with the actual measured values to determine the probability of failure.
  • Supervised learning model used when the data and label information are sufficient, mainly include: classification model and neural network model that provide probability distribution.
  • Model update phase During the stable operation phase of the model, as time goes by, as the label information increases, the accuracy of some models will gradually decrease. The main reason is that the model is affected by seasonality, or the original training data does not fully include all possible working conditions. At this time, retraining of the model is required to increase the accuracy of the model. According to different types of operating models, models affected by seasonality can be triggered regularly, models that need to cover various working conditions as much as possible can trigger training based on certain conditions, and models that need to be adjusted by false alarms can be manually triggered from time to time.
  • Model upgrade stage After having abundant data and label information, due to the limitation of the model structure itself, retraining cannot further improve the accuracy and stability of the model. At this time, the model can be upgraded.
  • the model upgrade mainly considers the following two changes:
  • Data volume-driven model changes When the access parameters of the model increase and the amount of data increases, consider upgrading from a simpler fitting model such as a regression model to a model that is not easy to overfit and can better learn between variables and failures. Models of non-linear relationships, such as integrated tree models. . When the fault label starts from scratch, consider upgrading from an unsupervised model to a supervised model that can self-learn multiple failure development modes.
  • the self-growth path of the model can be artificially performed technical iterations according to the above description, or can be automatically completed by the model operating system, which is not limited in the embodiment of the present invention.
  • the start model selection judgment is first performed on the abnormal anemometer in the system.
  • Anemometer abnormalities mainly include anemometer stuck and anemometer loose.
  • the anemometer stuck shows that the measured wind speed is continuously lower than the true wind speed or even continues to be 0, and the anemometer loose shows that the measured wind speed jumps.
  • These two types of faults are not necessarily slow-changing faults and do not have relevant mechanism models, and the performance judgments of different fault individuals on the data are not necessarily similar. Therefore, in the initial stage, the model for predictive maintenance of the system chooses to use a rule-based model.
  • the design of the rules refers to the main control logic of the wind turbine, the judgment logic of maintenance and repair, etc., to comprehensively judge the wind speed measurement value, the wind speed and wind direction measurement value changes over time and other indicators within a specific power range.
  • the model for predictive maintenance of the system is selected as the data-driven self-standard residual model.
  • the model is based on the assumption that wind speed, power, blade angle, wind direction, etc. meet certain corresponding relationships under normal operation of the wind turbine. Use the relevant data points to predict the current wind speed, then compare the difference between the wind speed measured by the anemometer and the predicted wind speed, and use the residual distribution to make early warning and judgment of the fault.
  • the selection of variables is through a combination of mechanism and data-driven methods. Variables whose mechanisms are known to be relevant are selected, and the collected data is screened based on correlations.
  • two retraining modes of conditional triggering retraining and manual triggering retraining are set for the data-driven self-aligned residual model. Because the tested wind farm is in a mountainous region, environmental factors such as wind speed and direction are significantly affected by the season, and the model training data at the initial stage of stable operation cannot cover the annual seasonal working conditions, so a retraining mode triggered by timing is set. At regular intervals, the system automatically uses data from normal operating conditions in recent months as input to retrain the model. In addition, a logic to compare the prediction time period and the working conditions of the training data is set in the operating system at the same time to detect changes in the working conditions in advance. When the environmental operating conditions in recent days are obviously inconsistent with the environmental operating conditions during training, the system prompts the user to manually trigger the retraining of the model.
  • the collected data adds the turbine status indicators such as pitching and shutting down, and these newly added data types are used as newly added input parameters to upgrade the model.
  • the threshold parameters of the new model are adjusted accordingly in the model training.
  • the embodiment of the present invention also provides a device for improving the adaptability of the predictive maintenance model, as shown in FIG. 3, which is a structural block diagram of the device.
  • the device includes the following modules:
  • the data acquisition module 301, the data processing module 302, the initial model establishment module 303, the model conversion judgment module 304, the stable model establishment module 305, the model update module 306, and the system maintenance module 300 are among them:
  • the data collection module 301 is used to collect system data in real time after the system is started;
  • the data processing module 302 is used to mark the data, record abnormal data and label information
  • the initial model establishment module 303 is used to establish an initial predictive maintenance model
  • the system maintenance module 300 is configured to use the initial predictive maintenance model to perform system maintenance
  • the model conversion judgment module 304 is configured to determine whether a model conversion is required according to the type of the initial predictive maintenance model after the amount of data collected by the data collection module 301 reaches a first set value; if so, notify The stable model establishing module 305 establishes a stable predictive maintenance model;
  • the stable model establishing module 305 is configured to use the collected data to train to obtain a stable predictive maintenance model
  • system maintenance module 300 is also used to replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance;
  • the model update module 306 is configured to update the stable predictive maintenance model after meeting the model update trigger condition
  • system maintenance module 300 is further configured to use the updated predictive maintenance model to perform system maintenance after the model update module 306 updates the stable predictive maintenance model.
  • the aforementioned initial model establishment module 303 may specifically adopt different technical paths to construct an initial predictive maintenance model.
  • a specific structure of the initial model establishment module 303 may include the following units:
  • the mechanism-based residual model establishment unit is used to establish a mechanism-based residual model when the mechanism parameters corresponding to the system can be obtained, and use the mechanism-based residual model as an initial predictive maintenance model;
  • the cluster benchmarking model establishment unit is used to establish a cluster benchmarking model when the mechanism parameters corresponding to the system cannot be obtained and the abnormal conditions of different devices in the system are similar, and the cluster benchmarking model is used as the initial prediction Sexual maintenance model;
  • the transfer learning model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the performance of abnormal conditions of different devices is not similar, and there are other systems that have been trained and belong to the same model as the devices in this system.
  • the migration learning model is obtained by performing migration learning on the predictive maintenance model of the equipment of the same model, and the migration learning model is used as the initial predictive maintenance model of the equipment in the system;
  • the rule-based model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the abnormal performance of different equipment is not similar, and there is no trained equipment in other systems that belongs to the same machine as the equipment in this system.
  • a predictive maintenance model of a type of equipment a rule-based model is established, and the rule-based model is used as the initial predictive maintenance model.
  • the aforementioned model conversion judgment module 304 determines that no model conversion is required when the initial predictive maintenance model is a mechanism-based residual model, or a cluster benchmarking model, or a migration learning model; when the initial predictive maintenance model is When using a rule-based model, it is determined that a model conversion is required.
  • the above-mentioned stable model establishment module 305 may specifically select different types of models according to whether there is sufficient label information, for example, there may be the following two types of models: unsupervised learning model and supervised learning model.
  • a specific structure of the stable model establishing module 305 may include the following units:
  • the first model establishment unit is used to retrain the ruled model with the collected data when the number of recorded tag information does not reach the second set value, to obtain a data-driven self-standard residual model, and Use the data-driven self-aligned residual model as a stable predictive maintenance model;
  • the second model establishment unit is configured to use the collected data and the label information to train to obtain a supervised machine learning model when the number of recorded label information reaches a second set value, and to combine the supervised machine learning model with the Machine learning models are used as stable predictive maintenance models, such as classification models or neural network models.
  • the aforementioned model update module 306 may adopt different update trigger conditions for different types of the stable predictive maintenance model.
  • a specific structure of the model update module 306 may include the following units:
  • the first update unit is used for when the stable predictive maintenance model is a data-driven self-standard residual model, after the update period is reached, or the equipment operating condition changes, or the accuracy of the model drops to a set level, Update the stable predictive maintenance model;
  • the second update unit is used for when the stable predictive maintenance model is a supervised machine learning model, when the number of newly added tag information reaches the third set value, or when the newly added abnormal data reaches the set value After the threshold, use the newly collected data to update the stable predictive maintenance model;
  • the third update unit is used to update the stable predictive maintenance model with the newly collected data when the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value Update.
  • the model update module 306 may be manually triggered to retrain the model after the system mechanism parameters change, so that the model is updated. For example, when equipment parts are replaced, lubricants are added, control parameter settings are changed, etc., the data-driven self-calibration residual model is retrained by manual triggering. Similarly, for a supervised machine learning model, when abnormal data increases, the model update module 306 can be manually triggered to retrain the model.
  • the process of updating the model by the model update module 306 is actually a retraining process of the model.
  • the original model architecture is used, and brand new data and labels are used without adjusting the input data type and model structure.
  • Information retrains the model parameters, or uses the original data and label information, as well as the newly added data and label information to retrain the model parameters.
  • the adjustment of the threshold may be involved in the retraining process, so that the model can better adapt to more diverse working conditions. For example, when new label information corresponding to a small amount of abnormal data is added, the threshold of the model can be adjusted. Specifically, normal operation data and abnormal data can be tested as offline test data at the same time, and corresponding thresholds can be adjusted according to the test results, thereby reducing false positives and false negatives of the model, and improving the accuracy of model prediction results.
  • the device for improving the adaptability of the predictive maintenance model uses the predictive maintenance model to maintain the system, and adjusts the predictive maintenance model adaptively according to the different stages of system operation, specifically, when the system is started In the initial stage, due to the lack of collected data and recorded tag information, an initial predictive maintenance model was established by means other than data-driven. With the operation of the system, after the amount of collected data reaches a certain amount, use the collected data Data training obtains a stable predictive maintenance model, and then replaces some specific types of initial predictive maintenance models to improve the accuracy of predictions and make the system better maintained. After the model update trigger condition is met, the stable predictive maintenance model is updated, so that the predictive maintenance model has better adaptability and meets various requirements of the system equipment operating conditions.
  • FIG. 4 it is another structural block diagram of the device for improving the adaptability of the predictive maintenance model in the embodiment of the present invention.
  • the device further includes:
  • the model upgrade module 307 is used to upgrade the predictive maintenance model currently used for system maintenance after the model upgrade conditions are met.
  • system maintenance module 300 is further configured to use the upgraded predictive maintenance model to perform system maintenance after the model upgrade module 307 upgrades the predictive maintenance model currently used for system maintenance. maintain.
  • the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, when there are new types of newly collected data, the data-driven self-aligned residual model The new type of data is added to the input parameters for training, or the data-driven self-standardized residual model is upgraded to a supervised model after the recorded label information has grown from scratch.
  • the predictive maintenance model currently used for system maintenance is the supervised machine learning model, when there are new types of newly collected data, add the supervised machine learning model to the input parameters Training on new types of data.
  • the data processing module 302 may also record the types of collected data.
  • a specific structure of the model upgrade module 307 may include the following units:
  • the first upgrade unit is used for the data-driven self-aligned residual model when the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model. If the newly collected data has a new type, then the data-driven self-aligned residual model Add the new type of data to the input parameters of the standard residual model for training; if the recorded label information grows from scratch, upgrade the data-driven self-standard residual model to a supervised model;
  • the second upgrade unit is used for the current predictive maintenance model used for system maintenance is the supervised machine learning model, and when the newly collected data has a new type, the input parameters of the supervised machine learning model Add the new type of data for training.
  • the model upgrade module 307 can also upgrade these models to integrated models, and use the results of multiple models to comprehensively perform early warning.
  • the integrated model is for multiple separate models to judge the abnormalities separately, and then comprehensively judge based on the results of these separate models to get the final warning model.
  • the device for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention adopts an adaptive strategy design for each stage of the predictive maintenance model life cycle, so that the predictive maintenance model at each stage can be better predicted Maintenance effect.
  • the program can be stored in a computer readable storage medium, which is referred to herein as storage.
  • Storage such as: ROM/RAM, floppy disk, optical disk, etc.
  • an embodiment of the present invention also provides a device for improving the adaptability of a predictive maintenance model.
  • the device is an electronic device, such as a mobile terminal, a computer, a tablet device, a medical device, or a fitness device. , Personal Digital Assistant, etc.
  • the electronic device may include one or more processors and memories; wherein, the memory is used to store computer-executable instructions, and the processor is used to execute the computer-executable instructions, so as to implement the foregoing method.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Marketing (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Development Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Feedback Control In General (AREA)
  • Testing And Monitoring For Control Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed are a method and apparatus for improving the adaptability of a predictive maintenance model. The method comprises: establishing an initial predictive maintenance model, and performing system maintenance by using the initial predictive maintenance model; acquiring system data in real time after the system is started, marking the data, and recording abnormal data and tag information; after the amount of the acquired data reaches a first set value, determining, according to the type of the initial predictive maintenance model, whether model conversion is required; if yes, performing training by using the acquired data to obtain a stable predictive maintenance model, and replacing the initial predictive maintenance model with the stable predictive maintenance model to perform system maintenance; after a model update trigger condition is met, updating the stable predictive maintenance model. According to the present invention, the predictive maintenance model can have better adaptability, and the accuracy and stability of the predictive maintenance model can be improved.

Description

提升预测性维护模型适应能力的方法及装置Method and device for improving adaptability of predictive maintenance model 技术领域Technical field
本发明涉及系统维护领域,具体涉及一种提升预测性维护模型自适应能力的方法及装置。The invention relates to the field of system maintenance, in particular to a method and a device for improving the adaptive capability of a predictive maintenance model.
背景技术Background technique
PHM(Prognostic and Health Management,故障预测与健康管理)是综合利用现代信息技术、人工智能技术的最新研究成果而提出的一种全新的管理健康状态的解决方案,其广泛应用于各个领域。目前,在工业系统维护中,基于SCADA(Supervisory Control And Data Acquisition,监督控制和数据采集)等非高频系统数据的预测性维护模型逐渐成为近年来研发的热点。PHM (Prognostic and Health Management, fault prediction and health management) is a brand-new health management solution proposed by comprehensively using the latest research results of modern information technology and artificial intelligence technology. It is widely used in various fields. At present, in the maintenance of industrial systems, predictive maintenance models based on non-high-frequency system data such as SCADA (Supervisory Control And Data Acquisition) have gradually become a hot spot for research and development in recent years.
现有技术均是关注于某一个故障预警模型结构的设计与优化。这些技术方案能够在其特定的数据和技术条件下实现故障预警的需求,却普遍缺乏对模型在不同数据和技术条件下适用性的设计和对于不同开发阶段下模型成长路径的设计,使得这些技术无法在模型全生命周期内适用。Existing technologies all focus on the design and optimization of a certain fault early warning model structure. These technical solutions can meet the needs of fault warning under their specific data and technical conditions, but generally lack the design of the applicability of the model under different data and technical conditions and the design of the growth path of the model under different development stages, making these technologies It cannot be applied in the full life cycle of the model.
此外,现有技术方案多是基于拥有充分数据和标签的假设。然而在实际开发过程中,往往存在很多影响因素:如数据量不足,标签缺乏,全新的机型、环境、工况等,使得这些技术方案无法落地或者在全生命周期内使用。例如,在风电行业,当现有技术方案应用到一个全新的风场的时候,往往需要一定时间(几个月甚至一年)才能够达到该模型稳定运行需要的训练数据量。只使用少量训练数据驱动的预测模型会导致模型结果不稳定,甚至完全无法使用,而实际场景下往往又无法等到数据充足再上线使用。又如,当一些数据采集条件发生变化后,一些技术方案就不再是改变后的数据条件下的最优方案。此时,往往需要调整模型架构才能够突破现有模 型效果的瓶颈,继续提升模型的表现。选择一种在新条件下适用的模型架构可以达到该阶段提升模型表现的效果,但往往之前模型开发积累的领域知识无法沉淀到新的模型架构中,或者模型结构变化较大使得单次开发工作量增大的同时,又不一定可以用到未来的场景中,复用性不足。In addition, most of the existing technical solutions are based on the assumption that sufficient data and labels are available. However, in the actual development process, there are often many influencing factors: such as insufficient data, lack of labels, brand-new models, environments, and working conditions, which make these technical solutions unable to be implemented or used in the full life cycle. For example, in the wind power industry, when an existing technical solution is applied to a brand-new wind farm, it often takes a certain amount of time (months or even a year) to reach the amount of training data required for the stable operation of the model. Predictive models driven by only a small amount of training data will lead to unstable model results or even completely unusable. In actual scenarios, it is often impossible to wait until the data is sufficient before being used online. For another example, when some data collection conditions are changed, some technical solutions are no longer the optimal solutions under the changed data conditions. At this time, it is often necessary to adjust the model architecture to break through the bottleneck of the existing model effect and continue to improve the performance of the model. Choosing a model architecture that is applicable under new conditions can achieve the effect of improving the performance of the model at this stage, but often the domain knowledge accumulated in previous model development cannot be precipitated into the new model architecture, or the model structure changes greatly, making a single development work While the amount is increasing, it may not be used in future scenarios, and the reusability is insufficient.
发明内容Summary of the invention
本发明实施例提供一种提升预测性维护模型适应能力的方法及装置,使预测性维护模型具有更好的适应性,提升预测性维护模型的准确性和稳定性。The embodiment of the present invention provides a method and device for improving the adaptability of a predictive maintenance model, so that the predictive maintenance model has better adaptability, and the accuracy and stability of the predictive maintenance model are improved.
为此,本发明提供如下技术方案:To this end, the present invention provides the following technical solutions:
一种提升预测性维护模型适应能力的方法,所述方法包括:A method for improving the adaptability of a predictive maintenance model, the method comprising:
在系统启动后实时采集系统数据,并对所述数据进行标记,记录异常数据及标签信息;Collect system data in real time after the system is started, mark the data, and record abnormal data and label information;
建立初始预测性维护模型,并利用所述初始预测性维护模型进行系统维护;Establish an initial predictive maintenance model, and use the initial predictive maintenance model to perform system maintenance;
在采集的数据量达到第一设定值后,根据所述初始预测性维护模型的类型确定是否需要进行模型转换;After the amount of collected data reaches the first set value, determine whether a model conversion is required according to the type of the initial predictive maintenance model;
如果是,则利用所述采集的数据训练得到稳定的预测性维护模型,并将所述稳定的预测维护模型代替所述初始预测维护模型进行系统维护;If so, use the collected data to train to obtain a stable predictive maintenance model, and replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance;
在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新,并利用更新后的预测性维护模型进行系统维护。After the model update trigger condition is satisfied, the stable predictive maintenance model is updated, and the updated predictive maintenance model is used for system maintenance.
可选地,所述建立初始预测性维护模型包括:Optionally, the establishment of an initial predictive maintenance model includes:
如果能够获得对应所述系统的机理参数,则建立基于机理的残差模型,并将所述基于机理的残差模型作为初始预测性维护模型;If the mechanism parameters corresponding to the system can be obtained, a mechanism-based residual model is established, and the mechanism-based residual model is used as an initial predictive maintenance model;
否则,判断针对系统中不同设备的异常状况表现是否近似;Otherwise, judge whether the abnormal performance of different devices in the system is similar;
如果是,则建立集群对标模型,并将所述集群对标模型作为初始预测性维护模型;If yes, establish a cluster benchmarking model, and use the cluster benchmarking model as an initial predictive maintenance model;
否则,判断其它系统中是否存在已训练好的、与本系统中设备属于相 同机型的设备的预测性维护模型;Otherwise, judge whether there is a trained predictive maintenance model of equipment of the same model as the equipment in this system in other systems;
如果是,则通过对所述相同机型的设备的预测性维护模型进行迁移学习,得到迁移学习模型,并将所述迁移学习模型作为本系统中设备的初始预测性维护模型;If yes, perform migration learning on the predictive maintenance model of the equipment of the same model to obtain the migration learning model, and use the migration learning model as the initial predictive maintenance model of the equipment in the system;
否则,建立基于规则的模型,并将所述基于规则的模型作为初始预测性维护模型。Otherwise, establish a rule-based model and use the rule-based model as the initial predictive maintenance model.
可选地,所述根据所述初始预测性维护模型的类型确定是否需要进行模型转换包括:Optionally, the determining whether a model conversion is required according to the type of the initial predictive maintenance model includes:
如果所述初始预测性维护模型为基于机理的残差模型、或集群对标模型、或迁移学习模型,则确定不需要进行模型转换;If the initial predictive maintenance model is a mechanism-based residual model, or a cluster benchmarking model, or a migration learning model, it is determined that no model conversion is required;
如果所述初始预测性维护模型为基于规则的模型,则确定需要进行模型转换。If the initial predictive maintenance model is a rule-based model, it is determined that a model conversion is required.
可选地,所述利用所述采集的数据训练得到稳定的预测性维护模型包括:Optionally, the training of using the collected data to obtain a stable predictive maintenance model includes:
如果记录的标签信息的数量未达到第二设定值,则利用采集的数据训练得到数据驱动的自对标残差模型,并将所述数据驱动的自对标残差模型作为稳定的预测性维护模型;If the number of recorded tag information does not reach the second set value, use the collected data to train to obtain a data-driven self-aligned residual model, and use the data-driven self-aligned residual model as a stable predictive Maintenance model
如果记录的标签信息的数量达到第二设定值,则利用所述采集的数据及所述标签信息训练得到有监督的机器学习模型,并将所述有监督的机器学习模型作为稳定的预测性维护模型。If the number of recorded label information reaches the second set value, use the collected data and the label information to train to obtain a supervised machine learning model, and use the supervised machine learning model as a stable predictive Maintain the model.
可选地,所述在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新包括:Optionally, the updating the stable predictive maintenance model after the model update trigger condition is met includes:
如果所述稳定的预测性维护模型为数据驱动的自对标残差模型,则在达到更新周期、或者设备工况改变、或者模型准确率下降到设定程度后,对所述稳定的预测性维护模型进行更新;If the stable predictive maintenance model is a data-driven self-aligned residual model, after reaching the update cycle, or the equipment operating condition changes, or the model accuracy rate drops to a set level, the stable predictability Maintain the model for updates;
如果所述稳定的预测性维护模型为有监督的机器学习模型,则在新增的标签信息的数量达到第三设定值、或者在新增的异常数据达到设定阈值后,利用新采集的数据对所述稳定的预测性维护模型进行更新;If the stable predictive maintenance model is a supervised machine learning model, then after the number of newly added tag information reaches the third set value, or after the newly added abnormal data reaches the set threshold, use the newly collected Data to update the stable predictive maintenance model;
如果所述稳定的预测性维护模型为迁移学习模型,则在新增的数据量达到第四设定值后,利用新采集的数据对所述稳定的预测性维护模型进行更新。If the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value, the stable predictive maintenance model is updated with the newly collected data.
可选地,所述方法还包括:Optionally, the method further includes:
在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级,并利用升级后的预测性维护模型进行系统维护。After the model upgrade conditions are met, the current predictive maintenance model used for system maintenance is upgraded, and the upgraded predictive maintenance model is used for system maintenance.
可选地,所述方法还包括:记录采集的数据的种类;Optionally, the method further includes: recording the types of collected data;
所述在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级包括:After the model upgrade conditions are met, upgrading the predictive maintenance model currently used for system maintenance includes:
如果当前进行系统维护使用的预测性维护模型为所述数据驱动的自对标残差模型,则在新采集的数据有新种类时,在所述数据驱动的自对标残差模型的输入参数中加入所述新种类的数据进行训练,或者在记录的标签信息从无到有后,将所述数据驱动的自对标残差模型升级为有监督模型;If the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, when there are new types of newly collected data, the input parameters of the data-driven self-aligned residual model Adding the new type of data to training, or upgrading the data-driven self-standard residual model to a supervised model after the recorded label information has grown from scratch;
如果当前进行系统维护使用的预测性维护模型为所述有监督的机器学习模型,则在新采集的数据有新种类时,在所述有监督的机器学习模型的输入参数中加入所述新种类的数据进行训练。If the predictive maintenance model currently used for system maintenance is the supervised machine learning model, when the newly collected data has a new type, the new type is added to the input parameters of the supervised machine learning model Data for training.
一种提升预测性维护模型适应能力的装置,所述装置包括:数据采集模块、数据处理模块、初始模型建立模块、模型转换判断模块、稳定模型建立模块、模型更新模块、系统维护模块;A device for improving the adaptability of a predictive maintenance model, the device comprising: a data acquisition module, a data processing module, an initial model establishment module, a model conversion judgment module, a stable model establishment module, a model update module, and a system maintenance module;
所述数据采集模块,用于在系统启动后实时采集系统数据;The data collection module is used to collect system data in real time after the system is started;
所述数据处理模块,用于对所述数据进行标记,记录异常数据及标签信息;The data processing module is used to mark the data and record abnormal data and label information;
所述初始模型建立模块,用于建立初始预测性维护模型;The initial model establishment module is used to establish an initial predictive maintenance model;
所述系统维护模块,用于利用所述初始预测性维护模型进行系统维护;The system maintenance module is configured to use the initial predictive maintenance model to perform system maintenance;
所述模型转换判断模块,用于在所述数据采集模块采集的数据量达到第一设定值后,根据所述初始预测性维护模型的类型确定是否需要进行模型转换;如果是,则通知所述稳定模型建立模块建立稳定的预测维护模型;The model conversion judgment module is configured to determine whether a model conversion needs to be performed according to the type of the initial predictive maintenance model after the amount of data collected by the data collection module reaches a first set value; if so, notify the office The stable model establishment module establishes a stable predictive maintenance model;
所述稳定模型建立模块,用于利用所述采集的数据训练得到稳定的预 测性维护模型;The stable model establishment module is used to train to obtain a stable predictive maintenance model by using the collected data;
相应地,所述系统维护模块,还用于将所述稳定的预测维护模型代替所述初始预测维护模型进行系统维护;Correspondingly, the system maintenance module is also used to replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance;
所述模型更新模块,用于在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新;The model update module is used to update the stable predictive maintenance model after a model update trigger condition is met;
相应地,所述系统维护模块,还用于在所述模型更新模块对所述稳定的预测性维护模型进行更新后,利用更新后的预测性维护模型进行系统维护。Correspondingly, the system maintenance module is further configured to use the updated predictive maintenance model to perform system maintenance after the model update module updates the stable predictive maintenance model.
可选地,所述初始模型建立模块包括:Optionally, the initial model establishment module includes:
基于机理的残差模型建立单元,用于在能够获得对应所述系统的机理参数时,建立基于机理的残差模型,并将所述基于机理的残差模型作为初始预测性维护模型;The mechanism-based residual model establishment unit is used to establish a mechanism-based residual model when the mechanism parameters corresponding to the system can be obtained, and use the mechanism-based residual model as an initial predictive maintenance model;
集群对标模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对系统中不同设备的异常状况表现近似时,建立集群对标模型,并将所述集群对标模型作为初始预测性维护模型;The cluster benchmarking model establishment unit is used to establish a cluster benchmarking model when the mechanism parameters corresponding to the system cannot be obtained and the abnormal conditions of different devices in the system are similar, and the cluster benchmarking model is used as the initial prediction Sexual maintenance model;
迁移学习模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对不同设备的异常状况表现不近似,并且其它系统中存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型时,通过对所述相同机型的设备的预测性维护模型进行迁移学习,得到迁移学习模型,并将所述迁移学习模型作为本系统中设备的初始预测性维护模型;The transfer learning model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the performance of abnormal conditions of different devices is not similar, and there are trained ones in other systems that belong to the same model as the devices in this system. In the predictive maintenance model of the equipment, the migration learning model is obtained by performing migration learning on the predictive maintenance model of the equipment of the same model, and the migration learning model is used as the initial predictive maintenance model of the equipment in the system;
基于规则的模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对不同设备的异常状况表现不近似,并且其它系统中不存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型时,建立基于规则的模型,并将所述基于规则的模型作为初始预测性维护模型。The rule-based model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the abnormal performance of different equipment is not similar, and there is no trained equipment in other systems that belongs to the same machine as the equipment in this system. In the case of a predictive maintenance model of a type of equipment, a rule-based model is established, and the rule-based model is used as the initial predictive maintenance model.
可选地,所述模型转换判断模块,具体用于在所述初始预测性维护模型为基于机理的残差模型、或集群对标模型、或迁移学习模型时,确定不需要进行模型转换;在所述初始预测性维护模型为基于规则的模型时,确定需要进行模型转换。Optionally, the model conversion judgment module is specifically configured to determine that no model conversion is required when the initial predictive maintenance model is a mechanism-based residual model, a cluster benchmarking model, or a migration learning model; When the initial predictive maintenance model is a rule-based model, it is determined that a model conversion is required.
可选地,所述稳定模型建立模块包括:Optionally, the stable model establishment module includes:
第一模型建立单元,用于在记录的标签信息的数量未达到第二设定值时,利用采集的数据对所述规则的模型进行重新训练,得到数据驱动的自对标残差模型,并将所述数据驱动的自对标残差模型作为稳定的预测性维护模型;The first model establishment unit is used to retrain the ruled model with the collected data when the number of recorded tag information does not reach the second set value, to obtain a data-driven self-standard residual model, and Use the data-driven self-aligned residual model as a stable predictive maintenance model;
第二模型建立单元,用于在记录的标签信息的数量达到第二设定值时,利用所述采集的数据及所述标签信息训练得到有监督的机器学习模型,并将所述有监督的机器学习模型作为稳定的预测性维护模型。The second model establishment unit is configured to use the collected data and the label information to train to obtain a supervised machine learning model when the number of recorded label information reaches a second set value, and to combine the supervised machine learning model with the The machine learning model serves as a stable predictive maintenance model.
可选地,所述模型更新模块包括:Optionally, the model update module includes:
第一更新单元,用于在所述稳定的预测性维护模型为数据驱动的自对标残差模型时,在达到更新周期、或者设备工况改变、或者模型准确率下降到设定程度后,对所述稳定的预测性维护模型进行更新;The first update unit is used for when the stable predictive maintenance model is a data-driven self-standard residual model, after the update period is reached, or the equipment operating condition changes, or the accuracy of the model drops to a set level, Update the stable predictive maintenance model;
第二更新单元,用于在所述稳定的预测性维护模型为有监督的机器学习模型时,在新增的标签信息的数量达到第三设定值、或者在新增的异常数据达到设定阈值后,利用新采集的数据对所述稳定的预测性维护模型进行更新;The second update unit is used for when the stable predictive maintenance model is a supervised machine learning model, when the number of newly added tag information reaches the third set value, or when the newly added abnormal data reaches the set value After the threshold, use the newly collected data to update the stable predictive maintenance model;
第三更新单元,用于在所述稳定的预测性维护模型为迁移学习模型时,在新增的数据量达到第四设定值后,利用新采集的数据对所述稳定的预测性维护模型进行更新。The third update unit is used to update the stable predictive maintenance model with the newly collected data when the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value Update.
可选地,所述装置还包括:Optionally, the device further includes:
模型升级模块,用于在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级;The model upgrade module is used to upgrade the predictive maintenance model currently used for system maintenance after meeting the model upgrade conditions;
相应地,所述系统维护模块,还用于在所述模型升级模块对当前进行系统维护使用的预测性维护模型进行升级后,利用升级后的预测性维护模型进行系统维护。Correspondingly, the system maintenance module is also used to perform system maintenance using the upgraded predictive maintenance model after the model upgrade module upgrades the predictive maintenance model currently used for system maintenance.
可选地,所述数据处理模块,还用于记录采集的数据的种类;Optionally, the data processing module is also used to record the types of collected data;
所述模型升级模块包括:The model upgrade module includes:
第一升级单元,用于在当前进行系统维护使用的预测性维护模型为所 述数据驱动的自对标残差模型时,如果新采集的数据有新种类,则在所述数据驱动的自对标残差模型的输入参数中加入所述新种类的数据进行训练;如果记录的标签信息从无到有后,则将所述数据驱动的自对标残差模型升级为有监督模型;The first upgrade unit is used for the data-driven self-aligned residual model when the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, if the newly collected data has a new type, the data-driven self-aligned Add the new type of data to the input parameters of the standard residual model for training; if the recorded label information grows from scratch, upgrade the data-driven self-standard residual model to a supervised model;
第二升级单元,用于在当前进行系统维护使用的预测性维护模型为所述有监督的机器学习模型,并且新采集的数据有新种类时,在所述有监督的机器学习模型的输入参数中加入所述新种类的数据进行训练。The second upgrade unit is used for the current predictive maintenance model used for system maintenance is the supervised machine learning model, and when the newly collected data has a new type, the input parameters of the supervised machine learning model Add the new type of data for training.
一种电子设备,包括:一个或多个处理器、存储器;An electronic device, including: one or more processors and memories;
所述存储器用于存储计算机可执行指令,所述处理器用于执行所述计算机可执行指令,以实现前面所述的方法。The memory is used to store computer-executable instructions, and the processor is used to execute the computer-executable instructions to implement the aforementioned method.
一种可读存储介质,其上存储有指令,所述指令被执行以实现前面所述的方法。A readable storage medium having instructions stored thereon, and the instructions are executed to implement the aforementioned method.
本发明实施例提供的提升预测性维护模型适应能力的方法及装置,利用预测性维护模型对系统进行维护,并且对预测性维护模型根据系统运行的不同阶段进行适应性地调整,具体地,在系统启动初期,由于采集的数据及记录的标签信息较匮乏,因此采用数据驱动之外的其它方式建立初始预测性维护模型,随着系统的运行,采集的数据量达到一定数量后,利用所述采集的数据训练得到稳定的预测性维护模型,进而将其代替一些特定类型的初始预测性维护模型,提升预测的准确性,使系统得到更好的维护。在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新,使预测性维护模型具有更好的适应性,满足系统设备工况的各种需求。The method and device for improving the adaptability of the predictive maintenance model provided by the embodiments of the present invention use the predictive maintenance model to maintain the system, and adjust the predictive maintenance model adaptively according to the different stages of system operation. Specifically, in At the initial stage of the system startup, due to the lack of collected data and recorded tag information, an initial predictive maintenance model was established by means other than data-driven. With the operation of the system, the amount of collected data reached a certain amount. The collected data is trained to obtain a stable predictive maintenance model, which can then replace some specific types of initial predictive maintenance models to improve the accuracy of prediction and make the system better maintained. After the model update trigger condition is met, the stable predictive maintenance model is updated, so that the predictive maintenance model has better adaptability and meets various requirements of the system equipment operating conditions.
进一步地,在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级,更好地提升预测性维护模型的准确性和稳定性。Further, after meeting the model upgrade conditions, the current predictive maintenance model used for system maintenance is upgraded to better improve the accuracy and stability of the predictive maintenance model.
本发明实施例提供的提升预测性维护模型适应能力的方法及装置,针对预测性维护模型生命周期的每一个阶段,采取相适应的策略设计,使各阶段的预测性维护模型均能得到较佳的预测维护效果。The method and device for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention adopts a suitable strategy design for each stage of the predictive maintenance model life cycle, so that the predictive maintenance model at each stage can be better. Predictive maintenance effectiveness.
附图说明Description of the drawings
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明中记载的一些实施例,对于本领域普通技术人员来讲,还可以根据这些附图获得其他的附图。In order to explain the embodiments of the present application or the technical solutions in the prior art more clearly, the following will briefly introduce the drawings that need to be used in the embodiments. Obviously, the drawings in the following description are only recorded in the present invention. For some of the embodiments of, for those of ordinary skill in the art, other drawings may be obtained based on these drawings.
图1是本发明实施例提升预测性维护模型适应能力的方法的一种流程图;FIG. 1 is a flowchart of a method for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention;
图2是本发明实施例中用于进行系统维护的预测性维护模型的全生命周期示意图;2 is a schematic diagram of the entire life cycle of a predictive maintenance model used for system maintenance in an embodiment of the present invention;
图3是本发明实施例提升预测性维护模型适应能力的装置的一种结构框图;FIG. 3 is a structural block diagram of a device for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention;
图4是本发明实施例提升预测性维护模型适应能力的装置的另一种结构框图。Fig. 4 is another structural block diagram of a device for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention.
具体实施方式detailed description
为了使本技术领域的人员更好地理解本发明实施例的方案,下面结合附图和实施方式对本发明实施例作进一步的详细说明。In order to enable those skilled in the art to better understand the solutions of the embodiments of the present invention, the embodiments of the present invention will be further described in detail below with reference to the accompanying drawings and implementation manners.
本发明实施例提供的提升预测性维护模型适应能力的方法及装置,利用预测性维护模型对系统进行维护,并且对预测性维护模型根据系统运行的不同阶段进行适应性地调整,以使各阶段的预测性维护模型均能得到较佳的预测维护效果。The method and device for improving the adaptability of the predictive maintenance model provided by the embodiments of the present invention use the predictive maintenance model to maintain the system, and the predictive maintenance model is adaptively adjusted according to the different stages of system operation, so that each stage All of the predictive maintenance models can get better predictive maintenance effects.
如图1所示,是本发明实施例提升预测性维护模型适应能力的方法的一种流程图,包括以下步骤:As shown in FIG. 1, it is a flowchart of a method for improving the adaptability of a predictive maintenance model according to an embodiment of the present invention, which includes the following steps:
步骤101,在系统启动后实时采集系统数据,并对所述数据进行标记,记录异常数据及标签信息。Step 101: Collect system data in real time after the system is started, mark the data, and record abnormal data and tag information.
步骤102,建立初始预测性维护模型,并利用所述初始预测性维护模型进行系统维护。Step 102: Establish an initial predictive maintenance model, and use the initial predictive maintenance model to perform system maintenance.
由于在初始阶段,系统启动后一定时间内,采集到的数据的数量、以及其中的异常数据及标签信息较少,难以满足一些常用数据驱动模型的离 线训练要求。因此,在此阶段,出于均衡模型可行性和结果准确性的考虑,本发明实施例可以采用以下两种技术路径来构建初始预测性维护模型:Since in the initial stage, within a certain period of time after the system is started, the amount of data collected, as well as the abnormal data and label information in it is small, it is difficult to meet the offline training requirements of some commonly used data-driven models. Therefore, at this stage, in consideration of the feasibility of the balance model and the accuracy of the result, the embodiment of the present invention can adopt the following two technical paths to construct the initial predictive maintenance model:
1)需要离线训练的模型:常用的需要离线训练的预测性维护模型有基于机理的残差模型,即基于部件机械物理结构构建的模型,通常为回归模型,因其系数均反映特定的机械物理性质,只需少量正常运行数据即可进行训练。另外,还可以通过迁移学习,直接使用有泛化特性的同机型相似工况的已训练模型。1) Models that require offline training: commonly used predictive maintenance models that require offline training include mechanism-based residual models, that is, models built based on the mechanical physical structure of components, usually regression models, because their coefficients reflect specific mechanical physics Nature, only a small amount of normal running data can be trained. In addition, it is also possible to directly use the trained model with generalization characteristics of the same model under similar operating conditions through transfer learning.
2)不需要离线训练的模型:比如,可以包括但不限于集群对标模型和基于规则的模型。所述集群对标模型是指通过对比当前相似设备在同一工况下的状态,根据设备参数是否偏离集群状态判断故障概率的方法建立的模型。所述基于规则的模型是指通过对故障相关参数及其趋势做综合判断的方法建立的模型。2) Models that do not require offline training: For example, they can include but are not limited to cluster benchmarking models and rule-based models. The cluster benchmarking model refers to a model established by comparing the current status of similar equipment under the same working condition and judging the failure probability according to whether the equipment parameters deviate from the cluster status. The rule-based model refers to a model established by a method of comprehensively judging fault-related parameters and their trends.
建立初始预测性维护模型的具体过程如下:The specific process of establishing an initial predictive maintenance model is as follows:
首先,考虑是否可建立机理模型;如果是,则建立基于机理的残差模型,并将所述基于机理的残差模型作为初始预测性维护模型;具体地,如果能够获得对应所述系统的机理参数,则可以建立机理模型;否则不能建立机理模型,只能考虑其它方式的模型。所述基于机理的残差模型具体可以包括但不限于以下任意一种或多种模型:多元线性回归模型、多元非线性回归模型,另外,在模型建立过程中,还可同时结合卡尔曼滤波等对系统残差进行动态的适应。First, consider whether a mechanism model can be established; if so, establish a mechanism-based residual model, and use the mechanism-based residual model as an initial predictive maintenance model; specifically, if the mechanism corresponding to the system can be obtained Parameter, the mechanism model can be established; otherwise, the mechanism model cannot be established, and only other models can be considered. The mechanism-based residual model may specifically include, but is not limited to, any one or more of the following models: multiple linear regression model, multiple nonlinear regression model, in addition, in the process of model establishment, it can also be combined with Kalman filtering, etc. Dynamically adapt to the system residuals.
其次,判断针对系统中不同设备的异常状况表现是否近似;如果是,则建立集群对标模型,并将所述集群对标模型作为初始预测性维护模型。当然,在这种情况下,需要系统中存在设备集群,即待监测目标为一个集群,且相对集群在同一工况下的偏移为需要预测的故障的表征或故障与偏移程度具有相关性。集群对标的原理是对比单个设备的状态和设备集群的平均状态之间的差异来判断异常的趋势。Secondly, it is judged whether the abnormal performance of different equipment in the system is similar; if so, a cluster benchmarking model is established, and the cluster benchmarking model is used as an initial predictive maintenance model. Of course, in this case, there needs to be a device cluster in the system, that is, the target to be monitored is a cluster, and the deviation of the relative cluster under the same working condition is the characterization of the failure that needs to be predicted or the failure is related to the degree of deviation . The principle of cluster benchmarking is to compare the difference between the state of a single device and the average state of the device cluster to determine abnormal trends.
再次,如果其它系统中存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型,则可通过对所述相同机型的设备的预测性维 护模型进行迁移学习,得到迁移学习模型,并将所述迁移学习模型作为本系统中设备的初始预测性维护模型。也就是说,当系统中的设备与其他场景下某个设备的场景和机型都近似时,可以使用那个场景下已经训练好的模型短时间内作为启动模型来弥补数据不够训练的不足。比如,平原风场A的风机需要一个发电机温度异常的冷启动模型,而其他项目中有发电机温度异常的机器学习模型是基于同一个风机机型且位于类似气候的平原风场B,则可以考虑直接使用风场B的该模型作为平原风场A的模型。迁移学习中使用的模型可以为无监督模型、回归模型、或者有监督模型等。Thirdly, if there is a trained predictive maintenance model of equipment of the same model as the equipment in this system in other systems, then the predictive maintenance model of the same model of equipment can be migrated and learned to obtain Transfer learning model, and use the transfer learning model as the initial predictive maintenance model of the equipment in the system. That is to say, when the equipment in the system is similar to the scene and model of a certain equipment in other scenes, the model that has been trained in that scene can be used as a startup model in a short time to make up for insufficient data training. For example, the wind turbine of Plain Wind Farm A requires a cold start model with abnormal generator temperature, while the machine learning models with abnormal generator temperature in other projects are based on the same wind turbine model and are located in Plain Wind Farm B with a similar climate. It can be considered to directly use this model of wind field B as the model of plain wind field A. The model used in transfer learning can be an unsupervised model, a regression model, or a supervised model.
最后,如果以上模型均不可行,还可以考虑建立基于规则的模型,并将所述基于规则的模型作为初始预测性维护模型。具体地,可以利用一些行业专家知识或者控制逻辑,形成对应的判断规则。Finally, if none of the above models are feasible, you can also consider establishing a rule-based model, and use the rule-based model as an initial predictive maintenance model. Specifically, some industry expert knowledge or control logic can be used to form corresponding judgment rules.
所述基于规则的模型与所述集群对标模型的差别在于规则是基于专家知识的且不一定能够覆盖到所有工况下的所有异常。The difference between the rule-based model and the cluster benchmarking model is that the rules are based on expert knowledge and may not be able to cover all abnormalities under all working conditions.
步骤103,判断采集的数据量是否达到第一设定值;如果是,则执行步骤104;否则,返回步骤103。Step 103: It is judged whether the amount of collected data reaches the first set value; if it is, step 104 is executed; otherwise, step 103 is returned.
步骤104,根据所述初始预测性维护模型的类型确定是否需要进行模型转换;如果是,则执行步骤105;否则,返回步骤104,此时,继续利用所述初始预测性维护模型进行系统维护。Step 104: Determine whether a model conversion is required according to the type of the initial predictive maintenance model; if so, perform step 105; otherwise, return to step 104. At this time, continue to use the initial predictive maintenance model for system maintenance.
具体地,如果所述初始预测性维护模型为基于机理的残差模型、集群对标模型、或迁移学习模型,则不需要进行模型转换;如果所述初始预测性维护模型为基于规则的模型,则确定需要进行模型转换。Specifically, if the initial predictive maintenance model is a mechanism-based residual model, a cluster benchmarking model, or a migration learning model, no model conversion is required; if the initial predictive maintenance model is a rule-based model, It is determined that a model conversion is required.
步骤105,利用所述采集的数据训练得到稳定的预测性维护模型,并将所述稳定的预测维护模型代替所述初始预测维护模型进行系统维护。Step 105: Use the collected data to train to obtain a stable predictive maintenance model, and replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance.
在此阶段,系统采集的数据量已经满足模型的训练需求,数据驱动的模型可以稳定上线运行,因此,采用数据驱动方式建立稳定的预测维护模型,即将初始预测性维护模型转化为稳定的预测维护模型。At this stage, the amount of data collected by the system has met the training requirements of the model, and the data-driven model can be run stably. Therefore, a stable predictive maintenance model is established using a data-driven approach, that is, the initial predictive maintenance model is transformed into stable predictive maintenance model.
具体地,可以根据是否有足量标签信息,主要有以下两种类型的模型:Specifically, depending on whether there is sufficient label information, there are mainly the following two types of models:
1)无监督学习:多用在虽然数据充足但是标签信息不足的情况下。预 测性维护的无监督模型主要有机理模型、自对标残差模型、集群对标模型。其中,自对标残差模型为一种利用自身历史健康状态建立的模型,预测健康状态下当前设备运行参数,并与实测值进行比较,从而确定故障概率的方法。1) Unsupervised learning: It is mostly used when the data is sufficient but the label information is insufficient. The unsupervised models of predictive maintenance mainly include mechanism models, self-standard residual models, and cluster-standard models. Among them, the self-standardized residual model is a model established by using its own historical health status to predict the current equipment operating parameters in a healthy state and compare them with the measured values to determine the probability of failure.
2)有监督学习:在数据和标签信息都充足的情况下使用,主要有分类模型或神经网络模型。2) Supervised learning: It is used when the data and label information are sufficient. There are mainly classification models or neural network models.
在本发明实施例中,在采集的数据量达到第一设定值,并且记录的标签信息的数量未达到第二设定值时,可以利用采集的数据训练得到数据驱动的自对标残差模型,并将所述数据驱动的自对标残差模型作为稳定的预测性维护模型。数据驱动的自对标残差模型可以是但不限于以下各种模型:多元线性/非线性回归模型、随机森林、XGBoost、LightGBM、AutoEncoder、SVM、anoGAN。在采集的数据量达到第一设定值,并且记录的标签信息的数量达到第二设定值时,可以利用所述采集的数据及所述标签信息训练得到有监督的机器学习模型,并将所述有监督的机器学习模型作为稳定的预测性维护模型。有监督的机器学习模型可以是但不限于以下各种模型:神经网络模型(比如ANN,CNN,RNN,LSTM)、随机森林、逻辑回归模型。In the embodiment of the present invention, when the amount of collected data reaches the first set value, and the number of recorded tag information does not reach the second set value, the collected data can be used for training to obtain a data-driven self-calibration residual Model, and use the data-driven self-aligned residual model as a stable predictive maintenance model. The data-driven self-standard residual model can be, but is not limited to, the following various models: multiple linear/non-linear regression model, random forest, XGBoost, LightGBM, AutoEncoder, SVM, anoGAN. When the amount of collected data reaches the first set value, and the number of recorded tag information reaches the second set value, the collected data and the tag information can be used to train to obtain a supervised machine learning model, and The supervised machine learning model serves as a stable predictive maintenance model. The supervised machine learning model can be, but is not limited to, the following various models: neural network models (such as ANN, CNN, RNN, LSTM), random forests, and logistic regression models.
步骤106,在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新,并利用更新后的预测性维护模型进行系统维护。Step 106: After the model update trigger condition is met, update the stable predictive maintenance model, and use the updated predictive maintenance model to perform system maintenance.
具体地,可以针对所述稳定的预测性维护模型的类型不同,采取不同的更新触发条件,比如:Specifically, different types of the stable predictive maintenance model can be used to adopt different update triggering conditions, such as:
如果所述稳定的预测性维护模型为数据驱动的自对标残差模型,则在达到更新周期、或者设备工况改变、或者模型准确率下降到设定程度后,对所述稳定的预测性维护模型进行更新;If the stable predictive maintenance model is a data-driven self-aligned residual model, after reaching the update cycle, or the equipment operating condition changes, or the model accuracy rate drops to a set level, the stable predictability Maintain the model for updates;
如果所述稳定的预测性维护模型为有监督的机器学习模型,则在新增的标签信息的数量达到第三设定值、或者在新增的异常数据达到设定阈值后,利用新采集的数据对所述稳定的预测性维护模型进行更新;If the stable predictive maintenance model is a supervised machine learning model, then after the number of newly added tag information reaches the third set value, or after the newly added abnormal data reaches the set threshold, use the newly collected Data to update the stable predictive maintenance model;
如果所述稳定的预测性维护模型为迁移学习模型,则在新增的数据量 达到第四设定值后,利用新采集的数据对所述稳定的预测性维护模型进行更新。If the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value, the stable predictive maintenance model is updated with the newly collected data.
当然,对于数据驱动的自对标残差模型,还可以在系统机理参数发生变化后,由人工触发进行更新。比如,设备部件更换、润滑油添加、控制参数设定发生改变等情况下,通过人工触发重新训练数据驱动的自对标残差模型。Of course, the data-driven self-standard residual model can also be updated manually after the system mechanism parameters change. For example, when equipment parts are replaced, lubricants are added, control parameter settings are changed, etc., the data-driven self-calibration residual model is retrained by manual triggering.
同理,对于有监督的机器学习模型,还可以在异常数据增加时,通过人工触发重新训练模型。In the same way, for a supervised machine learning model, it is also possible to manually trigger the retraining of the model when abnormal data increases.
需要说明的是,上述模型的更新过程实际上是模型的重训练过程,使用原有模型架构,在不调整输入数据种类和模型结构的前提下,使用全新的数据和标签信息对模型参数进行重新训练,或者使用原有数据和标签信息、以及新增的数据和标签信息对模型参数进行重新训练。另外,重训练过程中可能涉及到阈值的调整,以使模型更好的适应更多样的工况数据。比如,在新增少量异常数据对应的标签信息时,即可进行模型的阈值调整。具体地,可以将正常运行数据和异常数据同时作为离线测试数据进行测试,进而根据测试结果调整相应阈值,从而减少模型的误报和漏报,提高模型预测结果的准确性。It should be noted that the update process of the above model is actually the retraining process of the model. The original model architecture is used, and the model parameters are renewed with brand new data and label information without adjusting the input data type and model structure. Training, or use the original data and label information, as well as the new data and label information to retrain the model parameters. In addition, the adjustment of the threshold may be involved in the retraining process, so that the model can better adapt to more diverse working conditions. For example, when new label information corresponding to a small amount of abnormal data is added, the threshold of the model can be adjusted. Specifically, normal operation data and abnormal data can be tested as offline test data at the same time, and corresponding thresholds can be adjusted according to the test results, thereby reducing false positives and false negatives of the model, and improving the accuracy of model prediction results.
本发明实施例提供的提升预测性维护模型适应能力的方法,利用预测性维护模型对系统进行维护,并且对预测性维护模型根据系统运行的不同阶段进行适应性地调整,具体地,在系统启动初期,由于采集的数据及记录的标签信息较匮乏,因此采用数据驱动之外的其它方式建立初始预测性维护模型,随着系统的运行,采集的数据量达到一定数量后,利用所述采集的数据训练得到稳定的预测性维护模型,进而将其代替一些特定类型的初始预测性维护模型,提升预测的准确性,使系统得到更好的维护。在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新,使预测性维护模型具有更好的适应性,满足系统设备工况的各种需求。The method for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention uses the predictive maintenance model to maintain the system, and the predictive maintenance model is adaptively adjusted according to the different stages of system operation, specifically, when the system is started In the initial stage, due to the lack of collected data and recorded tag information, an initial predictive maintenance model was established by means other than data-driven. With the operation of the system, after the amount of collected data reaches a certain amount, use the collected data Data training obtains a stable predictive maintenance model, and then replaces some specific types of initial predictive maintenance models to improve the accuracy of predictions and make the system better maintained. After the model update trigger condition is met, the stable predictive maintenance model is updated, so that the predictive maintenance model has better adaptability and meets various requirements of the system equipment operating conditions.
进一步地,在本发明提升预测性维护模型适应能力的方法另一实施例中,还可记录采集的数据的种类。另外,在满足模型升级条件后,对当前 进行系统维护使用的预测性维护模型进行升级,并利用升级后的预测性维护模型进行系统维护,从而更好地提升预测性维护模型的准确性和稳定性。Further, in another embodiment of the method for improving the adaptability of a predictive maintenance model of the present invention, the types of collected data can also be recorded. In addition, after meeting the model upgrade conditions, the current predictive maintenance model used for system maintenance is upgraded, and the upgraded predictive maintenance model is used for system maintenance, so as to better improve the accuracy and stability of the predictive maintenance model Sex.
对当前行系统维护使用的预测性维护模型进行升级可以有以下几种情况:There are several situations in which the predictive maintenance model used in the current system maintenance can be upgraded:
如果当前进行系统维护使用的预测性维护模型为所述数据驱动的自对标残差模型,则在新采集的数据有新种类时,在所述数据驱动的自对标残差模型的输入参数中加入所述新种类的数据进行训练,或者在记录的标签信息从无到有后,将所述数据驱动的自对标残差模型升级为有监督模型。If the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, when there are new types of newly collected data, the input parameters of the data-driven self-aligned residual model Adding the new type of data to training, or upgrading the data-driven self-calibrated residual model to a supervised model after the recorded label information has grown from scratch.
如果当前进行系统维护使用的预测性维护模型为所述有监督的机器学习模型,则在新采集的数据有新种类时,在所述有监督的机器学习模型的输入参数中加入所述新种类的数据进行训练。If the predictive maintenance model currently used for system maintenance is the supervised machine learning model, when the newly collected data has a new type, the new type is added to the input parameters of the supervised machine learning model Data for training.
在上述模型升级过程中,输入参数的调整方式包含但不限于:人工选择添加、利用相关性系数筛选(如Pearson,Spearman等)、通过ANOVA方差分析选择、基于树模型的特征重要性选择等。In the above model upgrade process, the adjustment methods of input parameters include but are not limited to: manual selection and addition, selection by correlation coefficient (such as Pearson, Spearman, etc.), selection by ANOVA analysis of variance, and feature importance selection based on tree model, etc.
另外,在有多种模型对系统进行预测性维护时,可以将这些模型升级为集成模型,利用多个模型的结果综合进行预警。集成模型为多个单独模型分别对异常进行判断,然后基于这些单独模型的结果进行综合判断得出最后的预警的模型。集成模型很难在启动的时候就让所有可以使用的模型都具备稳定运行的条件,因此一般在数据和标签信息积累充分之后才适合使用集成模型。In addition, when there are multiple models for predictive maintenance of the system, these models can be upgraded to integrated models, and the results of multiple models can be used for comprehensive early warning. The integrated model is for multiple separate models to judge the abnormalities separately, and then comprehensively judge based on the results of these separate models to get the final warning model. It is difficult for the integrated model to make all available models have the conditions for stable operation when it is started. Therefore, it is generally suitable to use the integrated model after the data and label information have been accumulated.
本发明实施例提供的提升预测性维护模型适应能力的方法,针对预测性维护模型生命周期的每一个阶段,采取相适应的策略设计,使各阶段的预测性维护模型均能得到较佳的预测维护效果。The method for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention adopts a suitable strategy design for each stage of the predictive maintenance model life cycle, so that the predictive maintenance model at each stage can be better predicted Maintenance effect.
图2示出了用于进行系统维护的预测性维护模型的全生命周期,所述预测性维护模型的整个生命周期的成长分为以下几个阶段,各阶段可以采用的预测性维护模型如图2中所示。Figure 2 shows the entire life cycle of a predictive maintenance model for system maintenance. The growth of the entire life cycle of the predictive maintenance model is divided into the following stages. The predictive maintenance models that can be used in each stage are shown in the figure Shown in 2.
下面对所述预测性维护模型的整个生命周期中的各阶段进行简要说明。The following briefly describes the stages in the entire life cycle of the predictive maintenance model.
1)模型启动阶段:此阶段的特点为采集的数据量较少,数据没有相应的标签信息或者标签信息较少,难以满足一些常用数据驱动模型的离线训练要求。在此阶段,出于均衡模型可行性和结果准确性的考虑,有两种类型的模型可以选择,即:需要离线训练的模型和不需要离线训练的模型。其中,需要离线训练的模型主要有:基于机理的残差模型和通过迁移学习得到的模型,即直接使用有泛化特性的同机型相似工况的已训练模型;不需要离线训练的模型主要有:集群对标模型和基于规则的模型。不同类型模型的选择在前面已有详细说明,在此不再赘述。1) Model startup stage: The characteristic of this stage is that the amount of collected data is small, the data does not have corresponding label information or the label information is less, and it is difficult to meet the offline training requirements of some commonly used data-driven models. At this stage, in consideration of the feasibility of the balance model and the accuracy of the results, there are two types of models to choose from, namely: models that require offline training and models that do not require offline training. Among them, the models that need offline training mainly include: mechanism-based residual models and models obtained through transfer learning, that is, directly use trained models with generalization characteristics of the same model and similar operating conditions; models that do not require offline training mainly There are: cluster benchmarking model and rule-based model. The selection of different types of models has been described in detail above, so I will not repeat them here.
需要离线训练的模型:常用的需要离线训练的预测性维护冷启动模型有基于机理的残差模型,即基于部件机械物理结构构建的模型,通常为回归模型,因其系数均反映特定的机械物理性质,只需少量正常运行数据即可进行训练;迁移学习,即直接使用有泛化特性的同机型相似工况的已训练模型。Models that require offline training: commonly used predictive maintenance cold-start models that require offline training include mechanism-based residual models, which are models constructed based on the mechanical physical structure of components, usually regression models, because their coefficients reflect specific mechanical physics Nature, only a small amount of normal operating data can be trained; transfer learning, that is, directly use the trained model of the same model and similar working conditions with generalization characteristics.
不需要离线训练的模型:直接使用一些不需要离线训练的模型,包括但不限于集群对标模型和基于规则的模型。集群对标即对比当前相似设备在同一工况下的状态,根据设备参数是否偏离集群状态判断故障概率的方法。基于规则的模型,即通过对故障相关参数及其趋势做综合判断的方法。Models that do not require offline training: directly use some models that do not require offline training, including but not limited to cluster benchmarking models and rule-based models. Cluster benchmarking is a method of comparing the current status of similar equipment under the same working condition, and judging the failure probability according to whether the equipment parameters deviate from the cluster status. The rule-based model is a method of comprehensively judging the fault-related parameters and their trends.
2)模型稳定运行阶段:此阶段的特点为采集的数据量已经满足模型的训练需求,数据驱动的模型可以稳定上线运行。在此阶段,根据是否有足量有效的标签信息,主要有两大适用的可选模型类型,具体如下:2) Model stable operation stage: The characteristic of this stage is that the amount of data collected has met the training requirements of the model, and the data-driven model can be stably run online. At this stage, depending on whether there is sufficient and effective label information, there are mainly two applicable optional model types, as follows:
无监督学习模型:多用在虽然数据充足但是依然缺少有效标签信息的情况下。主要有:机理模型、基于数据的自对标残差模型、以及集群对标模型。其中,基于数据的自对标残差模型为一种利用自身历史健康状态建立模型,预测健康状态下当前设备运行参数,并与实测值进行比较,从而确定故障概率的方法。Unsupervised learning model: It is mostly used when the data is sufficient but there is still a lack of effective label information. Mainly include: mechanism model, data-based self-benchmarking residual model, and cluster benchmarking model. Among them, the data-based self-calibration residual model is a method that uses its own historical health status to establish a model to predict the current equipment operating parameters in a healthy state, and compare with the actual measured values to determine the probability of failure.
监督学习模型:在数据和标签信息都充足的时候使用,主要有:提供概率分布的分类模型和神经网络模型。Supervised learning model: used when the data and label information are sufficient, mainly include: classification model and neural network model that provide probability distribution.
3)模型更新阶段:在模型稳定运行阶段期间,随着时间的推移,标签 信息的增加,一些模型的准确度会逐渐降低。其主要原因比如模型受季节性影响、或者原训练数据未能完整的包含所有可能的工况等。此时需要进行模型的重训练以增加模型的准确度。根据运行模型类型的不同,受季节性影响的模型可以定期触发,需要尽可能覆盖各种工况的模型可以基于某种条件触发训练,需要依靠误报调整的模型可以人工不定时触发。3) Model update phase: During the stable operation phase of the model, as time goes by, as the label information increases, the accuracy of some models will gradually decrease. The main reason is that the model is affected by seasonality, or the original training data does not fully include all possible working conditions. At this time, retraining of the model is required to increase the accuracy of the model. According to different types of operating models, models affected by seasonality can be triggered regularly, models that need to cover various working conditions as much as possible can trigger training based on certain conditions, and models that need to be adjusted by false alarms can be manually triggered from time to time.
4)模型升级阶段:拥有丰富的数据和标签信息后,由于模型结构本身的限制,重新训练已经无法进一步提升模型的准确度和稳定性,此时则可以对模型进行升级。模型升级主要考量以下两种改变:4) Model upgrade stage: After having abundant data and label information, due to the limitation of the model structure itself, retraining cannot further improve the accuracy and stability of the model. At this time, the model can be upgraded. The model upgrade mainly considers the following two changes:
数据量驱动的模型改变:当模型的接入参数增加且数据量增加时,此时多考虑从较简单的拟合模型如回归模型升级到不易过拟合且能够更好的学习变量与故障间非线性关系的模型,如集成树类模型。。当故障标签从无到有,此时多考虑从无监督模型升级到能够自学习多种故障发展模式的有监督模型。Data volume-driven model changes: When the access parameters of the model increase and the amount of data increases, consider upgrading from a simpler fitting model such as a regression model to a model that is not easy to overfit and can better learn between variables and failures. Models of non-linear relationships, such as integrated tree models. . When the fault label starts from scratch, consider upgrading from an unsupervised model to a supervised model that can self-learn multiple failure development modes.
单模型到多模型或模型融合:当已有多种可行模型时,可以使用集成模型或者融合多模型结构的模型架构,进一步提升模型准确性和稳定性。Single model to multiple models or model fusion: When there are multiple feasible models, you can use an integrated model or a model architecture that integrates a multi-model structure to further improve the accuracy and stability of the model.
需要说明的是,在实际应用中,模型的全生命周期管理中,模型自成长路径可以根据以上描述人为进行技术迭代,也可以通过模型运行系统自动完成,对此本发明实施例不做限定。It should be noted that, in actual application, in the full life cycle management of the model, the self-growth path of the model can be artificially performed technical iterations according to the above description, or can be automatically completed by the model operating system, which is not limited in the embodiment of the present invention.
本发明实施例的方案,可以应用于多种需要进行预测性维护的系统,比如风电系统、机加工制造系统、化工系统、烟草生产系统等。The solutions of the embodiments of the present invention can be applied to a variety of systems that require predictive maintenance, such as wind power systems, machining manufacturing systems, chemical systems, tobacco production systems, and so on.
下面以应用于风电系统为例,进一步详细说明本发明方案。The following takes the application to a wind power system as an example to further describe the scheme of the present invention in detail.
在模型启动阶段,首先对系统中的风速仪异常进行启动模型选型判断。风速仪异常主要有风速仪卡滞和风速仪松动两种,其中风速仪卡滞的表现为测量风速持续小于真实风速甚至持续为0,风速仪松动的表现为测量的风速出现跳变。这两种故障均不一定是缓变的故障且不具备相关机理模型,不同故障个体间在数据上的表现判断也不一定近似。因此,在起始阶段,对系统进行预测性维护的模型选择使用基于规则的模型。规则的设计参考风机主控逻辑、维护检修的判断逻辑等,对特定功率范围内的风速测量值、 风速和风向测量值随时间的变化等指标进行综合判断。In the model start-up phase, the start model selection judgment is first performed on the abnormal anemometer in the system. Anemometer abnormalities mainly include anemometer stuck and anemometer loose. The anemometer stuck shows that the measured wind speed is continuously lower than the true wind speed or even continues to be 0, and the anemometer loose shows that the measured wind speed jumps. These two types of faults are not necessarily slow-changing faults and do not have relevant mechanism models, and the performance judgments of different fault individuals on the data are not necessarily similar. Therefore, in the initial stage, the model for predictive maintenance of the system chooses to use a rule-based model. The design of the rules refers to the main control logic of the wind turbine, the judgment logic of maintenance and repair, etc., to comprehensively judge the wind speed measurement value, the wind speed and wind direction measurement value changes over time and other indicators within a specific power range.
当采集的运行数据积累2-3个月后,根据上述模型成长机制逻辑判断,对系统进行预测性维护的模型选为使用数据驱动的自对标残差模型。模型基于风机正常运行状态下,风速、功率、桨叶角、风向等满足一定的对应关系的假设。使用相关数据点预测当时风速,再对比风速仪测量风速与预测风速的差异,通过残差的分布来对故障进行预警判断。构建数据驱动模型时,变量的选取通过机理和数据驱动结合的方式,选取机理已知相关的变量,同时根据相关性等对采集的数据进行筛选。When the collected operating data is accumulated for 2-3 months, based on the logical judgment of the above model growth mechanism, the model for predictive maintenance of the system is selected as the data-driven self-standard residual model. The model is based on the assumption that wind speed, power, blade angle, wind direction, etc. meet certain corresponding relationships under normal operation of the wind turbine. Use the relevant data points to predict the current wind speed, then compare the difference between the wind speed measured by the anemometer and the predicted wind speed, and use the residual distribution to make early warning and judgment of the fault. When constructing a data-driven model, the selection of variables is through a combination of mechanism and data-driven methods. Variables whose mechanisms are known to be relevant are selected, and the collected data is screened based on correlations.
基于风电系统的特点,对所述数据驱动的自对标残差模型设置了条件触发重训练和人工触发重训练两种重训练模式。由于测试的风场处于山地,风速风向等环境因素受季节影响明显,而稳定运行初期模型训练数据无法覆盖全年季节工况,因此设置了定时触发的重新训练模式。每隔一定时间,系统自动使用近几个月内的正常运行工况数据作为输入,对模型进行重训练。另外,在运行系统中同时设置了对预测时间段和训练数据的工况进行对比的逻辑,用于提前发现工况的变化。当近几天的环境工况与训练时的环境工况明显存在不一致时,系统提示使用者人工触发模型的重新训练。Based on the characteristics of the wind power system, two retraining modes of conditional triggering retraining and manual triggering retraining are set for the data-driven self-aligned residual model. Because the tested wind farm is in a mountainous region, environmental factors such as wind speed and direction are significantly affected by the season, and the model training data at the initial stage of stable operation cannot cover the annual seasonal working conditions, so a retraining mode triggered by timing is set. At regular intervals, the system automatically uses data from normal operating conditions in recent months as input to retrain the model. In addition, a logic to compare the prediction time period and the working conditions of the training data is set in the operating system at the same time to detect changes in the working conditions in advance. When the environmental operating conditions in recent days are obviously inconsistent with the environmental operating conditions during training, the system prompts the user to manually trigger the retraining of the model.
在上述过程中,通过前期报警结果验证发现,若对风机的工况做更细致的筛选,能够提升基于数据的风速预测模型的准确度。因此采集的数据中增加了正在变桨、正在停机等风机状态指示量,将这些新增加的数据种类作为新增加的输入参数对模型进行结构升级。同时,在增加新的输入参数后,在模型训练中也相应的调整了新模型的阈值参数。In the above process, it is found through the verification of early warning results that if the working conditions of the wind turbines are screened more carefully, the accuracy of the data-based wind speed prediction model can be improved. Therefore, the collected data adds the turbine status indicators such as pitching and shutting down, and these newly added data types are used as newly added input parameters to upgrade the model. At the same time, after adding new input parameters, the threshold parameters of the new model are adjusted accordingly in the model training.
相应地,本发明实施例还提供一种提升预测性维护模型适应能力的装置,如图3所示,是该装置的一种结构框图。Correspondingly, the embodiment of the present invention also provides a device for improving the adaptability of the predictive maintenance model, as shown in FIG. 3, which is a structural block diagram of the device.
在该实施例中,所述装置包括以下各模块:In this embodiment, the device includes the following modules:
数据采集模块301、数据处理模块302、初始模型建立模块303、模型转换判断模块304、稳定模型建立模块305、模型更新模块306、系统维护模块300。其中:The data acquisition module 301, the data processing module 302, the initial model establishment module 303, the model conversion judgment module 304, the stable model establishment module 305, the model update module 306, and the system maintenance module 300. among them:
所述数据采集模块301用于在系统启动后实时采集系统数据;The data collection module 301 is used to collect system data in real time after the system is started;
所述数据处理模块302用于对所述数据进行标记,记录异常数据及标签信息;The data processing module 302 is used to mark the data, record abnormal data and label information;
所述初始模型建立模块303用于建立初始预测性维护模型;The initial model establishment module 303 is used to establish an initial predictive maintenance model;
所述系统维护模块300用于利用所述初始预测性维护模型进行系统维护;The system maintenance module 300 is configured to use the initial predictive maintenance model to perform system maintenance;
所述模型转换判断模块304用于在所述数据采集模块301采集的数据量达到第一设定值后,根据所述初始预测性维护模型的类型确定是否需要进行模型转换;如果是,则通知所述稳定模型建立模块305建立稳定的预测维护模型;The model conversion judgment module 304 is configured to determine whether a model conversion is required according to the type of the initial predictive maintenance model after the amount of data collected by the data collection module 301 reaches a first set value; if so, notify The stable model establishing module 305 establishes a stable predictive maintenance model;
所述稳定模型建立模块305用于利用所述采集的数据训练得到稳定的预测性维护模型;The stable model establishing module 305 is configured to use the collected data to train to obtain a stable predictive maintenance model;
相应地,所述系统维护模块300还用于将所述稳定的预测维护模型代替所述初始预测维护模型进行系统维护;Correspondingly, the system maintenance module 300 is also used to replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance;
所述模型更新模块306用于在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新;The model update module 306 is configured to update the stable predictive maintenance model after meeting the model update trigger condition;
相应地,所述系统维护模块300还用于在所述模型更新模块306对所述稳定的预测性维护模型进行更新后,利用更新后的预测性维护模型进行系统维护。Correspondingly, the system maintenance module 300 is further configured to use the updated predictive maintenance model to perform system maintenance after the model update module 306 updates the stable predictive maintenance model.
上述初始模型建立模块303具体可以采用不同技术路径来构建初始预测性维护模型,比如,所述初始模型建立模块303的一种具体结构可以包括以下各单元:The aforementioned initial model establishment module 303 may specifically adopt different technical paths to construct an initial predictive maintenance model. For example, a specific structure of the initial model establishment module 303 may include the following units:
基于机理的残差模型建立单元,用于在能够获得对应所述系统的机理参数时,建立基于机理的残差模型,并将所述基于机理的残差模型作为初始预测性维护模型;The mechanism-based residual model establishment unit is used to establish a mechanism-based residual model when the mechanism parameters corresponding to the system can be obtained, and use the mechanism-based residual model as an initial predictive maintenance model;
集群对标模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对系统中不同设备的异常状况表现近似时,建立集群对标模型,并将所述集群对标模型作为初始预测性维护模型;The cluster benchmarking model establishment unit is used to establish a cluster benchmarking model when the mechanism parameters corresponding to the system cannot be obtained and the abnormal conditions of different devices in the system are similar, and the cluster benchmarking model is used as the initial prediction Sexual maintenance model;
迁移学习模型建立单元,用于在不能获得对应所述系统的机理参数, 并且针对不同设备的异常状况表现不近似,并且其它系统中存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型时,通过对所述相同机型的设备的预测性维护模型进行迁移学习,得到迁移学习模型,并将所述迁移学习模型作为本系统中设备的初始预测性维护模型;The transfer learning model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the performance of abnormal conditions of different devices is not similar, and there are other systems that have been trained and belong to the same model as the devices in this system. In the predictive maintenance model of the equipment, the migration learning model is obtained by performing migration learning on the predictive maintenance model of the equipment of the same model, and the migration learning model is used as the initial predictive maintenance model of the equipment in the system;
基于规则的模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对不同设备的异常状况表现不近似,并且其它系统中不存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型时,建立基于规则的模型,并将所述基于规则的模型作为初始预测性维护模型。The rule-based model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the abnormal performance of different equipment is not similar, and there is no trained equipment in other systems that belongs to the same machine as the equipment in this system. In the case of a predictive maintenance model of a type of equipment, a rule-based model is established, and the rule-based model is used as the initial predictive maintenance model.
上述模型转换判断模块304在所述初始预测性维护模型为基于机理的残差模型、或集群对标模型、或迁移学习模型时,确定不需要进行模型转换;在所述初始预测性维护模型为基于规则的模型时,确定需要进行模型转换。The aforementioned model conversion judgment module 304 determines that no model conversion is required when the initial predictive maintenance model is a mechanism-based residual model, or a cluster benchmarking model, or a migration learning model; when the initial predictive maintenance model is When using a rule-based model, it is determined that a model conversion is required.
上述稳定模型建立模块305具体可以根据是否有足量标签信息,选择不同类型的模型,比如可以有以下两种类型的模型:无监督学习模型、有监督学习模型。相应地,所述稳定模型建立模块305的一种具体结构可以包括以下各单元:The above-mentioned stable model establishment module 305 may specifically select different types of models according to whether there is sufficient label information, for example, there may be the following two types of models: unsupervised learning model and supervised learning model. Correspondingly, a specific structure of the stable model establishing module 305 may include the following units:
第一模型建立单元,用于在记录的标签信息的数量未达到第二设定值时,利用采集的数据对所述规则的模型进行重新训练,得到数据驱动的自对标残差模型,并将所述数据驱动的自对标残差模型作为稳定的预测性维护模型;The first model establishment unit is used to retrain the ruled model with the collected data when the number of recorded tag information does not reach the second set value, to obtain a data-driven self-standard residual model, and Use the data-driven self-aligned residual model as a stable predictive maintenance model;
第二模型建立单元,用于在记录的标签信息的数量达到第二设定值时,利用所述采集的数据及所述标签信息训练得到有监督的机器学习模型,并将所述有监督的机器学习模型作为稳定的预测性维护模型,比如分类模型或神经网络模型。The second model establishment unit is configured to use the collected data and the label information to train to obtain a supervised machine learning model when the number of recorded label information reaches a second set value, and to combine the supervised machine learning model with the Machine learning models are used as stable predictive maintenance models, such as classification models or neural network models.
上述模型更新模块306可以针对所述稳定的预测性维护模型的类型不同,采取不同的更新触发条件,比如,所述模型更新模块306的一种具体结构可以包括以下各单元:The aforementioned model update module 306 may adopt different update trigger conditions for different types of the stable predictive maintenance model. For example, a specific structure of the model update module 306 may include the following units:
第一更新单元,用于在所述稳定的预测性维护模型为数据驱动的自对 标残差模型时,在达到更新周期、或者设备工况改变、或者模型准确率下降到设定程度后,对所述稳定的预测性维护模型进行更新;The first update unit is used for when the stable predictive maintenance model is a data-driven self-standard residual model, after the update period is reached, or the equipment operating condition changes, or the accuracy of the model drops to a set level, Update the stable predictive maintenance model;
第二更新单元,用于在所述稳定的预测性维护模型为有监督的机器学习模型时,在新增的标签信息的数量达到第三设定值、或者在新增的异常数据达到设定阈值后,利用新采集的数据对所述稳定的预测性维护模型进行更新;The second update unit is used for when the stable predictive maintenance model is a supervised machine learning model, when the number of newly added tag information reaches the third set value, or when the newly added abnormal data reaches the set value After the threshold, use the newly collected data to update the stable predictive maintenance model;
第三更新单元,用于在所述稳定的预测性维护模型为迁移学习模型时,在新增的数据量达到第四设定值后,利用新采集的数据对所述稳定的预测性维护模型进行更新。The third update unit is used to update the stable predictive maintenance model with the newly collected data when the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value Update.
当然,在实际应用中,对于数据驱动的自对标残差模型,还可以在系统机理参数发生变化后,由人工触发所述模型更新模块306重新训练模型,使模型得到更新。比如,设备部件更换、润滑油添加、控制参数设定发生改变等情况下,通过人工触发重新训练数据驱动的自对标残差模型。同理,对于有监督的机器学习模型,还可以在异常数据增加时,通过人工触发所述模型更新模块306重新训练模型。Of course, in practical applications, for a data-driven self-aligned residual model, the model update module 306 may be manually triggered to retrain the model after the system mechanism parameters change, so that the model is updated. For example, when equipment parts are replaced, lubricants are added, control parameter settings are changed, etc., the data-driven self-calibration residual model is retrained by manual triggering. Similarly, for a supervised machine learning model, when abnormal data increases, the model update module 306 can be manually triggered to retrain the model.
需要说明的是,所述模型更新模块306对模型的更新过程实际上是模型的重训练过程,使用原有模型架构,在不调整输入数据种类和模型结构的前提下,使用全新的数据和标签信息对模型参数进行重新训练,或者使用原有数据和标签信息、以及新增的数据和标签信息对模型参数进行重新训练。另外,重训练过程中可能涉及到阈值的调整,以使模型更好的适应更多样的工况数据。比如,在新增少量异常数据对应的标签信息时,即可进行模型的阈值调整。具体地,可以将正常运行数据和异常数据同时作为离线测试数据进行测试,进而根据测试结果调整相应阈值,从而减少模型的误报和漏报,提高模型预测结果的准确性。It should be noted that the process of updating the model by the model update module 306 is actually a retraining process of the model. The original model architecture is used, and brand new data and labels are used without adjusting the input data type and model structure. Information retrains the model parameters, or uses the original data and label information, as well as the newly added data and label information to retrain the model parameters. In addition, the adjustment of the threshold may be involved in the retraining process, so that the model can better adapt to more diverse working conditions. For example, when new label information corresponding to a small amount of abnormal data is added, the threshold of the model can be adjusted. Specifically, normal operation data and abnormal data can be tested as offline test data at the same time, and corresponding thresholds can be adjusted according to the test results, thereby reducing false positives and false negatives of the model, and improving the accuracy of model prediction results.
本发明实施例提供的提升预测性维护模型适应能力的装置,利用预测性维护模型对系统进行维护,并且对预测性维护模型根据系统运行的不同阶段进行适应性地调整,具体地,在系统启动初期,由于采集的数据及记录的标签信息较匮乏,因此采用数据驱动之外的其它方式建立初始预测性 维护模型,随着系统的运行,采集的数据量达到一定数量后,利用所述采集的数据训练得到稳定的预测性维护模型,进而将其代替一些特定类型的初始预测性维护模型,提升预测的准确性,使系统得到更好的维护。在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新,使预测性维护模型具有更好的适应性,满足系统设备工况的各种需求。The device for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention uses the predictive maintenance model to maintain the system, and adjusts the predictive maintenance model adaptively according to the different stages of system operation, specifically, when the system is started In the initial stage, due to the lack of collected data and recorded tag information, an initial predictive maintenance model was established by means other than data-driven. With the operation of the system, after the amount of collected data reaches a certain amount, use the collected data Data training obtains a stable predictive maintenance model, and then replaces some specific types of initial predictive maintenance models to improve the accuracy of predictions and make the system better maintained. After the model update trigger condition is met, the stable predictive maintenance model is updated, so that the predictive maintenance model has better adaptability and meets various requirements of the system equipment operating conditions.
如图4所示,是本发明实施例提升预测性维护模型适应能力的装置的另一种结构框图。As shown in FIG. 4, it is another structural block diagram of the device for improving the adaptability of the predictive maintenance model in the embodiment of the present invention.
与图3所示实施例相比,在该实施例中,所述装置还包括:Compared with the embodiment shown in FIG. 3, in this embodiment, the device further includes:
模型升级模块307,用于在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级。The model upgrade module 307 is used to upgrade the predictive maintenance model currently used for system maintenance after the model upgrade conditions are met.
相应地,在该实施例中,所述系统维护模块300还用于在所述模型升级模块307对当前进行系统维护使用的预测性维护模型进行升级后,利用升级后的预测性维护模型进行系统维护。Correspondingly, in this embodiment, the system maintenance module 300 is further configured to use the upgraded predictive maintenance model to perform system maintenance after the model upgrade module 307 upgrades the predictive maintenance model currently used for system maintenance. maintain.
对当前行系统维护使用的预测性维护模型进行升级可以有以下几种情况:There are several situations in which the predictive maintenance model used in the current system maintenance can be upgraded:
1)如果当前进行系统维护使用的预测性维护模型为所述数据驱动的自对标残差模型,则在新采集的数据有新种类时,在所述数据驱动的自对标残差模型的输入参数中加入所述新种类的数据进行训练,或者在记录的标签信息从无到有后,将所述数据驱动的自对标残差模型升级为有监督模型。1) If the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, when there are new types of newly collected data, the data-driven self-aligned residual model The new type of data is added to the input parameters for training, or the data-driven self-standardized residual model is upgraded to a supervised model after the recorded label information has grown from scratch.
2)如果当前进行系统维护使用的预测性维护模型为所述有监督的机器学习模型,则在新采集的数据有新种类时,在所述有监督的机器学习模型的输入参数中加入所述新种类的数据进行训练。2) If the predictive maintenance model currently used for system maintenance is the supervised machine learning model, when there are new types of newly collected data, add the supervised machine learning model to the input parameters Training on new types of data.
为此,在该实施例中,所述数据处理模块302还可记录采集的数据的种类。To this end, in this embodiment, the data processing module 302 may also record the types of collected data.
所述模型升级模块307的一种具体结构可以包括以下各单元:A specific structure of the model upgrade module 307 may include the following units:
第一升级单元,用于在当前进行系统维护使用的预测性维护模型为所述数据驱动的自对标残差模型时,如果新采集的数据有新种类,则在所述数据驱动的自对标残差模型的输入参数中加入所述新种类的数据进行训 练;如果记录的标签信息从无到有后,则将所述数据驱动的自对标残差模型升级为有监督模型;The first upgrade unit is used for the data-driven self-aligned residual model when the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model. If the newly collected data has a new type, then the data-driven self-aligned residual model Add the new type of data to the input parameters of the standard residual model for training; if the recorded label information grows from scratch, upgrade the data-driven self-standard residual model to a supervised model;
第二升级单元,用于在当前进行系统维护使用的预测性维护模型为所述有监督的机器学习模型,并且新采集的数据有新种类时,在所述有监督的机器学习模型的输入参数中加入所述新种类的数据进行训练。The second upgrade unit is used for the current predictive maintenance model used for system maintenance is the supervised machine learning model, and when the newly collected data has a new type, the input parameters of the supervised machine learning model Add the new type of data for training.
另外,在有多种模型对系统进行预测性维护时,所述模型升级模块307还可以将这些模型升级为集成模型,利用多个模型的结果综合进行预警。集成模型为多个单独模型分别对异常进行判断,然后基于这些单独模型的结果进行综合判断得出最后的预警的模型。In addition, when there are multiple models for predictive maintenance of the system, the model upgrade module 307 can also upgrade these models to integrated models, and use the results of multiple models to comprehensively perform early warning. The integrated model is for multiple separate models to judge the abnormalities separately, and then comprehensively judge based on the results of these separate models to get the final warning model.
本发明实施例提供的提升预测性维护模型适应能力的装置,针对预测性维护模型生命周期的每一个阶段,采取相适应的策略设计,使各阶段的预测性维护模型均能得到较佳的预测维护效果。The device for improving the adaptability of the predictive maintenance model provided by the embodiment of the present invention adopts an adaptive strategy design for each stage of the predictive maintenance model life cycle, so that the predictive maintenance model at each stage can be better predicted Maintenance effect.
需要说明的是,对于上述本发明装置各实施例而言,由于各模块、单元的功能实现与相应的方法中类似,因此对所述对话生成装置各实施例描述得比较简单,相关之处可参见方法实施例的相应部分说明。It should be noted that for the foregoing embodiments of the device of the present invention, since the functional implementation of each module and unit is similar to that of the corresponding method, the description of each embodiment of the dialog generating device is relatively simple, and the relevant points may be See the description of the corresponding part of the method embodiment.
需要说明的是,本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本发明的实施例能够以除了在这里图示或描述的那些以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。It should be noted that the terms “first” and “second” in the description and claims of the present invention and the above-mentioned drawings are used to distinguish similar objects, and not necessarily used to describe a specific sequence or sequence. It should be understood that the data used in this way can be interchanged under appropriate circumstances so that the embodiments of the present invention described herein can be implemented in a sequence other than those illustrated or described herein. In addition, the terms "including" and "having" and any variations of them are intended to cover non-exclusive inclusions. For example, a process, method, system, product, or device that includes a series of steps or units is not necessarily limited to those clearly listed. Those steps or units may include other steps or units that are not clearly listed or are inherent to these processes, methods, products, or equipment.
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。而且,以上所描述的系统实施例仅仅是示意性的,其中作为分离部件说明的模块和单元可以是或者也可以不是物理上分开的,即可以位于一个网络单元上,或者也可以分布到多个网络单元上。可以根据实际的 需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性劳动的情况下,即可以理解并实施。The various embodiments in this specification are described in a progressive manner, and the same or similar parts between the various embodiments can be referred to each other, and each embodiment focuses on the differences from other embodiments. Moreover, the system embodiments described above are only illustrative, and the modules and units described as separate components may or may not be physically separated, that is, they may be located on one network unit, or they may be distributed to multiple On the network unit. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments. Those of ordinary skill in the art can understand and implement it without creative work.
本领域普通技术人员可以理解实现上述方法实施方式中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,所述的程序可以存储于计算机可读取存储介质中,这里所称的存储介质,如:ROM/RAM、磁碟、光盘等。A person of ordinary skill in the art can understand that all or part of the steps in the above method embodiments can be implemented by a program instructing relevant hardware. The program can be stored in a computer readable storage medium, which is referred to herein as storage. Media, such as: ROM/RAM, floppy disk, optical disk, etc.
相应地,本发明实施例还提供一种用于提升预测性维护模型适应能力的方法的装置,该装置是一种电子设备,比如,可以是移动终端、计算机、平板设备、医疗设备、健身设备、个人数字助理等。所述电子设备可以包括一个或多个处理器、存储器;其中,所述存储器用于存储计算机可执行指令,所述处理器用于执行所述计算机可执行指令,以实现前面各实施例所述的方法。Correspondingly, an embodiment of the present invention also provides a device for improving the adaptability of a predictive maintenance model. The device is an electronic device, such as a mobile terminal, a computer, a tablet device, a medical device, or a fitness device. , Personal Digital Assistant, etc. The electronic device may include one or more processors and memories; wherein, the memory is used to store computer-executable instructions, and the processor is used to execute the computer-executable instructions, so as to implement the foregoing method.
以上对本发明实施例进行了详细介绍,本文中应用了具体实施方式对本发明进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及装置,其仅仅是本发明一部分的实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本发明保护的范围,本说明书内容不应理解为对本发明的限制。因此,凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The embodiments of the present invention are described in detail above, and specific implementations are used to illustrate the present invention. The descriptions of the above embodiments are only used to help understand the methods and devices of the present invention, which are only part of the embodiments of the present invention. Not all examples. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative work should fall within the protection scope of the present invention, and the content of this specification should not be construed as limiting the present invention. Therefore, any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (14)

  1. 一种提升预测性维护模型适应能力的方法,其特征在于,所述方法包括:A method for improving the adaptability of a predictive maintenance model, characterized in that the method includes:
    在系统启动后实时采集系统数据,并对所述数据进行标记,记录异常数据及标签信息;Collect system data in real time after the system is started, mark the data, and record abnormal data and label information;
    建立初始预测性维护模型,并利用所述初始预测性维护模型进行系统维护;Establish an initial predictive maintenance model, and use the initial predictive maintenance model to perform system maintenance;
    在采集的数据量达到第一设定值后,根据所述初始预测性维护模型的类型确定是否需要进行模型转换;After the amount of collected data reaches the first set value, determine whether a model conversion is required according to the type of the initial predictive maintenance model;
    如果是,则利用所述采集的数据训练得到稳定的预测性维护模型,并将所述稳定的预测维护模型代替所述初始预测维护模型进行系统维护;If so, use the collected data to train to obtain a stable predictive maintenance model, and replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance;
    在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新,并利用更新后的预测性维护模型进行系统维护。After the model update trigger condition is satisfied, the stable predictive maintenance model is updated, and the updated predictive maintenance model is used for system maintenance.
  2. 根据权利要求1所述的方法,其特征在于,所述建立初始预测性维护模型包括:The method according to claim 1, wherein said establishing an initial predictive maintenance model comprises:
    如果能够获得对应所述系统的机理参数,则建立基于机理的残差模型,并将所述基于机理的残差模型作为初始预测性维护模型;If the mechanism parameters corresponding to the system can be obtained, a mechanism-based residual model is established, and the mechanism-based residual model is used as an initial predictive maintenance model;
    否则,判断针对系统中不同设备的异常状况表现是否近似;Otherwise, judge whether the abnormal performance of different devices in the system is similar;
    如果是,则建立集群对标模型,并将所述集群对标模型作为初始预测性维护模型;If yes, establish a cluster benchmarking model, and use the cluster benchmarking model as an initial predictive maintenance model;
    否则,判断其它系统中是否存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型;Otherwise, judge whether there is a trained predictive maintenance model of equipment of the same model as the equipment in this system in other systems;
    如果是,则通过对所述相同机型的设备的预测性维护模型进行迁移学习,得到迁移学习模型,并将所述迁移学习模型作为本系统中设备的初始预测性维护模型;If yes, perform migration learning on the predictive maintenance model of the equipment of the same model to obtain the migration learning model, and use the migration learning model as the initial predictive maintenance model of the equipment in the system;
    否则,建立基于规则的模型,并将所述基于规则的模型作为初始预测性维护模型。Otherwise, establish a rule-based model and use the rule-based model as the initial predictive maintenance model.
  3. 根据权利要求2所述的方法,其特征在于,所述根据所述初始预测 性维护模型的类型确定是否需要进行模型转换包括:The method according to claim 2, wherein the determining whether a model conversion is required according to the type of the initial predictive maintenance model comprises:
    如果所述初始预测性维护模型为基于机理的残差模型、或集群对标模型、或迁移学习模型,则确定不需要进行模型转换;If the initial predictive maintenance model is a mechanism-based residual model, or a cluster benchmarking model, or a migration learning model, it is determined that no model conversion is required;
    如果所述初始预测性维护模型为基于规则的模型,则确定需要进行模型转换。If the initial predictive maintenance model is a rule-based model, it is determined that a model conversion is required.
  4. 根据权利要求2所述的方法,其特征在于,所述利用所述采集的数据训练得到稳定的预测性维护模型包括:The method according to claim 2, wherein the training to obtain a stable predictive maintenance model using the collected data comprises:
    如果记录的标签信息的数量未达到第二设定值,则利用采集的数据训练得到数据驱动的自对标残差模型,并将所述数据驱动的自对标残差模型作为稳定的预测性维护模型;If the number of recorded tag information does not reach the second set value, use the collected data to train to obtain a data-driven self-aligned residual model, and use the data-driven self-aligned residual model as a stable predictive Maintenance model
    如果记录的标签信息的数量达到第二设定值,则利用所述采集的数据及所述标签信息训练得到有监督的机器学习模型,并将所述有监督的机器学习模型作为稳定的预测性维护模型。If the number of recorded label information reaches the second set value, use the collected data and the label information to train to obtain a supervised machine learning model, and use the supervised machine learning model as a stable predictive Maintain the model.
  5. 根据权利要求4所述的方法,其特征在于,所述在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新包括:The method according to claim 4, wherein the updating the stable predictive maintenance model after the model update trigger condition is satisfied comprises:
    如果所述稳定的预测性维护模型为数据驱动的自对标残差模型,则在达到更新周期、或者设备工况改变、或者模型准确率下降到设定程度后,对所述稳定的预测性维护模型进行更新;If the stable predictive maintenance model is a data-driven self-aligned residual model, after reaching the update cycle, or the equipment operating condition changes, or the model accuracy rate drops to a set level, the stable predictability Maintain the model for updates;
    如果所述稳定的预测性维护模型为有监督的机器学习模型,则在新增的标签信息的数量达到第三设定值、或者在新增的异常数据达到设定阈值后,利用新采集的数据对所述稳定的预测性维护模型进行更新;If the stable predictive maintenance model is a supervised machine learning model, then after the number of newly added tag information reaches the third set value, or after the newly added abnormal data reaches the set threshold, use the newly collected Data to update the stable predictive maintenance model;
    如果所述稳定的预测性维护模型为迁移学习模型,则在新增的数据量达到第四设定值后,利用新采集的数据对所述稳定的预测性维护模型进行更新。If the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value, the stable predictive maintenance model is updated with the newly collected data.
  6. 根据权利要求4或5所述的方法,其特征在于,所述方法还包括:The method according to claim 4 or 5, wherein the method further comprises:
    在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级,并利用升级后的预测性维护模型进行系统维护。After the model upgrade conditions are met, the current predictive maintenance model used for system maintenance is upgraded, and the upgraded predictive maintenance model is used for system maintenance.
  7. 根据权利要求6所述的方法,其特征在于,所述方法还包括:记录 采集的数据的种类;The method according to claim 6, characterized in that, the method further comprises: recording the type of the collected data;
    所述在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级包括:After the model upgrade conditions are met, upgrading the predictive maintenance model currently used for system maintenance includes:
    如果当前进行系统维护使用的预测性维护模型为所述数据驱动的自对标残差模型,则在新采集的数据有新种类时,在所述数据驱动的自对标残差模型的输入参数中加入所述新种类的数据进行训练,或者在记录的标签信息从无到有后,将所述数据驱动的自对标残差模型升级为有监督模型;If the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, when there are new types of newly collected data, the input parameters of the data-driven self-aligned residual model Adding the new type of data to training, or upgrading the data-driven self-standard residual model to a supervised model after the recorded label information has grown from scratch;
    如果当前进行系统维护使用的预测性维护模型为所述有监督的机器学习模型,则在新采集的数据有新种类时,在所述有监督的机器学习模型的输入参数中加入所述新种类的数据进行训练。If the predictive maintenance model currently used for system maintenance is the supervised machine learning model, when the newly collected data has a new type, the new type is added to the input parameters of the supervised machine learning model Data for training.
  8. 一种提升预测性维护模型适应能力的装置,其特征在于,所述装置包括:数据采集模块、数据处理模块、初始模型建立模块、模型转换判断模块、稳定模型建立模块、模型更新模块、系统维护模块;A device for improving the adaptability of a predictive maintenance model, characterized in that the device includes: a data collection module, a data processing module, an initial model establishment module, a model conversion judgment module, a stable model establishment module, a model update module, and system maintenance Module
    所述数据采集模块,用于在系统启动后实时采集系统数据;The data collection module is used to collect system data in real time after the system is started;
    所述数据处理模块,用于对所述数据进行标记,记录异常数据及标签信息;The data processing module is used to mark the data and record abnormal data and label information;
    所述初始模型建立模块,用于建立初始预测性维护模型;The initial model establishment module is used to establish an initial predictive maintenance model;
    所述系统维护模块,用于利用所述初始预测性维护模型进行系统维护;The system maintenance module is configured to use the initial predictive maintenance model to perform system maintenance;
    所述模型转换判断模块,用于在所述数据采集模块采集的数据量达到第一设定值后,根据所述初始预测性维护模型的类型确定是否需要进行模型转换;如果是,则通知所述稳定模型建立模块建立稳定的预测维护模型;The model conversion judgment module is configured to determine whether a model conversion needs to be performed according to the type of the initial predictive maintenance model after the amount of data collected by the data collection module reaches a first set value; if so, notify the office The stable model establishment module establishes a stable predictive maintenance model;
    所述稳定模型建立模块,用于利用所述采集的数据训练得到稳定的预测性维护模型;The stable model establishment module is configured to use the collected data to train to obtain a stable predictive maintenance model;
    相应地,所述系统维护模块,还用于将所述稳定的预测维护模型代替所述初始预测维护模型进行系统维护;Correspondingly, the system maintenance module is also used to replace the initial predictive maintenance model with the stable predictive maintenance model for system maintenance;
    所述模型更新模块,用于在满足模型更新触发条件后,对所述稳定的预测性维护模型进行更新;The model update module is used to update the stable predictive maintenance model after a model update trigger condition is met;
    相应地,所述系统维护模块,还用于在所述模型更新模块对所述稳定 的预测性维护模型进行更新后,利用更新后的预测性维护模型进行系统维护。Correspondingly, the system maintenance module is also used to perform system maintenance using the updated predictive maintenance model after the model update module updates the stable predictive maintenance model.
  9. 根据权利要求8所述的装置,其特征在于,所述初始模型建立模块包括:The device according to claim 8, wherein the initial model establishment module comprises:
    基于机理的残差模型建立单元,用于在能够获得对应所述系统的机理参数时,建立基于机理的残差模型,并将所述基于机理的残差模型作为初始预测性维护模型;The mechanism-based residual model establishment unit is used to establish a mechanism-based residual model when the mechanism parameters corresponding to the system can be obtained, and use the mechanism-based residual model as an initial predictive maintenance model;
    集群对标模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对系统中不同设备的异常状况表现近似时,建立集群对标模型,并将所述集群对标模型作为初始预测性维护模型;The cluster benchmarking model establishment unit is used to establish a cluster benchmarking model when the mechanism parameters corresponding to the system cannot be obtained and the abnormal conditions of different devices in the system are similar, and the cluster benchmarking model is used as the initial prediction Sexual maintenance model;
    迁移学习模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对不同设备的异常状况表现不近似,并且其它系统中存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型时,通过对所述相同机型的设备的预测性维护模型进行迁移学习,得到迁移学习模型,并将所述迁移学习模型作为本系统中设备的初始预测性维护模型;The transfer learning model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the performance of abnormal conditions of different devices is not similar, and there are trained ones in other systems that belong to the same model as the devices in this system. In the predictive maintenance model of the equipment, the migration learning model is obtained by performing migration learning on the predictive maintenance model of the equipment of the same model, and the migration learning model is used as the initial predictive maintenance model of the equipment in the system;
    基于规则的模型建立单元,用于在不能获得对应所述系统的机理参数,并且针对不同设备的异常状况表现不近似,并且其它系统中不存在已训练好的、与本系统中设备属于相同机型的设备的预测性维护模型时,建立基于规则的模型,并将所述基于规则的模型作为初始预测性维护模型。The rule-based model establishment unit is used when the mechanism parameters corresponding to the system cannot be obtained, and the abnormal performance of different equipment is not similar, and there is no trained equipment in other systems that belongs to the same machine as the equipment in this system. In the case of a predictive maintenance model of a type of equipment, a rule-based model is established, and the rule-based model is used as the initial predictive maintenance model.
  10. 根据权利要求9所述的装置,其特征在于,The device according to claim 9, wherein:
    所述模型转换判断模块,具体用于在所述初始预测性维护模型为基于机理的残差模型、或集群对标模型、或迁移学习模型时,确定不需要进行模型转换;在所述初始预测性维护模型为基于规则的模型时,确定需要进行模型转换。The model conversion judgment module is specifically configured to determine that no model conversion is required when the initial predictive maintenance model is a mechanism-based residual model, or a cluster benchmarking model, or a migration learning model; When the maintenance model is a rule-based model, it is determined that a model conversion is required.
  11. 根据权利要求9所述的装置,其特征在于,所述稳定模型建立模块包括:The device according to claim 9, wherein the stable model establishment module comprises:
    第一模型建立单元,用于在记录的标签信息的数量未达到第二设定值时,利用采集的数据对所述规则的模型进行重新训练,得到数据驱动的自 对标残差模型,并将所述数据驱动的自对标残差模型作为稳定的预测性维护模型;The first model establishment unit is used to retrain the ruled model using the collected data when the number of recorded tag information does not reach the second set value, to obtain a data-driven self-standardized residual model, and Using the data-driven self-aligned residual model as a stable predictive maintenance model;
    第二模型建立单元,用于在记录的标签信息的数量达到第二设定值时,利用所述采集的数据及所述标签信息训练得到有监督的机器学习模型,并将所述有监督的机器学习模型作为稳定的预测性维护模型。The second model establishment unit is configured to use the collected data and the label information to train to obtain a supervised machine learning model when the number of recorded label information reaches a second set value, and to combine the supervised machine learning model with the The machine learning model serves as a stable predictive maintenance model.
  12. 根据权利要求11所述的装置,其特征在于,所述模型更新模块包括:The device according to claim 11, wherein the model update module comprises:
    第一更新单元,用于在所述稳定的预测性维护模型为数据驱动的自对标残差模型时,在达到更新周期、或者设备工况改变、或者模型准确率下降到设定程度后,对所述稳定的预测性维护模型进行更新;The first update unit is used for when the stable predictive maintenance model is a data-driven self-standard residual model, after the update period is reached, or the equipment operating condition changes, or the accuracy of the model drops to a set level, Update the stable predictive maintenance model;
    第二更新单元,用于在所述稳定的预测性维护模型为有监督的机器学习模型时,在新增的标签信息的数量达到第三设定值、或者在新增的异常数据达到设定阈值后,利用新采集的数据对所述稳定的预测性维护模型进行更新;The second update unit is used for when the stable predictive maintenance model is a supervised machine learning model, when the number of newly added tag information reaches the third set value, or when the newly added abnormal data reaches the set value After the threshold, use the newly collected data to update the stable predictive maintenance model;
    第三更新单元,用于在所述稳定的预测性维护模型为迁移学习模型时,在新增的数据量达到第四设定值后,利用新采集的数据对所述稳定的预测性维护模型进行更新。The third update unit is used to update the stable predictive maintenance model with the newly collected data when the stable predictive maintenance model is a migration learning model, after the amount of newly added data reaches the fourth set value Update.
  13. 根据权利要求11或12所述的装置,其特征在于,所述装置还包括:The device according to claim 11 or 12, wherein the device further comprises:
    模型升级模块,用于在满足模型升级条件后,对当前进行系统维护使用的预测性维护模型进行升级;The model upgrade module is used to upgrade the predictive maintenance model currently used for system maintenance after meeting the model upgrade conditions;
    相应地,所述系统维护模块,还用于在所述模型升级模块对当前进行系统维护使用的预测性维护模型进行升级后,利用升级后的预测性维护模型进行系统维护。Correspondingly, the system maintenance module is also used to perform system maintenance using the upgraded predictive maintenance model after the model upgrade module upgrades the predictive maintenance model currently used for system maintenance.
  14. 根据权利要求13所述的装置,其特征在于,The device of claim 13, wherein:
    所述数据处理模块,还用于记录采集的数据的种类;The data processing module is also used to record the types of collected data;
    所述模型升级模块包括:The model upgrade module includes:
    第一升级单元,用于在当前进行系统维护使用的预测性维护模型为所 述数据驱动的自对标残差模型时,如果新采集的数据有新种类,则在所述数据驱动的自对标残差模型的输入参数中加入所述新种类的数据进行训练;如果记录的标签信息从无到有后,则将所述数据驱动的自对标残差模型升级为有监督模型;The first upgrade unit is used for the data-driven self-aligned residual model when the predictive maintenance model currently used for system maintenance is the data-driven self-aligned residual model, if the newly collected data has a new type, the data-driven self-aligned Add the new type of data to the input parameters of the standard residual model for training; if the recorded label information grows from scratch, upgrade the data-driven self-standard residual model to a supervised model;
    第二升级单元,用于在当前进行系统维护使用的预测性维护模型为所述有监督的机器学习模型,并且新采集的数据有新种类时,在所述有监督的机器学习模型的输入参数中加入所述新种类的数据进行训练。The second upgrade unit is used for the current predictive maintenance model used for system maintenance is the supervised machine learning model, and when the newly collected data has a new type, the input parameters of the supervised machine learning model Add the new type of data for training.
PCT/CN2020/077873 2019-09-03 2020-03-05 Method and apparatus for improving adaptability of predictive maintenance model WO2021042687A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910827867.7 2019-09-03
CN201910827867.7A CN110533251B (en) 2019-09-03 2019-09-03 Method and device for improving adaptive capacity of predictive maintenance model

Publications (1)

Publication Number Publication Date
WO2021042687A1 true WO2021042687A1 (en) 2021-03-11

Family

ID=68666437

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/077873 WO2021042687A1 (en) 2019-09-03 2020-03-05 Method and apparatus for improving adaptability of predictive maintenance model

Country Status (2)

Country Link
CN (1) CN110533251B (en)
WO (1) WO2021042687A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11379801B2 (en) * 2015-04-07 2022-07-05 Tlv Co., Ltd. Maintenance support system and maintenance support method

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110533251B (en) * 2019-09-03 2020-07-31 北京天泽智云科技有限公司 Method and device for improving adaptive capacity of predictive maintenance model
CN111523683B (en) * 2020-07-06 2020-10-30 北京天泽智云科技有限公司 Method and system for predicting technological parameters in tobacco processing
CN112814854B (en) * 2020-12-31 2022-04-29 新智数字科技有限公司 Joint learning-based turbine fan maintenance method and device
CN113705648B (en) * 2021-08-19 2024-03-01 杭州海康威视数字技术股份有限公司 Data processing method, device and equipment
CN113705839B (en) * 2021-09-13 2023-10-20 北京博瑞华通科技有限公司 Predictive maintenance method and maintenance system for fuel cell stack
CN118175048A (en) * 2022-12-09 2024-06-11 维沃移动通信有限公司 Model supervision triggering method, device, UE, network equipment, readable storage medium and communication system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080263469A1 (en) * 2006-07-19 2008-10-23 Edsa Micro Corporation Systems and methods for creation of a schematic user interface for monitoring and predicting the real-time health, reliability and performance of an electrical power system
WO2014145977A1 (en) * 2013-03-15 2014-09-18 Bates Alexander B System and methods for automated plant asset failure detection
CN108460144A (en) * 2018-03-14 2018-08-28 西安华光信息技术有限责任公司 A kind of coal equipment fault early-warning system and method based on machine learning
CN108984893A (en) * 2018-07-09 2018-12-11 北京航空航天大学 A kind of trend forecasting method based on gradient method for improving
CN110533251A (en) * 2019-09-03 2019-12-03 北京天泽智云科技有限公司 Promote the method and device of predictive maintenance model adaptability

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI385492B (en) * 2008-12-16 2013-02-11 Ind Tech Res Inst A system for maintaining and analyzing manufacturing equipment and method therefor
CN109255440B (en) * 2017-07-11 2020-08-04 上海有孚网络股份有限公司 Method for predictive maintenance of power production equipment based on Recurrent Neural Networks (RNN)
CN107451102B (en) * 2017-07-28 2020-06-30 江南大学 Method for predicting concentration of butane at bottom of debutanizer tower based on improved self-training algorithm semi-supervised Gaussian process regression soft measurement modeling
CN107464023B (en) * 2017-08-16 2020-04-17 新疆金风科技股份有限公司 Online learning method and equipment of life cycle prediction model
CN108961460B (en) * 2018-07-18 2020-05-08 清华大学 Fault prediction method and device based on sparse ESGP (Enterprise service gateway) and multi-objective optimization
CN109271741B (en) * 2018-10-25 2023-06-27 北京航空航天大学 Method for predicting residual service life and evaluating health of step-down DC-DC power supply module
CN109543731A (en) * 2018-11-09 2019-03-29 江南大学 A kind of three preferred Semi-Supervised Regression algorithms under self-training frame
CN109947088B (en) * 2019-04-17 2020-09-08 北京天泽智云科技有限公司 Equipment fault early warning system based on model full life cycle management

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080263469A1 (en) * 2006-07-19 2008-10-23 Edsa Micro Corporation Systems and methods for creation of a schematic user interface for monitoring and predicting the real-time health, reliability and performance of an electrical power system
WO2014145977A1 (en) * 2013-03-15 2014-09-18 Bates Alexander B System and methods for automated plant asset failure detection
CN108460144A (en) * 2018-03-14 2018-08-28 西安华光信息技术有限责任公司 A kind of coal equipment fault early-warning system and method based on machine learning
CN108984893A (en) * 2018-07-09 2018-12-11 北京航空航天大学 A kind of trend forecasting method based on gradient method for improving
CN110533251A (en) * 2019-09-03 2019-12-03 北京天泽智云科技有限公司 Promote the method and device of predictive maintenance model adaptability

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11379801B2 (en) * 2015-04-07 2022-07-05 Tlv Co., Ltd. Maintenance support system and maintenance support method

Also Published As

Publication number Publication date
CN110533251A (en) 2019-12-03
CN110533251B (en) 2020-07-31

Similar Documents

Publication Publication Date Title
WO2021042687A1 (en) Method and apparatus for improving adaptability of predictive maintenance model
Aydin et al. Using LSTM networks to predict engine condition on large scale data processing framework
Hill et al. Anomaly detection in streaming environmental sensor data: A data-driven modeling approach
CN109977624A (en) Photovoltaic plant soft fault monitoring method based on deep neural network
Colone et al. Predictive repair scheduling of wind turbine drive‐train components based on machine learning
WO2020242553A1 (en) Failure prediction using gradient-based sensor identification
AU2018251134B2 (en) Method and apparatus for monitoring the condition of subsystems within a renewable generation plant or microgrid
WO2024065988A1 (en) Device monitoring method and system, electronic device, and storage medium
CN111581889A (en) Fault prediction method, system and equipment for heating equipment assembly
Montazeri-Gh et al. Gas path component fault diagnosis of an industrial gas turbine under different load condition using online sequential extreme learning machine
Li et al. A closed-loop maintenance strategy for offshore wind farms: Incorporating dynamic wind farm states and uncertainty-awareness in decision-making
CN116683588A (en) Lithium ion battery charge and discharge control method and system
CN117664218A (en) Calibration method of vacuum freeze dryer
CN117473445B (en) Extreme learning machine-based equipment abnormality analysis method and device
Bangalore et al. Self evolving neural network based algorithm for fault prognosis in wind turbines: A case study
Randriarison et al. Faults explanation based on a machine learning model for predictive maintenance purposes
US11687772B2 (en) Optimization of cyber-physical systems
Karagiorgou et al. Unveiling trends and predictions in digital factories
CN116398823A (en) Gas pipeline detection early warning system and method based on algorithm
US20230213560A1 (en) Calculating energy loss during an outage
CN113723670B (en) Photovoltaic power generation power short-term prediction method with variable time window
CN113705076B (en) Wind turbine generator system gearbox state monitoring method and control device based on partial least square method
KR102389317B1 (en) Method of Determining Whether A Smart Farm Sensor has failed using a Recurrent Neural Network(RNN)
Tidriri et al. Data-driven decision-making methodology for prognostic and health management of wind turbines
US20230105839A1 (en) Determining an action to allow resumption wind turbine operation after a stoppage

Legal Events

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

Ref document number: 20861531

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20861531

Country of ref document: EP

Kind code of ref document: A1