WO2024152902A1 - 一种基于强化学习的数字孪生网络切片的方法和装置 - Google Patents
一种基于强化学习的数字孪生网络切片的方法和装置 Download PDFInfo
- Publication number
- WO2024152902A1 WO2024152902A1 PCT/CN2024/070341 CN2024070341W WO2024152902A1 WO 2024152902 A1 WO2024152902 A1 WO 2024152902A1 CN 2024070341 W CN2024070341 W CN 2024070341W WO 2024152902 A1 WO2024152902 A1 WO 2024152902A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- network
- pnf
- node
- reinforcement learning
- vnf
- 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
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0893—Assignment of logical groups to network elements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/36—Creation of semantic tools, e.g. ontology or thesauri
- G06F16/367—Ontology
-
- 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/16—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using machine learning or artificial intelligence
Definitions
- the present invention relates to the field of network communications, and in particular to a method and device for digital twin network slicing based on reinforcement learning.
- network slicing technology can flexibly allocate resources on a shared physical network and build multiple dedicated, isolated virtualized logical networks on demand, that is, multiple network slices, each of which is used to meet specific business needs.
- Network slicing is achieved through network virtualization technology and consists of a set of virtual network functions (Virtual Network Function, abbreviated as VNF) that meet business needs and links connecting every two virtual network functions.
- VNF Virtual Network Function
- Network slicing can be regarded as a resource allocation process for VNFs and links based on a shared network infrastructure. How to flexibly and efficiently allocate limited resources to meet the service requirements of each network slice is a hot research issue in network slicing.
- the present invention solves the problem of difficulty in policy adjustment during network slicing.
- the present invention provides a method for digital twin network slicing based on reinforcement learning, specifically: the reinforcement learning module obtains the current network information triple and the network slice requirement triple in the knowledge graph, and each network slice corresponds to a set of network slice requirement triples, wherein the current network information triple includes all PNF connection relationships in the network and the resource attributes of each PNF, and the network slice requirement triple includes all VNF connection relationships of the slice requirements, the resource requirements of each VNF and the slice priority; the reinforcement learning module generates at least one decision action for the network slice, each decision action includes searching for the PNF node according to the node selection probability model and the knowledge graph, and mapping the resources allocated to each PNF node to the VNF according to the resource allocation model into a resource allocation vector, the knowledge graph makes a decision according to the decision action to obtain a decision result, and the decision result is the deployment location of the network slice VNF and the network slice PNF; the knowledge graph is updated according to the decision result, and the updated network status is transmitted back to the reinforcement learning module.
- the reinforcement learning module generates at least one decision action for a network slice, specifically including: according to the slice requirements, based on the knowledge graph, finding the PNF with the highest probability in the node selection probability model as the first node; obtaining a resource evaluation vector based on the knowledge graph, inputting it into the resource allocation model to allocate resources to the first VNF node, and updating the knowledge graph; according to the position selected by the previous VNF node, performing knowledge reasoning based on the PNF connection relationship contained in the knowledge graph, finding the possible PNF position selection for the next VNF node, and searching in sequence until all nodes are deployed and allocated.
- the method of finding the PNF with the highest probability in the node selection probability model as the first node specifically includes: finding all possible PNF positions in the action space of the first VNF node and selecting them as the deployment action space of the first VNF node, and obtaining a node state matrix; inputting the node state matrix into the node selection probability model, calculating the probability of each node being selected, and selecting the PNF with the highest probability as the first node; obtaining a resource evaluation vector of the first node based on the knowledge graph, inputting the evaluation vector into the resource allocation model, and allocating resources to the first VNF node.
- the method of finding the possible PNF position selection of the next VNF node specifically includes: performing knowledge reasoning based on the PNF connection relationship contained in the knowledge graph according to the position selected by the previous VNF node, finding all possible PNF position selections of the next VNF node as the deployment action space of the next VNF node; obtaining the node state matrix based on the knowledge graph, and performing the deployment and resource allocation of the next node backward in sequence until all nodes are deployed and allocated, and completing the selection of the entire slice deployment strategy with the allocation results of all nodes.
- the knowledge graph is updated according to the decision results, specifically including: the knowledge graph is updated according to the resource allocation strategy of reinforcement learning, and the feedback value is calculated according to the feedback function; and the parameters of the node selection probability model are updated using the gradient descent method in combination with the feedback value.
- the node selection probability model specifically includes: mapping the distance between PNFs, the resource requirements of slices for VNF nodes, and the resource status on the PNF into the probabilities of possible selections, so as to facilitate the selection of the reinforcement learning module to obtain the PNF node with the highest probability for deployment.
- the resource allocation model specifically includes: mapping the resource evaluation vector into a resource allocation vector through a function, so as to represent the computing, storage, and network resources allocated by the PNF node to the VNF.
- the reinforcement learning module confirms that the network status is normal and also includes: when a network slice request is being deployed at a certain node, and a PNF with resources that meet the demand cannot be found because the previous network slice occupies too many resources, the resources of each VNF in the first few network slices are proportionally reduced according to the priority ranking of the network slices, without being lower than the minimum demand, and the size of the reduced resources is inversely proportional to the priority of the network slice.
- the reinforcement learning module confirms that the network status is normal, and also includes: when the network status changes and the network status at the current moment in the knowledge graph module cannot meet the slicing requirements at the original moment, the reinforcement learning module returns to the unsatisfied slicing step to redeploy the decision.
- the present invention provides a device for digital twin network slicing based on reinforcement learning, specifically: including at least one processor and a memory, at least one processor and the memory are connected through a data bus, the memory stores instructions that can be executed by at least one processor, and after the instructions are executed by the processor, they are used to complete the method for digital twin network slicing based on reinforcement learning in the first aspect.
- the beneficial effects of the embodiments of the present invention are: using a reinforcement learning module to generate a network slice deployment strategy, quickly completing the decision of the time slice deployment plan in a dynamic network environment, obtaining the optimal slice deployment plan in the current network scenario, and better ensuring the efficient use of network resources.
- FIG1 is a schematic diagram of a network structure model for executing network slicing
- FIG2 is a flow chart of a method for digital twin network slicing based on reinforcement learning provided by an embodiment of the present invention
- FIG3 is a flow chart of another method for digital twin network slicing based on reinforcement learning provided by an embodiment of the present invention.
- FIG4 is a flow chart of another method for digital twin network slicing based on reinforcement learning provided by an embodiment of the present invention.
- FIG5 is a schematic diagram of a reinforcement learning module architecture provided by an embodiment of the present invention.
- Figure 6 is a schematic diagram of the device structure of a digital twin network slicing based on reinforcement learning provided in an embodiment of the present invention.
- the present invention is an architecture of a specific functional system, so the specific embodiments mainly illustrate the functional logical relationship between the various structural modules, and do not limit the specific software and hardware implementation methods.
- Embodiment 1 is a diagrammatic representation of Embodiment 1:
- Reinforcement Learning is an artificial intelligence technology. The main idea is to obtain feedback based on continuous interaction with the environment and continuously optimize decisions. This patent combines knowledge graphs and reinforcement learning to implement network slice deployment decisions, which can better ensure the efficient use of network resources.
- the method described in this patent implements network slicing through a network slice deployment strategy generation method based on reinforcement learning.
- the generated network slice deployment strategy can better ensure the operating status of each network slice and the entire network.
- the method for digital twin network slicing based on reinforcement learning has the following specific steps:
- Step 101 The reinforcement learning module obtains the current network information triples and network slice requirement triples in the knowledge graph, and each network slice corresponds to a set of network slice requirement triples.
- the input of the reinforcement learning module comes from the knowledge graph, which consists of "entity-relationship-entity" triples and entities and their related attribute-value pairs.
- the triples can be expressed as (Thing1, Relation, Thing2), where Thing1 represents the first entity, Thing2 represents the second entity, and Relation represents the relationship between Thing1 and Thing2.
- the method of this embodiment is used to calculate the deployment strategy of network slices based on the current network status, so network information triples and network slice demand triples are required.
- the current network information triple includes all PNF connection relationships in the network, and the resource attributes of each PNF.
- the resource attributes include the determined hardware resource attributes or available resource attributes of each PNF, such as computing, storage, and network.
- Thing1 represents PNF
- Relation represents the triple.
- Resource type Thing2 represents the value of this type of resource required by Thing1.
- a PNF represented as PNF1
- PNF1 requires computing, storage, and network resources of 100, 200, and 300, respectively.
- the PNF can be represented as: (PNF1, connection, PNF2), (PNF1, computing, 100), (PNF1, storage, 200), (PNF1, network, 300).
- the network slice requirement triple includes all VNF connection relationships required by the slice, the resource requirements of each VNF, and the slice priority. Each network slice corresponds to a set of network slice requirement triples.
- Thing1 represents a network slice or VNF
- Relation represents the resource type of the triple
- Thing2 represents the value of this type of resource required by Thing1.
- the type of Relation is "required VNF" or priority, etc.
- Thing2 is the VNF or priority value required by Thing1.
- VNF1 is required in network slice 1
- the triplet is (slice 1, required, VNF1).
- Thing1 is a VNF, similar to the network information triplet
- Relation is the type of resources such as computing, storage, and network allocated to the VNF
- Thing2 is the value of the resource type.
- the computing resource allocation value of VNF1 is 100
- the computing resource triplet of VNF1 is (VNF1, computing, 100).
- the reinforcement learning module will receive demands from multiple network slices at the same time.
- Step 102 The reinforcement learning module generates at least one decision action for a network slice.
- Each decision action includes searching for a PNF node based on a node selection probability model and a knowledge graph, and mapping the resources allocated to each PNF node by the VNF according to a resource allocation model into a resource allocation vector.
- the knowledge graph makes a decision based on the decision action to obtain a decision result, which is the deployment location of the network slice VNF and the network slice PNF.
- the output of the reinforcement learning module is the deployment strategy of the network slice, that is, on which PNF each VNF in a network slice is deployed and how many resources are allocated to each VNF.
- the output of the reinforcement learning module will be passed to the knowledge graph, and the knowledge graph will be updated.
- Step 103 The knowledge graph is updated according to the decision result, and the updated network status is transmitted back to the reinforcement learning module. After the reinforcement learning module confirms that the network status is normal, it issues the deployment strategy of the network slice.
- step 102 through the decision of the reinforcement learning module, the VNF required by the network slice will change, and the computing, storage, network and other resources required by each VNF will also change. Therefore, it is necessary to update the triples in the knowledge graph accordingly based on the data after the decision. For example, originally only VNF1 was needed in network slice 1, expressed as (slice 1, required, VNF1). After the decision, it changes to requiring VNF1 and VNF2, and the triples are updated to (slice 1, required, VNF1), (slice 1, required, VNF2). For another example, the computing resource allocation value of VNF1 changes from 100 to 150, and the corresponding triples also need to be updated from (VNF1, computing, 100) to (VNF1, computing, 150).
- a network slice requirement is converted into allocation requirements of multiple VNFs.
- the allocation process of each VNF first confirms which PNF it is allocated to, and then allocates the corresponding resources according to the requirements.
- Each time a VNF is allocated a change in the triplet occurs, and the next VNF needs to be checked according to the new triplet. Therefore, each time a VNF is allocated, there is an interaction with the environmental knowledge graph.
- the knowledge graph transmits the updated network status back to the reinforcement learning module.
- the reinforcement learning module evaluates the adjusted network status and, after confirming that the network status is normal after using the slicing strategy, transmits the deployment decision information to the control module for distribution.
- the reinforcement learning module can be used to complete the optimal selection of network slicing deployment decisions based on the current network status, and the decision results can be confirmed to ensure that the network status is normal after the new slicing strategy is executed.
- the network slice deployment decision based on reinforcement learning mainly consists of the following parts: environment, action, state, reward and decision model.
- the environment of reinforcement learning is the network knowledge graph.
- State refers to the current state of the network.
- Action is a decision made by reinforcement learning in the current state, that is, the node selection plan and resource allocation plan of a network slice.
- Reward refers to the feedback given by the environment after reinforcement learning makes an action, which reflects the quality of the slice deployment decision.
- the decision model in this patent includes a node selection probability model and a resource allocation model, and reinforcement learning generates a slice deployment decision action based on the decision model.
- the following steps can be used to complete the deployment strategy of the reinforcement learning module to generate network slices.
- Step 201 According to the slicing requirements and based on the knowledge graph, find the PNF with the highest probability in the node selection probability model as the first node.
- the node state matrix is obtained.
- the node state matrix is input into the node selection probability model, the probability of each node being selected is calculated, and the PNF with the highest probability is selected as the first node.
- the resource evaluation vector of the first node is obtained based on the knowledge graph, and the evaluation vector is input into the resource allocation model to allocate resources to the first VNF node.
- Step 202 Obtain a resource evaluation vector based on the knowledge graph, input it into the resource allocation model to allocate resources to the first VNF node, and update the knowledge graph.
- the knowledge graph is updated according to the resource allocation strategy of reinforcement learning, and the feedback value is calculated according to the feedback function.
- This formula represents the current node selection probability model after the selection probability of each node in the node selection probability model is gradient decreased according to the feedback value.
- Step 203 Based on the location selected by the previous VNF node, knowledge reasoning is performed based on the PNF connection relationship contained in the knowledge graph to find the possible PNF location selection for the next VNF node, and the search is carried out in sequence until all nodes are deployed and allocated.
- a deployment decision for the next network slice is made.
- step 102 After steps 201 to 203 provided in this embodiment, the decision of network slicing in step 102 can be completed, and the deployment strategies of all VNFs and PNFs can be obtained. Combined with the above steps, the complete process of network slicing and adjustment is shown in Figure 4.
- the deployment decisions need to be passed to the knowledge graph module to update the knowledge graph module.
- the knowledge graph then passes the updated network status back to the reinforcement learning module.
- the decision accuracy is improved through the process of circular feedback, and the corresponding relationship in the knowledge graph can be consistent with the current environment when the network environment changes dynamically.
- the reinforcement learning model can be constructed and deployed and fed back in the following ways.
- the reinforcement learning module shown in FIG5 can be used.
- the network operation status of the network slice specifically includes the location, resources and relationship information of the network slice PNF and the network slice VNF.
- a network slice S s Represents a VNF node, Represents the virtual link between VNF nodes, for example Indicates the slice and For a virtual link between
- the computing, storage, and network resources are represented as VNF nodes in a slice
- the computing, storage, and network resources are represented as
- a PNF (A VNF ) can be expressed using the following formula.
- the availability of the entire slice is equal to the minimum availability of the PNFs and VNFs that make up the slice, which is used to evaluate the network operation status.
- the computing, storage, and network resources should meet the following conditions:
- the network operation state is defined according to the PNF, VNF availability and resource conditions, as follows: when slicing the network, select the VNF and the deployed PNF, and sort the PNFs according to the spatial position relationship.
- the total number of PNFs is k, and the set of all PNFs is represented as PNF (PNF 1 , PNF 2 , ..., PNF k ); the total number of VNFs is r, and the set of all VNFs is represented as VNF (VNF 1 , VNF 2 , ..., VNF r ).
- the initial state of a PNF/VNF consists of four parts: the first part indicates the previous PNF/VNF serial number, The first PNF/VNF has a first bit of 0.
- the second part indicates the PNF number where the PNF/VNF is located.
- the second part of the first PNF/VNF is 1.
- the number of bits in the first two parts will vary according to the number of PNFs/VNFs. For example, if there are 4 PNFs in total, 2 bits are used. If there are 10 PNFs, the number of bits needs to be 4.
- the third part indicates the computing, storage, and network resources in the PNF/VNF. For PNF, 1 indicates that the computing/storage/network resources are available, and 0 indicates that they are used up.
- VNF For VNF, 1 indicates that the computing/storage/network resources are available on the current PNF, and 0 indicates that they are used up.
- the fourth part indicates the operating status of the PNF/VNF, which is determined by the availability defined above. When the calculated availability is higher than the set availability threshold, it is 1 for normal operation and 0 for abnormal operation. For example, when there are 2 PNFs and 3 VNFs, VNF1 and VNF2 are deployed on PNF1, and VNF3 is deployed on PNF2. They are all running normally and have sufficient resources. For each status value, the maximum value of the first two parts is 3 (3 VNFs), which occupies 2 bits respectively, the third part occupies 3 bits, and the fourth part occupies 1 bit.
- the initial status of PNF is 00011111, 01101111 respectively.
- the initial status of VNF is 00011111, 01011111, 10101111 respectively.
- the initial status of PNF is 00011111, starting from the first bit: the first part 00 represents the serial number of the previous PNF; the second part 01 represents the serial number of the PNF; each bit in the third part 111 corresponds to the computing, storage, and network resources of VNF respectively, and the bit is 1, which means that the corresponding resources are available; the fourth part 1 indicates that the operation status of VNF is normal.
- the action space of network slice deployment is the set of node deployment strategies that a node in the slice can choose.
- There are k optional actions for deploying a node, and the action space can be expressed as As (A 1 , A 2 ,..., Ak ).
- the action space is constrained by network resource limitations.
- the node selection probability model is used to select a node deployment action.
- the node selection probability model maps the distance between PNFs, the resource requirements of slices for VNF nodes, and the resource status on PNFs into the probabilities of possible selections, so that the reinforcement learning module can select the PNF node with the highest probability for deployment.
- the input of the node selection probability model is a node state matrix X.
- Each row of the matrix is the node state vector of each PNF node in, Indicates the selectability of PNF node i, which is determined by whether the previous hops have been selected and whether they are reachable. It is 1 if it is selectable and 0 if it is not selectable. Indicates the physical distance of the shortest available link from PNF node i to the previous PNF node. If it is the first node, then are all 1. If there is no link reachable from PNF node i to the previous PNF node, then All are -1. They represent the satisfaction degree of computing, storage and network resources on PNF node i respectively.
- This patent uses a neural network to parameterize the node selection probability model, where W is the neuron weight parameter and b is the model bias parameter, both of which are obtained by prior model training.
- the input of the resource allocation model is a resource evaluation vector in Indicates the minimum requirements for VNF computing, storage, and network resources. Indicates the available amount of computing, storage, and network resources on the PNF node. Indicates the priority of the network slice.
- the resource model maps the resource evaluation vector into a resource allocation vector through a function.
- the resource allocation vector can be expressed as: in, They represent the computing, storage, and network resources allocated by the PNF node to the VNF, respectively. In a specific implementation, appropriate parameters can be selected as parameters of the resource allocation vector according to actual needs.
- the feedback function is used to judge the quality of an action and deployment strategy and give rewards.
- the reinforcement learning model will update the strategy model based on the reward obtained from the last action selection. Selecting the slice deployment strategy with the highest reward is the goal of reinforcement learning.
- the feedback function consists of three parts, including deployment accuracy, slice demand satisfaction, and link efficiency. Deployment accuracy indicates whether the selected VNF, PNF, and link can work properly. For example, when the resource usage of the selected node of the VNF exceeds the resource limit of the PNF, the deployment accuracy is 0. When the selected VNF and PNF are not running properly, the deployment accuracy is 0.
- Slice demand satisfaction refers to the degree of satisfaction of resources allocated to the slice. Consider two situations. One is when the computing, storage, and network resources allocated to the slice are insufficient to meet the business requirements. The other is when the resources allocated to the slice can meet the requirements, but too many resources may be allocated, resulting in low efficiency of network resource utilization. Therefore, the slice demand satisfaction can be expressed by the following formula.
- ⁇ represents the feedback parameter when the demand is not met
- x represents the number of unsatisfied resources of a node
- ⁇ represents the feedback parameter when the resources are over-allocated
- ud represents the resource utilization of a node VNF
- ad represents the resources allocated to this node.
- Link efficiency reflects the distance between the PNFs where two adjacent VNFs are deployed.
- the PNF nodes where two adjacent VNFs are located should be as close as possible. If the distance is too far, the latency will increase. Link efficiency can be expressed by the following formula.
- ⁇ and ⁇ are the proportional coefficients of slice demand satisfaction and link efficiency respectively.
- r is the feedback value, which is calculated by weighted sum of demand satisfaction, r SATISFACATION and link efficiency, r EFFICIENCY , and then multiplied by deployment accuracy r ACCURACY . It can be seen from the formula that the higher the slice demand satisfaction and link efficiency, the higher the feedback value of the slice deployment strategy.
- the parameters in the feedback function can be fitted using a neural network.
- the resources of each VNF in the first few network slices are proportionally reduced according to the priority ranking of the network slices, provided that the minimum requirement is not lower than that.
- the reduced resource size is inversely proportional to the priority of the network slice.
- the reduced resource size v can be specifically calculated according to the following formula.
- i is the slice priority order
- z is the resource size previously allocated
- h is the minimum slice requirement
- the parameter ⁇ can take values in (0,1].
- ⁇ is the greater the degree of resource reduction.
- ⁇ can be 0.5 to 1.
- the deployment strategy is passed to the knowledge graph module for detection to determine whether the current network state can meet the generated network slicing decision. If not, the reinforcement learning module returns to the unsatisfied slicing step and makes a new deployment decision; if satisfied, the network state is updated and the next deployment decision is made based on the updated network state.
- the reinforcement learning-based digital twin network slicing method provided in this embodiment introduces network operation status, resource utilization, and link efficiency when performing node selection and resource allocation, and can generate a reasonable deployment strategy for network slices while ensuring the network operation status.
- the deployment strategy of network slices is dynamically adjusted according to the priority of network slices and the status of network resources, so as to ensure that each network slice and the entire network can operate stably.
- Embodiment 2 is a diagrammatic representation of Embodiment 1:
- the reinforcement learning-based digital twin network slicing method provided in Example 1 can be implemented through the specific implementation methods in this embodiment, so that the user's task requirements are converted into network slicing requirements through the knowledge graph module.
- PNFs there are 6 PNFs in the network, and their computing, storage, and network resources are PNF 1 (100, 200, 95), PNF 2 (100, 60, 70), PNF 3 (200, 100, 80), PNF 4 (100, 200, 95), PNF 5 (200, 200, 200), and PNF 6 (100, 100, 100).
- PNF 1 is connected to PNF 3 and PNF 6
- PNF 2 is connected to PNF 4 and PNF 5 , and they are physically reachable.
- Network slice 1 requires three The minimum computing, storage, and network requirements for each VNF are The slice priority is 1.
- Network slice 2 requires 4 VNFs, and the computing, storage, and network requirements of each VNF are The slice priority is 2.
- the superscript of the VNF indicates the network slice in which it is located, and the subscript is the sequence number of the VNF itself in each network slice.
- the knowledge graph module builds the current network knowledge graph based on the previous network status and available resources, and uses The user's slice requirements and network knowledge graph information are passed to the reinforcement learning module in the form of triplets.
- the network information triplets are: (PNF 1 , connection, PNF 3 ), (PNF 1 , computing, 100), (PNF 1 , storage, 100), (PNF 1 , network, 90), (PNF 2 , computing, 100), (PNF 2 , storage, 60), (PNF 2 , network, 70), (PNF 3 , computing, 200), (PNF 3 , storage, 100), (PNF 3 , network, 80), (PNF 4 , computing, 100), (PNF 4 , storage, 200), (PNF 4 , network, 95), and the remaining triplets can be established according to the same rules.
- a set of slice requirement triplets for network slice 1 is: (slice 1, priority is,1), (slice 1, needs, ),(slice 1,need, ),(slice 1,need, ),( Calculate, 10), ( Storage, 10),), ( Network, 10), ( Calculate, 10), ( Storage, 20), ( Network, 10), ( Calculate, 20), ( Storage, 10), ( Network, 20).
- a set of slice requirement triplets for network slice 2 are (slice 2, priority is,2), (slice 2, needs, ),(Slice 2,need, ),(Slice 2,need, ),(Slice 2,need, ),( Calculate, 20), ( Storage, 20),), ( Network, 20), ( Calculate, 20), ( Storage, 20), ( Network, 10), ( Calculate, 10), ( Storage, 10), ( Network, 20), ( Calculation, 30), ( Storage, 10), ( Network, 10).
- the knowledge graph transmits the above network information triples and network slice requirement triples, as well as network information and network slice requests, to the reinforcement learning module.
- the reinforcement learning module first makes slice deployment decisions for network slice 1 and network slice 2 respectively.
- the node deployment constructs the node state matrix X.
- Each row of the matrix is the node state vector of each PNF node in, Indicates the selectability of PNF node i, which is determined by whether the previous hops have been selected and whether they are reachable. It is 1 if it is selectable and 0 if it is not selectable. Indicates the physical distance of the shortest available link from PNF node i to the previous PNF node. If it is the first node, then Both are 1.
- PNF 1 100, 90
- PNF 2 100, 60, 70
- X 2 [1, 1, 90, 60, 50].
- the model first performs a weighted calculation on the node state matrix to obtain the evaluation score of each PNF node, and then Then, the probability of each PNF node being selected is calculated based on the evaluation score of each PNF.
- the selection probability of each PNF is calculated to be [0.9, 0.7, ...], among which the probability of PNF 1 is the largest, 0.9, so it is selected.
- the resource allocation model maps the resource evaluation vector to the resource allocation vector through a function. The mapping function is obtained in advance through neural network fitting.
- the calculated output is (85,85,80), which is The computing, storage, and network resources are allocated to 85, 85, and 80 respectively.
- the amount of resources allocated depends on the resource allocation model. If the model is well trained, the allocation result will be more reasonable and no excessive adjustments will be required in the future. If the model is not well trained, the most reasonable sharding cannot be obtained and further adjustments will be required in the future.
- the environmental knowledge graph After completing the deployment of a node, the environmental knowledge graph will be updated, such as the available resources of PNF 1 are reduced to (15, 15, 10).
- the deployment accuracy, slice demand satisfaction and link efficiency of the current slice are calculated according to the calculation formula mentioned above, and then the reward of this network slice resource allocation action is calculated comprehensively according to the feedback function formula.
- the deployment accuracy is calculated to be 1.
- This node is the first node, so the link efficiency is calculated to be 1.
- the parameters of the node selection probability model are updated once using the gradient descent method in combination with the feedback value. Since this network slice resource allocation action successfully allocated resources to a network slice and obtained a reward, it shows that the mapping direction of the resource allocation model is correct this time. Therefore, the result of the parameter update is to encourage the model to continue to optimize in this mapping direction.
- the node state matrix X is constructed based on the node deployment. Assume that there are PNF 3 (200,100,80), PNF 4 : (100,200,95), the physical distance from PNF 3 to PNF 1 is 3, and PNF 4 is unreachable to PNF 1.
- the node state matrix is constructed, it is input into the node selection probability model to calculate the selection probability of each PNF as [...0.8,0.6,...], where the maximum probability of PNF 3 is 0.8, so PNF 3 is selected. Deployed on PNF 3.
- construct the resource evaluation vector x r (10, 20, 10, 200, 100, 80) and input it into the resource allocation model to calculate the output (150, 80, 50), then The computing, storage, and network resources are allocated as 150, 80, and 50 respectively.
- the environmental knowledge graph is updated, such as the available resources of PNF 3 are reduced to (50, 20, 30). Then the reward is calculated based on the feedback function to update the parameters of the node selection probability model. The calculation is as follows:
- w is the model parameter
- ⁇ is the update coefficient
- r is the feedback function value
- the resource allocation model allocates computing, storage, and network resources to it as 60, 50, and 60, respectively, completing the deployment decision for the first network slice request.
- the reinforcement learning module After completing the slice deployment decision for network slice 1, the reinforcement learning module begins to make the deployment decision for the second network slice.
- the resource allocation adjustment formula (9) to calculate the required reduction of resources (42,42,40) according to the priority of the first network slice.
- the resource allocation of PNF 1 is reduced from (85,85,80) to (43,43,40). Now the available resources on PNF 1 change from (15,15,10) to (57,57,50), which can satisfy So we continue to follow the previous steps to make deployment decisions for the second network slice.
- the deployment decisions for the two slices are: S1: (PNF 1 , PNF 3 , PNF 5 ), S2: (PNF 1 ,PNF 4 ,PNF 7 ,PNF 9 ),
- the deployment decision is passed to the knowledge graph module, and the knowledge graph module is updated.
- the knowledge graph transmits the updated network information back to the reinforcement learning module, obtains the mean time to failure and the mean time to repair of each PNF from the network information, and calculates the availability of each PNF according to formula (1). Assuming that the calculated availability of PNF 1 is 0.99, the availability of PNF 2 is 0.98, the availability of PNF 3 is 0.96, the availability of PNF 4 is 0.97, and the availability of PNF 6 is 0.98, and the set availability threshold is 0.95, so all PNFs are available. Then, based on the availability of PNF and the resource conditions of PNF and VNF, the network operation status of the slice can be obtained.
- the PNF status of slice S1 is 0000001111, 0000101111, 0101001111
- the VNF initial status of slice S1 is 000001111, 010101111, 101001111
- the PNF status of slice S2 is 0000011111, 0010111111, 0111011111
- the VNF initial status of slice S2 is 000011111, 010111111, 101011111, 111011111. Therefore, the network status is evaluated as normal, and then the deployment decision information is transmitted to the control module for issuance to complete the user's network slicing request.
- Example 1 It can be seen from the above specific examples that the method for digital twin network slicing based on reinforcement learning provided in Example 1 can quickly and effectively complete the digital twin network slicing, better ensure the network resources. Efficient use of resources and ensuring that the network status remains normal when the network changes dynamically.
- Embodiment 3 is a diagrammatic representation of Embodiment 3
- the present invention also provides a device for digital twin network slicing based on reinforcement learning that can be used to implement the above-mentioned method, as shown in the figure, which is a schematic diagram of the device architecture of an embodiment of the present invention.
- the device for digital twin network slicing based on reinforcement learning of this embodiment includes one or more processors 11 and a memory 12. Among them, one processor 11 is taken as an example in FIG6.
- the processor 11 and the memory 12 may be connected via a bus or other means, and FIG6 takes the connection via a bus as an example.
- the memory 12 is a non-volatile computer-readable storage medium for a method of digital twin network slicing based on reinforcement learning, and can be used to store non-volatile software programs, non-volatile computer executable programs and modules, such as the method of digital twin network slicing based on reinforcement learning in Examples 1 and 2.
- the processor 11 executes various functional applications and data processing of the device of digital twin network slicing based on reinforcement learning by running the non-volatile software programs, instructions and modules stored in the memory 12, that is, implementing the method of digital twin network slicing based on reinforcement learning in Examples 1 and 2.
- the memory 12 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one disk storage device, a flash memory device, or other non-volatile solid-state storage device.
- the memory 12 may optionally include a memory remotely arranged relative to the processor 11, and these remote memories may be connected to the processor 11 via a network. Examples of the above-mentioned network include, but are not limited to, the Internet, an intranet, a local area network, a mobile communication network, and combinations thereof.
- the program instructions/modules are stored in the memory 12, and when executed by one or more processors 11, the reinforcement learning-based digital twin network slicing method in the above-mentioned embodiments 1 to 2 is executed, for example, the various steps shown in Figures 2 and 3 described above are executed.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Software Systems (AREA)
- Animal Behavior & Ethology (AREA)
- Medical Informatics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
r=rACCURACY(ηrSATISFACATION+ξrEFFICIENCY) (8)
Claims (22)
- 一种基于强化学习的数字孪生网络切片的方法,其特征在于,具体包括:强化学习模块获取知识图谱中当前网络信息三元组和网络切片需求三元组,每个网络切片对应一组网络切片需求三元组,其中,当前网络信息三元组包括网络中所有PNF连接关系和每个PNF的资源属性,网络切片需求三元组包括切片需求的所有VNF连接关系、每个VNF的资源需求和切片优先级;强化学习模块生成至少一个网络切片的决策动作,每个决策动作包含根据节点选择概率模型和知识图谱查找PNF节点以及根据资源分配模型对每个PNF节点分配给VNF的资源映射为资源分配向量,知识图谱根据决策动作进行决策以获得决策结果,决策结果为网络切片VNF与网络切片PNF的部署位置;知识图谱根据决策结果进行更新,并将更新后的网络状态传回给强化学习模块,强化学习模块确认网络状态正常后,下发网络切片的部署策略。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块生成至少一个网络切片的决策动作,具体包括:根据切片需求,基于知识图谱,找到节点选择概率模型中概率最大的PNF作为第一个节点;基于知识图谱得到资源评估向量,输入到资源分配模型中为第一VNF节点分配资源,并更新知识图谱;根据上一个VNF节点选取的位置,基于知识图谱里包含的PNF连接关系进行知识推理,找到可能的下一个VNF节点的PNF位置选择,依次查找直至所有节点都部署分配完毕。
- 根据权利要求2所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述找到节点选择概率模型中概率最大的PNF作为第一个节点,具体包括:找到第一个VNF节点的动作空间中所有可能的PNF位置选择作为第一VNF节点的部署动作空间,并得到节点状态矩阵;将节点状态矩阵输入到节点选择概率模型中,计算每个节点被选择的概率,选择其中概率最大的PNF作为第一个节点;基于知识图谱得到第一个节点的资源评估向量,将评估向量输入到资源分配模型中,为第一VNF节点分配资源。
- 根据权利要求2所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述找到可能的下一个VNF节点的PNF位置选择,具体包括:根据上一个VNF节点选取的位置,基于知识图谱里包含的PNF连接关系进行知识推理,找到所有可能的下一个VNF节点的PNF位置选择,作为下一个VNF节点的部署动作空间;基于知识图谱得到节点状态矩阵,依次向后进行下一个节点的部署和资源分配,直至所有节点都部署分配完毕,以所有节点的分配结果完成一整个切片部署策略的选择。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述知识图谱根据决策结果进行更新,具体包括:知识图谱根据强化学习的资源分配策略进行更新,并根据反馈函数计算反馈值;结合反馈值利用梯度下降法更新节点选择概率模型的参数。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述节点选择概率模型具体包括:将PNF之间的距离、切片对于VNF节点的资源需求和PNF上的资源状态映射成可能选择的概率,以便于选择强化学习模块获取概率最大的PNF节点进行部署。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述资源分配模型具体包括:通过函数将资源评估向量映射成资源分配向量,以便于表示PNF节点分配给VNF的计算、存储、网络资源。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块确认网络状态正常,还包括:当网络切片请求在进行某个节点部署,由于之前的网络切片占用过多资源而无法找到资源满足需求的PNF时,根据网络切片的优先级排序,在不低于最低需求的条件下,按比例缩小前几个网络切片中每个VNF的资源,缩小的资源大小与网络切片的优先级成反比。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块确认网络状态正常,还包括:当网络状态发生改变,知识图谱模块中当前时刻的网络状态无法满足原时刻的切片需求时,则强化学习模块退回到不满足的切片步骤重新进行部署决策。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述方法包括:所述网络信息三元组中,第一个实体表示PNF,关系表示该三元组的资源类型,第二个实体表示第一个实体所需的该类型资源的值;所述网络切片需求三元组中,第一个实体表示网络切片或VNF,关系表示该三元组的资源类型,第二个实体表示第一个实体所需的该类型资源的值。
- 根据权利要求10所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述方法还包括:所述网络切片需求三元组中,当第一个实体为网络切片时,关系的类型为所需的VNF或优先级,第二个实体为第一个实体需要的VNF或优先级的值。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述知识图谱根据决策结果进行更新,并将更新后的网络状态传回给强化学习模块,具体包括:将一个网络切片需求转化为至少一个VNF的分配需求,对于每个VNF的分配过程,确认分配在哪个PNF上,并根据需求分配相应的资源;每分配完成一个VNF后,对知识图谱中的网络信息三元组进行更新,以便根据更新后的网络信息三元组对下一个VNF进行预测。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块确认网络状态正常后,下发网络切片的部署策略,具体包括:知识图谱将更新后的网络状态传回强化学习模块,强化学习模块对调整后的网络状态做出评估,确认使用该切片策略后网络状态正常后,将部署决策信息传至控制模块进行下发。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述方法还包括:完成所有网络切片部署决策后,将部署决策传到知识图谱模块,对知识图谱模块进行更新;知识图谱将更新后的网络状态传回强化学习模块,以便使知识图谱中的对应关系能够在网络环境出现动态变化时与当前环境相符。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块具体包括:使用以下数学模型对网络运行状态进行描述:表示物理集群层中的PNF;表示物理集群层中的PNF与PNF之间的物理链路;S={S1,S2,…,Sb}表示网络中存在的网络切片用,总计有b个网络切片;在一个网络切片Ss中,表示VNF节点,表示VNF节点之间的虚拟链路;对于的计算、存储、网络资源分别表示为切片中VNF节点的计算、存储、网络资源分别表示为
- 根据权利要求15所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块还包括:每个PNF或VNF可靠性由失效平均时间衡量,可服务性由平均修复时间衡量;PNF(VNF)的可用性APNF(AVNF)使用以下公式表示:
其中,整个切片的可用性等于构成切片PNF和VNF的可用性最小值,用于评估网络运行状态。 - 根据权利要求15所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块还包括:VNF和PNF的位置关系用使用以下公式表示:
其中,如果在上,则否则为0。 - 根据权利要求15所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述强化学习模块还包括:和的计算、存储和网络资源满足以下条件:
其中,根据PNF、VNF可用性以及资源条件定义网络运行态,对网络切片时,选择VNF并选择所部署的PNF,按照空间位置关系对PNF排序。 - 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述方法还包括:节点概率选择模型对节点状态矩阵进行加权计算:Y=WX+b,以得到每一个PNF节点是否可以作为下一个PNF节点的评价分数Y=(y1,y2,…yn);根据评价分数计算每个PNF节点作为被选择的概率其中,W为神经元权重参数,b为模型偏置参数,均由事先的模型训练得到。
- 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述方法还包括:奖励更新策略模型的反馈函数使用以下公式表示:
r=rACCURACY(ηrSATISFACATION+ξrEFFICIENCY);其中,η,ξ分别为切片需求满足度和链路效率的比例系数,r为反馈值,计算方式为需求满足度与rSATISFACATION和链路效率rEFFICIENCY加权求和,再与部署精度rACCURACY相乘。 - 根据权利要求1所述的基于强化学习的数字孪生网络切片的方法,其特征在于,所述方法还包括:当网络切片请求在过多资源而无法找到资源满足需求的PNF时,缩小的资源大小v使用如下公式计算:
其中,i为切片优先级顺序,z为之前被分配到的资源大小,h为切片最低需求,参数θ可以在(0,1]中取值。θ越大,资源缩减程度越大。 - 一种基于强化学习的数字孪生网络切片的装置,其特征在于:包括至少一个处理器和存储器,所述至少一个处理器和存储器之间通过数据总线连接,所述存储器存储能被所述至少一个处理器执行的指令,所述指令在被所述处理器执行后,用于完成权利要求1-21中任一项所述的基于强化学习的数字孪生网络切片的方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| MX2024013573A MX2024013573A (es) | 2023-01-17 | 2024-11-01 | Metodo y aparato de segmentacion de red gemela digital a base de aprendizaje de refuerzo |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202310089923.8 | 2023-01-17 | ||
| CN202310089923.8A CN116389266A (zh) | 2023-01-17 | 2023-01-17 | 一种基于强化学习的数字孪生网络切片的方法和装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024152902A1 true WO2024152902A1 (zh) | 2024-07-25 |
Family
ID=86968291
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2024/070341 Ceased WO2024152902A1 (zh) | 2023-01-17 | 2024-01-03 | 一种基于强化学习的数字孪生网络切片的方法和装置 |
Country Status (4)
| Country | Link |
|---|---|
| CN (1) | CN116389266A (zh) |
| CL (1) | CL2024003560A1 (zh) |
| MX (1) | MX2024013573A (zh) |
| WO (1) | WO2024152902A1 (zh) |
Cited By (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN119402967A (zh) * | 2024-11-04 | 2025-02-07 | 国网山东省电力公司营销服务中心(计量中心) | 一种基于5g通信分级分类的电力业务调度方法及系统 |
| CN119450526A (zh) * | 2024-11-12 | 2025-02-14 | 重庆邮电大学 | 一种联合vnf分区与混合备份共享的网络切片部署方法 |
| CN119891197A (zh) * | 2025-03-24 | 2025-04-25 | 北京北方永达智能电气有限公司 | 一种基于数字孪生的预装式设备舱配电控制方法及系统 |
| CN120219124A (zh) * | 2025-03-28 | 2025-06-27 | 湖北凯纳特科技有限公司 | 一种智慧校园数据管理方法及系统 |
| CN120547082A (zh) * | 2025-07-31 | 2025-08-26 | 西北工业大学 | 一种基于优先级驱动的自适应网络切片重构方法及系统 |
| CN120645237A (zh) * | 2025-08-20 | 2025-09-16 | 上海鸿亦昌实业有限公司 | 基于深度强化学习的机器人决策方法 |
| CN120723958A (zh) * | 2025-09-01 | 2025-09-30 | 浙江大学 | 基于孪生网络的非结构化数据连接查询优化系统及方法 |
| CN120977551A (zh) * | 2025-10-21 | 2025-11-18 | 北京冠新医卫软件科技有限公司 | 基于医疗智能体中间件的全-专科协同诊疗方法及系统 |
| CN120993994A (zh) * | 2025-10-17 | 2025-11-21 | 铭科智能装备科技(南通)有限公司 | 一种基于数字孪生的模具温度场协同调控方法 |
| CN121218362A (zh) * | 2025-11-19 | 2025-12-26 | 广东联想懂的通信有限公司 | 一种基于5g切片的资源动态分配方法及系统 |
| CN121454973A (zh) * | 2026-01-06 | 2026-02-03 | 新之航传媒科技集团有限公司 | 一种基于物联网的智能展馆控制系统 |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116389266A (zh) * | 2023-01-17 | 2023-07-04 | 烽火通信科技股份有限公司 | 一种基于强化学习的数字孪生网络切片的方法和装置 |
| CN116828507B (zh) * | 2023-07-27 | 2026-04-17 | 西安电子科技大学 | 一种基于非完美数字孪生的用于多无人机网络的决策方法 |
| CN116886548A (zh) * | 2023-07-31 | 2023-10-13 | 西北工业大学 | 一种5g端到端切片部署方法及系统 |
| CN118785302B (zh) * | 2024-07-17 | 2025-09-09 | 北京工业大学 | 一种基于通算功能切片的无人机集群网络动态路由方法 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113098714A (zh) * | 2021-03-29 | 2021-07-09 | 南京邮电大学 | 一种基于深度强化学习的低时延网络切片的方法 |
| US20210345357A1 (en) * | 2018-10-11 | 2021-11-04 | Koninklijke Kpn N.V. | Dynamic slice priority handling |
| CN114666220A (zh) * | 2022-03-23 | 2022-06-24 | 中国电信股份有限公司 | 网络切片的资源配置方法及装置、存储介质、电子设备 |
| CN115603850A (zh) * | 2021-06-28 | 2023-01-13 | 中兴通讯股份有限公司(Cn) | 虚拟网络的优化方法、装置及计算机存储介质 |
| CN116389266A (zh) * | 2023-01-17 | 2023-07-04 | 烽火通信科技股份有限公司 | 一种基于强化学习的数字孪生网络切片的方法和装置 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11956763B2 (en) * | 2019-01-25 | 2024-04-09 | Northeastern University | Methods for the enforcement of network slicing policies in virtualized cellular networks |
| CN113891401B (zh) * | 2021-11-12 | 2024-10-15 | 中国电子科技集团公司第七研究所 | 一种基于深度强化学习的异构网络切片调度方法 |
-
2023
- 2023-01-17 CN CN202310089923.8A patent/CN116389266A/zh active Pending
-
2024
- 2024-01-03 WO PCT/CN2024/070341 patent/WO2024152902A1/zh not_active Ceased
- 2024-11-01 MX MX2024013573A patent/MX2024013573A/es unknown
- 2024-11-20 CL CL2024003560A patent/CL2024003560A1/es unknown
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20210345357A1 (en) * | 2018-10-11 | 2021-11-04 | Koninklijke Kpn N.V. | Dynamic slice priority handling |
| CN113098714A (zh) * | 2021-03-29 | 2021-07-09 | 南京邮电大学 | 一种基于深度强化学习的低时延网络切片的方法 |
| CN115603850A (zh) * | 2021-06-28 | 2023-01-13 | 中兴通讯股份有限公司(Cn) | 虚拟网络的优化方法、装置及计算机存储介质 |
| CN114666220A (zh) * | 2022-03-23 | 2022-06-24 | 中国电信股份有限公司 | 网络切片的资源配置方法及装置、存储介质、电子设备 |
| CN116389266A (zh) * | 2023-01-17 | 2023-07-04 | 烽火通信科技股份有限公司 | 一种基于强化学习的数字孪生网络切片的方法和装置 |
Cited By (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN119402967A (zh) * | 2024-11-04 | 2025-02-07 | 国网山东省电力公司营销服务中心(计量中心) | 一种基于5g通信分级分类的电力业务调度方法及系统 |
| CN119450526A (zh) * | 2024-11-12 | 2025-02-14 | 重庆邮电大学 | 一种联合vnf分区与混合备份共享的网络切片部署方法 |
| CN119891197A (zh) * | 2025-03-24 | 2025-04-25 | 北京北方永达智能电气有限公司 | 一种基于数字孪生的预装式设备舱配电控制方法及系统 |
| CN120219124A (zh) * | 2025-03-28 | 2025-06-27 | 湖北凯纳特科技有限公司 | 一种智慧校园数据管理方法及系统 |
| CN120547082A (zh) * | 2025-07-31 | 2025-08-26 | 西北工业大学 | 一种基于优先级驱动的自适应网络切片重构方法及系统 |
| CN120645237A (zh) * | 2025-08-20 | 2025-09-16 | 上海鸿亦昌实业有限公司 | 基于深度强化学习的机器人决策方法 |
| CN120723958A (zh) * | 2025-09-01 | 2025-09-30 | 浙江大学 | 基于孪生网络的非结构化数据连接查询优化系统及方法 |
| CN120993994A (zh) * | 2025-10-17 | 2025-11-21 | 铭科智能装备科技(南通)有限公司 | 一种基于数字孪生的模具温度场协同调控方法 |
| CN120977551A (zh) * | 2025-10-21 | 2025-11-18 | 北京冠新医卫软件科技有限公司 | 基于医疗智能体中间件的全-专科协同诊疗方法及系统 |
| CN121218362A (zh) * | 2025-11-19 | 2025-12-26 | 广东联想懂的通信有限公司 | 一种基于5g切片的资源动态分配方法及系统 |
| CN121454973A (zh) * | 2026-01-06 | 2026-02-03 | 新之航传媒科技集团有限公司 | 一种基于物联网的智能展馆控制系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN116389266A (zh) | 2023-07-04 |
| MX2024013573A (es) | 2024-12-06 |
| CL2024003560A1 (es) | 2025-02-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2024152902A1 (zh) | 一种基于强化学习的数字孪生网络切片的方法和装置 | |
| CN110365514B (zh) | 基于强化学习的sdn多级虚拟网络映射方法和装置 | |
| CN113225377B (zh) | 物联网边缘任务卸载方法及装置 | |
| US11201815B2 (en) | Method and system for selecting least-loaded route based on naive Bayes classifier | |
| CN112738820A (zh) | 一种服务功能链的动态部署方法、装置及计算机设备 | |
| CN108684046B (zh) | 一种基于随机学习的接入网服务功能链部署方法 | |
| CN117041330B (zh) | 一种基于强化学习的边缘微服务细粒度部署方法及系统 | |
| CN113835899B (zh) | 针对分布式图学习的数据融合方法及装置 | |
| EP3793206B1 (en) | Physical optical network virtualization mapping method and apparatus, and controller and storage medium | |
| CN108111335B (zh) | 一种调度和链接虚拟网络功能的方法及系统 | |
| CN110247795B (zh) | 一种基于意图的云网资源服务链编排方法及系统 | |
| CN110995619B (zh) | 一种服务质量感知的虚拟网络映射方法和装置 | |
| CN119110348B (zh) | 一种移动边缘计算的协同任务卸载和区块挖掘方法 | |
| CN116541106A (zh) | 计算任务卸载方法、计算设备及存储介质 | |
| CN104506576B (zh) | 一种无线传感器网络及其节点任务迁移方法 | |
| CN116827796A (zh) | 一种基于vnf资源需求预测的sfc智能部署方法及系统 | |
| CN119225921A (zh) | 一种传输路径的确定方法及计算设备 | |
| Bensalem et al. | Towards optimal serverless function scaling in edge computing network | |
| JP5626685B2 (ja) | 仮想網制御方法及び管理ノード装置 | |
| CN120469982B (zh) | 基于拓扑感知与深度强化学习的协同式数据迁移调度方法 | |
| CN119728107A (zh) | 基于注意力机制及残差网络的密码资源分配方法及系统 | |
| CN116436978B (zh) | 面向云计算的内存分配方法、内存获取方法、装置和设备 | |
| CN118301072A (zh) | 一种多源多播服务功能链部署方法及系统 | |
| Mohamed et al. | Fragmentation-aware VNF placement: A deep reinforcement learning approach | |
| CN113596109A (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: 24744078 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 12024552325 Country of ref document: PH |
|
| WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2024/013573 Country of ref document: MX |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 24744078 Country of ref document: EP Kind code of ref document: A1 |