Safety early warning method for powder alloy processing equipment
By constructing a health status reference dataset and dynamically adjusting neighborhood parameters, the problem of missed detection in the sub-health status detection of powder alloy processing equipment in the existing technology is solved, and sensitive response and accurate early warning of early equipment failure are achieved.
Patent Information
- Application Number
- CN202511508385.7
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-10-22
- Publication Date
- 2025-11-21
- Estimated Expiration
- 2045-10-22
AI Technical Summary
Existing technologies for detecting sub-health conditions in powder alloy processing equipment rely on the spatial location of data points for anomaly detection, which can easily lead to missed early faults, especially in the early stages of a fault, where it is difficult to identify distortions in the microscopic data environment structure.
By collecting equipment operating status data to generate multi-dimensional feature vectors, constructing a health status reference dataset, labeling inherent stability weights, combining local sparsity assessment and risk penalty for instantaneous fluctuations, dynamically adjusting neighborhood parameters, calculating local anomaly factors, and achieving accurate judgment of equipment status.
It effectively suppresses false alarms, improves the ability to identify normal operating condition transitions, can quickly respond to sudden early faults, and improves the accuracy and reliability of early warning.
Smart Images

Figure CN120995356A_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the technical field of monitoring and early warning, and particularly relates to a safety early warning method for a powder alloy processing device. BACKGROUND
[0002] In the production process of high-performance powder alloys, the stability of various processing equipment, such as gas atomization powder production equipment, high-energy ball mills, and vibrating screening machines, is the core prerequisite for ensuring the quality of the final product and the safety of the production process. Before a serious failure occurs, the equipment usually goes through a sub-healthy stage of gradually deteriorating performance, during which the physical signals such as vibration and acoustics of the equipment will change weakly but can be identified.
[0003] Currently, in order to capture early-stage abnormalities of the equipment, unsupervised anomaly detection algorithms such as Local Outlier Factor (LOF) have been applied in the prior art. The basic idea of this kind of algorithm is to convert the running state of the equipment at different times into data points in the feature space through sensor data, and identify isolated points or outliers that deviate from the normal data cluster through data mining techniques, thereby realizing fault warning.
[0004] However, the unsupervised anomaly detection algorithm such as LOF mainly focuses on the absolute position of the data point in the feature space, but the sub-healthy state of the equipment, especially in the early stage of failure, may have a very close spatial position to the normal point, and does not show significant outlier characteristics. At this time, the anomaly is more reflected in the distortion of the micro data environment structure around the data point, rather than the spatial isolation of the data point itself. Although some existing improved methods, such as dynamically adjusting the neighborhood parameter k of the LOF algorithm, improve the adaptability of the algorithm to a certain extent, these improvements still stay within the original feature space to optimize the algorithm locally, and when the abnormal state does not show obvious spatial distance anomaly in the original feature space, the detection ability will be essentially limited or even failed. SUMMARY
[0005] In order to solve the technical problem of missing detection caused by simply relying on the spatial position of the data point for anomaly detection in the prior art, the present application provides a safety early warning method for a powder alloy processing device.
[0006] This application provides a safety early warning method for powder alloy processing equipment, comprising: collecting operating status data of the powder alloy processing equipment to generate a series of multi-dimensional feature vectors, and constructing a health status reference dataset based on the multi-dimensional feature vectors; labeling the reference data points with inherent stability weights that characterize their intrinsic stability based on the fluctuation of historical feature vectors corresponding to each reference data point in the health status reference dataset; acquiring test data points in real time, evaluating the local sparsity of the data environment in which the test data points are located based on the inherent stability weights of the neighboring data points of the test data points, and applying risk penalties in combination with the instantaneous fluctuation of the test data points themselves, so as to determine dynamic neighborhood parameters suitable for the test data points; calculating the local anomaly factor of the test data points based on the dynamic neighborhood parameters, and determining whether the powder alloy processing equipment has entered a sub-healthy state based on the local anomaly factor, thereby realizing a safety early warning for the powder alloy processing equipment.
[0007] This application combines stability-weighted local sparsity assessment with risk penalty for instantaneous fluctuations to dynamically determine the optimal analysis scale for each data point to be measured, thus realizing the combination of environmental judgment and risk perception of equipment status. It can not only effectively suppress false alarms during equipment switching between normal operating conditions, but also make a rapid and sensitive response to sudden early fault symptoms.
[0008] In one embodiment, the inherent stability weights satisfy the following relationship: ;in, Reference data points The inherent stability weights, The reference data point The historical volatility corresponding to the fluctuation of the historical feature vector. and These represent the minimum and maximum values of all historical volatility in the health status reference dataset, respectively. This is the preset weight decay coefficient.
[0009] It can map the historical volatility, which represents the amplitude of state fluctuations, into a weight that reflects the reliability of data points as healthy samples. The decreasing exponential function can map the weight of stable states to close to 1, while applying a non-linear, fast penalty to the weight of unstable states, causing it to quickly approach 0, thereby accurately labeling the credibility of each healthy data point.
[0010] In one embodiment, the evaluation process of local sparsity involves determining the initial neighborhood of the data point to be tested and calculating the stability-weighted average distance between the data point to be tested and each of its neighbors within the initial neighborhood. The stability-weighted average distance satisfies the following relationship: ;in, a stability weighted average distance of the to-be-tested data point a stability weighted average distance of the to-be-tested data point a size of an initial neighborhood, an initial neighborhood of the to-be-tested data point an initial neighborhood of the to-be-tested data point an initial neighborhood of the to-be-tested data point an initial neighborhood of the to-be-tested data point an initial neighborhood of the to-be-tested data point an initial neighborhood of the to-be-tested data point an initial neighborhood of the to-be-tested data point
[0011] By taking the inherent stability weight of the neighbor point as the divisor of the spatial distance, the dynamic adjustment of the distance is realized, so that the evaluation of the local sparsity no longer treats all neighbors equally, but rather focuses more on neighbor points from reliable working conditions, thereby effectively filtering out the interference caused by normal working condition fluctuations and obtaining a more accurate judgment of the data environment.
[0012] In one embodiment, the dynamic neighborhood parameter satisfies the relationship: ; wherein, the dynamic neighborhood parameter, a reference neighborhood parameter determined based on the evaluation result of the local sparsity, a lower limit of the neighborhood parameter, an instantaneous fluctuation degree corresponding to the instantaneous fluctuation of the to-be-tested data point itself, a fluctuation penalty coefficient, a floor function.
[0013] When the equipment runs smoothly, the instantaneous fluctuation degree is small, the penalty term is close to 0, and the dynamic neighborhood parameter is mainly determined by the data environment. When the equipment state appears a severe fluctuation, the instantaneous fluctuation degree is large, and the penalty term is close to 1, which will forcibly and significantly reduce the neighborhood parameter, so as to tighten the detection scale and switch to a high sensitivity mode, thereby ensuring a high sensitivity to sudden deterioration.
[0014] In one embodiment, the multi-dimensional feature vector includes time domain statistical features and frequency domain statistical features; the time domain statistical features include root mean square, kurtosis and skewness; and the frequency domain statistical features include dominant frequency and spectral entropy.
[0015] In one embodiment, the historical fluctuation degree is calculated by: obtaining a preset number of historical feature vectors before the reference data point, calculating a geometric centroid of the historical feature vectors, and calculating an average Euclidean distance from the historical feature vectors to the geometric centroid.
[0016] In one embodiment, the calculation of the instantaneous fluctuation degree is as follows: a preset number of historical feature vectors before the data point to be tested are obtained, a geometric centroid of the historical feature vectors is calculated, and an average Euclidean distance of the historical feature vectors to the geometric centroid is calculated.
[0017] In one embodiment, the reference neighborhood parameter satisfies the relationship: ; wherein, is a preset upper limit of the neighborhood parameter, is a sparsity index generated according to the local sparsity evaluation, is a sparsity response coefficient.
[0018] In one embodiment, the local anomaly factor of the data point to be tested is calculated based on the dynamic neighborhood parameter, specifically, the local anomaly factor score of the data point to be tested is calculated by using a local anomaly factor algorithm.
[0019] In one embodiment, the determination of whether the powder alloy processing equipment enters a sub-healthy state according to the local anomaly factor includes: comparing the calculated local anomaly factor of the data point to be tested with a preset warning threshold; if the local anomaly factor is greater than the warning threshold, it is determined that the powder alloy processing equipment enters a sub-healthy state and a warning signal is triggered; if the local anomaly factor is not greater than the warning threshold, it is determined that the powder alloy processing equipment is in a healthy state.
[0020] The technical solution of the present application has the following beneficial technical effects: The present application can combine the stability-weighted local sparsity evaluation and the risk penalty of the instantaneous fluctuation degree to dynamically determine the optimal analysis scale for each data point to be tested, realize the combination of environmental judgment and risk perception of the equipment state, effectively suppress false alarms during normal working condition switching, and quickly and sensitively respond to sudden early failure signs.
[0021] Further, the stability-weighted greatly enhances the recognition ability of the model to normal working condition switching, effectively suppresses false alarms, and gives the system risk perception ability through the instantaneous fluctuation penalty, realizes high sensitivity to sudden deterioration, can not only detect gradual drift, but also quickly and sensitively respond to sudden early failure signs, and comprehensively improves the accuracy and reliability of the warning. BRIEF DESCRIPTION OF DRAWINGS
[0022] Figure 1 is a flowchart of a safety warning method for a powder alloy processing equipment according to an embodiment of the present application.
[0023] Figure 2is a schematic diagram showing the detection effect of a local anomaly factor algorithm of the prior art using a fixed neighborhood parameter.
[0024] Figure 3 is a schematic diagram showing the detection effect of a safety warning method in an embodiment of the present application using a dynamic neighborhood parameter. DETAILED DESCRIPTION
[0025] The technical solutions in the embodiments of the present application will be described clearly and completely below with reference to the drawings in the embodiments of the present application. Obviously, the described embodiments are only some of the embodiments of the present application, not all the embodiments.
[0026] Figure 1 is a flowchart of a safety warning method for a powder alloy processing device according to an embodiment of the present application. As shown in Figure 1 , the safety warning method for the powder alloy processing device includes steps S101 to S104, which are described in detail below.
[0027] S101, collecting running state data of the powder alloy processing device to generate a series of multi-dimensional feature vectors, and constructing a health state reference data set based on the multi-dimensional feature vectors.
[0028] In an embodiment, high-frequency three-axis vibration acceleration sensors and wide-band acoustic sensors can be deployed at key components of the powder alloy processing device, such as the atomizer nozzle base of the gas atomization powder production device, the motor bearing seat of the high-energy ball mill, the screen frame of the vibrating screen separator, and other core positions, to collect multi-channel time series signal data streams of the device in normal operation in real time at a high sampling rate, for example, 20 kHz.
[0029] In this optional embodiment, after collecting the original signals, signal preprocessing and windowing can be performed. The collected original signals are processed using a digital band-pass filter to filter out power frequency interference and high-frequency white noise that is not related to the device state. Then, a fixed time length T, for example, T=1 second, is used as the window size, and a certain overlap rate, for example, 50%, is used to slide on the time axis, cutting the continuous signal stream into a series of continuous signal segments.
[0030] Further, feature extraction is performed on each signal segment to generate a multi-dimensional feature vector. These feature indicators comprehensively cover time domain and frequency domain information, and can specifically include: time domain statistical features such as root mean square, kurtosis, skewness, etc., and frequency domain statistical features such as dominant frequency, spectral entropy, etc. Through this process, the continuous running state of the device is mapped to a series of data points in the feature space, i.e., a series of multi-dimensional feature vectors.
[0031] Finally, a health state reference dataset can be constructed based on the obtained multi-dimensional feature vectors. In a confirmation health stage after the device is shipped or overhauled, long-term running data of the device in various known fault-free working conditions, for example, different loads, different ambient temperatures, etc., are collected, and these data are all converted into multi-dimensional feature vectors. These vectors collectively constitute the health state reference dataset covering various normal operation modes of the device.
[0032] In this way, by collecting and extracting the device state data, the multi-dimensional feature vectors for real-time monitoring and historical benchmarking are generated, and the health state reference dataset serving as the subsequent abnormality judgment benchmark is constructed.
[0033] In S102, an inherent stability weight representing the inherent stability of each reference data point in the health state reference dataset is labeled according to the fluctuation of the historical feature vector corresponding to the reference data point.
[0034] In one embodiment, for each reference data point in the health state reference dataset the fluctuation of the corresponding historical feature vector, wherein the historical feature vector refers to the M adjacent multi-dimensional feature vectors in time sequence before the generation time of the multi-dimensional feature vector, for example, M = 10. Specifically, the geometric centroid of the local window composed of the M vectors is calculated, then the Euclidean distance of each historical vector in the window to the centroid is calculated, and the average of these distances is taken as the historical fluctuation degree of the reference data point.
[0035] Further, the inherent stability weight representing the inherent stability of the reference data point can be generated according to the historical fluctuation degree. The weight can be calculated by a decreasing exponential function, which aims to map the fluctuation degree to a weight. The inherent stability weight satisfies the relationship:
[0036] wherein, is the inherent stability weight of the reference data point , the value range of which is (0, 1], is the historical fluctuation degree corresponding to the fluctuation of the historical feature vector of the reference data point , and are the minimum value and the maximum value of all historical fluctuation degrees in the health state reference dataset, respectively, is a weight attenuation coefficient, for example, the value of which is 3, which is used to adjust the decline speed of the weight with the increase of instability.
[0037] Thus, by assigning a weight to each point in the health dataset that reflects its reliability as a health sample, a foundation is laid for more accurate assessment of the local environment of the test point during subsequent online detection.
[0038] S103: Real-time acquisition of the data point to be tested; evaluation of the local sparsity of the data environment in which the data point to be tested is located based on the inherent stability weight of the neighboring data points of the data point to be tested; and application of risk penalty in combination with the instantaneous fluctuation of the data point to be tested itself, so as to determine the dynamic neighborhood parameters suitable for the data point to be tested.
[0039] In one embodiment, for the data points to be measured Find its health status reference dataset from the constructed dataset Its nearest neighbors constitute its initial neighborhood set. Exemplary The value is 50, which represents the size of the initial neighborhood.
[0040] Furthermore, the stability-weighted average distance between the data point to be tested and its initial neighborhood can be calculated. The stability-weighted average distance satisfies the following relationship:
[0041] in, Data points to be tested The stability-weighted average distance, The initial neighborhood size, Data points to be tested The initial neighborhood, Data points to be tested With neighboring points European distance, Point for neighbors The inherent stability weights are used. By using the stability weights as the denominator, the distance is dynamically adjusted. The spatial distance of a neighboring point from an unstable period is amplified, thereby increasing the stability-weighted average distance and reflecting a sparser environment.
[0042] In this optional embodiment, each data point in the health status reference dataset can be traversed to calculate the stability weighted average distance corresponding to all data points, thereby obtaining the maximum and minimum values. When a new data point to be tested is transmitted in real time, the stability weighted average distance of the new data point to be tested can be normalized by the max-min normalization method. In this scheme, the normalized stability weighted average distance is used as the local sparsity of the data environment in which the data point to be tested is located.
[0043] Further, the instantaneous fluctuation degree of the current data point to be tested can be calculated, and specifically, a preset M historical feature vectors before the data point to be tested are obtained, a geometric centroid of the historical feature vectors is calculated, and an average Euclidean distance from the historical feature vectors to the geometric centroid is calculated.
[0044] Then, the reference neighborhood parameter is calculated based on the obtained local sparsity, the reference neighborhood parameter satisfies the relationship:
[0045] wherein, is a preset upper limit of the neighborhood parameter, is a sparsity index generated according to the local sparsity evaluation, is a sparsity response coefficient, and the instantaneous fluctuation degree A fluctuation penalty term is applied to the reference neighborhood parameter to obtain a final dynamic neighborhood parameter , and the dynamic neighborhood parameter satisfies the relationship:
[0046] wherein, is the dynamic neighborhood parameter, is the reference neighborhood parameter determined based on the local sparsity evaluation result, is a preset lower limit of the neighborhood parameter, is an instantaneous fluctuation degree corresponding to the instantaneous fluctuation of the data point to be tested, is a fluctuation penalty coefficient, is a floor function.
[0047] Exemplarily, and are respectively 10 and 100, and are respectively 2 and 2.5, when the device fluctuates violently, the instantaneous fluctuation degree increases, which will cause the dynamic neighborhood parameter to be pressed to close to , so that a more sensitive analysis scale is taken.
[0048] In this way, through the hierarchical logical evaluation, an optimal neighborhood parameter is determined for each data point to be tested, and a key input is provided for the final accurate early warning.
[0049] S104, a local anomaly factor of the data point to be tested is calculated based on the dynamic neighborhood parameter, and whether the powder alloy processing device enters a sub-healthy state is judged according to the local anomaly factor, so as to realize the safety early warning of the powder alloy processing device.
[0050] In one embodiment, after obtaining the dynamic neighborhood parameter, a standard local outlier factor (LOF) algorithm process can be executed to calculate the local outlier factor score of the to-be-tested data point, and determine whether the powder alloy processing equipment enters a sub-healthy state according to the local outlier factor, specifically: comparing the calculated local outlier factor of the to-be-tested data point with a preset early warning threshold value, if the local outlier factor is greater than the early warning threshold value, it is determined that the powder alloy processing equipment enters a sub-healthy state and triggers an early warning signal, and sends an alarm information to the central monitoring system; if the local outlier factor is not greater than the early warning threshold value, it is determined that the powder alloy processing equipment is in a healthy state and no early warning is needed. In most industrial applications, a LOF value greater than 1.5 is usually considered a strong abnormal signal, and the early warning threshold value in the present scheme can be exemplarily set to 1.6.
[0051] As shown in Figure 2 and Figure 3 , they are respectively schematic detection effect diagrams of the local outlier factor algorithm of the prior art using a fixed neighborhood parameter and the safety early warning method of the embodiment of the present application using a dynamic neighborhood parameter. It can be seen that the prior art using a fixed neighborhood parameter value cannot identify the sub-healthy point represented by the red X, while in the embodiment of the present application, different dynamic neighborhood parameters are adaptively matched for data points in different regions and different states, a smaller dynamic neighborhood parameter value 12 is matched for the sub-healthy point, which is forced to be finely reviewed, so that its abnormal score is significantly amplified, and it is successfully detected.
[0052] In this way, by using dynamically adapted neighborhood parameters for final abnormality evaluation, early weak fault signs that are difficult to find by traditional methods can be accurately identified, and reliable monitoring and timely early warning of the sub-healthy state of the equipment are realized.
[0053] It should be noted that for those skilled in the art, without departing from the concept of the present application, a number of modifications and improvements can be made, which all belong to the protection scope of the present application. Therefore, the protection scope of the present application patent should be subject to the appended claims.
Claims
1. A safety early warning method for powder alloy processing equipment, characterized in that, include: The operating status data of powder alloy processing equipment is collected to generate a series of multi-dimensional feature vectors, and a health status reference dataset is constructed based on the multi-dimensional feature vectors; Based on the fluctuation of the historical feature vectors corresponding to each reference data point in the health status reference dataset, an inherent stability weight representing the intrinsic stability of the reference data points is labeled. The test data point is acquired in real time. Based on the inherent stability weight of the neighboring data points of the test data point, the local sparsity of the data environment in which the test data point is located is evaluated. Risk penalty is applied in combination with the instantaneous fluctuation of the test data point itself, so as to determine the dynamic neighborhood parameters that are suitable for the test data point. Based on the dynamic neighborhood parameters, the local anomaly factor of the data point to be tested is calculated, and the local anomaly factor is used to determine whether the powder alloy processing equipment has entered a sub-healthy state, thereby realizing a safety warning for the powder alloy processing equipment.
2. The safety early warning method for powder alloy processing equipment according to claim 1, characterized in that, The inherent stability weights satisfy the following relationship: in, Reference data points The inherent stability weights, The reference data point The historical volatility corresponding to the fluctuation of the historical feature vector. and These represent the minimum and maximum values of all historical volatility in the health status reference dataset, respectively. This is the preset weight decay coefficient.
3. The safety early warning method for powder alloy processing equipment according to claim 1, characterized in that, The evaluation process for local sparsity involves determining the initial neighborhood of the data point to be tested and calculating the stability-weighted average distance between the data point to be tested and each of its neighbors within the initial neighborhood. This stability-weighted average distance satisfies the following relationship: in, Data points to be tested The stability-weighted average distance, The initial neighborhood size, Data points to be tested The initial neighborhood, Data points to be tested With neighboring points European distance, Point for neighbors The inherent stability weights.
4. A safety early warning method for powder alloy processing equipment according to claim 1, characterized in that, The dynamic neighborhood parameters satisfy the following relationship: in, For dynamic neighborhood parameters, These are the baseline neighborhood parameters determined based on the local sparsity evaluation results. The lower limit of the preset neighborhood parameters, The instantaneous volatility corresponds to the instantaneous fluctuation of the data point being measured. The fluctuation penalty coefficient, This is the floor function.
5. A safety early warning method for powder alloy processing equipment according to claim 1, characterized in that, The multidimensional feature vector includes time-domain statistical features and frequency-domain statistical features; the time-domain statistical features include root mean square, kurtosis, and skewness; the frequency-domain statistical features include dominant frequency and spectral entropy.
6. A safety early warning method for powder alloy processing equipment according to claim 2, characterized in that, The historical volatility is calculated as follows: a preset number of historical feature vectors prior to the reference data point are obtained, the geometric centroid of the historical feature vectors is calculated, and the average Euclidean distance from the historical feature vectors to the geometric centroid is calculated.
7. A safety early warning method for powder alloy processing equipment according to claim 4, characterized in that, The instantaneous volatility is calculated as follows: a preset number of historical feature vectors prior to the data point to be measured are obtained, the geometric centroid of the historical feature vectors is calculated, and the average Euclidean distance from the historical feature vectors to the geometric centroid is calculated.
8. A safety early warning method for powder alloy processing equipment according to claim 4, characterized in that, The reference neighborhood parameters satisfy the following relationship: in, This is the preset upper limit of the neighborhood parameters. This is a sparsity index generated based on local sparsity assessment. is the sparsity response coefficient.
9. A safety early warning method for powder alloy processing equipment according to claim 1, characterized in that, The calculation of the local anomaly factor of the test data point based on the dynamic neighborhood parameters specifically involves using a local anomaly factor algorithm to calculate the local anomaly factor score of the test data point.
10. A safety early warning method for powder alloy processing equipment according to claim 1, characterized in that, The step of determining whether the powder alloy processing equipment has entered a sub-healthy state based on the local abnormal factors includes: The calculated local anomaly factor of the data point to be tested is compared with a preset warning threshold; If the local abnormal factor is greater than the warning threshold, the powder alloy processing equipment is determined to have entered a sub-healthy state and a warning signal is triggered. If the local anomaly factor is not greater than the warning threshold, the powder alloy processing equipment is determined to be in good condition.
Citation Information
Patent Citations
Safety rule extraction method based on dominant stability direction identification of power system
CN118199068A
Quality fluctuation evaluation method based on sparse space anomaly recognition
CN118585835A
Fault early warning method and system for metal powder production equipment
CN118940197A
Current transformer error prediction method and system based on hybrid neural network
CN119106649A
Wind turbine generator set anomaly detection method considering state similarity of multiple generator sets
CN119508156A
Cited By
Mould movement mechanism lubrication warning method based on intelligent monitoring
CN122087673A
A lubrication alarm method for mold motion mechanism based on intelligent monitoring
CN122087673B