WO2021169577A1 - Wireless service traffic prediction method based on weighted federated learning - Google Patents

Wireless service traffic prediction method based on weighted federated learning Download PDF

Info

Publication number
WO2021169577A1
WO2021169577A1 PCT/CN2020/140916 CN2020140916W WO2021169577A1 WO 2021169577 A1 WO2021169577 A1 WO 2021169577A1 CN 2020140916 W CN2020140916 W CN 2020140916W WO 2021169577 A1 WO2021169577 A1 WO 2021169577A1
Authority
WO
WIPO (PCT)
Prior art keywords
model
training
data set
base station
wireless service
Prior art date
Application number
PCT/CN2020/140916
Other languages
French (fr)
Chinese (zh)
Inventor
张海霞
张传亭
袁东风
郭帅帅
周晓天
Original Assignee
山东大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 山东大学 filed Critical 山东大学
Publication of WO2021169577A1 publication Critical patent/WO2021169577A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/147Network analysis or design for predicting network behaviour
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/06Testing, supervising or monitoring using simulated traffic

Definitions

  • the invention relates to a wireless service flow prediction method based on weighted federated learning, and belongs to the technical field of communication networks and artificial intelligence.
  • the traditional central wireless service traffic prediction method needs to collect large-scale, scattered service data at different nodes to the central node, and then centrally process, train and predict these data. Subsequently, according to the prediction result, the core network makes dynamic adjustments to the base station through the control unit, such as increasing or decreasing the number of baseband processing units to adjust the service capability of the base station.
  • Federated learning belongs to a specific distributed learning algorithm.
  • the local base station trains a local model based on its own data; then it only needs to send this model to the cloud control center, instead of sending a huge data ontology; after the cloud control center receives all the models, it merges the models and sends them to Base station: After receiving the global model, the base station continues to train this model. After the process is repeated for a certain cycle, the final prediction model is obtained.
  • the present invention proposes a wireless service traffic prediction method based on weighted federated learning.
  • the base station side performs model training based on local data. And transmit the trained model to the control center; the control center merges the model according to the weighting rule and feeds it back to the base station, and the weighting rule gives more weight to the local model; the base station learning unit updates the model again based on historical data; the present invention provides The method, in the control center model aggregation strategy, uses weighted aggregation rules to replace the average strategy, which can avoid inaccurate predictions caused by data heterogeneity.
  • a wireless service flow prediction method based on weighted federated learning is used to improve the overall prediction accuracy of distributed wireless service flow prediction.
  • the specific steps are as follows:
  • the model that the learning unit of base station i needs to train according to the received Align the model on the existing historical data set Training is performed to update the parameters; after training, a new local model M′ i is obtained ; the parameters of the model are the weights to be learned, such as the parameters of the long and short memory neural network.
  • the control center performs model fusion on the model ⁇ M′ 1 ,..., M′ N ⁇ obtained from the base station according to the weighting strategy, and obtains the updated global model And the updated global model Push to base station i;
  • the base station predicts the wireless service flow at a future time according to the final model obtained in step (5).
  • the specific steps of performing model fusion according to the weighting strategy are: updating the parameters of the global model according to formula (1):
  • step (4) when the parameters of the global model are updated, ⁇ > ⁇ .
  • the local model M'i is given a larger weight to personally capture the current flow pattern of the base station.
  • Using a weighting strategy instead of an averaging strategy can avoid the inaccurate predictions caused by data heterogeneity, and improve the overall prediction accuracy of distributed wireless service traffic prediction.
  • the prediction method preferably further includes: (7) Repeat steps (2)-(6) in a certain period of time to perform periodic global update training on the model; the advantage of this design is that as The continuous accumulation of data sets and the emergence of possible new traffic patterns avoid the current global model of base station i The ability to predict future moments is weakened; the size of the period can be selected and determined according to the load situation on the base station side to increase the accuracy of the prediction method.
  • the time period is one day or three days or one week;
  • the number of base stations participating in the update training is dynamically changing each time. If the number of base stations currently participating in the training is greater than the set threshold, such as 10%, then the model is globally updated and trained; otherwise, the update is skipped. , And make an update request in the next cycle.
  • the set threshold such as 10%
  • step (1) the model that needs to be trained in the control center Before pushing to the base station learning unit, you need to determine the specific form of the initialization model, generate training sample data sets, test sample data sets, and data standardization.
  • the specific steps include:
  • the function of the training sample data set is to train the model, and the function of the test sample data set is to test the accuracy of the trained model.
  • step (2) the model that needs to be trained is performed on the existing historical data set. Training to update the parameters, the specific steps include:
  • the algorithm is any one of stochastic gradient descent method, small batch gradient descent method, and adaptive momentum estimation method (Adam);
  • the batch size refers to the number of samples entered during each iteration of training
  • the algorithm is an adaptive momentum estimation method; the Adam optimization algorithm has the advantage of faster convergence;
  • step 2-D the training end condition needs to meet one of the following conditions: the parameters of the trained model converge; the number of updates of the trained model is greater than the set threshold; the duration of training the entire model is greater than the set threshold.
  • the prediction method further includes the following steps:
  • step (6) The predicted value obtained in step (6) is subjected to a standardized inverse operation to obtain the true scale of the predicted value;
  • the evaluation index includes the mean square error MSE and the average absolute error MAE;
  • the base station stores the newly arrived data in the historical data set.
  • the newly arrived data refers to the newly received wireless service flow data.
  • the wireless traffic prediction algorithm based on weighted federated learning uses weighted aggregation rules to replace the average strategy in the control center model aggregation strategy, and fully considers the location of different base stations and the movement and communication of users within the coverage area.
  • the difference in behavior takes into account the difference of data; at the same time, the similarity of the model is also taken into account; it can avoid the inaccurate prediction caused by the heterogeneity of data, and improve the overall prediction accuracy of distributed wireless service traffic prediction.
  • the present invention models wireless service traffic prediction as a federated learning problem, and proposes a weighted federated learning prediction algorithm, which avoids network congestion, can better protect privacy, and has the advantages of distributed, localized, and lightweight .
  • the present invention can catch the dynamic change of wireless service flow in time, adjust the learning parameters, and thus has a strong generalization ability.
  • Figure 1 is a schematic diagram of a wireless service traffic prediction system model based on weighted federated learning
  • FIG. 2 is a block diagram of the core flow chart of weighted federated learning training of the present invention
  • Figure 3a is a schematic diagram of the comparison of the mean square error between the traditional algorithm and the prediction method provided by the present invention under different numbers of base stations;
  • Figure 3b is a schematic diagram showing the comparison of the average absolute error between the traditional algorithm and the prediction method provided by the present invention under different numbers of base stations;
  • FIG. 4 is a schematic diagram of the comparison result between the predicted value provided by Embodiment 1 and the real value and the predicted value of the prior art.
  • Figure 5 is a schematic diagram of error analysis between the predicted value and the true value of a certain base station.
  • the system model is shown in Figure 1.
  • the wireless service flow model includes a control center and N base stations.
  • the base station in Figure 1 shows that in the future communication network, the base station has three functions: network control according to intelligent algorithms, strong computing power, and wireless network access capabilities.
  • Intelligent algorithms means the deployed machine learning model;
  • computing means having strong CPU and GPU computing capabilities, and
  • accessing means having wireless access capabilities. Together, these three capabilities can realize the edge intelligence of the future network.
  • the core process of weighted federated learning training is shown in Figure 2.
  • the specific steps of the forecasting method include:
  • step (1) before the control center pushes the model to be trained to the base station learning unit, it needs to determine the specific form of the initialization model, generate training sample data sets, test sample data sets, and data standardization.
  • the specific steps include:
  • the specific form of the initialization model can be a linear model or a non-linear model; linear models such as logistic regression, and non-linear models such as deep neural networks; due to the complex temporal and spatial characteristics of wireless service traffic, it greatly exceeds the current
  • the present invention selects a neural network to capture the pattern of wireless service traffic.
  • the specific form of the initialization model in this embodiment is a long- and short-term memory neural network.
  • the data of the last seven days is selected as the test data set, and the remaining data is used as the training data set.
  • select the window size p 5 to generate 1285 training sample data sets, and a total of 163 test sample data sets;
  • the function of the training sample data set is to train the model, and the function of the test sample data set is to test the accuracy of the trained model.
  • the model that the learning unit of base station i needs to train according to the received Align the model on the existing historical data set Training is performed to update the parameters; after training, a new local model M′ i is obtained ; the updated parameters refer to the parameters to be learned, and in this embodiment are the parameters of the long and short-term memory neural network.
  • step (2) the model to be trained on the existing historical data set Training to update the parameters
  • the specific steps include:
  • step 2-A Select an optimization algorithm, the algorithm is any one of stochastic gradient descent, small batch gradient descent, and adaptive momentum estimation (Adam); in this embodiment, in step 2-A, the The algorithm is an adaptive momentum estimation method; Adam optimization algorithm has the advantage of faster convergence;
  • the batch size refers to the number of samples entered during each iteration of training
  • step 2-D the training end condition needs to meet one of the following conditions: the parameters of the trained model converge; the number of updates of the trained model is greater than the set threshold; the duration of training the entire model is greater than the set threshold.
  • the control center performs model fusion on the model ⁇ M′ 1 ,..., M′ N ⁇ obtained from the base station according to the weighting strategy, and obtains the updated global model And the updated global model Push to base station i;
  • step (4) the specific steps of performing model fusion according to the weighting strategy are: updating the parameters of the global model according to formula (1):
  • step (4) when the parameters of the global model are updated, ⁇ > ⁇ .
  • the local model M'i is given a larger weight to personally capture the current flow pattern of the base station.
  • Using a weighting strategy instead of an averaging strategy can avoid the inaccurate predictions caused by data heterogeneity, and improve the overall prediction accuracy of distributed wireless service traffic prediction.
  • the base station predicts the wireless service flow at a future time according to the final model obtained in step (5).
  • the time period is one day or three days or one week;
  • the number of base stations participating in the update training is dynamically changing each time. If the number of base stations currently participating in the training is greater than the set threshold, such as 10%, the model will be globally updated and trained; otherwise, skip this update and the next one Do update requests periodically.
  • the set threshold such as 10%
  • the prediction method also includes the following steps:
  • step (6) The predicted value obtained in step (6) is subjected to a standardized inverse operation to obtain the true scale of the predicted value;
  • the evaluation index includes the mean square error MSE and the average absolute error MAE;
  • the base station stores the newly arrived data in the historical data set.
  • the newly arrived data refers to the newly received wireless service flow data.
  • each base station trains a model based on its own historical data, and then sends this model to the cloud control center; after the cloud control center receives all models, it simply averages these models , Get a global model, and send this global model to the base station; according to the received global model, the base station updates the model again based on its own data, and sends the updated model to the base station; repeat the above process, Until the algorithm stops. Then, each base station predicts the future traffic based on the global model sent by the last cloud center.
  • N the number of base stations
  • N the number of samples involved in training continues to increase, regardless of the mean square error or The average absolute error, compared with the prediction result of the traditional algorithm, the error of the prediction method provided by the present invention will gradually decrease, and the weighting strategy can effectively improve the prediction performance.
  • the wireless service flow prediction scheme proposed by the present invention can effectively improve the prediction performance.
  • Figure 5 is a cumulative probability distribution diagram of prediction errors.
  • the diagram includes the cumulative probability distribution of prediction errors of the prediction method provided by the present invention and the cumulative probability distribution of prediction errors of traditional algorithms; 50% of the predicted value errors are less than 0.2, while only about 30% of the prediction errors in the traditional algorithm are less than 0.2; the prediction error of the present invention is less than 0.5, accounting for 88%, and the traditional algorithm is 80%.
  • the prediction method provided by the present invention is superior to the traditional prediction method.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • General Business, Economics & Management (AREA)
  • Signal Processing (AREA)
  • Marketing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Operations Research (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A wireless service traffic prediction method based on weighted federated learning. The method comprises: a control center pushing a plurality of pre-trained models to base station sides; the base station sides performing model training according to local data, and transmitting the trained models to the control center; the control center fusing the models according to a weighting rule and feeding the fused models back to the base stations, wherein in the weighting rule, more weight is given to local models; and the base stations predicting a wireless service traffic at a future moment according to obtained final models. According to the provided wireless service traffic prediction method, on the basis of a model aggregation policy of the control center, a weighted aggregation rule is used to replace an average policy, such that the phenomenon of inaccurate prediction caused by data heterogeneity can be avoided, thereby improving the overall prediction precision of distributed wireless service traffic prediction.

Description

一种基于加权联邦学习的无线业务流量预测方法A wireless service flow prediction method based on weighted federated learning 技术领域Technical field
本发明涉及一种基于加权联邦学习的无线业务流量预测方法,属于通信网络和人工智能技术领域。The invention relates to a wireless service flow prediction method based on weighted federated learning, and belongs to the technical field of communication networks and artificial intelligence.
背景技术Background technique
传统中心式的无线业务流量预测方法需要将大规模、分散在不同节点的业务数据收集到中心节点,然后对这些数据集中处理、训练以及预测。随后,根据预测结果,核心网通过控制单元对基站做动态调整,如:增加或者减少基带处理单元个数以调整基站业务服务能力。The traditional central wireless service traffic prediction method needs to collect large-scale, scattered service data at different nodes to the central node, and then centrally process, train and predict these data. Subsequently, according to the prediction result, the core network makes dynamic adjustments to the base station through the control unit, such as increasing or decreasing the number of baseband processing units to adjust the service capability of the base station.
但是,由于数据传输的带宽有限以及数据隐私的问题,将数据传输到云中心需要占用大量的资源,造成网络拥塞;此外,随着用户对数据隐私保护的要求不断加强,特别是在通用数据保护规范(General Data Protection Regulation,GDPR)的发布之后,更是对隐私保护提出了更高的要求。将数据传输到云中心,则增加了数据不可控的可能性。这些因素促使未来的预测模型朝着分布式、本地化、轻量级的方向发展。However, due to the limited bandwidth of data transmission and the problem of data privacy, the transmission of data to the cloud center takes up a lot of resources, causing network congestion; in addition, as users' requirements for data privacy protection continue to increase, especially in general data protection After the release of the General Data Protection Regulation (GDPR), higher requirements for privacy protection have been put forward. Transmitting data to the cloud center increases the possibility of uncontrollable data. These factors promote the development of future predictive models in a distributed, localized, and lightweight direction.
联邦学习就属于一种特定的分布式学习算法。本地基站基于自己的数据训练一个本地模型;然后只需要将此模型发送给云端控制中心,而并不需要发送庞大的数据本体;云端控制中心收到所有模型后,对模型进行融合,并发送给基站;基站收到全局模型后,继续对此模型训练。该过程重复一定循环后,就得到了最终的预测模型。Federated learning belongs to a specific distributed learning algorithm. The local base station trains a local model based on its own data; then it only needs to send this model to the cloud control center, instead of sending a huge data ontology; after the cloud control center receives all the models, it merges the models and sends them to Base station: After receiving the global model, the base station continues to train this model. After the process is repeated for a certain cycle, the final prediction model is obtained.
然而,传统联邦学习算法中,只是对模型进行平均操作,忽略了模型之间的差异性。由于基站所处的位置不同、覆盖范围内用户的移动和通信行为亦不同,这就导致了数据差异性很大,传统的简单平均并不能准确捕捉不同基站的业务流量模式,所以预测效果不准确。因此,亟需发展一个既能考虑模型相似性,又能专注于捕捉本地业务流量模式的预测模型。However, in traditional federated learning algorithms, only the averaging operation is performed on the models, ignoring the differences between the models. The location of the base station is different, and the mobile and communication behaviors of users in the coverage area are also different. This results in a large difference in data. The traditional simple average cannot accurately capture the traffic patterns of different base stations, so the prediction effect is not accurate. . Therefore, there is an urgent need to develop a predictive model that can not only consider model similarity, but also focus on capturing local business traffic patterns.
发明内容Summary of the invention
针对现有技术的不足,本发明提出一种基于加权联邦学习的无线业务流量预测方法,本 发明中,控制中心将多个预训练模型推送到基站侧后,基站侧根据本地数据进行模型训练,并将训练后的模型传到控制中心;控制中心根据加权规则对模型融合并反馈到基站,加权规则中对本地模型给予更多的权重;基站学习单元根据历史数据再次对模型更新;本发明提供的方法,在控制中心模型聚合策略上,利用加权聚合规则替代平均策略,能够避免由于数据异构性而带来的预测不准确现象。In view of the shortcomings of the prior art, the present invention proposes a wireless service traffic prediction method based on weighted federated learning. In the present invention, after the control center pushes multiple pre-training models to the base station side, the base station side performs model training based on local data. And transmit the trained model to the control center; the control center merges the model according to the weighting rule and feeds it back to the base station, and the weighting rule gives more weight to the local model; the base station learning unit updates the model again based on historical data; the present invention provides The method, in the control center model aggregation strategy, uses weighted aggregation rules to replace the average strategy, which can avoid inaccurate predictions caused by data heterogeneity.
本发明的技术方案为:The technical scheme of the present invention is:
一种基于加权联邦学习的无线业务流量预测方法,用于提升分布式无线业务流量预测的总体预测准确性,具体步骤如下:A wireless service flow prediction method based on weighted federated learning is used to improve the overall prediction accuracy of distributed wireless service flow prediction. The specific steps are as follows:
(1)将N个基站依次编号为i,i=1,2,...,N;控制中心随机生成一个初始化模型M,并复制N份模型,N份模型组成
Figure PCTCN2020140916-appb-000001
随后,控制中心将需要训练的模型
Figure PCTCN2020140916-appb-000002
推送到基站i的学习单元;
(1) Number N base stations in sequence i, i=1, 2,..., N; the control center randomly generates an initialization model M, and copies N models, consisting of N models
Figure PCTCN2020140916-appb-000001
Subsequently, the control center will need to train the model
Figure PCTCN2020140916-appb-000002
Push to the learning unit of base station i;
(2)基站i的学习单元根据接收到的需要训练的模型
Figure PCTCN2020140916-appb-000003
在已有历史数据集上对模型
Figure PCTCN2020140916-appb-000004
进行训练以更新参数;经过训练之后,得到新的本地模型M′ i;模型的参数就是待学习的权重,比如长短记忆神经网络的参数。
(2) The model that the learning unit of base station i needs to train according to the received
Figure PCTCN2020140916-appb-000003
Align the model on the existing historical data set
Figure PCTCN2020140916-appb-000004
Training is performed to update the parameters; after training, a new local model M′ i is obtained ; the parameters of the model are the weights to be learned, such as the parameters of the long and short memory neural network.
(3)基站i将新的本地模型M′ i发送到控制中心; (3) The base station i sends the new local model M′ i to the control center;
(4)控制中心对从基站得到的模型{M′ 1,...,M′ N},根据加权策略进行模型融合,得到更新后的全局模型
Figure PCTCN2020140916-appb-000005
并将更新后的全局模型
Figure PCTCN2020140916-appb-000006
推送到基站i;
(4) The control center performs model fusion on the model {M′ 1 ,..., M′ N } obtained from the base station according to the weighting strategy, and obtains the updated global model
Figure PCTCN2020140916-appb-000005
And the updated global model
Figure PCTCN2020140916-appb-000006
Push to base station i;
(5)重复执行步骤(2)到(4),设定循环次数,当达到设定的循环次数后,循环结束,得到最终模型;每次循环都会对参数进行更新。(5) Repeat steps (2) to (4) to set the number of cycles. When the number of cycles is reached, the cycle ends and the final model is obtained; the parameters are updated each time the cycle is repeated.
(6)基站根据步骤(5)得到的最终模型对未来时刻的无线业务流量进行预测。(6) The base station predicts the wireless service flow at a future time according to the final model obtained in step (5).
根据本发明优选的,所述步骤(4)中,根据加权策略进行模型融合的具体步骤为:根据式(1)进行全局模型的参数更新:According to the present invention, in the step (4), the specific steps of performing model fusion according to the weighting strategy are: updating the parameters of the global model according to formula (1):
Figure PCTCN2020140916-appb-000007
Figure PCTCN2020140916-appb-000007
式(1)中,
Figure PCTCN2020140916-appb-000008
表示本轮训练中控制中心经过加权融合后的全局模型;f agg(·)表示采用的加权融合策略;α表示对基站i来说,本地模型M′ i所占的比重;β表示除了本地模型M′ i之外的其他模型M′ j之和所占的比重;即总共有N个模型,其他模型,指的是除了下标为i的模型之 外,其他N-1个模型之和所占的比重;α与β的关系满足α+β=1;
In formula (1),
Figure PCTCN2020140916-appb-000008
Represents the global model of the control center after weighted fusion in this round of training; f agg (·) represents the weighted fusion strategy adopted; α represents the proportion of the local model M′ i for base station i; β represents the addition of the local model The proportion of the sum of M′ j other than M′ i ; that is, there are a total of N models, and other models refer to the sum of other N-1 models except for the model with the subscript i. The proportion of the total; the relationship between α and β satisfies α+β=1;
进一步优选的,所述步骤(4)中,进行全局模型的参数更新时,α>β。当α>β时,对本地模型M′ i赋予较大的权重以个性化捕捉当前基站的流量模式。 Further preferably, in the step (4), when the parameters of the global model are updated, α>β. When α>β, the local model M'i is given a larger weight to personally capture the current flow pattern of the base station.
利用加权策略替代平均策略,能够避免由于数据异构性而带来的预测不准确现象,提高了分布式无线业务流量预测的总体预测精度。Using a weighting strategy instead of an averaging strategy can avoid the inaccurate predictions caused by data heterogeneity, and improve the overall prediction accuracy of distributed wireless service traffic prediction.
根据本发明优选的,所述预测方法还包括:(7)以一定的时间周期重复步骤(2)-(6),对模型进行周期性的全局更新训练;该设计的好处在于,由于随着数据集的不断积累以及可能的新流量模式的出现,避免了对基站i的当前全局模型
Figure PCTCN2020140916-appb-000009
对未来时刻的预测能力减弱;可以根据基站侧的负载情况,选择确定周期大小,增加预测方法的准确性。
According to the present invention, the prediction method preferably further includes: (7) Repeat steps (2)-(6) in a certain period of time to perform periodic global update training on the model; the advantage of this design is that as The continuous accumulation of data sets and the emergence of possible new traffic patterns avoid the current global model of base station i
Figure PCTCN2020140916-appb-000009
The ability to predict future moments is weakened; the size of the period can be selected and determined according to the load situation on the base station side to increase the accuracy of the prediction method.
优选的,所述时间周期为一天或者三天或者一周;Preferably, the time period is one day or three days or one week;
优选的,每次参与更新训练的基站数量是动态变化的,如果当前参与训练的基站数量大于设定的阈值,比如百分之十,则对模型进行全局更新训练;否则,跳过此次更新,下一个周期再做更新请求。Preferably, the number of base stations participating in the update training is dynamically changing each time. If the number of base stations currently participating in the training is greater than the set threshold, such as 10%, then the model is globally updated and trained; otherwise, the update is skipped. , And make an update request in the next cycle.
根据本发明优选的,步骤(1)中,在控制中心将需要训练的模型
Figure PCTCN2020140916-appb-000010
推送到基站学习单元之前,需要确定初始化模型的具体形式、生成训练样本数据集和测试样本数据集及数据标准化,具体步骤包括:
According to the preferred embodiment of the present invention, in step (1), the model that needs to be trained in the control center
Figure PCTCN2020140916-appb-000010
Before pushing to the base station learning unit, you need to determine the specific form of the initialization model, generate training sample data sets, test sample data sets, and data standardization. The specific steps include:
1-A、选择初始化模型的具体形式,所述具体形式为线性模型或者非线性模型;1-A. Select the specific form of the initialization model, where the specific form is a linear model or a nonlinear model;
1-B、将基站的历史数据集分成训练数据集和测试数据集,并在所述训练数据集和测试数据集上根据滑动窗口机制,选择滑动窗口大小p,分别生成训练样本数据集和测试样本数据集;1-B. Divide the historical data set of the base station into a training data set and a test data set, and select the sliding window size p on the training data set and the test data set according to the sliding window mechanism, and generate the training sample data set and the test data set respectively Sample data set;
1-C、对于训练样本数据集,得到流量的最小值和标准差;对于测试样本数据集,根据所述流量的最小值和标准差对训练数据集和测试数据集中的数据进行标准化。1-C. For the training sample data set, obtain the minimum value and standard deviation of the flow; for the test sample data set, standardize the data in the training data set and the test data set according to the minimum and standard deviation of the flow.
训练样本数据集的作用是用来训练模型,测试样本数据集的作用是用来对训练的模型进行准确度测试。The function of the training sample data set is to train the model, and the function of the test sample data set is to test the accuracy of the trained model.
根据本发明优选的,步骤(2)中,在已有历史数据集上对需要训练的模型
Figure PCTCN2020140916-appb-000011
进行训练以更新参数,具体步骤包括:
According to the present invention, in step (2), the model that needs to be trained is performed on the existing historical data set.
Figure PCTCN2020140916-appb-000011
Training to update the parameters, the specific steps include:
2-A、选定优化算法,所述算法为随机梯度下降法、小批量梯度下降法、适应性动量估计法(Adam)中任一种;2-A. Select an optimization algorithm, the algorithm is any one of stochastic gradient descent method, small batch gradient descent method, and adaptive momentum estimation method (Adam);
2-B、从训练数据集中,根据批处理大小选择相应的样本数量,并进行梯度计算;批处理大小指的是每次迭代训练时输入的样本数量;2-B. From the training data set, select the corresponding number of samples according to the batch size, and perform gradient calculation; the batch size refers to the number of samples entered during each iteration of training;
2-C、模型
Figure PCTCN2020140916-appb-000012
的参数根据当前样本的梯度信息进行更新;
2-C, model
Figure PCTCN2020140916-appb-000012
The parameters of are updated according to the gradient information of the current sample;
2-D、重复执行所述步骤B和步骤C,直至满足训练结束条件;2-D. Repeat steps B and C until the training end conditions are met;
进一步优选的,步骤2-A中,所述算法为适应性动量估计法;Adam优化算法具有收敛较快的优点;Further preferably, in step 2-A, the algorithm is an adaptive momentum estimation method; the Adam optimization algorithm has the advantage of faster convergence;
步骤2-D中,训练结束条件需要满足以下几个条件之一:所训练的模型的参数收敛;所训练模型的更新次数大于设定阈值;训练整个模型的时长大于设定的阈值。In step 2-D, the training end condition needs to meet one of the following conditions: the parameters of the trained model converge; the number of updates of the trained model is greater than the set threshold; the duration of training the entire model is greater than the set threshold.
根据本发明优选的,在步骤(6)得到预测值后,所述预测方法还包括如下步骤:Preferably, according to the present invention, after the prediction value is obtained in step (6), the prediction method further includes the following steps:
a、步骤(6)得到的预测值做标准化的逆操作,得到预测值的真实尺度;a. The predicted value obtained in step (6) is subjected to a standardized inverse operation to obtain the true scale of the predicted value;
b、根据评价指标对预测性能进行评估;所述评价指标包括均方误差MSE和平均绝对误差MAE;b. Evaluate the prediction performance according to the evaluation index; the evaluation index includes the mean square error MSE and the average absolute error MAE;
c、评估完成后,基站将新到的数据存储到历史数据集中。新到的数据指的是新接收到的无线业务流量数据。c. After the evaluation is completed, the base station stores the newly arrived data in the historical data set. The newly arrived data refers to the newly received wireless service flow data.
本发明的有益效果为:The beneficial effects of the present invention are:
1.本发明提供的基于加权联邦学习的无线流量预测算法,在控制中心模型聚合策略上,利用加权聚合规则替代平均策略,充分考虑不同基站所处的位置不同、覆盖范围内用户的移动和通信行为的不同,考虑到了数据的差异性;同时也考虑到了模型相似性;能够避免由于数据异构性而带来的预测不准确现象,提高了分布式无线业务流量预测的总体预测精度。1. The wireless traffic prediction algorithm based on weighted federated learning provided by the present invention uses weighted aggregation rules to replace the average strategy in the control center model aggregation strategy, and fully considers the location of different base stations and the movement and communication of users within the coverage area. The difference in behavior takes into account the difference of data; at the same time, the similarity of the model is also taken into account; it can avoid the inaccurate prediction caused by the heterogeneity of data, and improve the overall prediction accuracy of distributed wireless service traffic prediction.
2.本发明通过将无线业务流量预测建模为联邦学习问题,并提出了加权联邦学习预测算法,避免了网络拥塞,能够更好进行隐私保护,具有分布式、本地化、轻量级的优点。2. The present invention models wireless service traffic prediction as a federated learning problem, and proposes a weighted federated learning prediction algorithm, which avoids network congestion, can better protect privacy, and has the advantages of distributed, localized, and lightweight .
3.本发明通过周期性地对模型进行更新,能够及时捕捉无线业务流量的动态变化,调整学习参数,进而具有较强的泛化能力。3. By periodically updating the model, the present invention can catch the dynamic change of wireless service flow in time, adjust the learning parameters, and thus has a strong generalization ability.
附图说明Description of the drawings
图1是基于加权联邦学习无线业务流量预测系统模型的示意图;Figure 1 is a schematic diagram of a wireless service traffic prediction system model based on weighted federated learning;
图2是本发明的加权联邦学习训练核心流程框图;2 is a block diagram of the core flow chart of weighted federated learning training of the present invention;
图3a是在不同基站数量下传统算法和本发明提供的预测方法的均方误差比较示意图;Figure 3a is a schematic diagram of the comparison of the mean square error between the traditional algorithm and the prediction method provided by the present invention under different numbers of base stations;
图3b是在不同基站数量下传统算法和本发明提供的预测方法的平均绝对误差比较示意 图;Figure 3b is a schematic diagram showing the comparison of the average absolute error between the traditional algorithm and the prediction method provided by the present invention under different numbers of base stations;
图4是实施例1提供的预测值与真实值及现有技术的预测值之间的对比结果示意图。FIG. 4 is a schematic diagram of the comparison result between the predicted value provided by Embodiment 1 and the real value and the predicted value of the prior art.
图5是对某个基站的预测值跟真实值的误差分析示意图。Figure 5 is a schematic diagram of error analysis between the predicted value and the true value of a certain base station.
具体实施方式Detailed ways
下面结合实施例和说明书附图对本发明做进一步说明,但不限于此。The present invention will be further described below in conjunction with the embodiments and the drawings of the specification, but it is not limited thereto.
实施例1Example 1
一种基于加权联邦学习的无线业务流量预测方法,其系统模型如图1所示,所述无线业务流量模型中包括一个控制中心,N个基站。A method for predicting wireless service flow based on weighted federated learning. The system model is shown in Figure 1. The wireless service flow model includes a control center and N base stations.
图1中的基站表示的是未来通信网络中,基站具有三种功能:根据智能算法进行网络控制、具有较强的计算能力、具有无线网络接入能力。“智能”就是部署的机器学习模型;“计算”就是有较强的CPU和GPU计算能力、“接入”就是具有无线接入能力。这三个能力加在一起,才能实现未来网络的边缘智能。The base station in Figure 1 shows that in the future communication network, the base station has three functions: network control according to intelligent algorithms, strong computing power, and wireless network access capabilities. "Intelligence" means the deployed machine learning model; "computing" means having strong CPU and GPU computing capabilities, and "accessing" means having wireless access capabilities. Together, these three capabilities can realize the edge intelligence of the future network.
加权联邦学习训练的核心流程如图2所示,所述模型包含N个基站,其中N=5,10,15,20。每个基站包含1448个时间序列点。The core process of weighted federated learning training is shown in Figure 2. The model includes N base stations, where N=5, 10, 15, 20. Each base station contains 1448 time sequence points.
预测方法的具体步骤包括:The specific steps of the forecasting method include:
(1)将N个基站依次编号为i,i=1,2,...,N;控制中心随机生成一个初始化模型M,并复制N份模型,N份模型组成
Figure PCTCN2020140916-appb-000013
随后,控制中心将需要训练的模型
Figure PCTCN2020140916-appb-000014
推送到基站i的学习单元;
(1) Number N base stations in sequence i, i=1, 2,..., N; the control center randomly generates an initialization model M, and copies N models, consisting of N models
Figure PCTCN2020140916-appb-000013
Subsequently, the control center will need to train the model
Figure PCTCN2020140916-appb-000014
Push to the learning unit of base station i;
步骤(1)中,在控制中心将需要训练的模型推送到基站学习单元之前,需要确定初始化模型的具体形式、生成训练样本数据集和测试样本数据集及数据标准化,具体步骤包括:In step (1), before the control center pushes the model to be trained to the base station learning unit, it needs to determine the specific form of the initialization model, generate training sample data sets, test sample data sets, and data standardization. The specific steps include:
1-A、选择初始化模型的具体形式,所述具体形式可以为线性模型或者非线性模型;线性模型如逻辑回归,非线性模型如深度神经网络;由于无线业务流量时空特性复杂,大大超越了现行模型的建模能力,本发明选择神经网络对无线业务流量的模式进行捕捉,本实施例中初始化模型的具体形式为长短期记忆神经网络。1-A. Select the specific form of the initialization model. The specific form can be a linear model or a non-linear model; linear models such as logistic regression, and non-linear models such as deep neural networks; due to the complex temporal and spatial characteristics of wireless service traffic, it greatly exceeds the current For the modeling capability of the model, the present invention selects a neural network to capture the pattern of wireless service traffic. The specific form of the initialization model in this embodiment is a long- and short-term memory neural network.
1-B、将基站的历史数据集分成训练数据集和测试数据集,并在所述训练数据集和测试数据集上根据滑动窗口机制,选择滑动窗口大小p,分别生成训练样本数据集和测试样本数据集;1-B. Divide the historical data set of the base station into a training data set and a test data set, and select the sliding window size p on the training data set and the test data set according to the sliding window mechanism, and generate the training sample data set and the test data set respectively Sample data set;
本实施例中,对于基站的历史数据,选择最后七天的数据作为测试数据集,其余数据作 为训练数据集。根据滑动窗口机制,选择窗口大小p=5,生成训练样本数据集1285条,测试样本数据集共163条;In this embodiment, for the historical data of the base station, the data of the last seven days is selected as the test data set, and the remaining data is used as the training data set. According to the sliding window mechanism, select the window size p=5 to generate 1285 training sample data sets, and a total of 163 test sample data sets;
1-C、对于训练样本数据集,得到流量的最小值和标准差;对于测试样本数据集,根据所述流量的最小值和标准差对训练数据集和测试数据集中的数据进行标准化。1-C. For the training sample data set, obtain the minimum value and standard deviation of the flow; for the test sample data set, standardize the data in the training data set and the test data set according to the minimum and standard deviation of the flow.
训练样本数据集的作用是用来训练模型,测试样本数据集的作用是用来对训练的模型进行准确度测试。The function of the training sample data set is to train the model, and the function of the test sample data set is to test the accuracy of the trained model.
(2)基站i的学习单元根据接收到的需要训练的模型
Figure PCTCN2020140916-appb-000015
在已有历史数据集上对模型
Figure PCTCN2020140916-appb-000016
进行训练以更新参数;经过训练之后,得到新的本地模型M′ i;更新参数指的是待学习的参数,本实施例中为长短期记忆神经网络的参数。
(2) The model that the learning unit of base station i needs to train according to the received
Figure PCTCN2020140916-appb-000015
Align the model on the existing historical data set
Figure PCTCN2020140916-appb-000016
Training is performed to update the parameters; after training, a new local model M′ i is obtained ; the updated parameters refer to the parameters to be learned, and in this embodiment are the parameters of the long and short-term memory neural network.
步骤(2)中,在已有历史数据集上对需要训练的模型
Figure PCTCN2020140916-appb-000017
进行训练以更新参数,具体步骤包括:
In step (2), the model to be trained on the existing historical data set
Figure PCTCN2020140916-appb-000017
Training to update the parameters, the specific steps include:
2-A、选定优化算法,所述算法为随机梯度下降法、小批量梯度下降法、适应性动量估计法(Adam)中任一种;本实施例中,步骤2-A中,所述算法为适应性动量估计法;Adam优化算法具有收敛较快的优点;2-A. Select an optimization algorithm, the algorithm is any one of stochastic gradient descent, small batch gradient descent, and adaptive momentum estimation (Adam); in this embodiment, in step 2-A, the The algorithm is an adaptive momentum estimation method; Adam optimization algorithm has the advantage of faster convergence;
2-B、从训练数据集中,根据批处理大小选择相应的样本数量,并进行梯度计算;批处理大小指的是每次迭代训练时输入的样本数量;2-B. From the training data set, select the corresponding number of samples according to the batch size, and perform gradient calculation; the batch size refers to the number of samples entered during each iteration of training;
2-C、模型
Figure PCTCN2020140916-appb-000018
的参数根据当前样本的梯度信息进行更新;
2-C, model
Figure PCTCN2020140916-appb-000018
The parameters of are updated according to the gradient information of the current sample;
2-D、重复执行所述步骤B和步骤C,直至满足训练结束条件;2-D. Repeat steps B and C until the training end conditions are met;
步骤2-D中,训练结束条件需要满足以下几个条件之一:所训练的模型的参数收敛;所训练模型的更新次数大于设定阈值;训练整个模型的时长大于设定的阈值。In step 2-D, the training end condition needs to meet one of the following conditions: the parameters of the trained model converge; the number of updates of the trained model is greater than the set threshold; the duration of training the entire model is greater than the set threshold.
(3)基站i将新的本地模型M′ i发送到控制中心; (3) The base station i sends the new local model M′ i to the control center;
(4)控制中心对从基站得到的模型{M′ 1,...,M′ N},根据加权策略进行模型融合,得到更新后的全局模型
Figure PCTCN2020140916-appb-000019
并将更新后的全局模型
Figure PCTCN2020140916-appb-000020
推送到基站i;
(4) The control center performs model fusion on the model {M′ 1 ,..., M′ N } obtained from the base station according to the weighting strategy, and obtains the updated global model
Figure PCTCN2020140916-appb-000019
And the updated global model
Figure PCTCN2020140916-appb-000020
Push to base station i;
所述步骤(4)中,根据加权策略进行模型融合的具体步骤为:根据式(1)进行全局模型的参数更新:In the step (4), the specific steps of performing model fusion according to the weighting strategy are: updating the parameters of the global model according to formula (1):
Figure PCTCN2020140916-appb-000021
Figure PCTCN2020140916-appb-000021
式(1)中,
Figure PCTCN2020140916-appb-000022
表示本轮训练中控制中心经过加权融合后的全局模型;f agg(·)表示采用的 加权融合策略;α表示对基站i来说,本地模型M′ i所占的比重;β表示除了本地模型M′ i之外的其他模型M′ j之和所占的比重;即总共有N个模型,其他模型,指的是除了下标为i的模型之外,其他N-1个模型之和所占的比重;α与β的关系满足α+β=1;
In formula (1),
Figure PCTCN2020140916-appb-000022
Represents the global model of the control center after weighted fusion in this round of training; f agg (·) represents the weighted fusion strategy adopted; α represents the proportion of the local model M′ i for base station i; β represents the addition of the local model The proportion of the sum of M′ j other than M′ i ; that is, there are a total of N models, and other models refer to the sum of other N-1 models except for the model with the subscript i. The proportion of the total; the relationship between α and β satisfies α+β=1;
本实施例中,所述步骤(4)中,进行全局模型的参数更新时,α>β。当α>β时,对本地模型M′ i赋予较大的权重以个性化捕捉当前基站的流量模式。本实施例中取α=0.8,β=0.2。 In this embodiment, in the step (4), when the parameters of the global model are updated, α>β. When α>β, the local model M'i is given a larger weight to personally capture the current flow pattern of the base station. In this embodiment, α=0.8, β=0.2.
利用加权策略替代平均策略,能够避免由于数据异构性而带来的预测不准确现象,提高了分布式无线业务流量预测的总体预测精度。Using a weighting strategy instead of an averaging strategy can avoid the inaccurate predictions caused by data heterogeneity, and improve the overall prediction accuracy of distributed wireless service traffic prediction.
(5)重复执行步骤(2)到(4),设定循环次数,当达到设定的循环次数后,循环结束,得到最终模型;每次循环都会对模型的参数进行更新。(5) Repeat steps (2) to (4) to set the number of cycles. When the number of cycles is reached, the cycle ends and the final model is obtained; each cycle will update the model parameters.
(6)基站根据步骤(5)得到的最终模型对未来时刻的无线业务流量进行预测。(6) The base station predicts the wireless service flow at a future time according to the final model obtained in step (5).
(7)以一定的时间周期重复步骤(2)-(6),对模型进行周期性的全局更新训练;该设计的好处在于,由于随着数据集的不断积累以及可能的新流量模式的出现,避免了对基站i的当前全局模型
Figure PCTCN2020140916-appb-000023
对未来时刻的预测能力减弱;可以根据基站侧的负载情况,选择确定周期大小,增加预测方法的准确性。
(7) Repeat steps (2)-(6) in a certain period of time to perform periodic global update training on the model; the advantage of this design is that due to the continuous accumulation of data sets and the emergence of possible new traffic patterns , Avoiding the current global model of base station i
Figure PCTCN2020140916-appb-000023
The ability to predict future moments is weakened; the size of the period can be selected and determined according to the load situation on the base station side to increase the accuracy of the prediction method.
所述时间周期为一天或者三天或者一周;The time period is one day or three days or one week;
每次参与更新训练的基站数量是动态变化的,如果当前参与训练的基站数量大于设定的阈值,比如百分之十,则对模型进行全局更新训练;否则,跳过此次更新,下一个周期再做更新请求。The number of base stations participating in the update training is dynamically changing each time. If the number of base stations currently participating in the training is greater than the set threshold, such as 10%, the model will be globally updated and trained; otherwise, skip this update and the next one Do update requests periodically.
所述预测方法还包括如下步骤:The prediction method also includes the following steps:
a、步骤(6)得到的预测值做标准化的逆操作,得到预测值的真实尺度;a. The predicted value obtained in step (6) is subjected to a standardized inverse operation to obtain the true scale of the predicted value;
b、根据评价指标对预测性能进行评估;所述评价指标包括均方误差MSE和平均绝对误差MAE;b. Evaluate the prediction performance according to the evaluation index; the evaluation index includes the mean square error MSE and the average absolute error MAE;
c、评估完成后,基站将新到的数据存储到历史数据集中。新到的数据指的是新接收到的无线业务流量数据。c. After the evaluation is completed, the base station stores the newly arrived data in the historical data set. The newly arrived data refers to the newly received wireless service flow data.
目前传统算法就是经典的模型平均,具体步骤如下:每个基站根据自身的历史数据训练一个模型,然后将这个模型发送到云端控制中心;云端控制中心收到所有模型后,将这些模型进行简单平均,得到一个全局的模型,并将这个全局的模型发送到基站;基站根据收到的全局模型,基于自身的数据,再次对模型进行更新,并将更新后的模型发送到基站;重复上 述过程,直至算法停止。然后,每个基站根据最后云端中心发送的全局模型,对未来的流量做出预测。The current traditional algorithm is the classic model averaging. The specific steps are as follows: each base station trains a model based on its own historical data, and then sends this model to the cloud control center; after the cloud control center receives all models, it simply averages these models , Get a global model, and send this global model to the base station; according to the received global model, the base station updates the model again based on its own data, and sends the updated model to the base station; repeat the above process, Until the algorithm stops. Then, each base station predicts the future traffic based on the global model sent by the last cloud center.
对本发明提供的预测方法的预测性能进行测试和评估,并与传统算法和真实流量值进行比较,具体结果如下:The prediction performance of the prediction method provided by the present invention is tested and evaluated, and compared with the traditional algorithm and the real flow value. The specific results are as follows:
如图3a和图3b所示,针对基站数量为N,N=5,10,15,20的不同情况,随着基站数量的增加,由于参与训练的样本不断增加,不管是对均方误差还是平均绝对误差,与传统算法的预测结果相比较,本发明提供的预测方法的误差会逐步降低,加权策略能够有效提升预测性能。As shown in Figure 3a and Figure 3b, for different situations where the number of base stations is N, N=5, 10, 15, 20, as the number of base stations increases, the number of samples involved in training continues to increase, regardless of the mean square error or The average absolute error, compared with the prediction result of the traditional algorithm, the error of the prediction method provided by the present invention will gradually decrease, and the weighting strategy can effectively improve the prediction performance.
由图4本发明预测值和传统算法预测值与真实值的对比可以看出,本发明预测值更接近真实值,在真实流量值相对低的时候,本发明提供的预测值比传统算法预测值准确。并且总体误差远小于传统算法的误差。因此,本发明提出的无线业务流量预测方案能够有效提升预测性能。It can be seen from the comparison of the predicted value of the present invention and the predicted value of the traditional algorithm with the true value in FIG. 4 that the predicted value of the present invention is closer to the true value. precise. And the overall error is much smaller than that of traditional algorithms. Therefore, the wireless service flow prediction scheme proposed by the present invention can effectively improve the prediction performance.
图5是预测误差的累积概率分布图,图中包括本发明提供的预测方法的预测误差的累积概率分布和传统算法的预测误差的累积概率分布;由图可知:本发明提供的预测方法中大约50%的预测值误差都小于0.2,而传统算法中只有大约30%的预测误差小于0.2;本发明的预测误差小于0.5的占比88%,传统算法是80%。综上可知,本发明所提供的预测方法要优于传统预测方法。Figure 5 is a cumulative probability distribution diagram of prediction errors. The diagram includes the cumulative probability distribution of prediction errors of the prediction method provided by the present invention and the cumulative probability distribution of prediction errors of traditional algorithms; 50% of the predicted value errors are less than 0.2, while only about 30% of the prediction errors in the traditional algorithm are less than 0.2; the prediction error of the present invention is less than 0.5, accounting for 88%, and the traditional algorithm is 80%. In summary, the prediction method provided by the present invention is superior to the traditional prediction method.

Claims (7)

  1. 一种基于加权联邦学习的无线业务流量预测方法,其特征在于,用于提升分布式无线业务流量预测的总体预测准确性,具体步骤如下:A wireless service flow prediction method based on weighted federated learning is characterized in that it is used to improve the overall prediction accuracy of distributed wireless service flow prediction. The specific steps are as follows:
    (1)将N个基站依次编号为i,i=1,2,…,N;控制中心随机生成一个初始化模型M,并复制N份模型,N份模型组成
    Figure PCTCN2020140916-appb-100001
    随后,控制中心将需要训练的模型
    Figure PCTCN2020140916-appb-100002
    推送到基站i的学习单元;
    (1) Number N base stations in sequence i, i=1, 2,..., N; the control center randomly generates an initialization model M, and copies N models, consisting of N models
    Figure PCTCN2020140916-appb-100001
    Subsequently, the control center will need to train the model
    Figure PCTCN2020140916-appb-100002
    Push to the learning unit of base station i;
    (2)基站i的学习单元根据接收到的需要训练的模型
    Figure PCTCN2020140916-appb-100003
    在已有历史数据集上对模型
    Figure PCTCN2020140916-appb-100004
    进行训练以更新参数;经过训练之后,得到新的本地模型M′ i
    (2) The model that the learning unit of base station i needs to train according to the received
    Figure PCTCN2020140916-appb-100003
    Align the model on the existing historical data set
    Figure PCTCN2020140916-appb-100004
    Perform training to update the parameters; after training, a new local model M′ i is obtained ;
    (3)基站i将新的本地模型M′ i发送到控制中心; (3) The base station i sends the new local model M′ i to the control center;
    (4)控制中心对从基站得到的模型{M′ 1,…,M′ N},根据加权策略进行模型融合,得到更新后的全局模型
    Figure PCTCN2020140916-appb-100005
    并将更新后的全局模型
    Figure PCTCN2020140916-appb-100006
    推送到基站i;
    (4) The control center performs model fusion on the model {M′ 1 ,..., M′ N } obtained from the base station according to the weighting strategy, and obtains the updated global model
    Figure PCTCN2020140916-appb-100005
    And the updated global model
    Figure PCTCN2020140916-appb-100006
    Push to base station i;
    (5)重复执行步骤(2)到(4),设定循环次数,当达到设定的循环次数后,循环结束,得到最终模型;(5) Repeat steps (2) to (4) and set the number of cycles. When the number of cycles is reached, the cycle ends and the final model is obtained;
    (6)基站根据步骤(5)得到的最终模型对未来时刻的无线业务流量进行预测。(6) The base station predicts the wireless service flow at a future time according to the final model obtained in step (5).
  2. 根据权利要求1所述的一种基于加权联邦学习的无线业务流量预测方法,其特征在于,所述步骤(4)中,根据加权策略进行模型融合的具体步骤为:根据式(1)进行全局模型的参数更新:The method for predicting wireless service traffic based on weighted federated learning according to claim 1, characterized in that, in the step (4), the specific steps of performing model fusion according to the weighting strategy are: performing global operation according to formula (1) The parameter update of the model:
    Figure PCTCN2020140916-appb-100007
    Figure PCTCN2020140916-appb-100007
    式(1)中,
    Figure PCTCN2020140916-appb-100008
    表示本轮训练中控制中心经过加权融合后的全局模型;f agg(·)表示采用的加权融合策略;α表示对基站i来说,本地模型M′ i所占的比重;β表示除了本地模型M′ i之外的其他模型M′ j之和所占的比重;α与β的关系满足α+β=1;
    In formula (1),
    Figure PCTCN2020140916-appb-100008
    Represents the global model of the control center after weighted fusion in this round of training; f agg (·) represents the weighted fusion strategy adopted; α represents the proportion of the local model M′ i for base station i; β represents the addition of the local model The proportion of the sum of M′ j other than M′ i ; the relationship between α and β satisfies α+β=1;
    进一步优选的,所述步骤(4)中,进行全局模型的参数更新时,α>β。Further preferably, in the step (4), when the parameters of the global model are updated, α>β.
  3. 根据权利要求1所述的一种基于加权联邦学习的无线业务流量预测方法,其特征在于,所述预测方法还包括:(7)以一定的时间周期重复步骤(2)-(6),对模型进行周期性的全局更新训练;The method for predicting wireless service traffic based on weighted federated learning according to claim 1, wherein the predicting method further comprises: (7) repeating steps (2)-(6) in a certain period of time, The model undergoes periodic global update training;
    优选的,所述时间周期为一天或者三天或者一周。Preferably, the time period is one day or three days or one week.
  4. 根据权利要求3所述的一种基于加权联邦学习的无线业务流量预测方法,其特征在于,每次参与更新训练的基站数量是动态变化的,如果当前参与训练的基站数量大于设定的阈值,则对模型进行全局更新训练;否则,跳过此次更新,下一个周期再做更新请求。The method for predicting wireless service traffic based on weighted federated learning according to claim 3, wherein the number of base stations participating in the update training is dynamically changing each time, and if the number of base stations currently participating in the training is greater than the set threshold, Then perform global update training on the model; otherwise, skip this update and make an update request in the next cycle.
  5. 根据权利要求1所述的一种基于加权联邦学习的无线业务流量预测方法,其特征在于,步骤(1)中,在控制中心将需要训练的模型
    Figure PCTCN2020140916-appb-100009
    推送到基站学习单元之前,需要确定初始化模型的具体形式、生成训练样本数据集和测试样本数据集及数据标准化,具体步骤包括:
    The method for predicting wireless service traffic based on weighted federated learning according to claim 1, characterized in that, in step (1), the model to be trained in the control center
    Figure PCTCN2020140916-appb-100009
    Before pushing to the base station learning unit, you need to determine the specific form of the initialization model, generate training sample data sets, test sample data sets, and data standardization. The specific steps include:
    1-A、选择初始化模型的具体形式,所述具体形式为线性模型或者非线性模型;1-A. Select the specific form of the initialization model, where the specific form is a linear model or a nonlinear model;
    1-B、将基站的历史数据集分成训练数据集和测试数据集,并在所述训练数据集和测试数据集上根据滑动窗口机制,选择滑动窗口大小p,分别生成训练样本数据集和测试样本数据集;1-B. Divide the historical data set of the base station into a training data set and a test data set, and select the sliding window size p on the training data set and the test data set according to the sliding window mechanism, and generate the training sample data set and the test data set respectively Sample data set;
    1-C、对于训练样本数据集,得到流量的最小值和标准差;对于测试样本数据集,根据所述流量的最小值和标准差对训练数据集和测试数据集中的数据进行标准化。1-C. For the training sample data set, obtain the minimum value and standard deviation of the flow; for the test sample data set, standardize the data in the training data set and the test data set according to the minimum and standard deviation of the flow.
  6. 根据权利要求5所述的一种基于加权联邦学习的无线业务流量预测方法,其特征在于,步骤(2)中,在已有历史数据集上对需要训练的模型
    Figure PCTCN2020140916-appb-100010
    进行训练以更新参数,具体步骤包括:
    The method for predicting wireless service traffic based on weighted federated learning according to claim 5, characterized in that, in step (2), the model that needs to be trained is performed on an existing historical data set.
    Figure PCTCN2020140916-appb-100010
    Training to update the parameters, the specific steps include:
    2-A、选定优化算法,所述算法为随机梯度下降法、小批量梯度下降法、适应性动量估计法中任一种;2-A. Select an optimization algorithm, the algorithm is any one of stochastic gradient descent method, small batch gradient descent method, and adaptive momentum estimation method;
    2-B、从训练数据集中,根据批处理大小选择相应的样本数量,并进行梯度计算;2-B. From the training data set, select the corresponding number of samples according to the batch size, and perform gradient calculation;
    2-C、模型
    Figure PCTCN2020140916-appb-100011
    的参数根据当前样本的梯度信息进行更新;
    2-C, model
    Figure PCTCN2020140916-appb-100011
    The parameters of are updated according to the gradient information of the current sample;
    2-D、重复执行所述步骤B和步骤C,直至满足训练结束条件;2-D. Repeat steps B and C until the training end conditions are met;
    进一步优选的,步骤2-A中,所述算法为适应性动量估计法;Further preferably, in step 2-A, the algorithm is an adaptive momentum estimation method;
    步骤2-D中,训练结束条件需要满足以下几个条件之一:所训练的模型的参数收敛;所训练模型的更新次数大于设定阈值;训练整个模型的时长大于设定的阈值。In step 2-D, the training end condition needs to meet one of the following conditions: the parameters of the trained model converge; the number of updates of the trained model is greater than the set threshold; the duration of training the entire model is greater than the set threshold.
  7. 根据权利要求1-6任一项所述的一种基于加权联邦学习的无线业务流量预测方法,其特征在于,在步骤(6)得到预测值后,所述预测方法还包括如下步骤:The method for predicting wireless service traffic based on weighted federated learning according to any one of claims 1-6, characterized in that, after the predictive value is obtained in step (6), the predicting method further comprises the following steps:
    a、步骤(6)得到的预测值做标准化的逆操作,得到预测值的真实尺度;a. The predicted value obtained in step (6) is subjected to a standardized inverse operation to obtain the true scale of the predicted value;
    b、根据评价指标对预测性能进行评估;所述评价指标包括均方误差MSE和平均绝对误差MAE:b. Evaluate the prediction performance according to the evaluation index; the evaluation index includes the mean square error MSE and the average absolute error MAE:
    c、评估完成后,基站将新到的数据存储到历史数据集中。c. After the evaluation is completed, the base station stores the newly arrived data in the historical data set.
PCT/CN2020/140916 2020-02-27 2020-12-29 Wireless service traffic prediction method based on weighted federated learning WO2021169577A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010122093.0 2020-02-27
CN202010122093.0A CN111369042B (en) 2020-02-27 2020-02-27 Wireless service flow prediction method based on weighted federal learning

Publications (1)

Publication Number Publication Date
WO2021169577A1 true WO2021169577A1 (en) 2021-09-02

Family

ID=71206476

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/140916 WO2021169577A1 (en) 2020-02-27 2020-12-29 Wireless service traffic prediction method based on weighted federated learning

Country Status (2)

Country Link
CN (1) CN111369042B (en)
WO (1) WO2021169577A1 (en)

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113869528A (en) * 2021-12-02 2021-12-31 中国科学院自动化研究所 De-entanglement individualized federated learning method for consensus characterization extraction and diversity propagation
CN113902021A (en) * 2021-10-13 2022-01-07 北京邮电大学 High-energy-efficiency clustering federal edge learning strategy generation method and device
CN113902473A (en) * 2021-09-29 2022-01-07 支付宝(杭州)信息技术有限公司 Training method and device of business prediction system
CN113904948A (en) * 2021-11-12 2022-01-07 福州大学 5G network bandwidth prediction system and method based on cross-layer multi-dimensional parameters
CN114168328A (en) * 2021-12-06 2022-03-11 北京邮电大学 Mobile edge node calculation task scheduling method and system based on federal learning
CN114186237A (en) * 2021-10-26 2022-03-15 北京理工大学 Truth-value discovery-based robust federated learning model aggregation method
CN114219160A (en) * 2021-12-20 2022-03-22 湖南大学 Federal learning-based production chain cooperative scheduling method
CN114219147A (en) * 2021-12-13 2022-03-22 南京富尔登科技发展有限公司 Power distribution station fault prediction method based on federal learning
CN114302421A (en) * 2021-11-29 2022-04-08 北京邮电大学 Method and device for generating communication network architecture, electronic equipment and medium
CN114363911A (en) * 2021-12-31 2022-04-15 哈尔滨工业大学(深圳) Wireless communication system for deploying layered federated learning and resource optimization method
CN114491623A (en) * 2021-12-30 2022-05-13 北京邮电大学 Asynchronous federal learning method and system based on block chain
CN114548426A (en) * 2022-02-17 2022-05-27 北京百度网讯科技有限公司 Asynchronous federal learning method, business service prediction method, device and system
CN114584581A (en) * 2022-01-29 2022-06-03 华东师范大学 Federal learning system and federal learning training method for smart city Internet of things and letter fusion
CN114598517A (en) * 2022-03-02 2022-06-07 中国人民解放军军事科学院战争研究院 Mobile equipment radio frequency distribution identification method based on federal learning
CN114611722A (en) * 2022-03-16 2022-06-10 中南民族大学 Safe horizontal federal learning method based on cluster analysis
CN114745253A (en) * 2022-05-06 2022-07-12 中电信数智科技有限公司 Traffic early warning method based on Transformer and federal learning
CN114758784A (en) * 2022-03-29 2022-07-15 南京理工大学 Method for distributing weight of participants in federal learning based on clustering algorithm
CN114818461A (en) * 2022-03-08 2022-07-29 河海大学 Runoff prediction method and system based on improved federal learning
CN114841366A (en) * 2022-04-19 2022-08-02 南京邮电大学 Learning model training method based on wireless federal learning
CN114862416A (en) * 2022-04-11 2022-08-05 北京航空航天大学 Cross-platform credit evaluation method under federated learning environment
CN114997422A (en) * 2022-05-06 2022-09-02 西北工业大学 Grouping type federal learning method of heterogeneous communication network
CN115037669A (en) * 2022-04-27 2022-09-09 东北大学 Cross-domain data transmission method based on federal learning
CN115034356A (en) * 2022-05-09 2022-09-09 上海大学 Model fusion method and system for horizontal federal learning
CN115099419A (en) * 2022-08-26 2022-09-23 香港中文大学(深圳) User cooperative transmission method for wireless federal learning
CN115115082A (en) * 2021-12-30 2022-09-27 南通大学 Long-distance highway traffic flow prediction method based on federal learning
CN115146843A (en) * 2022-06-27 2022-10-04 北京交通大学 Meta learning-based method for predicting short-term passenger flow of new subway station
CN115150335A (en) * 2022-06-30 2022-10-04 武汉烽火技术服务有限公司 Optimal flow segmentation method and system based on deep reinforcement learning
CN115238583A (en) * 2022-07-27 2022-10-25 山东理工大学 Business process remaining time prediction method and system supporting incremental logs
CN115460617A (en) * 2022-08-02 2022-12-09 北京邮电大学 Network load prediction method and device based on federal learning, electronic equipment and medium
CN115659184A (en) * 2022-12-14 2023-01-31 季华实验室 Distributed group performance intelligent optimization method and system and electronic equipment
CN115766475A (en) * 2022-10-31 2023-03-07 国网湖北省电力有限公司信息通信公司 Semi-asynchronous power federal learning network based on communication efficiency and communication method thereof
WO2023038432A1 (en) * 2021-09-07 2023-03-16 Samsung Electronics Co., Ltd. Method of load forecasting via knowledge distillation, and an apparatus for the same
CN115834516A (en) * 2022-11-28 2023-03-21 超聚变数字技术有限公司 Data processing method, equipment and server
WO2023051318A1 (en) * 2021-09-28 2023-04-06 中兴通讯股份有限公司 Model training method, wireless resource scheduling method and apparatus therefor, and electronic device
WO2023059105A1 (en) * 2021-10-06 2023-04-13 Samsung Electronics Co., Ltd. Method or apparatus for performing communication load balancing with multi-teacher reinforcement learning
WO2023063667A1 (en) * 2021-10-11 2023-04-20 Samsung Electronics Co., Ltd. Method and device of communication traffic prediction via continual learning with knowledge distillation
CN116306986A (en) * 2022-12-08 2023-06-23 哈尔滨工业大学(深圳) Federal learning method based on dynamic affinity aggregation and related equipment
CN116346863A (en) * 2023-05-29 2023-06-27 湘江实验室 Vehicle-mounted network data processing method, device, equipment and medium based on federal learning
CN116610958A (en) * 2023-06-20 2023-08-18 河海大学 Unmanned aerial vehicle group reservoir water quality detection oriented distributed model training method and system
CN116959696A (en) * 2023-09-20 2023-10-27 武汉光盾科技有限公司 Data processing method and device based on laser therapeutic instrument
CN117094031A (en) * 2023-10-16 2023-11-21 湘江实验室 Industrial digital twin data privacy protection method and related medium
CN117436576A (en) * 2023-10-11 2024-01-23 中国矿业大学 Multi-node multi-element load federal collaborative prediction method under different time scales
CN117688425A (en) * 2023-12-07 2024-03-12 重庆大学 Multi-task graph classification model construction method and system for Non-IID graph data

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111369042B (en) * 2020-02-27 2021-09-24 山东大学 Wireless service flow prediction method based on weighted federal learning
CN111831675A (en) * 2020-07-07 2020-10-27 平安科技(深圳)有限公司 Storage model training method and device, computer equipment and storage medium
CN111967667B (en) * 2020-08-17 2024-03-01 交控科技股份有限公司 Rail transit distributed operation and maintenance method and system
WO2022051964A1 (en) * 2020-09-10 2022-03-17 Qualcomm Incorporated Reporting for information aggregation in federated learning
CN112114231B (en) * 2020-09-18 2023-10-10 广西大学 CNN fault line selection method with continuous learning capability
US20240023082A1 (en) * 2020-11-11 2024-01-18 Beijing Xiaomi Mobile Software Co., Ltd. Data processing method and apparatus, communication device, and storage medium
CN113255924B (en) * 2020-11-25 2023-03-24 中兴通讯股份有限公司 Federal learning participant selection method, device, equipment and storage medium
CN112532451B (en) * 2020-11-30 2022-04-26 安徽工业大学 Layered federal learning method and device based on asynchronous communication, terminal equipment and storage medium
US20220188775A1 (en) * 2020-12-15 2022-06-16 International Business Machines Corporation Federated learning for multi-label classification model for oil pump management
CN112911608B (en) * 2021-01-14 2021-11-23 浙江大学 Large-scale access method for edge-oriented intelligent network
CN117121516A (en) * 2021-04-22 2023-11-24 Oppo广东移动通信有限公司 Federal learning method, device, terminal and medium applied to mobile communication system
CN113139341B (en) * 2021-04-23 2023-02-10 广东安恒电力科技有限公司 Electric quantity demand prediction method and system based on federal integrated learning
CN115769211A (en) * 2021-05-14 2023-03-07 北京小米移动软件有限公司 Model learning method, model learning device and storage medium
CN114066100B (en) * 2021-12-01 2024-06-25 深圳市新威尔电子有限公司 Online battery cycle life prediction system and method based on federal learning
CN115860153B (en) * 2023-03-01 2023-05-16 北京邮电大学 Wireless flow prediction method and system based on personalized packet federal learning

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103840988A (en) * 2014-03-17 2014-06-04 湖州师范学院 Network traffic measurement method based on RBF neural network
US20170315523A1 (en) * 2016-04-28 2017-11-02 Atigeo Corp. Using forecasting to control target systems
CN108734220A (en) * 2018-05-23 2018-11-02 山东师范大学 Adaptive Financial Time Series Forecasting method based on k lines cluster and intensified learning
CN110175711A (en) * 2019-05-17 2019-08-27 北京市天元网络技术股份有限公司 One kind being based on joint LSTM base station cell method for predicting and device
CN110442457A (en) * 2019-08-12 2019-11-12 北京大学深圳研究生院 Model training method, device and server based on federation's study
CN110490335A (en) * 2019-08-07 2019-11-22 深圳前海微众银行股份有限公司 A kind of method and device calculating participant's contribution rate
CN111369042A (en) * 2020-02-27 2020-07-03 山东大学 Wireless service flow prediction method based on weighted federal learning

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11475350B2 (en) * 2018-01-22 2022-10-18 Google Llc Training user-level differentially private machine-learned models
CN108848520B (en) * 2018-05-28 2020-04-10 西安交通大学 Base station dormancy method based on flow prediction and base station state
CN108900346B (en) * 2018-07-06 2021-04-06 西安电子科技大学 Wireless network flow prediction method based on LSTM network
CN109325638A (en) * 2018-11-09 2019-02-12 电子科技大学 A kind of SDN method for predicting based on RBF neural
CN109862585B (en) * 2019-01-31 2022-04-19 湖北工业大学 Dynamic heterogeneous network flow prediction method based on deep space-time neural network
CN109871702B (en) * 2019-02-18 2024-06-28 深圳前海微众银行股份有限公司 Federal model training method, system, apparatus, and computer-readable storage medium
CN109934177A (en) * 2019-03-15 2019-06-25 艾特城信息科技有限公司 Pedestrian recognition methods, system and computer readable storage medium again
CN110263921B (en) * 2019-06-28 2021-06-04 深圳前海微众银行股份有限公司 Method and device for training federated learning model
CN110490738A (en) * 2019-08-06 2019-11-22 深圳前海微众银行股份有限公司 A kind of federal learning method of mixing and framework
CN110610242B (en) * 2019-09-02 2023-11-14 深圳前海微众银行股份有限公司 Method and device for setting weights of participants in federal learning
CN110572253B (en) * 2019-09-16 2023-03-24 济南大学 Method and system for enhancing privacy of federated learning training data
CN110782042B (en) * 2019-10-29 2022-02-11 深圳前海微众银行股份有限公司 Method, device, equipment and medium for combining horizontal federation and vertical federation

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103840988A (en) * 2014-03-17 2014-06-04 湖州师范学院 Network traffic measurement method based on RBF neural network
US20170315523A1 (en) * 2016-04-28 2017-11-02 Atigeo Corp. Using forecasting to control target systems
CN108734220A (en) * 2018-05-23 2018-11-02 山东师范大学 Adaptive Financial Time Series Forecasting method based on k lines cluster and intensified learning
CN110175711A (en) * 2019-05-17 2019-08-27 北京市天元网络技术股份有限公司 One kind being based on joint LSTM base station cell method for predicting and device
CN110490335A (en) * 2019-08-07 2019-11-22 深圳前海微众银行股份有限公司 A kind of method and device calculating participant's contribution rate
CN110442457A (en) * 2019-08-12 2019-11-12 北京大学深圳研究生院 Model training method, device and server based on federation's study
CN111369042A (en) * 2020-02-27 2020-07-03 山东大学 Wireless service flow prediction method based on weighted federal learning

Cited By (63)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023038432A1 (en) * 2021-09-07 2023-03-16 Samsung Electronics Co., Ltd. Method of load forecasting via knowledge distillation, and an apparatus for the same
WO2023051318A1 (en) * 2021-09-28 2023-04-06 中兴通讯股份有限公司 Model training method, wireless resource scheduling method and apparatus therefor, and electronic device
CN113902473A (en) * 2021-09-29 2022-01-07 支付宝(杭州)信息技术有限公司 Training method and device of business prediction system
WO2023059105A1 (en) * 2021-10-06 2023-04-13 Samsung Electronics Co., Ltd. Method or apparatus for performing communication load balancing with multi-teacher reinforcement learning
US11750719B2 (en) 2021-10-06 2023-09-05 Samsung Electronics Co., Ltd. Method of performing communication load balancing with multi-teacher reinforcement learning, and an apparatus for the same
WO2023063667A1 (en) * 2021-10-11 2023-04-20 Samsung Electronics Co., Ltd. Method and device of communication traffic prediction via continual learning with knowledge distillation
CN113902021A (en) * 2021-10-13 2022-01-07 北京邮电大学 High-energy-efficiency clustering federal edge learning strategy generation method and device
CN114186237A (en) * 2021-10-26 2022-03-15 北京理工大学 Truth-value discovery-based robust federated learning model aggregation method
CN113904948A (en) * 2021-11-12 2022-01-07 福州大学 5G network bandwidth prediction system and method based on cross-layer multi-dimensional parameters
CN113904948B (en) * 2021-11-12 2023-11-03 福州大学 5G network bandwidth prediction system and method based on cross-layer multidimensional parameters
CN114302421A (en) * 2021-11-29 2022-04-08 北京邮电大学 Method and device for generating communication network architecture, electronic equipment and medium
CN113869528A (en) * 2021-12-02 2021-12-31 中国科学院自动化研究所 De-entanglement individualized federated learning method for consensus characterization extraction and diversity propagation
CN114168328A (en) * 2021-12-06 2022-03-11 北京邮电大学 Mobile edge node calculation task scheduling method and system based on federal learning
CN114219147B (en) * 2021-12-13 2024-06-07 南京富尔登科技发展有限公司 Power distribution station fault prediction method based on federal learning
CN114219147A (en) * 2021-12-13 2022-03-22 南京富尔登科技发展有限公司 Power distribution station fault prediction method based on federal learning
CN114219160A (en) * 2021-12-20 2022-03-22 湖南大学 Federal learning-based production chain cooperative scheduling method
CN114491623A (en) * 2021-12-30 2022-05-13 北京邮电大学 Asynchronous federal learning method and system based on block chain
CN114491623B (en) * 2021-12-30 2024-06-07 北京邮电大学 Asynchronous federation learning method and system based on blockchain
CN115115082A (en) * 2021-12-30 2022-09-27 南通大学 Long-distance highway traffic flow prediction method based on federal learning
CN114363911B (en) * 2021-12-31 2023-10-17 哈尔滨工业大学(深圳) Wireless communication system for deploying hierarchical federal learning and resource optimization method
CN114363911A (en) * 2021-12-31 2022-04-15 哈尔滨工业大学(深圳) Wireless communication system for deploying layered federated learning and resource optimization method
CN114584581A (en) * 2022-01-29 2022-06-03 华东师范大学 Federal learning system and federal learning training method for smart city Internet of things and letter fusion
CN114584581B (en) * 2022-01-29 2024-01-09 华东师范大学 Federal learning system and federal learning training method for intelligent city internet of things (IOT) letter fusion
CN114548426B (en) * 2022-02-17 2023-11-24 北京百度网讯科技有限公司 Asynchronous federal learning method, business service prediction method, device and system
CN114548426A (en) * 2022-02-17 2022-05-27 北京百度网讯科技有限公司 Asynchronous federal learning method, business service prediction method, device and system
CN114598517A (en) * 2022-03-02 2022-06-07 中国人民解放军军事科学院战争研究院 Mobile equipment radio frequency distribution identification method based on federal learning
CN114818461A (en) * 2022-03-08 2022-07-29 河海大学 Runoff prediction method and system based on improved federal learning
CN114611722B (en) * 2022-03-16 2024-05-24 中南民族大学 Safe transverse federal learning method based on cluster analysis
CN114611722A (en) * 2022-03-16 2022-06-10 中南民族大学 Safe horizontal federal learning method based on cluster analysis
CN114758784A (en) * 2022-03-29 2022-07-15 南京理工大学 Method for distributing weight of participants in federal learning based on clustering algorithm
CN114758784B (en) * 2022-03-29 2024-05-28 南京理工大学 Method for distributing participant weights in federal learning based on clustering algorithm
CN114862416A (en) * 2022-04-11 2022-08-05 北京航空航天大学 Cross-platform credit evaluation method under federated learning environment
CN114841366A (en) * 2022-04-19 2022-08-02 南京邮电大学 Learning model training method based on wireless federal learning
CN115037669A (en) * 2022-04-27 2022-09-09 东北大学 Cross-domain data transmission method based on federal learning
CN115037669B (en) * 2022-04-27 2023-05-02 东北大学 Cross-domain data transmission method based on federal learning
CN114997422B (en) * 2022-05-06 2024-03-08 西北工业大学 Grouping type federal learning method of heterogeneous communication network
CN114997422A (en) * 2022-05-06 2022-09-02 西北工业大学 Grouping type federal learning method of heterogeneous communication network
CN114745253A (en) * 2022-05-06 2022-07-12 中电信数智科技有限公司 Traffic early warning method based on Transformer and federal learning
CN115034356A (en) * 2022-05-09 2022-09-09 上海大学 Model fusion method and system for horizontal federal learning
CN115146843B (en) * 2022-06-27 2023-08-15 北京交通大学 Meta learning-based short-term passenger flow prediction method for new subway driving station
CN115146843A (en) * 2022-06-27 2022-10-04 北京交通大学 Meta learning-based method for predicting short-term passenger flow of new subway station
CN115150335A (en) * 2022-06-30 2022-10-04 武汉烽火技术服务有限公司 Optimal flow segmentation method and system based on deep reinforcement learning
CN115150335B (en) * 2022-06-30 2023-10-31 武汉烽火技术服务有限公司 Optimal flow segmentation method and system based on deep reinforcement learning
CN115238583B (en) * 2022-07-27 2024-02-13 山东理工大学 Business process remaining time prediction method and system supporting incremental log
CN115238583A (en) * 2022-07-27 2022-10-25 山东理工大学 Business process remaining time prediction method and system supporting incremental logs
CN115460617A (en) * 2022-08-02 2022-12-09 北京邮电大学 Network load prediction method and device based on federal learning, electronic equipment and medium
CN115099419A (en) * 2022-08-26 2022-09-23 香港中文大学(深圳) User cooperative transmission method for wireless federal learning
CN115099419B (en) * 2022-08-26 2022-11-18 香港中文大学(深圳) User cooperative transmission method for wireless federal learning
CN115766475A (en) * 2022-10-31 2023-03-07 国网湖北省电力有限公司信息通信公司 Semi-asynchronous power federal learning network based on communication efficiency and communication method thereof
CN115834516A (en) * 2022-11-28 2023-03-21 超聚变数字技术有限公司 Data processing method, equipment and server
CN116306986A (en) * 2022-12-08 2023-06-23 哈尔滨工业大学(深圳) Federal learning method based on dynamic affinity aggregation and related equipment
CN116306986B (en) * 2022-12-08 2024-01-12 哈尔滨工业大学(深圳) Federal learning method based on dynamic affinity aggregation and related equipment
CN115659184A (en) * 2022-12-14 2023-01-31 季华实验室 Distributed group performance intelligent optimization method and system and electronic equipment
CN115659184B (en) * 2022-12-14 2023-07-25 季华实验室 Distributed group performance intelligent optimization method and system and electronic equipment
CN116346863A (en) * 2023-05-29 2023-06-27 湘江实验室 Vehicle-mounted network data processing method, device, equipment and medium based on federal learning
CN116346863B (en) * 2023-05-29 2023-08-01 湘江实验室 Vehicle-mounted network data processing method, device, equipment and medium based on federal learning
CN116610958A (en) * 2023-06-20 2023-08-18 河海大学 Unmanned aerial vehicle group reservoir water quality detection oriented distributed model training method and system
CN116959696A (en) * 2023-09-20 2023-10-27 武汉光盾科技有限公司 Data processing method and device based on laser therapeutic instrument
CN116959696B (en) * 2023-09-20 2023-12-08 武汉光盾科技有限公司 Data processing method and device based on laser therapeutic instrument
CN117436576A (en) * 2023-10-11 2024-01-23 中国矿业大学 Multi-node multi-element load federal collaborative prediction method under different time scales
CN117094031B (en) * 2023-10-16 2024-02-06 湘江实验室 Industrial digital twin data privacy protection method and related medium
CN117094031A (en) * 2023-10-16 2023-11-21 湘江实验室 Industrial digital twin data privacy protection method and related medium
CN117688425A (en) * 2023-12-07 2024-03-12 重庆大学 Multi-task graph classification model construction method and system for Non-IID graph data

Also Published As

Publication number Publication date
CN111369042A (en) 2020-07-03
CN111369042B (en) 2021-09-24

Similar Documents

Publication Publication Date Title
WO2021169577A1 (en) Wireless service traffic prediction method based on weighted federated learning
Sheraz et al. Artificial intelligence for wireless caching: Schemes, performance, and challenges
CN111629380B (en) Dynamic resource allocation method for high concurrency multi-service industrial 5G network
CN112913274A (en) Process for optimization of ad hoc networks
CN111967605A (en) Machine learning in radio access networks
CN111491312B (en) Method and equipment for predicting allocation, acquisition and training of wireless resources and neural network
EP4024212B1 (en) Method for scheduling inference workloads on edge network resources
CN113139341A (en) Electric quantity demand prediction method and system based on federal integrated learning
Zheng et al. Learning based task offloading in digital twin empowered internet of vehicles
CN114885388B (en) Multi-service type self-adaptive switching judgment method combining RSS prediction
Li et al. DQN-enabled content caching and quantum ant colony-based computation offloading in MEC
CN113676357B (en) Decision method for edge data processing in power internet of things and application thereof
Sivakumar et al. Prediction of traffic load in wireless network using time series model
Kirmaz et al. Mobile network traffic forecasting using artificial neural networks
Islam et al. Software-defined network-based proactive routing strategy in smart power grids using graph neural network and reinforcement learning
Peng et al. Hmm-lstm for proactive traffic prediction in 6g wireless networks
WO2023011371A1 (en) Method and system for configuring a threshold value for a handover parameter of a wireless communication system
Min et al. A Novel 5G Digital Twin Approach for Traffic Prediction and Elastic Network Slice Management
Cai et al. Satellite Network Traffic Prediction Based on LSTM and GAN
Puspita et al. An Intelligent Admission Control Scheme for Dynamic Slice Handover Policy in 5G Network Slicing
Hoiles et al. Risk-averse caching policies for YouTube content in femtocell networks using density forecasting
CN104955059B (en) Cellular network base stations state time-varying model method for building up based on Bayesian network
Luo et al. Handover algorithm based on Bayesian-optimized LSTM and multi-attribute decision making for heterogeneous networks
Qi et al. Edge-edge Collaboration Based Micro-service Deployment in Edge Computing Networks
Zhu et al. Prediction of cellular network channel utilization based on graph convolutional networks

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: 20920983

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: 20920983

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20920983

Country of ref document: EP

Kind code of ref document: A1