Business operation management system and method
By using multidimensional feature analysis and Gaussian mixture models to identify abnormal interaction nodes in business operations, combined with a vector autoregression model to determine collaboration failure points, and constructing an impact propagation model, we can solve the problem of passive response of existing systems in the face of abnormal events, realize real-time monitoring and automatic emergency response, and improve the stability and predictive ability of business operations.
Patent Information
- Application Number
- CN202411708611.1
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2024-11-27
- Publication Date
- 2025-09-16
- Estimated Expiration
- 2044-11-27
AI Technical Summary
When faced with abnormal events, existing business operation management systems are unable to promptly and accurately identify abnormal nodes, collaboration failure points, and assess the extent of impact, resulting in companies being in a passive situation when responding to emergencies and being unable to effectively generate emergency response plans.
By collecting data traffic during business operations, using multidimensional feature analysis and Gaussian mixture models to identify abnormal interaction nodes, combining vector autoregression models to determine collaboration failure points, building an impact propagation model to quantify the degree of impact, and conducting source tracing analysis, an emergency response plan is automatically generated.
It realizes real-time monitoring and anomaly detection of business operation processes, can quickly determine abnormal nodes and their impact, automatically allocate resources, shorten discovery time, improve detection accuracy and efficiency, reduce negative impacts, and has predictive analysis capabilities to help enterprises quickly respond to complex market environments.
Smart Images

Figure CN119743373B_ABST
Abstract
Description
Technical Field
[0001] The present invention relates to the technical field of commercial operation management, and in particular to a commercial operation management system and method. Background Art
[0002] With the rapid development of globalization and information technology, modern business operations are becoming increasingly complex, involving multiple processes and exchanging vast amounts of data. Key areas such as supply chain management, sales channel optimization, and customer feedback processing all require efficient and reliable systems to ensure smooth business operations. However, business operations often encounter various abnormal events, such as technical failures, human errors, supply chain issues, market fluctuations, and security incidents. These abnormal events not only lead to data transmission interruptions and operational delays, but can also lead to greater business risks and even significant financial losses.
[0003] Existing business operations management systems also have shortcomings in handling abnormal events. While some systems can initially identify abnormal nodes, they remain deficient in determining the point of failure in inter-node collaboration, assessing the impact of abnormal events, and generating emergency response plans. Especially in the face of complex and volatile market environments and technological challenges, these systems often fail to provide timely and accurate solutions, leaving businesses on the defensive when responding to emergencies.
[0004] Therefore, there is an urgent need for a system that can manage business operations comprehensively, in real time, and intelligently. The system should have the following characteristics: first, it should be able to monitor and analyze the data traffic in the business operation process in a multi-dimensional and comprehensive manner, and detect abnormal nodes in a timely manner; second, it should be able to accurately determine the collaborative failure points between nodes and the impact of abnormal events through advanced data analysis and machine learning algorithms; third, it should be able to automatically generate emergency response plans, allocate additional resources to affected nodes, and reduce the possibility of business interruption. Summary of the Invention
[0005] The object of the present invention is to provide a business operation management system and method to solve the above-mentioned problems.
[0006] The purpose of the present invention can be achieved through the following technical solutions:
[0007] A business operation management method comprises the following steps:
[0008] S1: Collects data traffic between various nodes during business operations, including data transmission volume, flow direction, and interaction frequency. It analyzes traffic peaks, fluctuation patterns, and abnormal transmissions, and identifies abnormal interaction nodes.
[0009] The nodes include: supply chain, sales channels and customer feedback;
[0010] S2: Based on abnormal interaction nodes, the collaboration failure points between nodes are determined by analyzing the operation frequency and response delay between nodes.
[0011] S3: Based on the collaborative failure point, since the impact of abnormal events on different nodes varies, the impact of abnormal events on the collaborative failure point is judged. Based on the judgment results, the impact level is divided into: general impact and severe impact;
[0012] S4: Conduct source analysis on upstream and downstream related nodes and paths of severely affected nodes, identify abnormal propagation paths, allocate additional resources to affected nodes based on abnormal propagation paths, and automatically generate emergency response plans
[0013] As a further solution of the present invention, the analysis of traffic peaks, fluctuation patterns, and abnormal transmission of data traffic to identify abnormal interaction nodes specifically includes:
[0014] The transmission volume, flow direction and interaction frequency of the collected data are sorted into a multi-dimensional feature vector of the time series, which is recorded as X = {x1, x2, ..., x n};
[0015] Each eigenvector x i Represents the traffic characteristics in the i-th time window, denoted as x i =[d i , f i ,σ i ];
[0016] Where i represents the number of time windows, d i represents the amount of data transmitted in the i-th window, f i represents the interaction frequency of data in the i-th window, σ i Indicates the fluctuation range of the data in the i-th window;
[0017] The data are standardized for different features to eliminate the influence of dimension;
[0018] Set the number of components k, where the components represent Gaussian distributions;
[0019] Initialize the weight of each Gaussian distribution, set the initial value to uniform distribution, and the calculation expression is:
[0020]
[0021] Where k represents the number of components, K represents the maximum number of components, and π k represents the weight of the Gaussian distribution of the kth component;
[0022] Initialize the mean of each Gaussian distribution. The initial value is randomly selected from the data. The calculation expression is:
[0023] μ k =X;
[0024] Initialize the covariance matrix of each Gaussian distribution with the initial value being the identity matrix. The calculation expression is:
[0025] Σ k =I;
[0026] Where, Σ k represents the covariance matrix of the kth component, and I represents the identity matrix;
[0027] For each eigenvector x i , calculate the posterior probability belonging to the kth component, the calculation expression is:
[0028]
[0029] Where, γ ik represents the posterior probability of the kth component in the i-th time window, N(x i ∣μ k ,Σ k ) represents the probability density function of the kth component, and the calculation expression is:
[0030]
[0031] Where g represents the dimension of the feature vector;
[0032] According to the posterior probability, the weight of the Gaussian distribution is updated, and the calculation expression is:
[0033]
[0034] Where n represents the maximum number of time windows;
[0035] According to the posterior probability, update the mean of the Gaussian distribution, and the calculation expression is:
[0036]
[0037] According to the posterior probability, the covariance matrix of the Gaussian distribution is updated, and the calculation expression is:
[0038]
[0039] To update the weight, mean and covariance matrix of the final Gaussian distribution, recalculate the probability density function, and calculate the corresponding probability density for each eigenvector. The calculation expression is:
[0040]
[0041] In the formula, p(x i ) represents the eigenvector x i The probability density of
[0042] Calculate the log-likelihood value of the probability density corresponding to each eigenvector to obtain the anomaly score. The calculation expression is:
[0043] A(x i )=-log(p(x i ));
[0044] In the formula, A(x i ) represents the eigenvector x i The anomaly score at
[0045] Determine the eigenvector x i The anomaly score A(x i ) is greater than or equal to the preset threshold. If so, it is recorded as an outlier. For the data flow of each node, the total number of outliers N is counted;
[0046] It is determined whether the total number N of abnormal points is greater than or equal to a preset threshold. If so, the corresponding node is marked as an abnormal interaction node.
[0047] As a further solution of the present invention, the abnormal interaction node determines the cooperation failure point between nodes by analyzing the operation frequency and response delay between nodes, specifically including:
[0048] Collect operation frequency f(t) and response delay t from commercial operations r (t) Two types of time series data;
[0049] Among them, the operation frequency f(t) represents the number of interactions between two nodes in the unit time window of time t;
[0050] Response delay t r (t) represents the average delay between two interacting nodes in time t;
[0051] Set a window size w and sliding step size Δt;
[0052] Among them, the window size w represents the time range covered by each calculation;
[0053] The sliding step Δt represents the time interval of window movement;
[0054] For each sliding window, calculate the average operation frequency f(t m ), average response delay t r (t m ), operation frequency variance and response delay variance
[0055] Where m represents the number of time points, m is a positive integer greater than 0, t m represents the mth time point of the time series;
[0056] Create a multidimensional vector:
[0057] The expression is calculated by vector autoregression to represent the multi-dimensional vector, and the joint anomaly score is calculated based on the expression of multi-feature residuals;
[0058] The vector autoregression calculation expression is:
[0059]
[0060] In the formula, p represents the historical order, P represents the historical maximum order, Φ p represents the p-th order regression matrix, representing the time point t m The predicted value of the eigenvector at t m-p represents the mpth time point of the time series, X(t m-p ) represents the tth m-p The feature vector of each time point;
[0061] Among them, the multi-feature residual calculation expression is:
[0062]
[0063] Where, S(t m ) represents the time point t m The joint anomaly score at X (t m ) represents the multi-feature residual vector, represents the transpose of the multi-feature residual vector, Σ -1 represents the inverse matrix of the residual covariance matrix;
[0064] For each abnormal interaction node, calculate the joint anomaly score of the corresponding node and compare the joint anomaly score of each node with the preset threshold;
[0065] If the joint anomaly score is greater than or equal to the preset threshold, the corresponding node is a collaboration failure point.
[0066] As a further solution of the present invention, based on the collaborative failure point, since the impact of the abnormal event varies between different nodes, determining the impact of the abnormal event on the collaborative failure point and calculating the abnormal contribution score specifically include:
[0067] Using the dependency matrix A and the initial abnormal event vector E(t h)Build an impact propagation model;
[0068] The impact of abnormal events on the collaborative failure point is calculated iteratively, and the abnormal contribution score of each node is calculated through normalization and contribution.
[0069] As a further solution of the present invention: Based on the judgment results, the impact degree is divided into: general impact and severe impact, specifically including:
[0070] Determine whether the abnormal contribution score of each node is greater than or equal to the preset threshold. If so, it is recorded as a serious impact; otherwise, it is recorded as a general impact.
[0071] As a further solution of the present invention, the traceability analysis of upstream and downstream related nodes and paths of the seriously affected node and the calculation of the risk score specifically includes:
[0072] The connection relationship between nodes is described by the adjacency matrix to form a directed graph;
[0073] Use depth-first search to start from the severely affected node, traverse the upstream and downstream nodes of the severely affected node, and record the path;
[0074] Use the path finding algorithm to find all paths from the severely affected node to other nodes;
[0075] The risk score of each path is obtained by summing up the abnormal contribution scores on each path.
[0076] As a further solution of the present invention: the identifying abnormal propagation path specifically includes:
[0077] Determine whether the risk score of each path is greater than or equal to the preset threshold. If so, it is recorded as an abnormal path; if not, it is recorded as a normal path.
[0078] A business operation management system, comprising:
[0079] A data collection module, which is used to collect data traffic between various nodes during business operations, including data transmission volume, flow direction, and interaction frequency;
[0080] An abnormal interaction node identification module is used to analyze the traffic peak, fluctuation pattern and abnormal transmission of data traffic to identify abnormal interaction nodes;
[0081] A collaborative failure point judgment module, which is based on abnormal interactive nodes and analyzes the operation frequency and response delay between nodes to judge the collaborative failure point between nodes;
[0082] An impact analysis module, based on the collaborative failure point, determines the impact of the abnormal event on the collaborative failure point, as the impact of the abnormal event varies between different nodes. Based on the judgment result, the impact is graded into: general impact and severe impact;
[0083] An abnormal path identification module, which performs traceability analysis on upstream and downstream related nodes and paths of severely affected nodes, identifies abnormal propagation paths, allocates additional resources to affected nodes based on the abnormal propagation paths, and automatically generates an emergency response plan.
[0084] In a business operation management system, the abnormal interaction node identification module further comprises:
[0085] The anomaly score calculation unit is used to calculate the log-likelihood value of the probability density corresponding to each feature vector to obtain an anomaly score.
[0086] In a business operation management system, the collaborative failure point judgment module at least further comprises:
[0087] A joint anomaly score calculation unit is used to calculate a joint anomaly score for each node.
[0088] Beneficial effects of the present invention:
[0089] (1) The present invention realizes real-time monitoring and anomaly detection of data traffic during business operations by integrating advanced data analysis technology and machine learning algorithms. This innovation can not only timely discover abnormal interaction nodes in key links such as supply chain, sales channels and customer feedback, but also quickly determine the specific location of the failure of collaboration between these nodes and the extent of its impact. Compared with traditional manual monitoring methods, this method shortens the discovery time of abnormal events and improves the accuracy and efficiency of detection. More importantly, once a seriously affected node is detected, the system can immediately activate the emergency response mechanism and allocate additional resources to the affected node, such as increasing bandwidth, computing power and providing manual intervention, so as to quickly restore normal business operations and minimize the negative impact of abnormal events on business operations. In addition, through the traceability analysis of the abnormal propagation path, the present invention can also help enterprises deeply understand the occurrence mechanism of abnormal events.
[0090] (2) This invention builds a comprehensive and sophisticated business operations management platform by introducing advanced technologies such as multidimensional feature analysis, Gaussian mixture models, and vector autoregression. This platform not only automatically identifies and handles abnormal events, but also possesses powerful predictive analysis capabilities, enabling it to foresee potential risk points and take preventive measures in advance to avoid losses. In particular, when faced with complex and ever-changing market environments and technological challenges, this system can help companies quickly adapt to changes and make more informed decisions. BRIEF DESCRIPTION OF THE DRAWINGS
[0091] The present invention will be further described below with reference to the accompanying drawings.
[0092] Figure 1 This is a flowchart of the specific steps of a commercial operation management method of the present invention;
[0093] Figure 2 It is a flow chart of a business operation management system in the present invention. DETAILED DESCRIPTION
[0094] The following will clearly and completely describe the technical solutions in the embodiments of the present invention in conjunction with the accompanying drawings. Obviously, the described embodiments are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without making any creative efforts shall fall within the scope of protection of the present invention.
[0095] See also Figure 1 As shown, the present invention is a business operation management method, comprising the following steps:
[0096] S1: Collects data traffic between various nodes during business operations, including data transmission volume, flow direction, and interaction frequency. It analyzes traffic peaks, fluctuation patterns, and abnormal transmissions, and identifies abnormal interaction nodes.
[0097] The nodes include: supply chain, sales channels and customer feedback;
[0098] S2: Based on abnormal interaction nodes, the collaboration failure points between nodes are determined by analyzing the operation frequency and response delay between nodes.
[0099] S3: Based on the collaborative failure point, since the impact of abnormal events on different nodes varies, the impact of abnormal events on the collaborative failure point is judged. Based on the judgment results, the impact level is divided into: general impact and severe impact;
[0100] S4: Conduct source tracing analysis on upstream and downstream related nodes and paths of severely affected nodes, identify abnormal propagation paths, allocate additional resources (such as bandwidth, computing power, or manual intervention) to affected nodes based on the abnormal propagation paths, and automatically generate emergency response plans to reduce the possibility of business interruption.
[0101] In S1, data traffic between various nodes during business operations is collected, including data transmission volume, flow direction, and interaction frequency. Peak traffic, fluctuation patterns, and abnormal transmission are analyzed to identify abnormal interaction nodes. Specifically, the following are performed:
[0102] Use network traffic collection tools (such as Wireshark, NetFlow, or sFlow) to directly monitor network communications between nodes. During traffic collection, count the amount of data transmitted within each time window.
[0103] Collect data transmission volume, flow direction and interaction frequency from various interaction nodes of business operations;
[0104] Among them, the data transmission volume refers to the data transmission volume per unit time;
[0105] The flow direction of data indicates the source and destination nodes of the data;
[0106] The interaction frequency of the data represents the number of interactions within a unit time window;
[0107] The transmission volume, flow direction and interaction frequency of the collected data are sorted into a multi-dimensional feature vector of the time series, which is recorded as X = {x1, x2, ..., x n};
[0108] Each eigenvector x i Represents the traffic characteristics in the i-th time window, denoted as x i =[d i , f i ,σ i ];
[0109] Where i represents the number of time windows, i = 1, 2, ..., n, d i represents the amount of data transmitted in the i-th window, f i represents the interaction frequency of data in the i-th window, σ i Indicates the fluctuation range of the data in the i-th window;
[0110] The data are standardized for different features to eliminate the influence of dimension;
[0111] Set the number of components k, where the components represent Gaussian distributions, representing different types of traffic patterns (e.g., normal traffic and abnormal traffic);
[0112] Initialize the weight of each Gaussian distribution, set the initial value to uniform distribution, and the calculation expression is:
[0113]
[0114] Where k represents the number of components, K represents the maximum number of components, and π k represents the weight of the Gaussian distribution of the kth component;
[0115] Initialize the mean of each Gaussian distribution. The initial value is randomly selected from the data. The calculation expression is:
[0116] μ k =X;
[0117] Initialize the covariance matrix of each Gaussian distribution with the initial value being the identity matrix. The calculation expression is:
[0118] Σ k =I;
[0119] Where, Σ k represents the covariance matrix of the kth component, and I represents the identity matrix;
[0120] For each eigenvector x i , calculate the posterior probability belonging to the kth component, the calculation expression is:
[0121]
[0122] Where, γ ik represents the posterior probability of the kth component in the i-th time window, N(x i ∣μ k ,Σ k ) represents the probability density function of the kth component, and the calculation expression is:
[0123]
[0124] Where g represents the dimension of the feature vector;
[0125] According to the posterior probability, the weight of the Gaussian distribution is updated, and the calculation expression is:
[0126]
[0127] Where n represents the maximum number of time windows;
[0128] According to the posterior probability, update the mean of the Gaussian distribution, and the calculation expression is:
[0129]
[0130] According to the posterior probability, the covariance matrix of the Gaussian distribution is updated, and the calculation expression is:
[0131]
[0132] To update the weight, mean and covariance matrix of the final Gaussian distribution, recalculate the probability density function, and calculate the corresponding probability density for each eigenvector. The calculation expression is:
[0133]
[0134] In the formula, p(x i ) represents the eigenvector x i The probability density of
[0135] Calculate the log-likelihood value of the probability density corresponding to each eigenvector to obtain the anomaly score. The calculation expression is:
[0136] A(x i )=-log(p(x i ));
[0137] In the formula, A(x i ) represents the eigenvector x i The anomaly score at
[0138] Determine the eigenvector x i The anomaly score A(x i ) is greater than or equal to the preset threshold. If so, it is recorded as an outlier. For the data flow of each node, the total number of outliers N is counted;
[0139] Compare the total number N of outliers with a preset threshold;
[0140] If the total number N of abnormal points is greater than or equal to the preset threshold, the corresponding node is marked as an abnormal interaction node;
[0141] It should be noted that by comparing the total number N of anomalies with the preset threshold, the complex distribution characteristics in the data traffic can be accurately captured, helping to identify abnormal interaction nodes and providing support for exception handling and optimization in business operation management.
[0142] In S2, based on abnormal interaction nodes, the operation frequency and response delay between nodes are analyzed to determine the collaboration failure points between nodes. Specifically, the following are the steps:
[0143] Collect operation frequency f(t) and response delay t from commercial operations r (t) Two types of time series data;
[0144] Among them, the operation frequency f(t) represents the number of interactions between two nodes in the unit time window of time t;
[0145] Response delay t r (t) represents the average delay between two interacting nodes in time t;
[0146] Set a window size w and sliding step size Δt;
[0147] Among them, the window size w represents the time range covered by each calculation (such as 5 seconds);
[0148] The sliding step size Δt represents the time interval of window movement (e.g., 1 second);
[0149] For each sliding window, calculate the average operation frequency, the calculation expression is:
[0150]
[0151] Where, t m Represents the mth time point of the time series, where m represents the number of time points and is a positive integer greater than 0. Indicates time point t m The average operation frequency in the corresponding sliding window, f(t) represents the operation frequency at time t, and w represents the time length of the sliding window;
[0152] For each sliding window, calculate the average response delay. The calculation expression is:
[0153]
[0154] Where, Indicates time point t m The average response delay in the corresponding sliding window, t r (t) represents the operation frequency at time t;
[0155] For each sliding window, calculate the operation frequency variance, the calculation expression is:
[0156]
[0157] Where, Indicates time point t m The variance of the operation frequency within the corresponding sliding window;
[0158] For each sliding window, the response delay variance is calculated using the following expression:
[0159]
[0160] Where, Indicates time point t mThe response delay variance within the corresponding sliding window;
[0161] Create a multidimensional vector:
[0162] The expression is calculated by vector autoregression to represent the multi-dimensional vector, and the joint anomaly score is calculated based on the expression of multi-feature residuals;
[0163] The vector autoregression calculation expression is:
[0164]
[0165] In the formula, p represents the historical order, P represents the historical maximum order, Φ p represents the p-th order regression matrix, representing the time point t m The predicted value of the eigenvector at t m-p represents the mpth time point of the time series, X(t m-p ) represents the tth m-p The feature vector of each time point;
[0166] Among them, the multi-feature residual calculation expression is:
[0167]
[0168] Where, S(t m ) represents the time point t m The joint anomaly score at X (t m ) represents the multi-feature residual vector, represents the transpose of the multi-feature residual vector, Σ -1 represents the inverse matrix of the residual covariance matrix;
[0169] It should be noted that the inverse matrix of the residual covariance matrix is used to measure the degree of joint abnormality of multi-feature residuals.
[0170] For each abnormal interaction node, calculate the joint anomaly score of the corresponding node and compare the joint anomaly score of each node with the preset threshold;
[0171] If the joint anomaly score is greater than or equal to the preset threshold, it means that the corresponding node is a collaboration failure point;
[0172] It should be noted that the joint anomaly score is used to evaluate the effectiveness of each abnormal interaction node, and the larger the value of the joint anomaly score of the corresponding node, the higher the degree of failure of the corresponding node.
[0173] In S3, based on the collaborative failure point, since the impact of abnormal events varies between different nodes, the impact of abnormal events on the collaborative failure point is judged. Based on the judgment results, the impact is graded into: general impact and severe impact, specifically including:
[0174] Among them, the abnormal events include: technical failures, human errors, supply chain problems, market changes and security incidents;
[0175] Using the dependency matrix A and the initial abnormal event vector E(t h )Build an impact propagation model;
[0176] The impact of abnormal events on the collaborative failure point is calculated iteratively, and the abnormal contribution score of each node is analyzed through normalization processing and contribution calculation;
[0177] Compare the anomaly contribution score of each node with the preset threshold;
[0178] If the abnormal contribution score is greater than or equal to the preset threshold, it means that the impact of the abnormal event is high and is recorded as severe impact;
[0179] If the abnormal contribution score is less than the preset threshold, it means that the impact of the abnormal event is low and is recorded as a general impact;
[0180] It should be noted that the abnormal contribution score reflects the final impact of the abnormal transmission behavior of different nodes on the collaborative failure point, and the larger the abnormal contribution score, the higher the corresponding impact.
[0181] The calculation expression of the iterative calculation is:
[0182] E(t h +1)=A*E(t h );
[0183] Where A represents the dependency matrix, E(t h ) represents the initial abnormal event vector, E(t h +1) indicates that at time t h Abnormal event vector at +1;
[0184] The abnormal contribution score calculation expression is:
[0185]
[0186] Where, E′(t h ) represents the abnormal contribution score, z represents the vector E(t h ), c represents the number of elements in the vector E(t h ) of all the elements in the z (t h) represents the vector E(t h ) in the .
[0187] In S4, the upstream and downstream nodes and paths of the severely affected node are traced and analyzed to identify abnormal propagation paths. Based on the abnormal propagation paths, additional resources (such as bandwidth, computing power, or manual intervention) are allocated to the affected nodes, and an emergency response plan is automatically generated to reduce the possibility of business interruption. Specifically, it includes:
[0188] The connection relationship between nodes is described by the adjacency matrix to form a directed graph;
[0189] Use depth-first search to start from the severely affected node, traverse its upstream and downstream nodes, and record the path;
[0190] Use the path finding algorithm to find all paths from the severely affected node to other nodes;
[0191] The risk score of each path is obtained by summing up the abnormal contribution scores on each path;
[0192] According to the path risk score, the paths are divided into normal paths and abnormal paths;
[0193] The process of dividing the path levels includes:
[0194] Compare the risk score of each path to a preset threshold;
[0195] If the risk score of a path is greater than or equal to the preset threshold, it means that the corresponding path risk coefficient is high and is recorded as an abnormal path;
[0196] If the risk score of a path is less than the preset threshold, it means that the corresponding path risk coefficient is low and is recorded as a normal path;
[0197] Allocate additional resources to affected nodes, such as bandwidth, computing power, or manual intervention;
[0198] Automatically generate emergency response plans based on path risk scores and resource allocation to reduce the possibility of business interruption;
[0199] It should be noted that the path risk score can be used to identify and evaluate upstream and downstream related nodes and paths that seriously affect nodes in business operations, so as to better manage and respond to abnormal events.
[0200] See also Figure 2 As shown, a business operation management system includes:
[0201] A data collection module, which is used to collect data traffic between various nodes during business operations, including data transmission volume, flow direction, and interaction frequency;
[0202] An abnormal interaction node identification module is used to analyze the traffic peak, fluctuation pattern and abnormal transmission of data traffic to identify abnormal interaction nodes;
[0203] A collaborative failure point judgment module, which is based on abnormal interactive nodes and analyzes the operation frequency and response delay between nodes to judge the collaborative failure point between nodes;
[0204] An impact analysis module, based on the collaborative failure point, determines the impact of the abnormal event on the collaborative failure point, as the impact of the abnormal event varies between different nodes. Based on the judgment result, the impact is graded into: general impact and severe impact;
[0205] An abnormal path identification module, which performs traceability analysis on upstream and downstream related nodes and paths of severely affected nodes, identifies abnormal propagation paths, allocates additional resources to affected nodes based on the abnormal propagation paths, and automatically generates an emergency response plan.
[0206] The present invention works by using traffic collection tools deployed within the network to monitor data traffic between key nodes, such as supply chains, sales channels, and customer feedback, in real time. This includes information such as transmission volume, flow direction, and interaction frequency. Time series analysis and Gaussian mixture models are then used to analyze traffic peaks, fluctuation patterns, and abnormal transmissions, identifying potential abnormal interaction nodes. Based on these identified abnormal interaction nodes, the system then analyzes the operation frequency and response latency between each node, calculating the mean and variance using a sliding window technique and a vector autoregression model to calculate a joint anomaly score. This is used to identify coordination failure points between nodes. Next, for coordination failure points, the system constructs an impact propagation model to quantify the impact of the abnormal event across different nodes. Based on preset thresholds, the impact is categorized as moderate or severe. Finally, for nodes identified as severely impacted, the system performs source tracing analysis of upstream and downstream associated nodes and paths, accurately locating the abnormal propagation path, automatically allocating additional resources to the affected nodes, and generating targeted emergency response plans to minimize the impact of the abnormal event on the business and ensure the stability and continuity of business operations.
[0207] The above formulas are all dimensionless and numerical calculations. The formulas are obtained by collecting a large amount of data and performing software simulation to obtain the most recent real situation. The preset parameters in the formulas are set by technicians in this field according to actual conditions.
[0208] The above embodiments can be implemented in whole or in part by software, hardware, firmware or any other combination. When implemented using software, the above embodiments can be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions or computer programs. When the computer instructions or computer program are loaded or executed on a computer, the process or function described in the embodiment of the present application is generated in whole or in part. The computer can be a general-purpose computer, a special-purpose computer, a computer network, or other programmable device. The computer instructions can be stored in a computer-readable storage medium or transmitted from one computer-readable storage medium to another computer-readable storage medium. For example, the computer instructions can be transmitted from one website, computer, server or data center to another website, computer, server or data center via wired or wireless (e.g., infrared, wireless, microwave, etc.) means. The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server or data center that contains one or more available media sets. The available medium can be a magnetic medium (e.g., a floppy disk, a hard disk, a tape), an optical medium (e.g., a DVD), or a semiconductor medium. The semiconductor medium can be a solid-state drive.
[0209] It should be understood that the term "and / or" as used herein simply describes a relationship between associated objects, indicating that three possible relationships exist. For example, "A and / or B" can represent: A alone, A and B together, or B alone. A and B can be singular or plural. Furthermore, the character " / " as used herein generally indicates an "or" relationship between the associated objects, but it may also indicate an "and / or" relationship. For specific understanding, please refer to the context.
[0210] It should be understood that in the various embodiments of the present application, the size of the serial numbers of the above-mentioned processes does not mean the order of execution. The execution order of each process should be determined by its function and internal logic, and should not constitute any limitation on the implementation process of the embodiments of the present application.
[0211] The above is a detailed description of an embodiment of the present invention. However, the content described is only a preferred embodiment of the present invention and should not be considered to limit the scope of the present invention. All equivalent changes and improvements made within the scope of the present invention should still fall within the scope of the patent coverage of the present invention.
Claims
1. A business operation management method, characterized in that: The following steps are involved: S1: Collects data traffic between various nodes during business operations, including data transmission volume, flow direction, and interaction frequency. It analyzes traffic peaks, fluctuation patterns, and abnormal transmissions, and identifies abnormal interaction nodes. The nodes include: supply chain, sales channels and customer feedback; S2: Based on abnormal interaction nodes, the operation frequency and response delay between nodes are analyzed to calculate the joint anomaly score, which is used to determine the cooperation failure point between nodes; S3: Based on the collaborative failure point, determine the impact of the abnormal event on the collaborative failure point. Based on the judgment result, calculate the abnormal contribution score and classify the impact level into: general impact node and serious impact node; The calculation process of the abnormal contribution score is as follows: Using the dependency matrix A and the initial abnormal event vector E( )Build an impact propagation model; The impact of abnormal events on the collaborative failure point is calculated iteratively, and the abnormal contribution score of each node is calculated through normalization and contribution. The impact levels are classified into the following categories: Determine whether the abnormal contribution score of each node is greater than or equal to the preset threshold. If so, it is recorded as a serious impact; otherwise, it is recorded as a general impact; S4: Perform source tracing analysis on upstream and downstream related nodes and paths of severely affected nodes, calculate risk scores, and use them to identify abnormal propagation paths. Based on the abnormal propagation paths, allocate additional resources to the affected nodes and automatically generate emergency response plans.
2. A commercial operation management method according to claim 1, characterized in that: The process of obtaining the risk score specifically includes: The connection relationship between nodes is described by the adjacency matrix to form a directed graph; Use depth-first search to start from the severely affected node, traverse the upstream and downstream nodes of the severely affected node, and record the path; Use the path finding algorithm to find all paths from the severely affected node to other nodes; The risk score of each path is obtained by summing up the abnormal contribution scores on each path.
3. A commercial operation management method according to claim 1, characterized in that: The identifying of the abnormal propagation path specifically includes: Determine whether the risk score of each path is greater than or equal to the preset threshold. If so, it is recorded as an abnormal path; if not, it is recorded as a normal path.
4. A business operation management system, characterized in that: A commercial operation management method according to any one of claims 1 to 3, comprising: A data collection module, which is used to collect data traffic between various nodes during business operations, including data transmission volume, flow direction, and interaction frequency; An abnormal interaction node identification module is used to analyze the traffic peak, fluctuation pattern and abnormal transmission of data traffic to identify abnormal interaction nodes; A collaborative failure point judgment module, which is based on abnormal interaction nodes and calculates a joint anomaly score by analyzing the operation frequency and response delay between nodes to determine the collaborative failure point between nodes; An impact analysis module, which determines the impact of abnormal events on collaborative failure points based on the collaborative failure points, calculates abnormal contribution scores based on the judgment results, and categorizes the impact levels into: general impact nodes and serious impact nodes; The calculation process of the abnormal contribution score is as follows: Using the dependency matrix A and the initial abnormal event vector E( )Build an impact propagation model; The impact of abnormal events on the collaborative failure point is calculated iteratively, and the abnormal contribution score of each node is calculated through normalization and contribution. The impact levels are classified into the following categories: Determine whether the abnormal contribution score of each node is greater than or equal to the preset threshold. If so, it is recorded as a serious impact; otherwise, it is recorded as a general impact; An abnormal path identification module performs traceability analysis on upstream and downstream associated nodes and paths of severely affected nodes, calculates risk scores, and is used to identify abnormal propagation paths. Based on the abnormal propagation paths, it allocates additional resources to affected nodes and automatically generates emergency response plans.
Citation Information
Patent Citations
Root cause analysis method and device, electronic equipment, medium and program product
CN114341877A
Electricity consumption information acquisition full-link anomaly monitoring and causal tracing method and system
CN117974166A