WO2022126705A1 - 一种电信核心网故障干预时机决策方法 - Google Patents
一种电信核心网故障干预时机决策方法 Download PDFInfo
- Publication number
- WO2022126705A1 WO2022126705A1 PCT/CN2020/139251 CN2020139251W WO2022126705A1 WO 2022126705 A1 WO2022126705 A1 WO 2022126705A1 CN 2020139251 W CN2020139251 W CN 2020139251W WO 2022126705 A1 WO2022126705 A1 WO 2022126705A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- network
- fault
- core network
- intervention
- timing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W24/00—Supervisory, monitoring or testing arrangements
- H04W24/04—Arrangements for maintaining operational condition
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
Definitions
- the invention belongs to the technical field of telecommunications, and in particular relates to a decision method for fault intervention timing of a telecommunications core network based on an uncertainty deep neural network.
- the core telecom network is an important telecom infrastructure for data exchange. It consists of a large number of important equipment such as routers, switches and firewalls, interconnecting various networks and providing a path for exchanging data between different LANs or subnets , whose main function is routing and switching.
- the fault propagation range will also be from a local diffusion effect (a certain area or a certain network type) to a very extensive diffusion;
- the network itself has certain adjustment capabilities, such as automatically modifying the topology of the network to allow some traffic to pass through the normal link, thereby avoiding network disconnection.
- This adjustment is very efficient, but on the one hand, the recovery period of the faulty link is long, and when the overall load of the core network is high, this adjustment method is very dangerous. It may drastically increase the load of other links and increase the failure probability of other links.
- the embodiments of the present invention provide a telecommunication core network fault intervention timing decision method, so as to solve the problem in the prior art that the prior art does not take the network as a whole as a consideration, but focuses on the failure of a certain device or a certain protocol. Effective modeling of complex and uncertain behaviors in the network cannot determine the appropriate timing of operation and maintenance intervention, which may lead to unnecessary overhead or problems of fault propagation.
- a telecommunication core network fault intervention timing decision-making method characterized by comprising the following steps:
- S3 Use the Bayesian inference process of deep Bayesian neural networks to make decisions on the timing of network interventions.
- the fault information reported by the core network includes the fault unit, the fault cause, and the fault level.
- the network state is modeled by using the fault information reported by the core network within a period of time, and the modeling formula is as follows:
- x ⁇ [1, 4] represents the fault level of the equipment
- w represents the amount of fault alarms per unit time
- si and k are a set of constant coefficients used to adjust the weights.
- the weight parameter of the deep Bayesian neural network in the step S2 is a random variable; the output of the deep Bayesian neural network is used to describe the likelihood of a specific probability distribution.
- the Bayesian inference process of the deep Bayesian neural network adopts the following formula:
- Di represents the ith time period
- ⁇ is 0 ⁇ 1
- KL is the KL divergence. It is defined that the same random variable x has two separate probability distributions p(x) and q(x), using the KL divergence To measure the difference between p(x) and q(x), the calculation formula of KL divergence is:
- the present invention has the following beneficial effects:
- Fig. 1 is a flow chart of a method for determining the timing of fault intervention in a telecom core network provided by the present invention
- Fig. 2 is a network state quantization diagram provided by the present invention.
- Fig. 3 is a linear Bayesian neural network structure diagram provided by the present invention.
- Fig. 4 is the weight distribution diagram of Bayesian deep neural network provided by the present invention.
- FIG. 5 is a comparison diagram of a Bayesian deep neural network provided by the present invention and a simple neural network method
- FIG. 6 is a result diagram of a single network operation and maintenance intervention decision-making experiment of the telecommunication core network fault intervention timing decision method provided by the present invention
- FIG. 7 is a result diagram of an experiment of repeating network operation and maintenance intervention decision-making for the method for determining the timing of fault intervention in a telecom core network provided by the present invention.
- the telecommunication core network fault intervention timing decision method according to the embodiment of the present invention is implemented based on the uncertainty deep neural network.
- Figure 5 shows the comparison between the regression of the Bayesian neural network and the regression of the simple neural network method. And the importance of measurement uncertainty is explained. While both methods perform well over the range of training data, in cases where extrapolation is required, the probabilistic method provides the full distribution of the function's output rather than the point estimates provided by the neural network. The output distributions provided by probabilistic methods allow the development of credible models because they can identify uncertainties in predictions.
- the method for deciding the timing of fault intervention in a telecom core network includes the following steps:
- the fault information reported by the core network includes information such as the fault unit, fault cause, and fault level.
- the modeling formula is as follows:
- x ⁇ [1, 4] represents the fault level of the device.
- level 1 indicates that the network condition is good, the higher the level, the worse the network status is, and the level 4 indicates that the network status has been serious
- w means per unit time
- si and k are a set of constant coefficients used to adjust the weights, and the values of si and k depend on the divergence of the specific data.
- FIG. 2 visually shows the network status.
- S2 Model the randomness and uncertainty of the overall state change of the core network using a deep Bayesian neural network with uncertain feature modeling.
- the deep Bayesian neural network differs from traditional deep neural networks such as convolutional neural networks as follows:
- the weight parameter of the deep Bayesian neural network is a random variable, not a definite value. As shown in Figure 3, it combines probability modeling and neural network, and can give the confidence of the prediction result. Its priors are used to describe key parameters and serve as the input to the neural network.
- the output of the neural network is used to describe the likelihood of a particular probability distribution.
- the posterior distribution is computed by sampling or variational inference. This is critical for many problems, and Bayesian Neural Networks (BNNs) are very robust due to their uncertainty quantification capabilities.
- Di represents the ith time period
- It refers to the cross entropy function (Cross Entropy)
- KL refers to the KL divergence
- ⁇ is the calculation constraint
- the value range of ⁇ is 0 ⁇ 1. Therefore, the prior distribution is a proportional mixture of two Gaussian distributions.
- KL divergence also known as relative entropy, defines that the same random variable x has two separate probability distributions p(x) and q(x).
- KL divergence Kullback-Leibler(KL) divergence
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Life Sciences & Earth Sciences (AREA)
- Molecular Biology (AREA)
- Artificial Intelligence (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephonic Communication Services (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims (5)
- 一种电信核心网故障干预时机决策方法,其特征在于,包括以下步骤:S1:利用一段时间内的核心网络上报的故障信息对网络状态进行建模;S2:利用具有不确定性特征建模的深度贝叶斯神经网络对核心网络整体状态变化的随机性和不确定性进行建模;S3:利用深度贝叶斯神经网络的贝叶斯推断过程对网络干预时机进行决策。
- 如权利要求1所述的电信核心网故障干预时机决策方法,其特征在于:所述步骤S1中,所述核心网络上报的故障信息包括故障单元、故障原因和故障等级。
- 如权利要求1所述的电信核心网故障干预时机决策方法,其特征在于,所述步骤S2中,所述深度贝叶斯神经网络的权重参数是随机变量;所述深度贝叶斯神经网络的输出用来描述特定的概率分布的似然。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202011510414.0 | 2020-12-18 | ||
| CN202011510414.0A CN112637879A (zh) | 2020-12-18 | 2020-12-18 | 一种电信核心网故障干预时机决策方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022126705A1 true WO2022126705A1 (zh) | 2022-06-23 |
Family
ID=75318134
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2020/139251 Ceased WO2022126705A1 (zh) | 2020-12-18 | 2020-12-25 | 一种电信核心网故障干预时机决策方法 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN112637879A (zh) |
| WO (1) | WO2022126705A1 (zh) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101917297A (zh) * | 2010-08-30 | 2010-12-15 | 烽火通信科技股份有限公司 | 基于贝叶斯网络的核心网故障诊断方法及系统 |
| US20190215230A1 (en) * | 2018-01-08 | 2019-07-11 | Cisco Technology, Inc. | Analyzing common traits in a network assurance system |
| CN110738242A (zh) * | 2019-09-25 | 2020-01-31 | 清华大学 | 一种深度神经网络的贝叶斯结构学习方法及装置 |
| CN111368888A (zh) * | 2020-02-25 | 2020-07-03 | 重庆邮电大学 | 基于深度动态贝叶斯网络的服务功能链故障诊断方法 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101567814B (zh) * | 2009-05-22 | 2011-03-30 | 清华大学 | 基于SNMP和随机Petri网的自动化网络管理方法 |
| WO2019076463A1 (en) * | 2017-10-19 | 2019-04-25 | Nokia Technologies Oy | EXECUTING ANALYSIS AND MANAGEMENT OF A MOBILE COMMUNICATION NETWORK BASED ON PERFORMANCE INFORMATION, CONFIGURATION INFORMATION, AND ENVIRONMENTAL INFORMATION |
-
2020
- 2020-12-18 CN CN202011510414.0A patent/CN112637879A/zh not_active Withdrawn
- 2020-12-25 WO PCT/CN2020/139251 patent/WO2022126705A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101917297A (zh) * | 2010-08-30 | 2010-12-15 | 烽火通信科技股份有限公司 | 基于贝叶斯网络的核心网故障诊断方法及系统 |
| US20190215230A1 (en) * | 2018-01-08 | 2019-07-11 | Cisco Technology, Inc. | Analyzing common traits in a network assurance system |
| CN110738242A (zh) * | 2019-09-25 | 2020-01-31 | 清华大学 | 一种深度神经网络的贝叶斯结构学习方法及装置 |
| CN111368888A (zh) * | 2020-02-25 | 2020-07-03 | 重庆邮电大学 | 基于深度动态贝叶斯网络的服务功能链故障诊断方法 |
Non-Patent Citations (1)
| Title |
|---|
| JIA, JINLIANG ET AL.: "Research on fault diagnosis and testing method of VoLTE core network", COMMUNICATIONS MANAGEMENT AND TECHNOLOGY, no. 4, 15 August 2017 (2017-08-15), pages 49 - 52, XP055942421 * |
Also Published As
| Publication number | Publication date |
|---|---|
| CN112637879A (zh) | 2021-04-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11669751B2 (en) | Prediction of network events via rule set representations of machine learning models | |
| US10536344B2 (en) | Privacy-aware model generation for hybrid machine learning systems | |
| Guo et al. | Capturing spatial–temporal correlations with Attention based Graph Convolutional Network for network traffic prediction | |
| Chen et al. | Building autonomic elastic optical networks with deep reinforcement learning | |
| CN120321136B (zh) | 基于图神经网络的智能优化与资源动态重分配方法和系统 | |
| CN117896163B (zh) | 一种网络流量监控系统 | |
| CN115423041A (zh) | 一种基于深度学习的边缘云故障预测方法及系统 | |
| CN120614616A (zh) | 一种电力5g网络服务质量监测方法、系统及存储介质 | |
| Islam et al. | Software-defined networking-based resilient proactive routing in smart grids using graph neural networks and deep Q-networks | |
| CN116562631B (zh) | 一种电力光纤通信网络风险量化评价方法、系统和设备 | |
| Ghaderi et al. | Learning traffic encoding matrices for delay-aware traffic engineering in SD-WANs | |
| Memon et al. | Design and Implementation of a Robust Convolutional Neural Network‐Based Traffic Matrix Estimator for Cloud Networks | |
| Fang et al. | A novel network delay prediction model with mixed multi-layer perceptron architecture for edge computing | |
| US7363386B1 (en) | Method for estimating a traffic matrix in a communication network using non-stationary data | |
| WO2022126705A1 (zh) | 一种电信核心网故障干预时机决策方法 | |
| Zhang et al. | A novel virtual network fault diagnosis method based on long short-term memory neural networks | |
| CN111901134A (zh) | 一种基于循环神经网络模型rnn的预测网络质量的方法和装置 | |
| US10812206B2 (en) | Method and apparatus for predicting the bitrate of a repaired communication channel | |
| CN119939378A (zh) | 基于数字孪生和复杂网络理论的电力通信网风险评估方法 | |
| Barrera et al. | Statistical detection of congestion in routers | |
| Mesquita et al. | Traffic matrix prediction for optical networks | |
| CN108418724A (zh) | 基于云计算的下一代关键信息基础设施网络智能管理系统 | |
| CN118200223B (zh) | 基于损失数据分类分级的网络链路选择方法、系统及装置 | |
| CN115473797B (zh) | 一种基于端到端业务性能指标的智能网络故障定位方法 | |
| CN118337694B (zh) | 一种基于服务功能链的路由优化方法和系统 |
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: 20965718 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: 20965718 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 20965718 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 20965718 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC ( EPO FORM 1205A DATED 28/05/2024 ) |












