WO2023050106A1 - Terminal selection method and apparatus, device, and medium - Google Patents

Terminal selection method and apparatus, device, and medium Download PDF

Info

Publication number
WO2023050106A1
WO2023050106A1 PCT/CN2021/121495 CN2021121495W WO2023050106A1 WO 2023050106 A1 WO2023050106 A1 WO 2023050106A1 CN 2021121495 W CN2021121495 W CN 2021121495W WO 2023050106 A1 WO2023050106 A1 WO 2023050106A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
source domain
network element
candidate
ues
Prior art date
Application number
PCT/CN2021/121495
Other languages
French (fr)
Chinese (zh)
Inventor
陈景然
许阳
Original Assignee
Oppo广东移动通信有限公司
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 Oppo广东移动通信有限公司 filed Critical Oppo广东移动通信有限公司
Priority to CN202180099762.XA priority Critical patent/CN117693968A/en
Priority to PCT/CN2021/121495 priority patent/WO2023050106A1/en
Publication of WO2023050106A1 publication Critical patent/WO2023050106A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements

Definitions

  • the present application relates to the technical field of transfer learning, and in particular to a terminal selection method, device, equipment and medium.
  • transfer learning can use the similarity between data, tasks or models to apply the model learned in the old field to a new field with certain relevance.
  • Source domain and target domain are very important concepts in transfer learning.
  • the source domain refers to the old domain in transfer learning
  • the target domain refers to the new domain in transfer learning.
  • the data set and target of the source domain Domain datasets have a certain similarity to ensure the ideal results of transfer learning.
  • OTT English full name: Over The Top
  • the application layer data of UE English full name: User Equipment; Chinese: User Equipment
  • the present application provides a terminal selection method, device, equipment and medium.
  • a terminal selection method which is used in a first network element of a core network, and the method includes:
  • a migration learning request sent by a third-party device the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs; determine multiple candidate UEs according to the filtering condition information and the identity of the UE in the source domain;
  • the indication information is sent to the third-party device, the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain UE from the plurality of candidate UEs.
  • a terminal selection method which is used in a third-party device, and the method includes:
  • the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs
  • the UE indication information includes identifiers of multiple candidate UEs, and the multiple candidate UEs are determined according to the screening condition information and the identifier of the source domain UE;
  • a device for selecting a terminal includes:
  • the receiving module is configured to receive a migration learning request sent by a third-party device, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs;
  • a determining module configured to determine a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain;
  • a sending module configured to send UE indication information to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain from the plurality of candidate UEs UE.
  • a device for selecting a terminal includes:
  • a sending module configured to send a migration learning request to a first network element of the core network, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting a candidate UE;
  • a receiving module configured to receive UE indication information sent by the first network element, where the UE indication information includes identifiers of multiple candidate UEs, and the multiple candidate UEs are determined according to the screening condition information and the identifier of the source domain UE;
  • the determining module is configured to determine the UE in the target domain from the plurality of candidate UEs according to the UE indication information.
  • a communication device including: a processor, a memory, and a transceiver, the processor, the memory, and the transceiver communicate with each other through an internal connection path, the memory is used to store program codes; the processor , for calling the program code stored in the memory, to cooperate with the transceiver to realize the steps of the method described in the first aspect above, or to cooperate with the transceiver to realize the steps of the method described in the second aspect above.
  • a sixth aspect provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the method described in the first aspect above are implemented, or, the computer program is executed by the processor When implementing the steps of the method described in the second aspect above.
  • the above terminal selection method, device, device, and medium receive a transfer learning request sent by a third-party device, wherein the transfer learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs, and then, according to the screening condition information and source domain UE identities, determine a plurality of candidate UEs, and then send UE indication information to a third-party device, where the UE indication information includes identifications of a plurality of candidate UEs, and the UE indication information is used for the third-party device to select from multiple Determine the target domain UE among the candidate UEs, so that the third-party device can obtain multiple candidate UEs determined to be similar to the source domain UE according to the screening condition information after providing the source domain UE identification and the screening condition information for selecting the candidate UE , and then, in a subsequent step, the target domain UE is determined from the candidate UEs, thereby realizing the selection of the candidate UEs, and then in the subsequent process, transfer learning can be performed using the application layer data of
  • Fig. 1 is the structural representation of neural network model
  • Fig. 2 is the result schematic diagram of convolutional neural network model
  • Fig. 3 is the schematic diagram of transfer learning process
  • FIG. 4 is a schematic diagram of an implementation environment involved in an embodiment of the present application.
  • FIG. 5 is a schematic diagram of another implementation environment involved in the embodiment of the present application.
  • FIG. 6 is a flow chart of a terminal selection method provided by an embodiment
  • FIG. 7 is a flow chart of a terminal selection method provided by an embodiment
  • FIG. 8 is a flow chart of a terminal selection method provided by an embodiment
  • FIG. 9 is a flow chart of a terminal selection method provided by an embodiment
  • FIG. 10 is a flowchart of a terminal selection method provided by an embodiment
  • Fig. 11 is a block diagram of a terminal selection device provided by an embodiment
  • Fig. 12 is a block diagram of a terminal selection device provided by an embodiment
  • Fig. 13 is a block diagram of a terminal selection device provided by an embodiment
  • Fig. 14 is a block diagram of a communication device provided by an embodiment.
  • the basic structure of a simple neural network model includes: input layer, hidden layer and output layer, as shown in Figure 1.
  • Data is input from the input layer, processed by the hidden layer, and the final result is generated in the output layer.
  • each node represents a processing unit, which can be regarded as simulating a neuron.
  • Multiple neurons form a layer of neural network model, and multi-layer information transmission and processing constructs an overall neural network model.
  • convolutional neural network models have also been further studied.
  • its basic structure includes: an input layer, multiple convolutional layers, multiple pooling layers, a fully connected layer, and an output layer, as shown in Figure 2.
  • the introduction of the convolutional layer and the pooling layer effectively controls the sharp increase of network parameters in the neural network model, limits the number of network parameters and taps the characteristics of the local structure, improving the robustness of the algorithm.
  • the values of the network parameters in the neural network model need to be obtained through model training.
  • the training sample data and the real labels corresponding to the training sample data can be obtained, and then the training sample data Input through the input layer of the neural network model to obtain the training label generated by the output layer, then determine the difference between the training label and the real label, and adjust the value of the network parameter in the neural network model based on the difference, after multiple rounds of adjustment,
  • the model training can be ended until the difference between the training label generated by the output layer of the neural network model and the real label is small, so as to obtain a trained neural network model.
  • transfer learning can use the similarity between data, tasks or neural network models to apply the neural network model trained in the old field to a new field with certain relevance. For example, assuming that a neural network model has been trained to identify cat breeds, and there is currently a task of identifying tiger breeds, since cats and tigers are both cats and have similarities, transfer learning can be used
  • the way to apply the neural network model for identifying cat breeds to the field of identifying tiger breeds is that the cost is much lower than separately training a neural network model for identifying tiger breeds.
  • Figure 3 shows a simple transfer learning process
  • the left figure in Figure 3 shows the traditional machine learning method
  • the training corresponding to the cat can be used
  • the sample data is trained to obtain the neural network model A used to identify the cat breed.
  • the training sample data corresponding to the tiger is used to train the neural network model B used to identify the tiger breed.
  • the right figure in Figure 3 shows the migration
  • the learning method in transfer learning, can use the corresponding training sample data of cats to train to obtain the neural network model A used to identify the cat breed, and then perform migration training on the neural network model A to obtain the tiger breed.
  • Neural Network Model B can use the corresponding training sample data of cats to train to obtain the neural network model A used to identify the cat breed, and then perform migration training on the neural network model A to obtain the tiger breed.
  • transfer learning can be divided into transfer based on sample weight, transfer based on feature transformation and transfer based on model pre-training according to the learning method.
  • Sample-based transfer accomplishes transfer by weighted usage of training sample data in the source domain.
  • Feature-based transfer accomplishes the transfer by mapping the source and target domains to another space and minimizing the distance between the source and target domains.
  • Model-based pre-training is to fine-tune the neural network model trained in the source domain in the target domain using the training sample data of the target domain.
  • the source domain and target domain mentioned above are very important concepts in transfer learning.
  • the source domain refers to the old domain in transfer learning (such as identifying cat breeds in the above example), and the target domain refers to transfer learning.
  • new domains such as identifying the species of tigers in the above example
  • the datasets in the source domain and the datasets in the target domain have a certain similarity to ensure that the results of transfer learning are ideal.
  • the neural network model for recognizing tiger breeds is obtained through migration training based on the neural network model for recognizing dog breeds, the similarity between dogs and tigers will be insufficient, resulting in The recognition rate of the neural network model is low.
  • OTT business is the abbreviation of Over The Top in English. This word comes from basketball and other sports, and it means “over the top pass”.
  • OTT business means that Internet companies surpass operators and develop various video and data service businesses based on the open Internet.
  • the application layer data of the UE can be used for model training to obtain a neural network model that assists the OTT business.
  • the UE can be used to conduct video
  • the application uses behavioral data as training sample data to train the neural network model to obtain a neural network model that predicts user behavior.
  • the OTT application server cannot know UE information, and thus cannot determine whether there is similarity between UEs. Therefore, migration learning for OTT services faces the difficulty of candidate UE selection.
  • the embodiment of the present application provides a terminal selection method, device, device and medium, which can use the knowledge of the operator network (such as 5GS) on the UE information to select the UE in the target domain, thereby assisting OTT services in migration learning.
  • the operator network such as 5GS
  • FIG. 4 shows a schematic diagram of the implementation environment involved in the terminal selection method provided by the embodiment of the present application.
  • the implementation environment includes a third-party device 101 and a first network element in the core network 102 and the second network element 103 in the core network.
  • the first network element 102 is responsible for directly connecting with the third-party device 101, for example, receiving a transfer learning request sent by the third-party device 101, and based on the transfer learning Request to return the identity of the candidate UE to the third-party device 101.
  • the first network element 102 can also obtain UE information through interaction with the second network element 103, so as to determine the candidate UE through the obtained UE information, for The third party device 101 determines the target domain UE from the candidate UEs.
  • the implementation environment involved in the terminal selection method provided by the embodiment of the present application includes a third-party device 101, a first network element 102 in the core network, and a second network element 102 in the core network.
  • the network element 103 it may also include a third network element 104 in the core network.
  • the first network element 102 may also obtain UE information through interaction with the third network element 104. Obtain UE information interactively.
  • the core network mentioned above can be the core network in GSM (Chinese: Global System for Mobile Communication, English: global system for mobile communication), CDMA (Chinese: Code Division Multiple Access, English: code division multiple access), core network in WCDMA (Chinese: wideband code division multiple access, English: wideband code division multiple access), core network in LTE (Chinese: long term evolution, English: long term evolution), CRAN ( Chinese: cloud wireless access network, English: cloud radio access network) in the core network or the core network in the 5G communication system.
  • GSM Global System for Mobile Communication
  • CDMA Choinese: Code Division Multiple Access, English: code division multiple access
  • WCDMA Wideband code division multiple access
  • core network in LTE Choinese: long term evolution, English: long term evolution
  • CRAN Chinese: cloud wireless access network, English: cloud radio access network
  • the first network element 102 can reuse the existing NF (Chinese: Network Function, English: Network Function) network element in the core network, or a new network element can also be set in the core network
  • the NF network element is used as the first network element 102
  • the second network element 103 can include the NWDAF (Chinese: Network Data Analysis Function, English: Network Data Analytics Function) network element in the core network
  • the third network element 104 can include the NF network element.
  • the NF network element included in the third network element 104 may be an AMF (Chinese: Access and Mobility Management Function; English: Access and Mobility Management Function) network element and/or an SMF (Chinese: Session Management Function; English : Session Management Function) network element.
  • the third-party device 101 may be an OTT application server or a terminal, where the terminal may communicate with the first network element 102 through an access network device.
  • the terminals mentioned above may include PDA (Chinese: personal digital processing, English: personal digital assistant), handheld devices with wireless communication functions, computing devices or other processing devices connected to wireless modems, vehicle-mounted devices, wearable Equipment, user equipment in the 5G network or user equipment in the future evolved PLMN (Chinese: public land mobile network, English: public land mobile network) network, etc.
  • PDA personal digital processing
  • English personal digital assistant
  • handheld devices with wireless communication functions computing devices or other processing devices connected to wireless modems
  • vehicle-mounted devices wearable Equipment
  • user equipment in the 5G network or user equipment in the future evolved PLMN Choinese: public land mobile network, English: public land mobile network
  • the OTT application server mentioned above can be a single server or a server cluster composed of multiple servers.
  • the above-mentioned access network equipment can be transmission reception point (transmission reception point, TRP), base station, relay station or access point, etc., and the access network equipment can be the access network equipment in the 5G communication system or the future evolution network
  • the access network device in the network can also be a wearable device or a vehicle-mounted device, etc.
  • it can also be: a BTS (Chinese base transceiver station, English: base transceiver station) in a GSM or CDMA network, or a BTS in a WCDMA network.
  • NB NodeB
  • eNB eNodeB
  • eNodeB English full name: evolutional NodeB
  • the access network device can also be a wireless controller in the CRAN scenario.
  • FIG. 6 shows a flowchart of a terminal selection method provided by an embodiment of the present application.
  • the terminal selection method is applied to the first network element 102 in FIG. 4 or FIG. 5, as shown in FIG. 6,
  • the terminal selection method includes the following steps:
  • Step 601 the first network element receives a migration learning request sent by a third-party device.
  • the migration learning request carries the identity of the UE in the source domain and the screening condition information for selecting candidate UEs.
  • the filter condition information is used to indicate one or more filter conditions, and the filter condition may be, for example, at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number k of candidate UEs The number k of candidate UEs.
  • whether the moving trajectories are similar can be characterized by whether the curves corresponding to the moving trajectories are similar, or whether the distance between vectors obtained after vectorizing the moving trajectories is less than a certain threshold can be used to represent , or, it can be characterized by whether the number of intersections between the moving trajectories is greater than a certain threshold, or it can be characterized by whether the proportion of overlapping areas between the moving trajectories is greater than a certain threshold, which is not specifically limited in this embodiment of the present application.
  • whether the service types are similar can be characterized by whether the number of the same service types is greater than a certain threshold, or whether the proportion of the same service types is greater than a certain threshold. Not specifically limited.
  • the "current” in the above should be interpreted in an expanded way.
  • the so-called current can refer to the current moment, or a period of time before the current moment (including the current moment) that is less than a certain threshold, or it can refer to the current moment before ( A time period whose duration is less than a certain threshold (excluding the current moment).
  • the history above refers to the time period before the "current” in the time dimension, and the future refers to the time period after the "current" in the time dimension.
  • the third-party device and the first network element may pre-agree on a filter condition set, each filter condition included in the filter condition set corresponds to a condition identifier, and the third-party device may select from the filter condition before sending the migration learning request.
  • the filter condition to be used is selected from the condition set, and the filter condition information is generated based on the condition identifier of the selected filter condition, so that the first network element selects multiple candidate UEs according to the filter condition indicated by the filter condition information.
  • the set of filtering conditions and the condition identifiers corresponding to the filtering conditions included in the set of filtering conditions may not only be agreed upon by the third-party device and the first network element, but also may be determined by other network elements in the core network based on High-level signaling is respectively configured for the third-party device and the first network element.
  • Step 602 the first network element determines a plurality of candidate UEs according to the screening condition information and the identifier of the UE in the source domain.
  • the first network element may select UEs meeting at least n screening conditions as the candidate UEs according to the screening condition information and the identity of the UE in the source domain, where n is a positive integer.
  • n can be a value pre-configured by the network, for example, n can be configured to the first network element by other network elements in the core network through high-level signaling, and n can also be indicated by a third-party device, for example, the third-party device sends The value of n can be carried in the migration learning request.
  • the above-mentioned migration learning request may also carry a confidence threshold.
  • the first network element may, according to the screening condition information and the identity of the UE in the source domain, set the Meet at least n screening conditions, and among the satisfied screening conditions, there is a UE whose corresponding confidence level is greater than the confidence level threshold as the candidate UE.
  • the first network element can set This UE is used as a candidate UE.
  • the first network element may obtain UE information through communication interaction with the second network element, or through communication interaction with the second network element and the third network element, and implement the UE information based on the obtained UE information. Determination of multiple candidate UEs.
  • Step 603 the first network element sends UE indication information to a third-party device.
  • the UE indication information includes identifiers of multiple candidate UEs, and the UE indication information is used for the third-party device to determine the target domain UE from the multiple candidate UEs.
  • the third-party device can obtain the application layer data of the target domain UE based on the identity of the target domain UE, for example, the browsing data of the target domain UE, the search data of the target domain UE, etc., and then, based on the target domain
  • the application layer data of the UE is transferred to the existing neural network model for learning.
  • the screening condition may include the number k of candidate UEs.
  • the first network element may select k candidate UEs from the candidate UEs, and based on the k
  • Each candidate UE generates UE indication information, and then sends the UE indication information to a third-party device.
  • the first network element may select k candidate UEs with the highest similarity from multiple candidate UEs according to the similarity between the candidate UE and the UE in the source domain.
  • the similarity between the candidate UE and the source domain UE can be characterized by the number of screening conditions satisfied by the candidate UE, or can be represented by the number of screening conditions satisfied by the candidate UE and the confidence corresponding to each satisfied screening condition Generally speaking, the more the filter conditions are met, the higher the confidence and the greater the similarity.
  • the UE indication information may also include an identifier of the UE in the source domain.
  • the UE indication information may also include screening conditions that the candidate UEs meet and confidence levels corresponding to the screening conditions.
  • the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs, and then according to the screening condition information and the UE in the source domain identify multiple candidate UEs, and then send UE indication information to a third-party device, where the UE indication information includes identifications of multiple candidate UEs, and the UE indication information is used for the third-party device to determine targets from the multiple candidate UEs
  • the third-party device can obtain multiple candidate UEs determined to be similar to the source domain UE according to the screening condition information after providing the identity of the source domain UE and the screening condition information for selecting candidate UEs, and then, in the subsequent
  • the UE in the target domain is determined from the candidate UEs, so as to realize the selection of the candidate UEs, and then in the subsequent process, the application layer data of the candidate UEs can be used for migration learning.
  • the third-party device since the third-party device cannot obtain the UE information of the candidate UE, that is, sensitive UE information will not be exposed to the third-party device, therefore, the security of the UE information can be guaranteed.
  • FIG. 7 shows an optional implementation method for determining candidate UEs provided by the embodiment of the present application.
  • the implementation method includes the following steps:
  • Step 701 the first network element sends a first UE information acquisition request to the second network element in the core network.
  • the second network element may include the NWDAF network element in the core network.
  • the NWDAF network element is a data-aware analysis network element, which can automatically perceive and analyze the network based on network data.
  • the NWDAF network element can be obtained from NF network elements, AF (Chinese: Application Function, English: Application Function) network elements and OAM (Chinese: Operation Management and Maintenance, English: Operation Administration and Maintenance) network elements collect original network data, and perform Intelligent analysis, output analysis result information.
  • the analysis result information output by the NWDAF network element can be the current or historical movement trajectory of the UE, the future expected movement trajectory of the UE, the current or historical area of the UE, the expected future area of the UE, and the future expected communication quality of the UE. , the types of services currently or historically requested by the UE, and the types of services expected to be requested by the UE in the future.
  • the process of the first network element sending the first UE information acquisition request to the NWDAF network element may include steps A1 to A2:
  • the first network element determines multiple analysis tasks according to the screening condition information.
  • the analysis task may be a "Network Performance (Chinese: Network Performance)” task, which is used to provide statistics or forecast gNB resource utilization in the AF demand area, the number of UEs, PDU (Chinese: Protocol Data Unit , English: Protocol Data Unit) session creation success rate, handover success rate, etc.
  • This analysis task can also be the "UE mobility (Chinese: UE mobility)” task, which is used to provide UE location statistics or Location prediction information.
  • the first network element sends the first UE information acquisition request to the NWDAF network element.
  • the first UE information acquisition request carries the identification of the UE in the source domain and the identification of each analysis task (English: Analytics ID), and the first UE information acquisition request is used to instruct the NWDAF network element to separately analyze the UE in the source domain and the analysis tasks based on the source domain. Multiple UEs selected by the UE execute each analysis task.
  • the identifier of the analysis task may be, for example, the identifier of the "Network Performance (Chinese: Network Performance)” task, or may be the identifier of the "UE mobility (Chinese: UE Mobility)” task.
  • Step 702 the first network element receives the first feedback information sent by the second network element.
  • the first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE.
  • the first UE information is analysis result information obtained after the NWDAF network element performs various analysis tasks.
  • the NWDAF network element can also send the confidence (English: confidence) corresponding to each analysis result information to the first network element, and the confidence degree is used to indicate the corresponding analysis result information. Credibility.
  • Step 703 the first network element determines multiple candidate UEs according to the first feedback information and screening condition information.
  • the first feedback information may also include the identifiers of multiple UEs selected based on the UE in the source domain, and the first network element may also send a second UE information acquisition request to a third network element of the core network.
  • the third network element may be an NF network element (including an AMF network element and/or an SMF network element), and the second UE information acquisition request carries the source domain UE identifier and the UE selected based on the source domain UE Then, the first network element can receive the second feedback information sent by the third network element.
  • the second feedback information includes the second UE information of the source domain UE and multiple UEs selected based on the source domain UE.
  • Second UE information of the UE where the second UE information includes at least one of mobility information and session information, and then, the first network element may, according to the first UE information of the source domain UE and based on the multiple UE information selected by the source domain UE The first UE information, the second feedback information and the screening condition information of a UE to determine a plurality of candidate UEs.
  • the first network element may determine multiple candidate UEs from multiple candidate UEs that are expected to meet the filtering condition information in the future according to the UE information of the UE in the source domain and the UE information of multiple candidate UEs and/or, according to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine multiple candidate UEs that currently meet the screening condition information from multiple candidate UEs.
  • the first network element determines from the plurality of candidate UEs which are expected to meet the filtering condition information in the future according to the UE information of the UE in the source domain and the UE information of the plurality of candidate UEs.
  • Multiple candidate UEs including at least one of the following:
  • the candidate UE determines the candidate UE that is expected to arrive in the area where the source domain UE is currently or historically located in the future from the multiple candidate UEs;
  • the UE information of the UE in the source domain and the UE information of a plurality of candidate UEs determine a candidate UE whose future expected movement trajectory is similar to the current or historical movement trajectory of the source domain UE from the plurality of candidate UEs;
  • the candidate UEs According to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine the candidate UEs whose communication quality is expected to be better than the communication quality threshold in the future target time period from the multiple candidate UEs;
  • the UE information of the UE in the source domain and the UE information of multiple candidate UEs determine from multiple candidate UEs the candidate UE whose type of service expected to be requested in the future is similar to the type of service currently or historically requested by the source domain UE.
  • the first network element determines from multiple candidate UEs that currently meet the filtering condition information according to the UE information of the UE in the source domain and the UE information of multiple candidate UEs.
  • Multiple candidate UEs including at least one of the following:
  • the candidate UE According to the UE information of the source domain UE and the UE information of multiple candidate UEs, determine the candidate UE currently located in the same area as the source domain UE from the multiple candidate UEs;
  • the UE information of the UE in the source domain and the UE information of multiple candidate UEs determine a candidate UE whose current trajectory is similar to the current trajectory of the source domain UE from multiple candidate UEs;
  • the candidate UE According to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine the candidate UE whose current communication quality is better than the communication quality threshold from the multiple candidate UEs;
  • a candidate UE whose type of service currently requested is similar to the type of service currently requested by the UE of the source domain is determined from the multiple candidate UEs.
  • the sending process includes the following steps:
  • Step 801 the first network element sorts the plurality of candidate UEs according to the number of screening conditions that each candidate UE meets and the confidence that each candidate UE meets the screening condition, or, according to the number of screening conditions that each candidate UE meets .
  • the first network element may first sort the plurality of candidate UEs in descending order according to the number of candidate UEs meeting the filtering conditions. If there are multiple candidate UEs meeting the filtering conditions If the numbers are equal, the plurality of candidate UEs are sorted according to the descending order of the confidence of the candidate UEs meeting the screening conditions.
  • Table 1 shows an exemplary result of ranking candidate UEs.
  • Table 1 the filter conditions that are met are recorded as 1, and the filter conditions that are not met are recorded as 0.
  • the percentage in Table 1 is the confidence level. Please refer to Table 1.
  • Target UE-1 meets the filter condition (1), and, meets The confidence level of screening condition (1) is 90%, Target UE-2 does not meet the screening condition of (2), and the confidence level of not meeting the screening condition of (2) is 75%.
  • Step 802 the first network element generates UE indication information according to the sorting result.
  • FIG. 9 shows a flow chart of a terminal selection method provided by an embodiment of the present application.
  • the terminal selection method is applied to the third-party device 101 in FIG. 4 or FIG. 5.
  • the The terminal selection method includes the following steps:
  • Step 901 the third-party device sends a migration learning request to the first network element of the core network.
  • the migration learning request carries the identity of the UE in the source domain and the screening condition information for selecting candidate UEs.
  • the filter condition information is used to indicate one or more filter conditions, and the filter condition may be, for example, at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number k of candidate UEs The number k of candidate UEs.
  • Step 902 the third-party device receives UE indication information sent by the first network element.
  • the UE indication information includes identifiers of multiple candidate UEs, and the multiple candidate UEs are determined according to the screening condition information and the identifiers of the UEs in the source domain.
  • the UE indication information may also include an identifier of the UE in the source domain.
  • the UE indication information may also include screening conditions that the candidate UEs meet and confidence levels corresponding to the screening conditions.
  • Step 903 the third-party device determines the UE in the target domain from multiple candidate UEs according to the UE indication information.
  • FIG. 10 shows a flow chart of a terminal selection method provided by an embodiment of the present application.
  • the terminal selection method is applied to the implementation environment shown in FIG. 5.
  • the terminal selection method includes the following step:
  • Step 1001 a third-party device sends a migration learning request to a first network element.
  • the transfer learning request carries the identity of the UE in the source domain, screening condition information for selecting candidate UEs, and a confidence threshold, where the screening condition information is used to indicate multiple screening conditions, and the multiple screening conditions include the number k of candidate UEs.
  • Step 1002 the first network element determines multiple analysis tasks according to the filtering condition information.
  • Step 1003 the first network element sends a first UE information acquisition request to the NWDAF network element.
  • the first UE information acquisition request carries the identifier of the source domain UE and the identifiers of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to separately perform the source domain UE and the multiple UEs selected based on the source domain UE.
  • the UE performs various analysis tasks.
  • Step 1004 the NWDAF network element sends the analysis result information of the source domain UE, the identifiers of multiple UEs selected based on the source domain UE, the analysis result information of multiple UEs selected based on the source domain UE, and each analysis result information to the first network element.
  • the confidence level of the resulting information is the confidence level of the resulting information.
  • Step 1005 the first network element sends a second UE information acquisition request to an NF network element (AMF network element and/or SMF network element).
  • NF network element AMF network element and/or SMF network element.
  • the second UE information acquisition request carries the identifier of the UE in the source domain and the identifiers of multiple UEs selected based on the UE in the source domain.
  • Step 1006 the NF network element sends the second UE information of the source domain UE and the second UE information of multiple UEs selected based on the source domain UE to the first network element.
  • the second UE information includes at least one of mobility information and session information.
  • Step 1007 the first network element based on the analysis result information of the source domain UE, the analysis result information of multiple UEs selected based on the source domain UE, the second UE information of the source domain UE, and the multiple UEs selected based on the source domain UE
  • the second UE information and the screening condition information are determined to meet at least n screening conditions, and there are k candidate UEs whose corresponding confidences are greater than the confidence threshold in the matching screening conditions.
  • Step 1008 the first network element sorts the plurality of candidate UEs according to the number of screening conditions that each candidate UE meets and the confidence of each candidate UE meeting the screening conditions, or according to the number of screening conditions that each candidate UE meets .
  • Step 1009 the first network element generates UE indication information according to the sorting result.
  • Step 1010 the first network element sends the generated UE indication information to a third-party device.
  • steps in the flow charts in FIGS. 6-10 are displayed sequentially as indicated by the arrows, these steps are not necessarily executed sequentially in the order indicated by the arrows. Unless otherwise specified herein, there is no strict order restriction on the execution of these steps, and these steps can be executed in other orders. Moreover, at least some of the steps in Figures 6-10 may include a plurality of sub-steps or stages, these sub-steps or stages are not necessarily executed at the same time, but may be executed at different times, these sub-steps or stages The order of execution is not necessarily performed sequentially, but may be performed alternately or alternately with at least a part of other steps or sub-steps or stages of other steps.
  • FIG. 11 shows a schematic diagram of a terminal selection device 1100 provided by an embodiment of the present application.
  • the terminal selection device 1100 includes a receiving module 1101 , a determining module 1102 and a sending module 1103 .
  • the receiving module 1101 is configured to receive a transfer learning request sent by a third-party device, where the transfer learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs.
  • the determining module 1102 is configured to determine a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain.
  • the sending module 1103 is configured to send UE indication information to the third-party device, the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine from the plurality of candidate UEs Target domain UE.
  • the determining module 1102 is specifically configured to: send a first UE information acquisition request to a second network element in the core network; receive first feedback information sent by the second network element, the The first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE; according to the first feedback information and the screening condition information, determine the multiple candidate UEs .
  • the determination module 1102 is specifically configured to: determine a plurality of analysis tasks according to the screening condition information; send the first UE information acquisition request to the NWDAF network element, and the first UE information
  • the acquisition request carries the identity of the source domain UE and the identity of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to perform the analysis on the source domain UE and multiple UEs selected based on the source domain UE. each analysis task.
  • the first UE information is analysis result information obtained after the NWDAF network element performs each of the analysis tasks.
  • the first feedback information further includes identities of multiple UEs selected based on the source domain UE
  • the determining module 1102 is specifically configured to: send the second Two UE information acquisition requests, the second UE information acquisition request carries the identity of the UE in the source domain and the identity of multiple UEs selected based on the UE in the source domain; receiving the second feedback information sent by the third network element, the first
  • the second feedback information includes second UE information of the source domain UE and second UE information of multiple UEs selected based on the source domain UE, where the second UE information includes at least one of mobility information and session information; according to The multiple candidate UEs are determined based on the first UE information of the source domain UE, the first UE information of multiple UEs selected based on the source domain UE, the second feedback information, and the screening condition information.
  • the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number of candidate UEs is the number of candidate UEs.
  • the determination module 1102 is specifically configured to: determine at least n candidate UEs that meet the screening conditions according to the screening condition information and the identity of the UE in the source domain, where n is a positive integer.
  • the transfer learning request also carries a confidence threshold
  • the determining module 1102 is specifically configured to: determine that at least n of the filtering conditions are met according to the filtering condition information and the identity of the UE in the source domain , and, among the matching screening conditions, there is the candidate UE whose corresponding confidence is greater than the screening condition of the confidence threshold.
  • the UE indication information also includes the screening conditions met by the candidate UE and the confidence level corresponding to the screening conditions met; or,
  • the UE indication information also includes the filtering condition that the candidate UE meets, the confidence level corresponding to the matching filtering condition, and the identity of the UE in the source domain.
  • the first network element is an NF network element used to determine the candidate UE.
  • the third-party device is an OTT application server or terminal.
  • the embodiment of the present application also provides another terminal selection device 1200.
  • the terminal selection device optionally also includes a sorting module 1104 and generating module 1105.
  • the sorting module 1104 is configured to, according to the number of filtering conditions that each candidate UE meets and the confidence corresponding to the filtering conditions that each of the candidate UEs meet, or, according to the number of filtering conditions that each of the candidate UEs meet, sort the Multiple candidate UEs are sorted.
  • the generating module 1105 is configured to generate the UE indication information according to the sorting result.
  • Each module in the above-mentioned device for selecting a terminal may be fully or partially realized by software, hardware or a combination thereof.
  • the above-mentioned modules can be embedded in or independent of the processor in the computer device in the form of hardware, and can also be stored in the memory of the computer device in the form of software, so that the processor can invoke and execute the corresponding operations of the above-mentioned modules.
  • FIG. 13 shows a schematic diagram of a terminal selection device 1300 provided by an embodiment of the present application.
  • the terminal selection device 1300 includes a sending module 1301 , a receiving module 1302 and a determining module 1303 .
  • the sending module 1301 is configured to send a transfer learning request to a first network element of the core network, where the transfer learning request carries an identifier of a UE in a source domain and screening condition information for selecting a candidate UE.
  • the receiving module 1302 is configured to receive UE indication information sent by the first network element, where the UE indication information includes identifiers of a plurality of candidate UEs, and the plurality of candidate UEs are determined according to the screening condition information and the identifier of the UE in the source domain of.
  • the determining module 1303 is configured to determine a target domain UE from the plurality of candidate UEs according to the UE indication information.
  • the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number of candidate UEs is the number of candidate UEs.
  • the UE indication information further includes a screening condition that the candidate UE meets and a confidence level corresponding to the screening condition.
  • the transfer learning request also carries a confidence threshold.
  • the first network element is an NF network element used to determine the candidate UE.
  • the third-party device is an OTT application server or terminal.
  • Each module in the above-mentioned device for selecting a terminal may be fully or partially realized by software, hardware or a combination thereof.
  • the above-mentioned modules can be embedded in or independent of the processor in the computer device in the form of hardware, and can also be stored in the memory of the computer device in the form of software, so that the processor can invoke and execute the corresponding operations of the above-mentioned modules.
  • a communication device is provided.
  • the communication device may be a network element device or a terminal in a core network, and its internal structure diagram may be shown in FIG. 14 .
  • FIG. 14 is an internal structure of the communication device in an embodiment structure diagram.
  • the communications device includes a processor, memory, and transceivers connected by an internal link pathway, such as a system bus. Wherein, the processor of the communication device is used to provide calculation and control capabilities.
  • the memory of the communication device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system and computer programs.
  • the internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage medium.
  • the transceiver of the communication device is used to communicate with external devices in a wired or wireless manner, and the wireless manner can be realized by an operator's network or other technologies. When the computer program is executed by the processor, a terminal selection method is realized.
  • Figure 14 is only a block diagram of a partial structure related to the solution of this application, and does not constitute a limitation on the communication equipment to which the solution of this application is applied.
  • the specific communication equipment can be More or fewer components than shown in the figures may be included, or some components may be combined, or have a different arrangement of components.
  • a communication device including a memory and a processor, a computer program is stored in the memory, and the processor implements the following steps when executing the computer program:
  • a migration learning request sent by a third-party device the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs; determine multiple candidate UEs according to the filtering condition information and the identification of the UE in the source domain; UE indication information is sent to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain UE from the plurality of candidate UEs.
  • the processor when the processor executes the computer program, the following steps are further implemented: sending a first UE information acquisition request to a second network element in the core network; receiving first feedback information sent by the second network element, the The first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE; according to the first feedback information and the screening condition information, determine the multiple candidate UEs .
  • the second network element includes a NWDAF network element
  • the processor executes the computer program, the following steps are further implemented: determining a plurality of analysis tasks according to the screening condition information; sending the first analysis task to the NWDAF network element A UE information acquisition request, the first UE information acquisition request carries the identity of the source domain UE and the identity of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to separately perform the source domain UE and based on the Multiple UEs selected by the UE in the source domain perform each analysis task.
  • the first UE information is analysis result information obtained after the NWDAF network element performs each analysis task.
  • the first feedback information further includes identifiers of multiple UEs selected based on the source domain UE
  • the processor further implements the following steps when executing the computer program: sending the second Two UE information acquisition requests, the second UE information acquisition request carries the identity of the UE in the source domain and the identity of multiple UEs selected based on the UE in the source domain; receiving the second feedback information sent by the third network element, the first The second feedback information includes second UE information of the source domain UE and second UE information of multiple UEs selected based on the source domain UE, where the second UE information includes at least one of mobility information and session information; according to The multiple candidate UEs are determined based on the first UE information of the source domain UE, the first UE information of multiple UEs selected based on the source domain UE, the second feedback information, and the screening condition information.
  • the filter condition information is used to indicate multiple filter conditions; the multiple filter conditions include at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number of candidate UEs is the number of candidate UEs.
  • the processor when the processor executes the computer program, the following steps are further implemented: according to the screening condition information and the identity of the UE in the source domain, determine the candidate UEs meeting at least n screening conditions, where n is a positive integer.
  • the migration learning request also carries a confidence threshold
  • the processor further implements the following steps when executing the computer program: according to the screening condition information and the identity of the UE in the source domain, determine that at least n of the screening conditions are met , and, among the matching screening conditions, there is the candidate UE whose corresponding confidence is greater than the screening condition of the confidence threshold.
  • the UE indication information also includes the filter condition that the candidate UE meets and the confidence level corresponding to the filter condition; or,
  • the UE indication information also includes the filtering condition that the candidate UE meets, the confidence level corresponding to the matching filtering condition, and the identity of the UE in the source domain.
  • the processor when the processor executes the computer program, the following steps are further implemented: according to the number of screening conditions that each candidate UE meets and the confidence level corresponding to the screening conditions that each candidate UE meets, or, according to each of the candidate UEs
  • the multiple candidate UEs are sorted according to the number of screening conditions that the candidate UEs meet; the UE indication information is generated according to the sorting results.
  • the first network element is an NF network element used to determine the candidate UE.
  • the third-party device is an OTT application server or terminal.
  • a communication device including a memory and a processor, a computer program is stored in the memory, and the processor implements the following steps when executing the computer program:
  • the migration learning request carrying the identity of the UE in the source domain and screening condition information for selecting candidate UEs; receiving UE indication information sent by the first network element, the UE indication information includes multiple An identifier of a candidate UE, the plurality of candidate UEs is determined according to the screening condition information and the identifier of the source domain UE; and a target domain UE is determined from the plurality of candidate UEs according to the UE indication information.
  • the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number of candidate UEs is the number of candidate UEs.
  • the UE indication information also includes the screening condition that the candidate UE meets and the confidence level corresponding to the matching screening condition.
  • the transfer learning request also carries a confidence threshold.
  • the first network element is an NF network element used to determine the candidate UE.
  • the third-party device is an OTT application server or terminal.
  • a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
  • a migration learning request sent by a third-party device the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs; determine multiple candidate UEs according to the filtering condition information and the identification of the UE in the source domain; UE indication information is sent to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain UE from the plurality of candidate UEs.
  • the following steps are further implemented: sending a first UE information acquisition request to a second network element in the core network; receiving first feedback information sent by the second network element, the The first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE; according to the first feedback information and the screening condition information, determine the multiple candidate UEs .
  • the second network element includes a NWDAF network element
  • the following steps are further implemented: determining a plurality of analysis tasks according to the filtering condition information; sending the first analysis task to the NWDAF network element
  • a UE information acquisition request the first UE information acquisition request carries the identity of the source domain UE and the identity of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to separately perform the source domain UE and based on the Multiple UEs selected by the UE in the source domain perform each analysis task.
  • the first UE information is analysis result information obtained after the NWDAF network element performs each analysis task.
  • the first feedback information further includes identifiers of multiple UEs selected based on the source domain UE, and when the computer program is executed by the processor, the following steps are further implemented: sending the first feedback information to the third network element of the core network Two UE information acquisition requests, the second UE information acquisition request carries the identity of the UE in the source domain and the identity of multiple UEs selected based on the UE in the source domain; receiving the second feedback information sent by the third network element, the first The second feedback information includes second UE information of the source domain UE and second UE information of multiple UEs selected based on the source domain UE, where the second UE information includes at least one of mobility information and session information; according to The multiple candidate UEs are determined based on the first UE information of the source domain UE, the first UE information of multiple UEs selected based on the source domain UE, the second feedback information, and the screening condition information.
  • the filter condition information is used to indicate multiple filter conditions; the multiple filter conditions include at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number of candidate UEs is the number of candidate UEs.
  • the following steps are further implemented: according to the screening condition information and the identity of the UE in the source domain, determine the candidate UEs meeting at least n screening conditions, where n is a positive integer.
  • the transfer learning request also carries a confidence threshold
  • the computer program is executed by the processor to further implement the following steps: according to the screening condition information and the identity of the UE in the source domain, determine that at least n of the screening conditions are met , and, among the matching screening conditions, there is the candidate UE whose corresponding confidence is greater than the screening condition of the confidence threshold.
  • the UE indication information also includes the filter condition that the candidate UE meets and the confidence level corresponding to the filter condition; or,
  • the UE indication information also includes the filtering condition that the candidate UE meets, the confidence level corresponding to the matching filtering condition, and the identity of the UE in the source domain.
  • the following steps are further implemented: according to the number of screening conditions that each candidate UE meets and the confidence level corresponding to the screening conditions that each candidate UE meets, or, according to the number of screening conditions that each candidate UE meets,
  • the multiple candidate UEs are sorted according to the number of screening conditions that the candidate UEs meet; the UE indication information is generated according to the sorting results.
  • the first network element is an NF network element used to determine the candidate UE.
  • the third-party device is an OTT application server or terminal.
  • a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
  • the migration learning request carrying the identity of the UE in the source domain and screening condition information for selecting candidate UEs; receiving UE indication information sent by the first network element, the UE indication information includes multiple An identifier of a candidate UE, the plurality of candidate UEs is determined according to the screening condition information and the identifier of the source domain UE; and a target domain UE is determined from the plurality of candidate UEs according to the UE indication information.
  • the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
  • the expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
  • the expected communication quality within the future target time period meets the communication quality threshold
  • the type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
  • the current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
  • the current communication quality meets the communication quality threshold
  • the type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
  • the number of candidate UEs is the number of candidate UEs.
  • the UE indication information further includes the filtering condition that the candidate UE meets and the confidence level corresponding to the matching filtering condition.
  • the transfer learning request also carries a confidence threshold.
  • the first network element is an NF network element used to determine the candidate UE.
  • the third-party device is an OTT application server or terminal.
  • Nonvolatile memory can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory can include random access memory (RAM) or external cache memory.
  • RAM is available in many forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Chain Synchlink DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
  • SRAM Static RAM
  • DRAM Dynamic RAM
  • SDRAM Synchronous DRAM
  • DDRSDRAM Double Data Rate SDRAM
  • ESDRAM Enhanced SDRAM
  • SLDRAM Synchronous Chain Synchlink DRAM
  • Rambus direct RAM
  • DRAM direct memory bus dynamic RAM
  • RDRAM memory bus dynamic RAM

Abstract

The present application relates to the technical field of transfer learning, and relates to a terminal selection method and apparatus, a device, and a medium. The method comprises: receiving a transfer learning request sent by a third-party device, the transfer learning request carrying an identifier of a source domain UE and screening condition information for selecting a candidate UE; determining a plurality of candidate UEs according to the screening condition information and the identifier of the source domain UE; and sending UE indication information to the third-party device, the UE indication information comprising identifiers of the plurality of candidate UEs, and the UE indication information being used by the third-party device to determine a target domain UE from the plurality of candidate UEs. The technical solution provided by embodiments of the present application can realize selection of the target domain UE.

Description

终端选择方法、装置、设备以及介质Terminal selection method, device, equipment and medium 技术领域technical field
本申请涉及迁移学习技术领域,特别是涉及一种终端选择方法、装置、设备以及介质。The present application relates to the technical field of transfer learning, and in particular to a terminal selection method, device, equipment and medium.
背景技术Background technique
迁移学习作为机器学习的一个重要分支,可以利用数据、任务或模型之间的相似性,将在旧领域学习过的模型应用于具有一定关联的新领域。在迁移学习中源域和目标域是非常重要的概念,源域指的是迁移学习中的旧领域,目标域指的是迁移学习中的新领域,一般来说,源域的数据集和目标域的数据集具有一定的相似性才能保证迁移学习的结果理想。在OTT(英文全称:Over The Top)业务领域中,可以利用UE(英文全称:User Equipment;中文:用户设备)的应用层数据进行模型训练,以得到辅助OTT业务进行的模型,而要针对训练好的模型进行迁移学习,就必须要保证源域UE与目标域UE具有一定的相似性。As an important branch of machine learning, transfer learning can use the similarity between data, tasks or models to apply the model learned in the old field to a new field with certain relevance. Source domain and target domain are very important concepts in transfer learning. The source domain refers to the old domain in transfer learning, and the target domain refers to the new domain in transfer learning. Generally speaking, the data set and target of the source domain Domain datasets have a certain similarity to ensure the ideal results of transfer learning. In the OTT (English full name: Over The Top) business field, the application layer data of UE (English full name: User Equipment; Chinese: User Equipment) can be used for model training to obtain a model that assists the OTT business. For a good model to perform transfer learning, it is necessary to ensure that the UE in the source domain has a certain similarity with the UE in the target domain.
当前,如何选择目标域UE已经成为了OTT业务中迁移学习所亟需解决的问题。At present, how to select the target domain UE has become an urgent problem to be solved in transfer learning in OTT services.
发明内容Contents of the invention
基于此,本申请提供了一种终端选择方法、装置、设备以及介质。Based on this, the present application provides a terminal selection method, device, equipment and medium.
第一方面,提供了一种终端选择方法,用于核心网的第一网元中,所述方法包括:In a first aspect, a terminal selection method is provided, which is used in a first network element of a core network, and the method includes:
接收第三方设备发送的迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;根据该筛选条件信息以及该源域UE的标识,确定多个候选UE;将UE指示信息发送至该第三方设备,该UE指示信息包括该多个候选UE的标识,该UE指示信息用于供该第三方设备从该多个候选UE中确定目标域UE。Receive a migration learning request sent by a third-party device, the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs; determine multiple candidate UEs according to the filtering condition information and the identity of the UE in the source domain; The indication information is sent to the third-party device, the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain UE from the plurality of candidate UEs.
第二方面,提供了一种终端选择方法,用于第三方设备中,该方法包括:In the second aspect, a terminal selection method is provided, which is used in a third-party device, and the method includes:
向核心网的第一网元发送迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;Sending a migration learning request to the first network element of the core network, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs;
接收该第一网元发送的UE指示信息,该UE指示信息包括多个候选UE的标识,该多个候选UE是根据该筛选条件信息以及该源域UE的标识确定的;receiving UE indication information sent by the first network element, where the UE indication information includes identifiers of multiple candidate UEs, and the multiple candidate UEs are determined according to the screening condition information and the identifier of the source domain UE;
根据该UE指示信息从该多个候选UE中确定目标域UE。Determine the UE in the target domain from the plurality of candidate UEs according to the UE indication information.
第三方面,提供了一种终端选择装置,该装置包括:In a third aspect, a device for selecting a terminal is provided, and the device includes:
接收模块,用于接收第三方设备发送的迁移学习请求,该迁移学习请求携带源域UE 的标识以及选择候选UE的筛选条件信息;The receiving module is configured to receive a migration learning request sent by a third-party device, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs;
确定模块,用于根据该筛选条件信息以及该源域UE的标识,确定多个候选UE;A determining module, configured to determine a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain;
发送模块,用于将UE指示信息发送至该第三方设备,该UE指示信息包括该多个候选UE的标识,该UE指示信息用于供该第三方设备从该多个候选UE中确定目标域UE。A sending module, configured to send UE indication information to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain from the plurality of candidate UEs UE.
第四方面,提供了一种终端选择装置,该装置包括:In a fourth aspect, a device for selecting a terminal is provided, and the device includes:
发送模块,用于向核心网的第一网元发送迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;A sending module, configured to send a migration learning request to a first network element of the core network, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting a candidate UE;
接收模块,用于接收该第一网元发送的UE指示信息,该UE指示信息包括多个候选UE的标识,该多个候选UE是根据该筛选条件信息以及该源域UE的标识确定的;A receiving module, configured to receive UE indication information sent by the first network element, where the UE indication information includes identifiers of multiple candidate UEs, and the multiple candidate UEs are determined according to the screening condition information and the identifier of the source domain UE;
确定模块,用于根据该UE指示信息从该多个候选UE中确定目标域UE。The determining module is configured to determine the UE in the target domain from the plurality of candidate UEs according to the UE indication information.
第五方面,提供了一种通信设备,包括:处理器、存储器和收发器,该处理器、该存储器和该收发器通过内部连接通路互相通信,该存储器,用于存储程序代码;该处理器,用于调用该存储器中存储的程序代码,以配合该收发器实现上述第一方面所述方法的步骤,或者,以配合该收发器实现上述第二方面所述方法的步骤。In a fifth aspect, a communication device is provided, including: a processor, a memory, and a transceiver, the processor, the memory, and the transceiver communicate with each other through an internal connection path, the memory is used to store program codes; the processor , for calling the program code stored in the memory, to cooperate with the transceiver to realize the steps of the method described in the first aspect above, or to cooperate with the transceiver to realize the steps of the method described in the second aspect above.
第六方面,提供了一种计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现上述第一方面所述的方法的步骤,或者,该计算机程序被处理器执行时实现上述第二方面所述的方法的步骤。A sixth aspect provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the method described in the first aspect above are implemented, or, the computer program is executed by the processor When implementing the steps of the method described in the second aspect above.
上述终端选择方法、装置、设备以及介质,通过接收第三方设备发送的迁移学习请求,其中,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息,而后,根据该筛选条件信息以及源域UE的标识,确定多个候选UE,接着,将UE指示信息发送至第三方设备,该UE指示信息包括多个候选UE的标识,该UE指示信息用于供第三方设备从多个候选UE中确定目标域UE,这样,第三方设备在提供源域UE的标识以及选择候选UE的筛选条件信息之后,即可获得根据该筛选条件信息确定与该源域UE相似的多个候选UE,而后,在后续步骤中从候选UE中确定目标域UE,从而实现了对候选UE的选择,继而在后续过程中,可以利用候选UE的应用层数据进行迁移学习。The above terminal selection method, device, device, and medium receive a transfer learning request sent by a third-party device, wherein the transfer learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs, and then, according to the screening condition information and source domain UE identities, determine a plurality of candidate UEs, and then send UE indication information to a third-party device, where the UE indication information includes identifications of a plurality of candidate UEs, and the UE indication information is used for the third-party device to select from multiple Determine the target domain UE among the candidate UEs, so that the third-party device can obtain multiple candidate UEs determined to be similar to the source domain UE according to the screening condition information after providing the source domain UE identification and the screening condition information for selecting the candidate UE , and then, in a subsequent step, the target domain UE is determined from the candidate UEs, thereby realizing the selection of the candidate UEs, and then in the subsequent process, transfer learning can be performed using the application layer data of the candidate UEs.
附图说明Description of drawings
图1为神经网络模型的结构示意图;Fig. 1 is the structural representation of neural network model;
图2为卷积神经网络模型的结果示意图;Fig. 2 is the result schematic diagram of convolutional neural network model;
图3为迁移学习过程的示意图;Fig. 3 is the schematic diagram of transfer learning process;
图4为本申请实施例涉及的一种实施环境的示意图;FIG. 4 is a schematic diagram of an implementation environment involved in an embodiment of the present application;
图5为本申请实施例涉及的另一种实施环境的示意图;FIG. 5 is a schematic diagram of another implementation environment involved in the embodiment of the present application;
图6为一个实施例提供的一种终端选择方法的流程图;FIG. 6 is a flow chart of a terminal selection method provided by an embodiment;
图7为一个实施例提供的一种终端选择方法的流程图;FIG. 7 is a flow chart of a terminal selection method provided by an embodiment;
图8为一个实施例提供的一种终端选择方法的流程图;FIG. 8 is a flow chart of a terminal selection method provided by an embodiment;
图9为一个实施例提供的一种终端选择方法的流程图;FIG. 9 is a flow chart of a terminal selection method provided by an embodiment;
图10为一个实施例提供的一种终端选择方法的流程图;FIG. 10 is a flowchart of a terminal selection method provided by an embodiment;
图11为一个实施例提供的一种终端选择装置的框图;Fig. 11 is a block diagram of a terminal selection device provided by an embodiment;
图12为一个实施例提供的一种终端选择装置的框图;Fig. 12 is a block diagram of a terminal selection device provided by an embodiment;
图13为一个实施例提供的一种终端选择装置的框图;Fig. 13 is a block diagram of a terminal selection device provided by an embodiment;
图14为一个实施例提供的一种通信设备的框图。Fig. 14 is a block diagram of a communication device provided by an embodiment.
具体实施方式Detailed ways
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。In order to make the purpose, technical solution and advantages of the present application clearer, the present application will be further described in detail below in conjunction with the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present application, and are not intended to limit the present application.
为了使读者易于理解本申请实施例提供的技术方案,下面,将对本申请实施例中涉及到的概念进行简要介绍:In order to make it easy for readers to understand the technical solutions provided by the embodiments of the present application, the concepts involved in the embodiments of the present application will be briefly introduced below:
1、神经网络模型。1. Neural network model.
一般来说,一个简单的神经网络模型的基本结构包括:输入层,隐藏层和输出层,如图1所示。数据从输入层输入,经过隐藏层的处理,最后的结果在输出层产生。在这其中,各个节点代表一个处理单元,可以认为是模拟了一个神经元,多个神经元组成一层神经网络模型,多层的信息传递与处理构造出一个整体的神经网络模型。Generally speaking, the basic structure of a simple neural network model includes: input layer, hidden layer and output layer, as shown in Figure 1. Data is input from the input layer, processed by the hidden layer, and the final result is generated in the output layer. Among them, each node represents a processing unit, which can be regarded as simulating a neuron. Multiple neurons form a layer of neural network model, and multi-layer information transmission and processing constructs an overall neural network model.
随着研究的不断发展,近年来又提出了神经网络模型的深度学习算法,较多的隐层被引入,极大地提升了神经网络模型的处理能力,并在模式识别、信号处理、优化组合以及异常探测等方面广泛被应用。With the continuous development of research, in recent years, the deep learning algorithm of the neural network model has been proposed, and more hidden layers have been introduced, which greatly improves the processing ability of the neural network model, and in pattern recognition, signal processing, optimization combination and Anomaly detection and other aspects are widely used.
而随着深度学习算法的发展,卷积神经网络模型也被进一步研究。在一个卷积神经网络模型中,其基本结构包括:输入层、多个卷积层、多个池化层、全连接层及输出层,如图2所示。卷积层和池化层的引入,有效地控制了神经网络模型中网络参数的剧增,限制了网络参数的个数并挖掘了局部结构的特点,提高了算法的鲁棒性。With the development of deep learning algorithms, convolutional neural network models have also been further studied. In a convolutional neural network model, its basic structure includes: an input layer, multiple convolutional layers, multiple pooling layers, a fully connected layer, and an output layer, as shown in Figure 2. The introduction of the convolutional layer and the pooling layer effectively controls the sharp increase of network parameters in the neural network model, limits the number of network parameters and taps the characteristics of the local structure, improving the robustness of the algorithm.
通常来说,神经网络模型中网络参数的值需要通过模型训练的方式得到,在一种典型的模型训练方式中,可以获取训练样本数据以及训练样本数据对应的真实标签,而后,将 训练样本数据经由神经网络模型的输入层输入,以得到输出层产生的训练标签,接着,确定训练标签和真实标签之间的差异,并基于该差异调整神经网络模型中网络参数的值,经过多轮调整,直至神经网络模型输出层产生的训练标签与真实标签之间的差异较小即可结束模型训练,从而得到训练好的神经网络模型。Generally speaking, the values of the network parameters in the neural network model need to be obtained through model training. In a typical model training method, the training sample data and the real labels corresponding to the training sample data can be obtained, and then the training sample data Input through the input layer of the neural network model to obtain the training label generated by the output layer, then determine the difference between the training label and the real label, and adjust the value of the network parameter in the neural network model based on the difference, after multiple rounds of adjustment, The model training can be ended until the difference between the training label generated by the output layer of the neural network model and the real label is small, so as to obtain a trained neural network model.
2、迁移学习2. Transfer Learning
迁移学习作为机器学习的一个重要分支,可以利用数据、任务或神经网络模型之间的相似性,将在旧领域训练过的神经网络模型应用于具有一定关联的新领域。举例来说,假设已经训练得到一个专门用来识别猫的品种的神经网络模型,而当前存在识别老虎品种的任务,由于猫和老虎均为猫科动物,具有相似性,则可以利用迁移学习的方式将该识别猫的品种的神经网络模型应用于识别老虎品种的领域中,相较于再单独训练一个识别老虎品种的神经网络模型而言,其成本低得多。As an important branch of machine learning, transfer learning can use the similarity between data, tasks or neural network models to apply the neural network model trained in the old field to a new field with certain relevance. For example, assuming that a neural network model has been trained to identify cat breeds, and there is currently a task of identifying tiger breeds, since cats and tigers are both cats and have similarities, transfer learning can be used The way to apply the neural network model for identifying cat breeds to the field of identifying tiger breeds is that the cost is much lower than separately training a neural network model for identifying tiger breeds.
请参考图3,其示出了一个简单的迁移学习过程,其中,图3中的左侧图示出的是传统的机器学习方式,在该传统的机器学习方式中,可以采用猫对应的训练样本数据训练得到用来识别猫的品种的神经网络模型A,同时,采用老虎对应的训练样本数据训练得到用来识别老虎品种的神经网络模型B,图3中的右侧图示出的是迁移学习的方式,在迁移学习中,可以利用猫对应的训练样本数据训练得到用来识别猫的品种的神经网络模型A,而后,对该神经网络模型A进行迁移训练,得到用来识别老虎品种的神经网络模型B。Please refer to Figure 3, which shows a simple transfer learning process, where the left figure in Figure 3 shows the traditional machine learning method, in this traditional machine learning method, the training corresponding to the cat can be used The sample data is trained to obtain the neural network model A used to identify the cat breed. At the same time, the training sample data corresponding to the tiger is used to train the neural network model B used to identify the tiger breed. The right figure in Figure 3 shows the migration The learning method, in transfer learning, can use the corresponding training sample data of cats to train to obtain the neural network model A used to identify the cat breed, and then perform migration training on the neural network model A to obtain the tiger breed. Neural Network Model B.
通常来说,迁移学习按照学习方式可以分为基于样本权重的迁移,基于特征变换的迁移以及基于模型预训练的迁移。基于样本的迁移通过对源域中训练样本数据的加权利用完成迁移。基于特征的迁移通过将源域和目标域映射到另一个空间并最小化源域和目标域的距离来完成迁移。基于模型预训练是将源域训练后的神经网络模型在目标域利用目标域的训练样本数据进行微调。Generally speaking, transfer learning can be divided into transfer based on sample weight, transfer based on feature transformation and transfer based on model pre-training according to the learning method. Sample-based transfer accomplishes transfer by weighted usage of training sample data in the source domain. Feature-based transfer accomplishes the transfer by mapping the source and target domains to another space and minimizing the distance between the source and target domains. Model-based pre-training is to fine-tune the neural network model trained in the source domain in the target domain using the training sample data of the target domain.
其中,上文中提到的源域和目标域是迁移学习中非常重要的概念,源域指的是迁移学习中的旧领域(例如上述举例中识别猫的品种),目标域指的是迁移学习中的新领域(例如上述举例中识别老虎的品种),一般来说,源域的数据集和目标域的数据集具有一定的相似性才能保证迁移学习的结果理想,在上述举例中,正是由于猫和老虎均为猫科动物,其较为相似,因此,才能保证迁移训练后得到的识别老虎品种的神经网络模型具有较高的识别率,而如果相似度不够,就会导致迁移结果并不理想,甚至会出现负迁移,例如,若基于识别狗品种的神经网络模型进行迁移训练得到识别老虎品种的神经网络模型,就会因为狗与老虎之间的相似度不够,而导致迁移训练得到的神经网络模型的识别率较低。Among them, the source domain and target domain mentioned above are very important concepts in transfer learning. The source domain refers to the old domain in transfer learning (such as identifying cat breeds in the above example), and the target domain refers to transfer learning. In new domains (such as identifying the species of tigers in the above example), generally speaking, the datasets in the source domain and the datasets in the target domain have a certain similarity to ensure that the results of transfer learning are ideal. In the above example, it is Since both cats and tigers are cats, they are relatively similar. Therefore, the neural network model for identifying tiger species obtained after migration training can be guaranteed to have a high recognition rate. If the similarity is not enough, the migration results will not be accurate. Ideally, negative transfer may even occur. For example, if the neural network model for recognizing tiger breeds is obtained through migration training based on the neural network model for recognizing dog breeds, the similarity between dogs and tigers will be insufficient, resulting in The recognition rate of the neural network model is low.
3、OTT业务3. OTT business
OTT业务是英文Over The Top的简称,这个词汇来源于篮球等体育运动,是“过顶传球”的意思。在无线通信技术领域,OTT业务即互联网公司越过运营商,发展基于开放互联网的各种视频及数据服务业务。OTT business is the abbreviation of Over The Top in English. This word comes from basketball and other sports, and it means "over the top pass". In the field of wireless communication technology, OTT business means that Internet companies surpass operators and develop various video and data service businesses based on the open Internet.
在OTT业务中,可以利用UE(中文:用户设备,英文:User Equipment)的应用层数据进行模型训练,以得到辅助OTT业务进行的神经网络模型,例如,在OTT业务中,可以利用UE对视频应用的使用行为数据作为训练样本数据进行神经网络模型的训练,以得到对用户行为预测的神经网络模型。In the OTT business, the application layer data of the UE (Chinese: User Equipment, English: User Equipment) can be used for model training to obtain a neural network model that assists the OTT business. For example, in the OTT business, the UE can be used to conduct video The application uses behavioral data as training sample data to train the neural network model to obtain a neural network model that predicts user behavior.
在OTT业务中,若要针对训练好的神经网络模型进行迁移学习,就必须要保证源域UE与候选UE具有一定的相似性,否则,就会导致迁移结果并不理想,甚至会出现负迁移。In the OTT business, if you want to carry out transfer learning for the trained neural network model, you must ensure that the source domain UE has a certain similarity with the candidate UE, otherwise, the transfer result will be unsatisfactory, and even negative transfer will occur. .
然而,在实际应用中,由于UE信息的敏感性,使得OTT应用服务器无法获知UE信息,从而也无法确定UE之间是否存在相似性,因此,导致OTT业务进行迁移学习面临候选UE选择的难题。However, in practical applications, due to the sensitivity of UE information, the OTT application server cannot know UE information, and thus cannot determine whether there is similarity between UEs. Therefore, migration learning for OTT services faces the difficulty of candidate UE selection.
有鉴于此,本申请实施例提供了一种终端选择方法、装置、设备以及介质,可以利用运营商网络(例如5GS)对UE信息的了解来选择目标域UE,从而辅助OTT业务进行迁移学习。In view of this, the embodiment of the present application provides a terminal selection method, device, device and medium, which can use the knowledge of the operator network (such as 5GS) on the UE information to select the UE in the target domain, thereby assisting OTT services in migration learning.
请参考图4,其示出了本申请实施例提供的终端选择方法所涉及到的实施环境的示意图,如图4所示,该实施环境包括第三方设备101、核心网中的第一网元102以及核心网中的第二网元103,可选的,其中,第一网元102负责与第三方设备101直接对接,例如,接收第三方设备101发送的迁移学习请求,并基于该迁移学习请求向第三方设备101返回候选UE的标识,除此以外,第一网元102还可以通过与第二网元103的交互来获取UE信息,以通过获取到的UE信息确定候选UE,以供第三方设备101从候选UE中确定目标域UE。Please refer to FIG. 4, which shows a schematic diagram of the implementation environment involved in the terminal selection method provided by the embodiment of the present application. As shown in FIG. 4, the implementation environment includes a third-party device 101 and a first network element in the core network 102 and the second network element 103 in the core network. Optionally, the first network element 102 is responsible for directly connecting with the third-party device 101, for example, receiving a transfer learning request sent by the third-party device 101, and based on the transfer learning Request to return the identity of the candidate UE to the third-party device 101. In addition, the first network element 102 can also obtain UE information through interaction with the second network element 103, so as to determine the candidate UE through the obtained UE information, for The third party device 101 determines the target domain UE from the candidate UEs.
请参考图5,在可选实施例中,本申请实施例提供的终端选择方法所涉及到的实施环境除了包括第三方设备101、核心网中的第一网元102以及核心网中的第二网元103以外,还可以包括核心网中的第三网元104,第一网元102除了可以通过与第二网元103的交互来获取UE信息以外,还可以通过与第三网元104的交互获取UE信息。Please refer to FIG. 5. In an optional embodiment, the implementation environment involved in the terminal selection method provided by the embodiment of the present application includes a third-party device 101, a first network element 102 in the core network, and a second network element 102 in the core network. In addition to the network element 103, it may also include a third network element 104 in the core network. In addition to obtaining UE information through interaction with the second network element 103, the first network element 102 may also obtain UE information through interaction with the third network element 104. Obtain UE information interactively.
需要指出的是,上文所述的核心网可以是GSM(中文:全球移动通信系统,英文:global system for mobile communication)中的核心网、CDMA(中文:码分多址,英文:code division multiple access)中的核心网、WCDMA(中文:宽带码分多址,英文:wideband code division multiple access)中的核心网、LTE(中文:长期演进,英文:long term evolution)中的核心 网、CRAN(中文:云无线接入网络,英文:cloud radio access network)中的核心网或者5G通信系统中的核心网。It should be pointed out that the core network mentioned above can be the core network in GSM (Chinese: Global System for Mobile Communication, English: global system for mobile communication), CDMA (Chinese: Code Division Multiple Access, English: code division multiple access), core network in WCDMA (Chinese: wideband code division multiple access, English: wideband code division multiple access), core network in LTE (Chinese: long term evolution, English: long term evolution), CRAN ( Chinese: cloud wireless access network, English: cloud radio access network) in the core network or the core network in the 5G communication system.
可选的,在5G通信系统中,第一网元102可以复用核心网中已有的NF(中文:网络功能,英文:Network Function)网元,或者,核心网中也可以设置一个新的NF网元作为该第一网元102,第二网元103可以包括核心网中的NWDAF(中文:网络数据分析功能,英文:Network Data Analytics Function)网元,第三网元104可以包括NF网元,其中,第三网元104包括的NF网元可以为AMF(中文:接入及移动性管理功能;英文:Access and Mobility Management Function)网元和/或SMF(中文:会话管理功能;英文:Session Management Function)网元。Optionally, in the 5G communication system, the first network element 102 can reuse the existing NF (Chinese: Network Function, English: Network Function) network element in the core network, or a new network element can also be set in the core network The NF network element is used as the first network element 102, the second network element 103 can include the NWDAF (Chinese: Network Data Analysis Function, English: Network Data Analytics Function) network element in the core network, and the third network element 104 can include the NF network element. The NF network element included in the third network element 104 may be an AMF (Chinese: Access and Mobility Management Function; English: Access and Mobility Management Function) network element and/or an SMF (Chinese: Session Management Function; English : Session Management Function) network element.
还需要指出的是,在本申请实施例中,第三方设备101可以为OTT应用服务器或者终端,其中终端可以通过接入网设备实现与第一网元102的通信交互。It should also be pointed out that, in this embodiment of the present application, the third-party device 101 may be an OTT application server or a terminal, where the terminal may communicate with the first network element 102 through an access network device.
其中,上文所述的终端可以包括PDA(中文:个人数字处理,英文:personal digital assistant)、具有无线通信功能的手持设备、计算设备或连接到无线调制解调器的其它处理设备、车载设备、可穿戴设备、5G网络中的用户设备或未来演进的PLMN(中文:公共陆地移动网络,英文:public land mobile network)网络中的用户设备等。Among them, the terminals mentioned above may include PDA (Chinese: personal digital processing, English: personal digital assistant), handheld devices with wireless communication functions, computing devices or other processing devices connected to wireless modems, vehicle-mounted devices, wearable Equipment, user equipment in the 5G network or user equipment in the future evolved PLMN (Chinese: public land mobile network, English: public land mobile network) network, etc.
上文所述的OTT应用服务器可以为单台服务器也可以为由多台服务器组成的服务器集群。The OTT application server mentioned above can be a single server or a server cluster composed of multiple servers.
上文所述的接入网设备可以是传输接收节点(transmission reception point,TRP)、基站、中继站或接入点等,接入网设备可以是5G通信系统中的接入网设备或未来演进网络中的接入网设备,还可以是可穿戴设备或车载设备等,另外还可以是:GSM或CDMA网络中的BTS(中文基站收发信台,英文:base transceiver station),也可以是WCDMA中的NB(NodeB),还可以是LTE中的eNB或eNodeB(英文全称:evolutional NodeB),接入网设备还可以是CRAN场景下的无线控制器。The above-mentioned access network equipment can be transmission reception point (transmission reception point, TRP), base station, relay station or access point, etc., and the access network equipment can be the access network equipment in the 5G communication system or the future evolution network The access network device in the network can also be a wearable device or a vehicle-mounted device, etc. In addition, it can also be: a BTS (Chinese base transceiver station, English: base transceiver station) in a GSM or CDMA network, or a BTS in a WCDMA network. NB (NodeB) can also be eNB or eNodeB (English full name: evolutional NodeB) in LTE, and the access network device can also be a wireless controller in the CRAN scenario.
请参考图6,其示出了本申请实施例提供的一种终端选择方法的流程图,该终端选择方法应用于图4或图5中的第一网元102中,如图6所示,该终端选择方法包括以下步骤:Please refer to FIG. 6, which shows a flowchart of a terminal selection method provided by an embodiment of the present application. The terminal selection method is applied to the first network element 102 in FIG. 4 or FIG. 5, as shown in FIG. 6, The terminal selection method includes the following steps:
步骤601、第一网元接收第三方设备发送的迁移学习请求。 Step 601, the first network element receives a migration learning request sent by a third-party device.
其中,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息。Wherein, the migration learning request carries the identity of the UE in the source domain and the screening condition information for selecting candidate UEs.
在本申请的可选实施例中,该筛选条件信息用于指示一个或多个筛选条件,该筛选条件例如可以是以下内容中的至少一种:In an optional embodiment of the present application, the filter condition information is used to indicate one or more filter conditions, and the filter condition may be, for example, at least one of the following:
未来预期可能到达源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量k。The number k of candidate UEs.
需要说明的是,在实际应用中,移动轨迹是否相似可以利用移动轨迹对应的曲线是否相似表征,或者,可以利用对移动轨迹进行向量化处理后得到的向量之间的距离是否小于某一阈值表征,或者,可以利用移动轨迹之间的交点数量是否大于某一阈值表征,或者,可以利用移动轨迹之间重合区域的占比是否大于某一阈值表征,本申请实施例对此不作具体限定。It should be noted that in practical applications, whether the moving trajectories are similar can be characterized by whether the curves corresponding to the moving trajectories are similar, or whether the distance between vectors obtained after vectorizing the moving trajectories is less than a certain threshold can be used to represent , or, it can be characterized by whether the number of intersections between the moving trajectories is greater than a certain threshold, or it can be characterized by whether the proportion of overlapping areas between the moving trajectories is greater than a certain threshold, which is not specifically limited in this embodiment of the present application.
还需要说明的是,业务类型是否相似可以利用相同的业务类型的数量是否大于某一阈值表征,或者,可以利用相同的业务类型的占比是否大于某一阈值表征,本申请实施例对此也不做具体限定。It should also be noted that whether the service types are similar can be characterized by whether the number of the same service types is greater than a certain threshold, or whether the proportion of the same service types is greater than a certain threshold. Not specifically limited.
另外,上文中的“当前”应做扩大化理解,所谓当前可以指当前时刻,也可指当前时刻之前(包括当前时刻)的一段时长小于某一阈值的时间段,也可指当前时刻之前(不包括当前时刻)的一段时长小于某一阈值的时间段。上文中的历史指的是在时间维度上位于“当前”之前的时间段,未来指的是在时间维度上位于“当前”之后的时间段。In addition, the "current" in the above should be interpreted in an expanded way. The so-called current can refer to the current moment, or a period of time before the current moment (including the current moment) that is less than a certain threshold, or it can refer to the current moment before ( A time period whose duration is less than a certain threshold (excluding the current moment). The history above refers to the time period before the "current" in the time dimension, and the future refers to the time period after the "current" in the time dimension.
可选的,第三方设备和第一网元可以预先约定一个筛选条件集合,该筛选条件集合中包括的各筛选条件都与一条件标识对应,第三方设备在发送迁移学习请求之前可以从该筛选条件集合中选择需要使用的筛选条件,并基于所选择的筛选条件的条件标识生成该筛选条件信息,以供第一网元根据该筛选条件信息所指示的筛选条件选择多个候选UE。Optionally, the third-party device and the first network element may pre-agree on a filter condition set, each filter condition included in the filter condition set corresponds to a condition identifier, and the third-party device may select from the filter condition before sending the migration learning request. The filter condition to be used is selected from the condition set, and the filter condition information is generated based on the condition identifier of the selected filter condition, so that the first network element selects multiple candidate UEs according to the filter condition indicated by the filter condition information.
可选的,该筛选条件集合以及筛选条件集合中包括的各筛选条件所对应的条件标识除了可以是第三方设备和第一网元约定的以外,还可以是由核心网中的其他网元基于高层信令分别配置给第三方设备以及第一网元的。Optionally, the set of filtering conditions and the condition identifiers corresponding to the filtering conditions included in the set of filtering conditions may not only be agreed upon by the third-party device and the first network element, but also may be determined by other network elements in the core network based on High-level signaling is respectively configured for the third-party device and the first network element.
步骤602、第一网元根据筛选条件信息以及源域UE的标识,确定多个候选UE。 Step 602, the first network element determines a plurality of candidate UEs according to the screening condition information and the identifier of the UE in the source domain.
可选的,第一网元可以根据筛选条件信息以及源域UE的标识,将符合至少n个筛选条件的UE作为该候选UE,其中,n为正整数,在本申请的可选实施例中,n可以为网络预先配置的数值,例如,n可以为核心网中的其他网元通过高层信令配置给第一网元的,n 也可以是第三方设备指示的,例如,第三方设备发送的迁移学习请求中可以携带n的值。Optionally, the first network element may select UEs meeting at least n screening conditions as the candidate UEs according to the screening condition information and the identity of the UE in the source domain, where n is a positive integer. In an optional embodiment of the present application , n can be a value pre-configured by the network, for example, n can be configured to the first network element by other network elements in the core network through high-level signaling, and n can also be indicated by a third-party device, for example, the third-party device sends The value of n can be carried in the migration learning request.
可选的,在本申请实施例中,上文所述的迁移学习请求中还可以携带置信度阈值,在这种情况下,第一网元可以根据筛选条件信息以及源域UE的标识,将符合至少n个筛选条件,且,符合的筛选条件中存在对应的置信度大于置信度阈值的筛选条件的UE作为候选UE。Optionally, in this embodiment of the application, the above-mentioned migration learning request may also carry a confidence threshold. In this case, the first network element may, according to the screening condition information and the identity of the UE in the source domain, set the Meet at least n screening conditions, and among the satisfied screening conditions, there is a UE whose corresponding confidence level is greater than the confidence level threshold as the candidate UE.
例如,对于某一UE,其符合m(m大于等于n)个筛选条件,且,这m个筛选条件中存在1个对应的置信度大于置信度阈值的筛选条件,则第一网元可以将该UE作为候选UE。For example, for a certain UE, it meets m (m is greater than or equal to n) screening conditions, and there is one screening condition corresponding to the confidence degree greater than the confidence degree threshold among the m screening conditions, then the first network element can set This UE is used as a candidate UE.
可选的,第一网元可以通过与第二网元之间的通信交互,或者,通过与第二网元以及第三网元的通信交互获取UE信息,并基于获取到的UE信息实现对多个候选UE的确定。Optionally, the first network element may obtain UE information through communication interaction with the second network element, or through communication interaction with the second network element and the third network element, and implement the UE information based on the obtained UE information. Determination of multiple candidate UEs.
步骤603、第一网元将UE指示信息发送至第三方设备。 Step 603, the first network element sends UE indication information to a third-party device.
其中,UE指示信息包括多个候选UE的标识,UE指示信息用于供第三方设备从多个候选UE中确定目标域UE。在确定了目标域UE之后,第三方设备可以基于目标域UE的标识获取目标域UE的应用层数据,例如,目标域UE的浏览数据、目标域UE的搜索数据等等,而后,基于目标域UE的应用层数据针对已有的神经网络模型进行迁移学习。Wherein, the UE indication information includes identifiers of multiple candidate UEs, and the UE indication information is used for the third-party device to determine the target domain UE from the multiple candidate UEs. After determining the target domain UE, the third-party device can obtain the application layer data of the target domain UE based on the identity of the target domain UE, for example, the browsing data of the target domain UE, the search data of the target domain UE, etc., and then, based on the target domain The application layer data of the UE is transferred to the existing neural network model for learning.
如上文所述,筛选条件可以包括候选UE的数量k,在这种情况下,第一网元在确定了多个候选UE之后,可以从该候选UE中选择k个候选UE,并基于该k各候选UE生成UE指示信息,而后,将UE指示信息发送至第三方设备。As mentioned above, the screening condition may include the number k of candidate UEs. In this case, after the first network element determines a plurality of candidate UEs, it may select k candidate UEs from the candidate UEs, and based on the k Each candidate UE generates UE indication information, and then sends the UE indication information to a third-party device.
可选的,第一网元可以根据候选UE与源域UE的相似程度,从多个候选UE中选择相似程度最高的k个候选UE。其中,候选UE与源域UE的相似程度可以利用候选UE所满足的筛选条件的个数来表征,或者,可以利用候选UE所满足的筛选条件的个数以及满足的各筛选条件对应的置信度来表征,一般来说,满足的筛选条件个数越多,置信度越高,相似程度越大。Optionally, the first network element may select k candidate UEs with the highest similarity from multiple candidate UEs according to the similarity between the candidate UE and the UE in the source domain. Wherein, the similarity between the candidate UE and the source domain UE can be characterized by the number of screening conditions satisfied by the candidate UE, or can be represented by the number of screening conditions satisfied by the candidate UE and the confidence corresponding to each satisfied screening condition Generally speaking, the more the filter conditions are met, the higher the confidence and the greater the similarity.
可选的,该UE指示信息还可以包括源域UE的标识。Optionally, the UE indication information may also include an identifier of the UE in the source domain.
可选的,该UE指示信息还可以包括候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度。Optionally, the UE indication information may also include screening conditions that the candidate UEs meet and confidence levels corresponding to the screening conditions.
在本实施例中,通过接收第三方设备发送的迁移学习请求,其中,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息,而后,根据该筛选条件信息以及源域UE的标识,确定多个候选UE,接着,将UE指示信息发送至第三方设备,该UE指示信息包括多个候选UE的标识,该UE指示信息用于供第三方设备从多个候选UE中确定目标域UE,这样,第三方设备在提供源域UE的标识以及选择候选UE的筛选条件信息之 后,即可获得根据该筛选条件信息确定与该源域UE相似的多个候选UE,而后,在后续步骤中从候选UE中确定目标域UE,从而实现了对候选UE的选择,继而在后续过程中,可以利用候选UE的应用层数据进行迁移学习。In this embodiment, by receiving a migration learning request sent by a third-party device, wherein the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs, and then according to the screening condition information and the UE in the source domain identify multiple candidate UEs, and then send UE indication information to a third-party device, where the UE indication information includes identifications of multiple candidate UEs, and the UE indication information is used for the third-party device to determine targets from the multiple candidate UEs In this way, the third-party device can obtain multiple candidate UEs determined to be similar to the source domain UE according to the screening condition information after providing the identity of the source domain UE and the screening condition information for selecting candidate UEs, and then, in the subsequent In the step, the UE in the target domain is determined from the candidate UEs, so as to realize the selection of the candidate UEs, and then in the subsequent process, the application layer data of the candidate UEs can be used for migration learning.
进一步地,由于在本申请实施例中,第三方设备无法获取候选UE的UE信息,也即是,敏感的UE信息不会暴露给第三方设备,因此,可以保证UE信息的安全性。Further, in the embodiment of the present application, since the third-party device cannot obtain the UE information of the candidate UE, that is, sensitive UE information will not be exposed to the third-party device, therefore, the security of the UE information can be guaranteed.
请参考图7,其示出了本申请实施例提供的一种确定候选UE的可选实现方式,如图7所示,该实现方式包括以下步骤:Please refer to FIG. 7, which shows an optional implementation method for determining candidate UEs provided by the embodiment of the present application. As shown in FIG. 7, the implementation method includes the following steps:
步骤701、第一网元向核心网中的第二网元发送第一UE信息获取请求。 Step 701, the first network element sends a first UE information acquisition request to the second network element in the core network.
如上文所述,第二网元可以包括核心网中的NWDAF网元,NWDAF网元是一个数据感知分析网元,其能够以网络数据为基础对网络进行自动感知和分析,NWDAF网元可以从NF网元、AF(中文:应用功能,英文:Application Function)网元以及OAM(中文:操作管理维护,英文:Operation Administration and Maintenance)网元中收集原始的网络数据,并对原始的网络数据进行智能分析,输出分析结果信息。例如,NWDAF网元输出的分析结果信息可以为UE当前或历史的移动轨迹、UE未来预期的移动轨迹、UE当前或历史所处的区域、UE未来预期可能到达的区域、UE未来预期的通信质量、UE当前或历史请求的业务的类型以及UE未来预期请求的业务的类型等。As mentioned above, the second network element may include the NWDAF network element in the core network. The NWDAF network element is a data-aware analysis network element, which can automatically perceive and analyze the network based on network data. The NWDAF network element can be obtained from NF network elements, AF (Chinese: Application Function, English: Application Function) network elements and OAM (Chinese: Operation Management and Maintenance, English: Operation Administration and Maintenance) network elements collect original network data, and perform Intelligent analysis, output analysis result information. For example, the analysis result information output by the NWDAF network element can be the current or historical movement trajectory of the UE, the future expected movement trajectory of the UE, the current or historical area of the UE, the expected future area of the UE, and the future expected communication quality of the UE. , the types of services currently or historically requested by the UE, and the types of services expected to be requested by the UE in the future.
其中,第一网元向NWDAF网元发送第一UE信息获取请求的过程可以包括步骤A1至A2:Wherein, the process of the first network element sending the first UE information acquisition request to the NWDAF network element may include steps A1 to A2:
A1、第一网元根据筛选条件信息,确定多个分析任务。A1. The first network element determines multiple analysis tasks according to the screening condition information.
示例性地,该分析任务可以为“Network Performance(中文:网络表现)”任务,该任务用于提供统计或预测AF需求区域内的gNB资源利用率,UE个数,PDU(中文:协议数据单元,英文:Protocol Data Unit)会话创建成功率,切换成功率等,该分析任务还可以为“UE mobility(中文:UE移动性)”任务,该任务用于提供UE在一段时间内的位置统计或位置预测信息。Exemplarily, the analysis task may be a "Network Performance (Chinese: Network Performance)" task, which is used to provide statistics or forecast gNB resource utilization in the AF demand area, the number of UEs, PDU (Chinese: Protocol Data Unit , English: Protocol Data Unit) session creation success rate, handover success rate, etc. This analysis task can also be the "UE mobility (Chinese: UE mobility)" task, which is used to provide UE location statistics or Location prediction information.
A2、第一网元向NWDAF网元发送第一UE信息获取请求。A2. The first network element sends the first UE information acquisition request to the NWDAF network element.
其中,该第一UE信息获取请求携带源域UE的标识以及各分析任务的标识(英文:Analytics ID),该第一UE信息获取请求用于指示NWDAF网元分别对源域UE以及基于源域UE选定的多个UE执行各分析任务。Wherein, the first UE information acquisition request carries the identification of the UE in the source domain and the identification of each analysis task (English: Analytics ID), and the first UE information acquisition request is used to instruct the NWDAF network element to separately analyze the UE in the source domain and the analysis tasks based on the source domain. Multiple UEs selected by the UE execute each analysis task.
其中,分析任务的标识例如可以是“Network Performance(中文:网络表现)”任务的标识,或者,可以是“UE mobility(中文:UE移动性)”任务的标识。Wherein, the identifier of the analysis task may be, for example, the identifier of the "Network Performance (Chinese: Network Performance)" task, or may be the identifier of the "UE mobility (Chinese: UE Mobility)" task.
步骤702、第一网元接收第二网元发送的第一反馈信息。 Step 702, the first network element receives the first feedback information sent by the second network element.
其中,该第一反馈信息包括源域UE的第一UE信息以及基于源域UE选定的多个UE的第一UE信息。Wherein, the first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE.
在第二网元为NWDAF网元的情况下,该第一UE信息为NWDAF网元执行各分析任务后得到的分析结果信息。In the case that the second network element is a NWDAF network element, the first UE information is analysis result information obtained after the NWDAF network element performs various analysis tasks.
需要指出的是,NWDAF网元在发送分析结果信息的同时,还可以向第一网元发送各分析结果信息对应的置信度(英文:confidence),该置信度用于指示对应的分析结果信息的可信程度。It should be pointed out that, while sending the analysis result information, the NWDAF network element can also send the confidence (English: confidence) corresponding to each analysis result information to the first network element, and the confidence degree is used to indicate the corresponding analysis result information. Credibility.
步骤703、第一网元根据第一反馈信息以及筛选条件信息,确定多个候选UE。 Step 703, the first network element determines multiple candidate UEs according to the first feedback information and screening condition information.
在本申请的可选实施例中,第一反馈信息还可以包括基于源域UE选定的多个UE的标识,第一网元还可以向核心网的第三网元发送第二UE信息获取请求,如上文所述,该第三网元可以为NF网元(包括AMF网元和/或SMF网元),该第二UE信息获取请求携带源域UE的标识和基于源域UE选定的多个UE的标识,而后,第一网元可以接收第三网元发送的第二反馈信息,该第二反馈信息包括源域UE的第二UE信息以及基于源域UE选定的多个UE的第二UE信息,该第二UE信息包括移动性信息和会话信息中的至少一种,接着,第一网元可以根据源域UE的第一UE信息、基于源域UE选定的多个UE的第一UE信息、第二反馈信息以及筛选条件信息,确定多个候选UE。In an optional embodiment of the present application, the first feedback information may also include the identifiers of multiple UEs selected based on the UE in the source domain, and the first network element may also send a second UE information acquisition request to a third network element of the core network. request, as described above, the third network element may be an NF network element (including an AMF network element and/or an SMF network element), and the second UE information acquisition request carries the source domain UE identifier and the UE selected based on the source domain UE Then, the first network element can receive the second feedback information sent by the third network element. The second feedback information includes the second UE information of the source domain UE and multiple UEs selected based on the source domain UE. Second UE information of the UE, where the second UE information includes at least one of mobility information and session information, and then, the first network element may, according to the first UE information of the source domain UE and based on the multiple UE information selected by the source domain UE The first UE information, the second feedback information and the screening condition information of a UE to determine a plurality of candidate UEs.
在本申请的可选实施例中,第一网元可以根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定未来预期能够符合筛选条件信息的多个候选UE;和/或,根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定当前符合筛选条件信息的多个候选UE。In an optional embodiment of the present application, the first network element may determine multiple candidate UEs from multiple candidate UEs that are expected to meet the filtering condition information in the future according to the UE information of the UE in the source domain and the UE information of multiple candidate UEs and/or, according to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine multiple candidate UEs that currently meet the screening condition information from multiple candidate UEs.
其中,与筛选条件信息所指示的筛选条件相对应的,第一网元根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定未来预期能够符合筛选条件信息的多个候选UE,包括以下内容中的至少一种:Wherein, corresponding to the filtering condition indicated by the filtering condition information, the first network element determines from the plurality of candidate UEs which are expected to meet the filtering condition information in the future according to the UE information of the UE in the source domain and the UE information of the plurality of candidate UEs. Multiple candidate UEs, including at least one of the following:
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定未来预期可能到达源域UE当前或历史所处的区域的候选UE;According to the UE information of the source domain UE and the UE information of multiple candidate UEs, determine the candidate UE that is expected to arrive in the area where the source domain UE is currently or historically located in the future from the multiple candidate UEs;
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定未来预期的移动轨迹与源域UE当前或历史的移动轨迹相似的候选UE;According to the UE information of the UE in the source domain and the UE information of a plurality of candidate UEs, determine a candidate UE whose future expected movement trajectory is similar to the current or historical movement trajectory of the source domain UE from the plurality of candidate UEs;
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定未来目标时间段内预期的通信质量优于通信质量门限的候选UE;According to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine the candidate UEs whose communication quality is expected to be better than the communication quality threshold in the future target time period from the multiple candidate UEs;
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定未来预 期请求的业务的类型与源域UE当前或历史请求的业务的类型相似的候选UE。According to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine from multiple candidate UEs the candidate UE whose type of service expected to be requested in the future is similar to the type of service currently or historically requested by the source domain UE.
除此以外,与筛选条件信息所指示的筛选条件相对应的,第一网元根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定当前符合筛选条件信息的多个候选UE,包括以下内容中的至少一种:In addition, corresponding to the filtering conditions indicated by the filtering condition information, the first network element determines from multiple candidate UEs that currently meet the filtering condition information according to the UE information of the UE in the source domain and the UE information of multiple candidate UEs. Multiple candidate UEs, including at least one of the following:
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定当前与源域UE位于同一区域的候选UE;According to the UE information of the source domain UE and the UE information of multiple candidate UEs, determine the candidate UE currently located in the same area as the source domain UE from the multiple candidate UEs;
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定当前的移动轨迹与源域UE当前的移动轨迹相似的候选UE;According to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine a candidate UE whose current trajectory is similar to the current trajectory of the source domain UE from multiple candidate UEs;
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定当前的通信质量优于通信质量门限的候选UE;According to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, determine the candidate UE whose current communication quality is better than the communication quality threshold from the multiple candidate UEs;
根据源域UE的UE信息以及多个候选UE的UE信息,从多个候选UE中确定当前请求的业务的类型与源域UE当前请求的业务的类型相似的候选UE。According to the UE information of the UE in the source domain and the UE information of multiple candidate UEs, a candidate UE whose type of service currently requested is similar to the type of service currently requested by the UE of the source domain is determined from the multiple candidate UEs.
本申请的可选实施例中,在向第三方设备发送UE指示信息之前,需要先生成该UE指示信息,请参考图8,该发送过程包括以下步骤:In an optional embodiment of the present application, before sending the UE indication information to the third-party device, the UE indication information needs to be generated first, please refer to FIG. 8, the sending process includes the following steps:
步骤801、第一网元根据各候选UE符合的筛选条件的个数以及各候选UE符合筛选条件的置信度,或者,根据各候选UE符合的筛选条件的个数,对多个候选UE进行排序。 Step 801, the first network element sorts the plurality of candidate UEs according to the number of screening conditions that each candidate UE meets and the confidence that each candidate UE meets the screening condition, or, according to the number of screening conditions that each candidate UE meets .
在一种可能的排序方式中,第一网元可以先根据候选UE符合筛选条件的个数由大至小的顺序对多个候选UE进行排序,若有多个候选UE符合的筛选条件的个数相等,则按照候选UE符合筛选条件的置信度由大至小的顺序对该多个候选UE进行二次排序。In a possible sorting manner, the first network element may first sort the plurality of candidate UEs in descending order according to the number of candidate UEs meeting the filtering conditions. If there are multiple candidate UEs meeting the filtering conditions If the numbers are equal, the plurality of candidate UEs are sorted according to the descending order of the confidence of the candidate UEs meeting the screening conditions.
请参考表1,示出了一种对候选UE排序的示例性的结果。Please refer to Table 1, which shows an exemplary result of ranking candidate UEs.
表1Table 1
Figure PCTCN2021121495-appb-000001
Figure PCTCN2021121495-appb-000001
Figure PCTCN2021121495-appb-000002
Figure PCTCN2021121495-appb-000002
在表1中符合的筛选条件记为1,不符合的筛选条件记为0,表1中的百分比为置信度,请参考表1,Target UE-1符合(1)号筛选条件,且,符合(1)号筛选条件的置信度为90%,Target UE-2不符合(2)号筛选条件,且,不符合(2)号筛选条件的置信度为75%。In Table 1, the filter conditions that are met are recorded as 1, and the filter conditions that are not met are recorded as 0. The percentage in Table 1 is the confidence level. Please refer to Table 1. Target UE-1 meets the filter condition (1), and, meets The confidence level of screening condition (1) is 90%, Target UE-2 does not meet the screening condition of (2), and the confidence level of not meeting the screening condition of (2) is 75%.
步骤802、第一网元按照排序的结果生成UE指示信息。 Step 802, the first network element generates UE indication information according to the sorting result.
请参考图9,其示出了本申请实施例提供的一种终端选择方法的流程图,该终端选择方法应用于图4或图5中的第三方设备101中,如图9所示,该终端选择方法包括以下步骤:Please refer to FIG. 9, which shows a flow chart of a terminal selection method provided by an embodiment of the present application. The terminal selection method is applied to the third-party device 101 in FIG. 4 or FIG. 5. As shown in FIG. 9, the The terminal selection method includes the following steps:
步骤901、第三方设备向核心网的第一网元发送迁移学习请求。 Step 901, the third-party device sends a migration learning request to the first network element of the core network.
其中,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息。Wherein, the migration learning request carries the identity of the UE in the source domain and the screening condition information for selecting candidate UEs.
在本申请的可选实施例中,该筛选条件信息用于指示一个或多个筛选条件,该筛选条件例如可以是以下内容中的至少一种:In an optional embodiment of the present application, the filter condition information is used to indicate one or more filter conditions, and the filter condition may be, for example, at least one of the following:
未来预期可能到达源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量k。The number k of candidate UEs.
步骤902、第三方设备接收第一网元发送的UE指示信息。 Step 902, the third-party device receives UE indication information sent by the first network element.
其中,该UE指示信息包括多个候选UE的标识,该多个候选UE是根据筛选条件信息以及源域UE的标识确定的。Wherein, the UE indication information includes identifiers of multiple candidate UEs, and the multiple candidate UEs are determined according to the screening condition information and the identifiers of the UEs in the source domain.
可选的,该UE指示信息还可以包括源域UE的标识。Optionally, the UE indication information may also include an identifier of the UE in the source domain.
可选的,该UE指示信息还可以包括候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度。Optionally, the UE indication information may also include screening conditions that the candidate UEs meet and confidence levels corresponding to the screening conditions.
步骤903、第三方设备根据UE指示信息从多个候选UE中确定目标域UE。 Step 903, the third-party device determines the UE in the target domain from multiple candidate UEs according to the UE indication information.
请参考图10,其示出了本申请实施例提供的一种终端选择方法的流程图,该终端选择方法应用于图5所示的实施环境,如图10所示,该终端选择方法包括以下步骤:Please refer to FIG. 10, which shows a flow chart of a terminal selection method provided by an embodiment of the present application. The terminal selection method is applied to the implementation environment shown in FIG. 5. As shown in FIG. 10, the terminal selection method includes the following step:
步骤1001、第三方设备向第一网元发送迁移学习请求。Step 1001, a third-party device sends a migration learning request to a first network element.
其中,该迁移学习请求携带源域UE的标识、选择候选UE的筛选条件信息以及置信度阈值,其中,该筛选条件信息用于指示多个筛选条件,该多个筛选条件包括候选UE数量k。Wherein, the transfer learning request carries the identity of the UE in the source domain, screening condition information for selecting candidate UEs, and a confidence threshold, where the screening condition information is used to indicate multiple screening conditions, and the multiple screening conditions include the number k of candidate UEs.
步骤1002、第一网元根据筛选条件信息,确定多个分析任务。Step 1002, the first network element determines multiple analysis tasks according to the filtering condition information.
步骤1003、第一网元向NWDAF网元发送第一UE信息获取请求。Step 1003, the first network element sends a first UE information acquisition request to the NWDAF network element.
其中,该第一UE信息获取请求携带源域UE的标识以及各分析任务的标识,该第一UE信息获取请求用于指示NWDAF网元分别对源域UE以及基于源域UE选定的多个UE执行各分析任务。Wherein, the first UE information acquisition request carries the identifier of the source domain UE and the identifiers of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to separately perform the source domain UE and the multiple UEs selected based on the source domain UE. The UE performs various analysis tasks.
步骤1004、NWDAF网元向第一网元发送源域UE的分析结果信息、基于源域UE选定的多个UE的标识、基于源域UE选定的多个UE的分析结果信息以及各分析结果信息的置信度。Step 1004, the NWDAF network element sends the analysis result information of the source domain UE, the identifiers of multiple UEs selected based on the source domain UE, the analysis result information of multiple UEs selected based on the source domain UE, and each analysis result information to the first network element. The confidence level of the resulting information.
步骤1005、第一网元向NF网元(AMF网元和/或SMF网元)发送第二UE信息获取请求。Step 1005, the first network element sends a second UE information acquisition request to an NF network element (AMF network element and/or SMF network element).
其中,该第二UE信息获取请求携带源域UE的标识和基于源域UE选定的多个UE的标识。Wherein, the second UE information acquisition request carries the identifier of the UE in the source domain and the identifiers of multiple UEs selected based on the UE in the source domain.
步骤1006、NF网元基于向第一网元发送源域UE的第二UE信息以及基于源域UE选定的多个UE的第二UE信息。Step 1006, the NF network element sends the second UE information of the source domain UE and the second UE information of multiple UEs selected based on the source domain UE to the first network element.
其中,该第二UE信息包括移动性信息和会话信息中的至少一种。Wherein, the second UE information includes at least one of mobility information and session information.
步骤1007、第一网元根据源域UE的分析结果信息、基于源域UE选定的多个UE的分析结果信息、源域UE的第二UE信息、基于源域UE选定的多个UE的第二UE信息以及筛选条件信息,确定符合至少n个筛选条件,且,符合的筛选条件中存在对应的置信度大于置信度阈值的筛选条件的k个候选UE。Step 1007, the first network element based on the analysis result information of the source domain UE, the analysis result information of multiple UEs selected based on the source domain UE, the second UE information of the source domain UE, and the multiple UEs selected based on the source domain UE The second UE information and the screening condition information are determined to meet at least n screening conditions, and there are k candidate UEs whose corresponding confidences are greater than the confidence threshold in the matching screening conditions.
步骤1008、第一网元根据各候选UE符合的筛选条件的个数以及各候选UE符合筛选 条件的置信度,或者,根据各候选UE符合的筛选条件的个数,对多个候选UE进行排序。Step 1008, the first network element sorts the plurality of candidate UEs according to the number of screening conditions that each candidate UE meets and the confidence of each candidate UE meeting the screening conditions, or according to the number of screening conditions that each candidate UE meets .
步骤1009、第一网元按照排序的结果生成UE指示信息。Step 1009, the first network element generates UE indication information according to the sorting result.
步骤1010,第一网元将生成的UE指示信息发送至第三方设备。Step 1010, the first network element sends the generated UE indication information to a third-party device.
应该理解的是,虽然图6-10的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,这些步骤可以以其它的顺序执行。而且,图6-10中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,这些子步骤或者阶段的执行顺序也不必然是依次进行,而是可以与其它步骤或者其它步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。It should be understood that although the various steps in the flow charts in FIGS. 6-10 are displayed sequentially as indicated by the arrows, these steps are not necessarily executed sequentially in the order indicated by the arrows. Unless otherwise specified herein, there is no strict order restriction on the execution of these steps, and these steps can be executed in other orders. Moreover, at least some of the steps in Figures 6-10 may include a plurality of sub-steps or stages, these sub-steps or stages are not necessarily executed at the same time, but may be executed at different times, these sub-steps or stages The order of execution is not necessarily performed sequentially, but may be performed alternately or alternately with at least a part of other steps or sub-steps or stages of other steps.
请参考图11,其示出了本申请实施例提供的一种终端选择装置1100的示意图,如图11所示,该终端选择装置1100包括接收模块1101、确定模块1102以及发送模块1103。Please refer to FIG. 11 , which shows a schematic diagram of a terminal selection device 1100 provided by an embodiment of the present application. As shown in FIG. 11 , the terminal selection device 1100 includes a receiving module 1101 , a determining module 1102 and a sending module 1103 .
其中,该接收模块1101,用于接收第三方设备发送的迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息。Wherein, the receiving module 1101 is configured to receive a transfer learning request sent by a third-party device, where the transfer learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs.
该确定模块1102,用于根据该筛选条件信息以及该源域UE的标识,确定多个该候选UE。The determining module 1102 is configured to determine a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain.
该发送模块1103,用于将UE指示信息发送至该第三方设备,该UE指示信息包括该多个候选UE的标识,该UE指示信息用于供该第三方设备从该多个候选UE中确定目标域UE。The sending module 1103 is configured to send UE indication information to the third-party device, the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine from the plurality of candidate UEs Target domain UE.
在本申请的可选实施例中,该确定模块1102,具体用于:向核心网中的第二网元发送第一UE信息获取请求;接收该第二网元发送的第一反馈信息,该第一反馈信息包括该源域UE的第一UE信息以及基于该源域UE选定的多个UE的第一UE信息;根据该第一反馈信息以及该筛选条件信息,确定该多个候选UE。In an optional embodiment of the present application, the determining module 1102 is specifically configured to: send a first UE information acquisition request to a second network element in the core network; receive first feedback information sent by the second network element, the The first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE; according to the first feedback information and the screening condition information, determine the multiple candidate UEs .
在本申请的可选实施例中,该确定模块1102,具体用于:根据该筛选条件信息,确定多个分析任务;向该NWDAF网元发送该第一UE信息获取请求,该第一UE信息获取请求携带该源域UE的标识以及各该分析任务的标识,该第一UE信息获取请求用于指示该NWDAF网元分别对该源域UE以及基于该源域UE选定的多个UE执行各该分析任务。In an optional embodiment of the present application, the determination module 1102 is specifically configured to: determine a plurality of analysis tasks according to the screening condition information; send the first UE information acquisition request to the NWDAF network element, and the first UE information The acquisition request carries the identity of the source domain UE and the identity of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to perform the analysis on the source domain UE and multiple UEs selected based on the source domain UE. each analysis task.
在本申请的可选实施例中,该第一UE信息为该NWDAF网元执行各该分析任务后得到的分析结果信息。In an optional embodiment of the present application, the first UE information is analysis result information obtained after the NWDAF network element performs each of the analysis tasks.
在本申请的可选实施例中,该第一反馈信息还包括基于该源域UE选定的多个UE的 标识,该确定模块1102,具体用于:向核心网的第三网元发送第二UE信息获取请求,该第二UE信息获取请求携带该源域UE的标识和基于该源域UE选定的多个UE的标识;接收该第三网元发送的第二反馈信息,该第二反馈信息包括该源域UE的第二UE信息以及基于该源域UE选定的多个UE的第二UE信息,该第二UE信息包括移动性信息和会话信息中的至少一种;根据该源域UE的第一UE信息、基于该源域UE选定的多个UE的第一UE信息、该第二反馈信息以及该筛选条件信息,确定该多个候选UE。In an optional embodiment of the present application, the first feedback information further includes identities of multiple UEs selected based on the source domain UE, and the determining module 1102 is specifically configured to: send the second Two UE information acquisition requests, the second UE information acquisition request carries the identity of the UE in the source domain and the identity of multiple UEs selected based on the UE in the source domain; receiving the second feedback information sent by the third network element, the first The second feedback information includes second UE information of the source domain UE and second UE information of multiple UEs selected based on the source domain UE, where the second UE information includes at least one of mobility information and session information; according to The multiple candidate UEs are determined based on the first UE information of the source domain UE, the first UE information of multiple UEs selected based on the source domain UE, the second feedback information, and the screening condition information.
在本申请的可选实施例中,该筛选条件信息用于指示多个筛选条件;该多个筛选条件包括以下内容中的至少一种:In an optional embodiment of the present application, the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
未来预期可能到达该源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与该源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与该源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与该源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与该源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足该通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与该源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量。The number of candidate UEs.
在本申请的可选实施例中,该确定模块1102,具体用于:根据该筛选条件信息以及该源域UE的标识,确定符合至少n个该筛选条件的该候选UE,n为正整数。In an optional embodiment of the present application, the determination module 1102 is specifically configured to: determine at least n candidate UEs that meet the screening conditions according to the screening condition information and the identity of the UE in the source domain, where n is a positive integer.
在本申请的可选实施例中,该迁移学习请求还携带置信度阈值,该确定模块1102,具体用于:根据该筛选条件信息以及该源域UE的标识,确定符合至少n个该筛选条件,且,符合的筛选条件中存在对应的置信度大于该置信度阈值的筛选条件的该候选UE。In an optional embodiment of the present application, the transfer learning request also carries a confidence threshold, and the determining module 1102 is specifically configured to: determine that at least n of the filtering conditions are met according to the filtering condition information and the identity of the UE in the source domain , and, among the matching screening conditions, there is the candidate UE whose corresponding confidence is greater than the screening condition of the confidence threshold.
在本申请的可选实施例中,该UE指示信息还包括该候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度;或者,In an optional embodiment of the present application, the UE indication information also includes the screening conditions met by the candidate UE and the confidence level corresponding to the screening conditions met; or,
该UE指示信息还包括该候选UE所符合的筛选条件、所符合的筛选条件对应的置信度以及该源域UE的标识。The UE indication information also includes the filtering condition that the candidate UE meets, the confidence level corresponding to the matching filtering condition, and the identity of the UE in the source domain.
在本申请的可选实施例中,该第一网元为用于确定该候选UE的NF网元。In an optional embodiment of the present application, the first network element is an NF network element used to determine the candidate UE.
在本申请的可选实施例中,该第三方设备为OTT应用服务器或者终端。In an optional embodiment of the present application, the third-party device is an OTT application server or terminal.
请参考图12,如图12所示,本申请实施例还提供了另一种终端选择装置1200,该终端选择装置除了包括终端选择装置1100包括的各模块外,可选的,还包括排序模块1104和生成模块1105。Please refer to FIG. 12, as shown in FIG. 12, the embodiment of the present application also provides another terminal selection device 1200. In addition to the modules included in the terminal selection device 1100, the terminal selection device optionally also includes a sorting module 1104 and generating module 1105.
该排序模块1104,用于根据各该候选UE符合的筛选条件的个数以及各该候选UE符合的筛选条件对应的置信度,或者,根据各该候选UE符合的筛选条件的个数,对该多个候选UE进行排序。The sorting module 1104 is configured to, according to the number of filtering conditions that each candidate UE meets and the confidence corresponding to the filtering conditions that each of the candidate UEs meet, or, according to the number of filtering conditions that each of the candidate UEs meet, sort the Multiple candidate UEs are sorted.
该生成模块1105,用于按照排序的结果生成该UE指示信息。The generating module 1105 is configured to generate the UE indication information according to the sorting result.
上述实施例提供的一种终端选择装置,其实现原理和技术效果与上述方法实施例类似,在此不再赘述。The implementation principle and technical effect of the device for selecting a terminal provided in the foregoing embodiments are similar to those of the foregoing method embodiments, and will not be repeated here.
关于终端选择装置的具体限定可以参见上文中对于终端选择方法的限定,在此不再赘述。上述终端选择装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。For specific limitations on the terminal selection device, refer to the above-mentioned limitations on the terminal selection method, which will not be repeated here. Each module in the above-mentioned device for selecting a terminal may be fully or partially realized by software, hardware or a combination thereof. The above-mentioned modules can be embedded in or independent of the processor in the computer device in the form of hardware, and can also be stored in the memory of the computer device in the form of software, so that the processor can invoke and execute the corresponding operations of the above-mentioned modules.
请参考图13,其示出了本申请实施例提供的一种终端选择装置1300的示意图,如图13所示,该终端选择装置1300包括发送模块1301、接收模块1302以及确定模块1303。Please refer to FIG. 13 , which shows a schematic diagram of a terminal selection device 1300 provided by an embodiment of the present application. As shown in FIG. 13 , the terminal selection device 1300 includes a sending module 1301 , a receiving module 1302 and a determining module 1303 .
该发送模块1301,用于向核心网的第一网元发送迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息。The sending module 1301 is configured to send a transfer learning request to a first network element of the core network, where the transfer learning request carries an identifier of a UE in a source domain and screening condition information for selecting a candidate UE.
该接收模块1302,用于接收该第一网元发送的UE指示信息,该UE指示信息包括多个候选UE的标识,该多个候选UE是根据该筛选条件信息以及该源域UE的标识确定的。The receiving module 1302 is configured to receive UE indication information sent by the first network element, where the UE indication information includes identifiers of a plurality of candidate UEs, and the plurality of candidate UEs are determined according to the screening condition information and the identifier of the UE in the source domain of.
该确定模块1303,用于根据该UE指示信息从该多个候选UE中确定目标域UE。The determining module 1303 is configured to determine a target domain UE from the plurality of candidate UEs according to the UE indication information.
在本申请的可选实施例中,该该筛选条件信息用于指示多个筛选条件;该多个筛选条件包括以下内容中的至少一种:In an optional embodiment of the present application, the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
未来预期可能到达该源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与该源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与该源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与该源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与该源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足该通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与该源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量。The number of candidate UEs.
在本申请的可选实施例中,该UE指示信息还包括该候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度。In an optional embodiment of the present application, the UE indication information further includes a screening condition that the candidate UE meets and a confidence level corresponding to the screening condition.
在本申请的可选实施例中,该迁移学习请求还携带置信度阈值。In an optional embodiment of the present application, the transfer learning request also carries a confidence threshold.
在本申请的可选实施例中,该第一网元为用于确定该候选UE的NF网元。In an optional embodiment of the present application, the first network element is an NF network element used to determine the candidate UE.
在本申请的可选实施例中,该第三方设备为OTT应用服务器或者终端。In an optional embodiment of the present application, the third-party device is an OTT application server or terminal.
上述实施例提供的一种终端选择装置,其实现原理和技术效果与上述方法实施例类似,在此不再赘述。The implementation principle and technical effect of the device for selecting a terminal provided in the foregoing embodiments are similar to those of the foregoing method embodiments, and will not be repeated here.
关于终端选择装置的具体限定可以参见上文中对于终端选择方法的限定,在此不再赘述。上述终端选择装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。For specific limitations on the terminal selection device, refer to the above-mentioned limitations on the terminal selection method, which will not be repeated here. Each module in the above-mentioned device for selecting a terminal may be fully or partially realized by software, hardware or a combination thereof. The above-mentioned modules can be embedded in or independent of the processor in the computer device in the form of hardware, and can also be stored in the memory of the computer device in the form of software, so that the processor can invoke and execute the corresponding operations of the above-mentioned modules.
在一个实施例中,提供了一种通信设备,该通信设备可以是核心网中的网元设备或者终端,其内部结构图可以如图14所示,图14为一个实施例中通信设备的内部结构图。该通信设备包括通过内部链接通路(例如系统总线)连接的处理器、存储器和收发器。其中,该通信设备的处理器用于提供计算和控制能力。该通信设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统和计算机程序。该内存储器为非易失性存储介质中的操作系统和计算机程序的运行提供环境。该通信设备的收发器用于与外部设备进行有线或无线方式的通信,无线方式可运营商网络或其他技术实现。该计算机程序被处理器执行时以实现一种终端选择方法。In one embodiment, a communication device is provided. The communication device may be a network element device or a terminal in a core network, and its internal structure diagram may be shown in FIG. 14 . FIG. 14 is an internal structure of the communication device in an embodiment structure diagram. The communications device includes a processor, memory, and transceivers connected by an internal link pathway, such as a system bus. Wherein, the processor of the communication device is used to provide calculation and control capabilities. The memory of the communication device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer programs. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage medium. The transceiver of the communication device is used to communicate with external devices in a wired or wireless manner, and the wireless manner can be realized by an operator's network or other technologies. When the computer program is executed by the processor, a terminal selection method is realized.
本领域技术人员可以理解,图14中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的通信设备的限定,具体的通信设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。Those skilled in the art can understand that the structure shown in Figure 14 is only a block diagram of a partial structure related to the solution of this application, and does not constitute a limitation on the communication equipment to which the solution of this application is applied. The specific communication equipment can be More or fewer components than shown in the figures may be included, or some components may be combined, or have a different arrangement of components.
在一个实施例中,提供了一种通信设备,包括存储器和处理器,存储器中存储有计算机程序,该处理器执行计算机程序时实现以下步骤:In one embodiment, a communication device is provided, including a memory and a processor, a computer program is stored in the memory, and the processor implements the following steps when executing the computer program:
接收第三方设备发送的迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;根据该筛选条件信息以及该源域UE的标识,确定多个该候选UE;将UE指示信息发送至该第三方设备,该UE指示信息包括该多个候选UE的标识,该UE指示信息用于供该第三方设备从该多个候选UE中确定目标域UE。Receive a migration learning request sent by a third-party device, the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs; determine multiple candidate UEs according to the filtering condition information and the identification of the UE in the source domain; UE indication information is sent to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain UE from the plurality of candidate UEs.
在其中一个实施例中,该处理器执行计算机程序时还实现以下步骤:向核心网中的第二网元发送第一UE信息获取请求;接收该第二网元发送的第一反馈信息,该第一反馈信息包括该源域UE的第一UE信息以及基于该源域UE选定的多个UE的第一UE信息;根 据该第一反馈信息以及该筛选条件信息,确定该多个候选UE。In one embodiment, when the processor executes the computer program, the following steps are further implemented: sending a first UE information acquisition request to a second network element in the core network; receiving first feedback information sent by the second network element, the The first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE; according to the first feedback information and the screening condition information, determine the multiple candidate UEs .
在其中一个实施例中,该第二网元包括NWDAF网元,该处理器执行计算机程序时还实现以下步骤:根据该筛选条件信息,确定多个分析任务;向该NWDAF网元发送该第一UE信息获取请求,该第一UE信息获取请求携带该源域UE的标识以及各该分析任务的标识,该第一UE信息获取请求用于指示该NWDAF网元分别对该源域UE以及基于该源域UE选定的多个UE执行各该分析任务。In one of the embodiments, the second network element includes a NWDAF network element, and when the processor executes the computer program, the following steps are further implemented: determining a plurality of analysis tasks according to the screening condition information; sending the first analysis task to the NWDAF network element A UE information acquisition request, the first UE information acquisition request carries the identity of the source domain UE and the identity of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to separately perform the source domain UE and based on the Multiple UEs selected by the UE in the source domain perform each analysis task.
在其中一个实施例中,该第一UE信息为该NWDAF网元执行各该分析任务后得到的分析结果信息。In one of the embodiments, the first UE information is analysis result information obtained after the NWDAF network element performs each analysis task.
在其中一个实施例中,该第一反馈信息还包括基于该源域UE选定的多个UE的标识,该处理器执行计算机程序时还实现以下步骤:向核心网的第三网元发送第二UE信息获取请求,该第二UE信息获取请求携带该源域UE的标识和基于该源域UE选定的多个UE的标识;接收该第三网元发送的第二反馈信息,该第二反馈信息包括该源域UE的第二UE信息以及基于该源域UE选定的多个UE的第二UE信息,该第二UE信息包括移动性信息和会话信息中的至少一种;根据该源域UE的第一UE信息、基于该源域UE选定的多个UE的第一UE信息、该第二反馈信息以及该筛选条件信息,确定该多个候选UE。In one of the embodiments, the first feedback information further includes identifiers of multiple UEs selected based on the source domain UE, and the processor further implements the following steps when executing the computer program: sending the second Two UE information acquisition requests, the second UE information acquisition request carries the identity of the UE in the source domain and the identity of multiple UEs selected based on the UE in the source domain; receiving the second feedback information sent by the third network element, the first The second feedback information includes second UE information of the source domain UE and second UE information of multiple UEs selected based on the source domain UE, where the second UE information includes at least one of mobility information and session information; according to The multiple candidate UEs are determined based on the first UE information of the source domain UE, the first UE information of multiple UEs selected based on the source domain UE, the second feedback information, and the screening condition information.
在其中一个实施例中,该筛选条件信息用于指示多个筛选条件;该多个筛选条件包括以下内容中的至少一种:In one of the embodiments, the filter condition information is used to indicate multiple filter conditions; the multiple filter conditions include at least one of the following:
未来预期可能到达该源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与该源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与该源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与该源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与该源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足该通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与该源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量。The number of candidate UEs.
在其中一个实施例中,该处理器执行计算机程序时还实现以下步骤:根据该筛选条件信息以及该源域UE的标识,确定符合至少n个该筛选条件的该候选UE,n为正整数。In one embodiment, when the processor executes the computer program, the following steps are further implemented: according to the screening condition information and the identity of the UE in the source domain, determine the candidate UEs meeting at least n screening conditions, where n is a positive integer.
在其中一个实施例中,该迁移学习请求还携带置信度阈值,该处理器执行计算机程序时还实现以下步骤:根据该筛选条件信息以及该源域UE的标识,确定符合至少n个该筛选条件,且,符合的筛选条件中存在对应的置信度大于该置信度阈值的筛选条件的该候选 UE。In one of the embodiments, the migration learning request also carries a confidence threshold, and the processor further implements the following steps when executing the computer program: according to the screening condition information and the identity of the UE in the source domain, determine that at least n of the screening conditions are met , and, among the matching screening conditions, there is the candidate UE whose corresponding confidence is greater than the screening condition of the confidence threshold.
在其中一个实施例中,该UE指示信息还包括该候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度;或者,In one of the embodiments, the UE indication information also includes the filter condition that the candidate UE meets and the confidence level corresponding to the filter condition; or,
该UE指示信息还包括该候选UE所符合的筛选条件、所符合的筛选条件对应的置信度以及该源域UE的标识。The UE indication information also includes the filtering condition that the candidate UE meets, the confidence level corresponding to the matching filtering condition, and the identity of the UE in the source domain.
在其中一个实施例中,该处理器执行计算机程序时还实现以下步骤:根据各该候选UE符合的筛选条件的个数以及各该候选UE符合的筛选条件对应的置信度,或者,根据各该候选UE符合的筛选条件的个数,对该多个候选UE进行排序;按照排序的结果生成该UE指示信息。In one of the embodiments, when the processor executes the computer program, the following steps are further implemented: according to the number of screening conditions that each candidate UE meets and the confidence level corresponding to the screening conditions that each candidate UE meets, or, according to each of the candidate UEs The multiple candidate UEs are sorted according to the number of screening conditions that the candidate UEs meet; the UE indication information is generated according to the sorting results.
在其中一个实施例中,该第一网元为用于确定该候选UE的NF网元。In one of the embodiments, the first network element is an NF network element used to determine the candidate UE.
在其中一个实施例中,该第三方设备为OTT应用服务器或者终端。In one of the embodiments, the third-party device is an OTT application server or terminal.
上述实施例提供的一种通信设备,其实现原理和技术效果与上述方法实施例类似,在此不再赘述。The implementation principle and technical effect of the communication device provided in the foregoing embodiments are similar to those of the foregoing method embodiments, and will not be repeated here.
在一个实施例中,提供了一种通信设备,包括存储器和处理器,存储器中存储有计算机程序,该处理器执行计算机程序时实现以下步骤:In one embodiment, a communication device is provided, including a memory and a processor, a computer program is stored in the memory, and the processor implements the following steps when executing the computer program:
向核心网的第一网元发送迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;接收该第一网元发送的UE指示信息,该UE指示信息包括多个候选UE的标识,该多个候选UE是根据该筛选条件信息以及该源域UE的标识确定的;根据该UE指示信息从该多个候选UE中确定目标域UE。Sending a migration learning request to the first network element of the core network, the migration learning request carrying the identity of the UE in the source domain and screening condition information for selecting candidate UEs; receiving UE indication information sent by the first network element, the UE indication information includes multiple An identifier of a candidate UE, the plurality of candidate UEs is determined according to the screening condition information and the identifier of the source domain UE; and a target domain UE is determined from the plurality of candidate UEs according to the UE indication information.
在其中一个实施例中,该该筛选条件信息用于指示多个筛选条件;该多个筛选条件包括以下内容中的至少一种:In one of the embodiments, the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
未来预期可能到达该源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与该源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与该源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与该源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与该源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足该通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与该源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量。The number of candidate UEs.
在其中一个实施例中,该UE指示信息还包括该候选UE所符合的筛选条件以及所符 合的筛选条件对应的置信度。In one of the embodiments, the UE indication information also includes the screening condition that the candidate UE meets and the confidence level corresponding to the matching screening condition.
在其中一个实施例中,该迁移学习请求还携带置信度阈值。In one of the embodiments, the transfer learning request also carries a confidence threshold.
在其中一个实施例中,该第一网元为用于确定该候选UE的NF网元。In one of the embodiments, the first network element is an NF network element used to determine the candidate UE.
在其中一个实施例中,该第三方设备为OTT应用服务器或者终端。In one of the embodiments, the third-party device is an OTT application server or terminal.
上述实施例提供的一种通信设备,其实现原理和技术效果与上述方法实施例类似,在此不再赘述。The implementation principle and technical effect of the communication device provided in the foregoing embodiments are similar to those of the foregoing method embodiments, and will not be repeated here.
在一个实施例中,提供了一种计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现以下步骤:In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
接收第三方设备发送的迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;根据该筛选条件信息以及该源域UE的标识,确定多个该候选UE;将UE指示信息发送至该第三方设备,该UE指示信息包括该多个候选UE的标识,该UE指示信息用于供该第三方设备从该多个候选UE中确定目标域UE。Receive a migration learning request sent by a third-party device, the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs; determine multiple candidate UEs according to the filtering condition information and the identification of the UE in the source domain; UE indication information is sent to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine a target domain UE from the plurality of candidate UEs.
在其中一个实施例中,计算机程序被处理器执行时还实现以下步骤:向核心网中的第二网元发送第一UE信息获取请求;接收该第二网元发送的第一反馈信息,该第一反馈信息包括该源域UE的第一UE信息以及基于该源域UE选定的多个UE的第一UE信息;根据该第一反馈信息以及该筛选条件信息,确定该多个候选UE。In one of the embodiments, when the computer program is executed by the processor, the following steps are further implemented: sending a first UE information acquisition request to a second network element in the core network; receiving first feedback information sent by the second network element, the The first feedback information includes the first UE information of the source domain UE and the first UE information of multiple UEs selected based on the source domain UE; according to the first feedback information and the screening condition information, determine the multiple candidate UEs .
在其中一个实施例中,该第二网元包括NWDAF网元,计算机程序被处理器执行时还实现以下步骤:根据该筛选条件信息,确定多个分析任务;向该NWDAF网元发送该第一UE信息获取请求,该第一UE信息获取请求携带该源域UE的标识以及各该分析任务的标识,该第一UE信息获取请求用于指示该NWDAF网元分别对该源域UE以及基于该源域UE选定的多个UE执行各该分析任务。In one embodiment, the second network element includes a NWDAF network element, and when the computer program is executed by the processor, the following steps are further implemented: determining a plurality of analysis tasks according to the filtering condition information; sending the first analysis task to the NWDAF network element A UE information acquisition request, the first UE information acquisition request carries the identity of the source domain UE and the identity of each analysis task, and the first UE information acquisition request is used to instruct the NWDAF network element to separately perform the source domain UE and based on the Multiple UEs selected by the UE in the source domain perform each analysis task.
在其中一个实施例中,该第一UE信息为该NWDAF网元执行各该分析任务后得到的分析结果信息。In one of the embodiments, the first UE information is analysis result information obtained after the NWDAF network element performs each analysis task.
在其中一个实施例中,该第一反馈信息还包括基于该源域UE选定的多个UE的标识,计算机程序被处理器执行时还实现以下步骤:向核心网的第三网元发送第二UE信息获取请求,该第二UE信息获取请求携带该源域UE的标识和基于该源域UE选定的多个UE的标识;接收该第三网元发送的第二反馈信息,该第二反馈信息包括该源域UE的第二UE信息以及基于该源域UE选定的多个UE的第二UE信息,该第二UE信息包括移动性信息和会话信息中的至少一种;根据该源域UE的第一UE信息、基于该源域UE选定的多个UE的第一UE信息、该第二反馈信息以及该筛选条件信息,确定该多个候选UE。In one of the embodiments, the first feedback information further includes identifiers of multiple UEs selected based on the source domain UE, and when the computer program is executed by the processor, the following steps are further implemented: sending the first feedback information to the third network element of the core network Two UE information acquisition requests, the second UE information acquisition request carries the identity of the UE in the source domain and the identity of multiple UEs selected based on the UE in the source domain; receiving the second feedback information sent by the third network element, the first The second feedback information includes second UE information of the source domain UE and second UE information of multiple UEs selected based on the source domain UE, where the second UE information includes at least one of mobility information and session information; according to The multiple candidate UEs are determined based on the first UE information of the source domain UE, the first UE information of multiple UEs selected based on the source domain UE, the second feedback information, and the screening condition information.
在其中一个实施例中,该筛选条件信息用于指示多个筛选条件;该多个筛选条件包括以下内容中的至少一种:In one of the embodiments, the filter condition information is used to indicate multiple filter conditions; the multiple filter conditions include at least one of the following:
未来预期可能到达该源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与该源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与该源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与该源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与该源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足该通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与该源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量。The number of candidate UEs.
在其中一个实施例中,计算机程序被处理器执行时还实现以下步骤:根据该筛选条件信息以及该源域UE的标识,确定符合至少n个该筛选条件的该候选UE,n为正整数。In one embodiment, when the computer program is executed by the processor, the following steps are further implemented: according to the screening condition information and the identity of the UE in the source domain, determine the candidate UEs meeting at least n screening conditions, where n is a positive integer.
在其中一个实施例中,该迁移学习请求还携带置信度阈值,计算机程序被处理器执行时还实现以下步骤:根据该筛选条件信息以及该源域UE的标识,确定符合至少n个该筛选条件,且,符合的筛选条件中存在对应的置信度大于该置信度阈值的筛选条件的该候选UE。In one embodiment, the transfer learning request also carries a confidence threshold, and the computer program is executed by the processor to further implement the following steps: according to the screening condition information and the identity of the UE in the source domain, determine that at least n of the screening conditions are met , and, among the matching screening conditions, there is the candidate UE whose corresponding confidence is greater than the screening condition of the confidence threshold.
在其中一个实施例中,该UE指示信息还包括该候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度;或者,In one of the embodiments, the UE indication information also includes the filter condition that the candidate UE meets and the confidence level corresponding to the filter condition; or,
该UE指示信息还包括该候选UE所符合的筛选条件、所符合的筛选条件对应的置信度以及该源域UE的标识。The UE indication information also includes the filtering condition that the candidate UE meets, the confidence level corresponding to the matching filtering condition, and the identity of the UE in the source domain.
在其中一个实施例中,计算机程序被处理器执行时还实现以下步骤:根据各该候选UE符合的筛选条件的个数以及各该候选UE符合的筛选条件对应的置信度,或者,根据各该候选UE符合的筛选条件的个数,对该多个候选UE进行排序;按照排序的结果生成该UE指示信息。In one of the embodiments, when the computer program is executed by the processor, the following steps are further implemented: according to the number of screening conditions that each candidate UE meets and the confidence level corresponding to the screening conditions that each candidate UE meets, or, according to the number of screening conditions that each candidate UE meets, The multiple candidate UEs are sorted according to the number of screening conditions that the candidate UEs meet; the UE indication information is generated according to the sorting results.
在其中一个实施例中,该第一网元为用于确定该候选UE的NF网元。In one of the embodiments, the first network element is an NF network element used to determine the candidate UE.
在其中一个实施例中,该第三方设备为OTT应用服务器或者终端。In one of the embodiments, the third-party device is an OTT application server or terminal.
上述实施例提供的一种计算机可读存储介质,其实现原理和技术效果与上述方法实施例类似,在此不再赘述。The implementation principle and technical effect of the computer-readable storage medium provided by the foregoing embodiments are similar to those of the foregoing method embodiments, and details are not repeated here.
在一个实施例中,提供了一种计算机可读存储介质,其上存储有计算机程序,计算机 程序被处理器执行时实现以下步骤:In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
向核心网的第一网元发送迁移学习请求,该迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;接收该第一网元发送的UE指示信息,该UE指示信息包括多个候选UE的标识,该多个候选UE是根据该筛选条件信息以及该源域UE的标识确定的;根据该UE指示信息从该多个候选UE中确定目标域UE。Sending a migration learning request to the first network element of the core network, the migration learning request carrying the identity of the UE in the source domain and screening condition information for selecting candidate UEs; receiving UE indication information sent by the first network element, the UE indication information includes multiple An identifier of a candidate UE, the plurality of candidate UEs is determined according to the screening condition information and the identifier of the source domain UE; and a target domain UE is determined from the plurality of candidate UEs according to the UE indication information.
在其中一个实施例中,该该筛选条件信息用于指示多个筛选条件;该多个筛选条件包括以下内容中的至少一种:In one of the embodiments, the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
未来预期可能到达该源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
未来预期的移动轨迹与该源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
未来预期请求的业务的类型与该源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
当前与该源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
当前的移动轨迹与该源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
当前的通信质量满足该通信质量门限;The current communication quality meets the communication quality threshold;
当前请求的业务的类型与该源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
候选UE的数量。The number of candidate UEs.
在其中一个实施例中,该UE指示信息还包括该候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度。In one of the embodiments, the UE indication information further includes the filtering condition that the candidate UE meets and the confidence level corresponding to the matching filtering condition.
在其中一个实施例中,该迁移学习请求还携带置信度阈值。In one of the embodiments, the transfer learning request also carries a confidence threshold.
在其中一个实施例中,该第一网元为用于确定该候选UE的NF网元。In one of the embodiments, the first network element is an NF network element used to determine the candidate UE.
在其中一个实施例中,该第三方设备为OTT应用服务器或者终端。In one of the embodiments, the third-party device is an OTT application server or terminal.
上述实施例提供的一种计算机可读存储介质,其实现原理和技术效果与上述方法实施例类似,在此不再赘述。The implementation principle and technical effect of the computer-readable storage medium provided by the foregoing embodiments are similar to those of the foregoing method embodiments, and details are not repeated here.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一非易失性计算机可读取存储介质中,该计算机程序在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而 非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。Those of ordinary skill in the art can understand that all or part of the processes in the methods of the above embodiments can be implemented through computer programs to instruct related hardware, and the computer programs can be stored in a non-volatile computer-readable memory In the medium, when the computer program is executed, it may include the processes of the embodiments of the above-mentioned methods. Wherein, any references to memory, storage, database or other media used in the various embodiments provided in the present application may include non-volatile and/or volatile memory. Nonvolatile memory can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory can include random access memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in many forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Chain Synchlink DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。The technical features of the above embodiments can be combined arbitrarily. To make the description concise, all possible combinations of the technical features in the above embodiments are not described. However, as long as there is no contradiction in the combination of these technical features, they should be It is considered to be within the range described in this specification. The above-mentioned embodiments only represent several implementation modes of the present application, and the description thereof is relatively specific and detailed, but it should not be construed as limiting the scope of the patent for the invention. It should be noted that those skilled in the art can make several modifications and improvements without departing from the concept of the present application, and these all belong to the protection scope of the present application. Therefore, the scope of protection of the patent application should be based on the appended claims.

Claims (22)

  1. 一种终端选择方法,其特征在于,用于核心网的第一网元中,所述方法包括:A terminal selection method, characterized in that it is used in a first network element of a core network, and the method includes:
    接收第三方设备发送的迁移学习请求,所述迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;receiving a migration learning request sent by a third-party device, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs;
    根据所述筛选条件信息以及所述源域UE的标识,确定多个所述候选UE;Determine a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain;
    将UE指示信息发送至所述第三方设备,所述UE指示信息包括所述多个候选UE的标识,所述UE指示信息用于供所述第三方设备从所述多个候选UE中确定目标域UE。sending UE indication information to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to determine targets from the plurality of candidate UEs Domain UE.
  2. 根据权利要求1所述的方法,其特征在于,所述根据所述筛选条件信息以及所述源域UE的标识,确定多个所述候选UE,包括:The method according to claim 1, wherein the determining a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain comprises:
    向核心网中的第二网元发送第一UE信息获取请求;sending a first UE information acquisition request to a second network element in the core network;
    接收所述第二网元发送的第一反馈信息,所述第一反馈信息包括所述源域UE的第一UE信息以及基于所述源域UE选定的多个UE的第一UE信息;Receive first feedback information sent by the second network element, where the first feedback information includes first UE information of the source domain UE and first UE information of multiple UEs selected based on the source domain UE;
    根据所述第一反馈信息以及所述筛选条件信息,确定所述多个候选UE。Determine the plurality of candidate UEs according to the first feedback information and the filtering condition information.
  3. 根据权利要求2所述的方法,其特征在于,所述第二网元包括NWDAF网元,所述向核心网中的第二网元发送第一UE信息获取请求之前,所述方法还包括:The method according to claim 2, wherein the second network element comprises a NWDAF network element, and before sending the first UE information acquisition request to the second network element in the core network, the method further comprises:
    根据所述筛选条件信息,确定多个分析任务;Determine multiple analysis tasks according to the screening condition information;
    所述向核心网中的第二网元发送第一UE信息获取请求,包括:The sending the first UE information acquisition request to the second network element in the core network includes:
    向所述NWDAF网元发送所述第一UE信息获取请求,所述第一UE信息获取请求携带所述源域UE的标识以及各所述分析任务的标识,所述第一UE信息获取请求用于指示所述NWDAF网元分别对所述源域UE以及基于所述源域UE选定的多个UE执行各所述分析任务。Sending the first UE information acquisition request to the NWDAF network element, the first UE information acquisition request carrying the identifier of the UE in the source domain and the identifiers of each analysis task, and the first UE information acquisition request using Instructing the NWDAF network element to perform each of the analysis tasks on the source domain UE and multiple UEs selected based on the source domain UE.
  4. 根据权利要求3所述的方法,其特征在于,所述第一UE信息为所述NWDAF网元执行各所述分析任务后得到的分析结果信息。The method according to claim 3, wherein the first UE information is analysis result information obtained after the NWDAF network element performs each of the analysis tasks.
  5. 根据权利要求3所述的方法,其特征在于,所述第一反馈信息还包括基于所述源域UE选定的多个UE的标识,所述根据所述第一反馈信息以及所述筛选条件信息,确定所述多个候选UE,包括:The method according to claim 3, wherein the first feedback information further includes identities of multiple UEs selected based on the source domain UE, and the first feedback information and the filter condition information to determine the plurality of candidate UEs, including:
    向核心网的第三网元发送第二UE信息获取请求,所述第二UE信息获取请求携带所 述源域UE的标识和基于所述源域UE选定的多个UE的标识;Sending a second UE information acquisition request to a third network element of the core network, where the second UE information acquisition request carries the identifier of the source domain UE and the identifiers of multiple UEs selected based on the source domain UE;
    接收所述第三网元发送的第二反馈信息,所述第二反馈信息包括所述源域UE的第二UE信息以及基于所述源域UE选定的多个UE的第二UE信息,所述第二UE信息包括移动性信息和会话信息中的至少一种;receiving second feedback information sent by the third network element, where the second feedback information includes second UE information of the source domain UE and second UE information of multiple UEs selected based on the source domain UE, The second UE information includes at least one of mobility information and session information;
    根据所述源域UE的第一UE信息、基于所述源域UE选定的多个UE的第一UE信息、所述第二反馈信息以及所述筛选条件信息,确定所述多个候选UE。Determine the multiple candidate UEs according to the first UE information of the source domain UE, the first UE information of multiple UEs selected based on the source domain UE, the second feedback information, and the screening condition information .
  6. 根据权利要求1至5任一项所述的方法,其特征在于,所述筛选条件信息用于指示多个筛选条件;所述多个筛选条件包括以下内容中的至少一种:The method according to any one of claims 1 to 5, wherein the filter condition information is used to indicate multiple filter conditions; the multiple filter conditions include at least one of the following:
    未来预期可能到达所述源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
    未来预期的移动轨迹与所述源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
    未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
    未来预期请求的业务的类型与所述源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
    当前与所述源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
    当前的移动轨迹与所述源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
    当前的通信质量满足所述通信质量门限;The current communication quality meets the communication quality threshold;
    当前请求的业务的类型与所述源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
    候选UE的数量。The number of candidate UEs.
  7. 根据权利要求6所述的方法,其特征在于,所述根据所述筛选条件信息以及所述源域UE的标识,确定多个候选UE,包括:The method according to claim 6, wherein the determining a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain comprises:
    根据所述筛选条件信息以及所述源域UE的标识,确定符合至少n个所述筛选条件的所述候选UE,n为正整数。Determine, according to the screening condition information and the identifier of the UE in the source domain, the candidate UEs meeting at least n screening conditions, where n is a positive integer.
  8. 根据权利要求6所述的方法,其特征在于,所述迁移学习请求还携带置信度阈值,所述根据所述筛选条件信息以及所述源域UE的标识,确定多个候选UE,包括:The method according to claim 6, wherein the migration learning request also carries a confidence threshold, and determining a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain includes:
    根据所述筛选条件信息以及所述源域UE的标识,确定符合至少n个所述筛选条件,且,符合的筛选条件中存在对应的置信度大于所述置信度阈值的筛选条件的所述候选UE。According to the screening condition information and the identity of the UE in the source domain, determine that at least n screening conditions are met, and there are candidates for the screening conditions whose corresponding confidence is greater than the confidence threshold among the matching screening conditions. UE.
  9. 根据权利要求6所述的方法,其特征在于,所述UE指示信息还包括所述候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度;或者,The method according to claim 6, wherein the UE indication information further includes the filter conditions met by the candidate UE and the confidence corresponding to the met filter conditions; or,
    所述UE指示信息还包括所述候选UE所符合的筛选条件、所符合的筛选条件对应的置信度以及所述源域UE的标识。The UE indication information also includes the filtering conditions that the candidate UEs meet, the confidence level corresponding to the matching filtering conditions, and the identity of the UE in the source domain.
  10. 根据权利要求9所述的方法,其特征在于,所述将UE指示信息发送至所述第三方设备之前,所述方法还包括:The method according to claim 9, wherein before the UE indication information is sent to the third-party device, the method further comprises:
    根据各所述候选UE符合的筛选条件的个数以及各所述候选UE符合的筛选条件对应的置信度,或者,根据各所述候选UE符合的筛选条件的个数,对所述多个候选UE进行排序;According to the number of screening conditions met by each of the candidate UEs and the confidence corresponding to the screening conditions met by each of the candidate UEs, or according to the number of screening conditions met by each of the candidate UEs, the plurality of candidates UE sorts;
    按照排序的结果生成所述UE指示信息。The UE indication information is generated according to the sorting result.
  11. 根据权利要求1至5任一项所述的方法,其特征在于,所述第一网元为用于确定所述候选UE的NF网元。The method according to any one of claims 1 to 5, wherein the first network element is an NF network element for determining the candidate UE.
  12. 根据权利要求1至5任一项所述的方法,其特征在于,所述第三方设备为OTT应用服务器或者终端。The method according to any one of claims 1 to 5, wherein the third-party device is an OTT application server or a terminal.
  13. 一种终端选择方法,其特征在于,用于第三方设备中,所述方法包括:A terminal selection method, characterized in that it is used in a third-party device, and the method includes:
    向核心网的第一网元发送迁移学习请求,所述迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;Sending a migration learning request to the first network element of the core network, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs;
    接收所述第一网元发送的UE指示信息,所述UE指示信息包括多个候选UE的标识,所述多个候选UE是根据所述筛选条件信息以及所述源域UE的标识确定的;Receive UE indication information sent by the first network element, where the UE indication information includes identifiers of multiple candidate UEs, and the multiple candidate UEs are determined according to the screening condition information and the identifier of the UE in the source domain;
    根据所述UE指示信息从所述多个候选UE中确定目标域UE。Determine a target domain UE from the plurality of candidate UEs according to the UE indication information.
  14. 根据权利要求13所述的方法,其特征在于,所述所述筛选条件信息用于指示多个筛选条件;所述多个筛选条件包括以下内容中的至少一种:The method according to claim 13, wherein the filtering condition information is used to indicate multiple filtering conditions; the multiple filtering conditions include at least one of the following:
    未来预期可能到达所述源域UE当前或历史所处的区域;It is expected to arrive in the area where the UE in the source domain is currently or historically located in the future;
    未来预期的移动轨迹与所述源域UE当前或历史的移动轨迹相似;The expected movement trajectory in the future is similar to the current or historical movement trajectory of the UE in the source domain;
    未来目标时间段内预期的通信质量满足通信质量门限;The expected communication quality within the future target time period meets the communication quality threshold;
    未来预期请求的业务的类型与所述源域UE当前或历史请求的业务的类型相似;The type of service expected to be requested in the future is similar to the type of service currently or historically requested by the UE in the source domain;
    当前与所述源域UE位于同一区域;Currently located in the same area as the UE in the source domain;
    当前的移动轨迹与所述源域UE当前的移动轨迹相似;The current movement trajectory is similar to the current movement trajectory of the UE in the source domain;
    当前的通信质量满足所述通信质量门限;The current communication quality meets the communication quality threshold;
    当前请求的业务的类型与所述源域UE当前请求的业务的类型相似;The type of the service currently requested is similar to the type of service currently requested by the UE in the source domain;
    候选UE的数量。The number of candidate UEs.
  15. 根据权利要求13或14所述的方法,其特征在于,所述UE指示信息还包括所述候选UE所符合的筛选条件以及所符合的筛选条件对应的置信度。The method according to claim 13 or 14, wherein the UE indication information further includes screening conditions met by the candidate UE and confidence levels corresponding to the screening conditions met.
  16. 根据权利要求13或14所述的方法,其特征在于,所述迁移学习请求还携带置信度阈值。The method according to claim 13 or 14, wherein the transfer learning request also carries a confidence threshold.
  17. 根据权利要求13或14所述的方法,其特征在于,所述第一网元为用于确定所述候选UE的NF网元。The method according to claim 13 or 14, wherein the first network element is an NF network element for determining the candidate UE.
  18. 根据权利要求13或14所述的方法,其特征在于,所述第三方设备为OTT应用服务器或者终端。The method according to claim 13 or 14, wherein the third-party device is an OTT application server or a terminal.
  19. 一种终端选择装置,其特征在于,所述装置包括:A terminal selection device, characterized in that the device includes:
    接收模块,用于接收第三方设备发送的迁移学习请求,所述迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;The receiving module is configured to receive a migration learning request sent by a third-party device, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs;
    确定模块,用于根据所述筛选条件信息以及所述源域UE的标识,确定多个所述候选UE;A determining module, configured to determine a plurality of candidate UEs according to the screening condition information and the identity of the UE in the source domain;
    发送模块,用于将UE指示信息发送至所述第三方设备,所述UE指示信息包括所述多个候选UE的标识,所述UE指示信息用于供所述第三方设备从所述多个候选UE中确定目标域UE。A sending module, configured to send UE indication information to the third-party device, where the UE indication information includes identities of the plurality of candidate UEs, and the UE indication information is used for the third-party device to obtain from the plurality of candidate UEs. The target domain UE is determined among the candidate UEs.
  20. 一种终端选择装置,其特征在于,所述装置包括:A terminal selection device, characterized in that the device includes:
    发送模块,用于向核心网的第一网元发送迁移学习请求,所述迁移学习请求携带源域UE的标识以及选择候选UE的筛选条件信息;A sending module, configured to send a migration learning request to a first network element of the core network, where the migration learning request carries the identity of the UE in the source domain and screening condition information for selecting candidate UEs;
    接收模块,用于接收所述第一网元发送的UE指示信息,所述UE指示信息包括多个所述候选UE的标识,所述多个候选UE是根据所述筛选条件信息以及所述源域UE的标识确定的;A receiving module, configured to receive UE indication information sent by the first network element, where the UE indication information includes identities of a plurality of candidate UEs, and the plurality of candidate UEs are selected according to the filtering condition information and the source Determined by the identity of the domain UE;
    确定模块,用于根据所述UE指示信息从所述多个候选UE中确定目标域UE。A determining module, configured to determine a target domain UE from the plurality of candidate UEs according to the UE indication information.
  21. 一种通信设备,包括:处理器、存储器和收发器,所述处理器、所述存储器和所述收发器通过内部连接通路互相通信,其特征在于,A communication device, comprising: a processor, a memory, and a transceiver, the processor, the memory, and the transceiver communicate with each other through an internal connection path, wherein,
    所述存储器,用于存储程序代码;The memory is used to store program codes;
    所述处理器,用于调用所述存储器中存储的程序代码,以配合所述收发器实现权利要求1至12中任一项所述方法的步骤,或者,以配合所述收发器实现权利要求13至18中任一项所述方法的步骤。The processor is configured to call the program code stored in the memory, so as to cooperate with the transceiver to realize the steps of the method in any one of claims 1 to 12, or to cooperate with the transceiver to realize the claims The step of any one of 13 to 18.
  22. 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现权利要求1至12中任一项所述的方法的步骤,或者,所述计算机程序被处理器执行时实现权利要求13至18中任一项所述的方法的步骤。A computer-readable storage medium, on which a computer program is stored, characterized in that, when the computer program is executed by a processor, the steps of the method according to any one of claims 1 to 12 are implemented, or, the computer The steps of the method described in any one of claims 13 to 18 are implemented when the program is executed by the processor.
PCT/CN2021/121495 2021-09-28 2021-09-28 Terminal selection method and apparatus, device, and medium WO2023050106A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202180099762.XA CN117693968A (en) 2021-09-28 2021-09-28 Terminal selection method, device, equipment and medium
PCT/CN2021/121495 WO2023050106A1 (en) 2021-09-28 2021-09-28 Terminal selection method and apparatus, device, and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2021/121495 WO2023050106A1 (en) 2021-09-28 2021-09-28 Terminal selection method and apparatus, device, and medium

Publications (1)

Publication Number Publication Date
WO2023050106A1 true WO2023050106A1 (en) 2023-04-06

Family

ID=85781003

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/121495 WO2023050106A1 (en) 2021-09-28 2021-09-28 Terminal selection method and apparatus, device, and medium

Country Status (2)

Country Link
CN (1) CN117693968A (en)
WO (1) WO2023050106A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112106387A (en) * 2018-05-10 2020-12-18 康维达无线有限责任公司 Server in communication path of Internet of things
WO2021078792A1 (en) * 2019-10-23 2021-04-29 Nokia Technologies Oy Mechanism for controlling service migration
CN112911525A (en) * 2018-05-16 2021-06-04 华为技术有限公司 Message and system for influencing service route by application function
CN113364604A (en) * 2020-03-04 2021-09-07 华为技术有限公司 Communication method, device and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112106387A (en) * 2018-05-10 2020-12-18 康维达无线有限责任公司 Server in communication path of Internet of things
CN112911525A (en) * 2018-05-16 2021-06-04 华为技术有限公司 Message and system for influencing service route by application function
WO2021078792A1 (en) * 2019-10-23 2021-04-29 Nokia Technologies Oy Mechanism for controlling service migration
CN113364604A (en) * 2020-03-04 2021-09-07 华为技术有限公司 Communication method, device and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Architecture enhancements for 5G System (5GS) to support network data analytics services (Release 17)", 3GPP DRAFT; 23288-H20_CRS_IMPLEMENTED, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, 12 September 2021 (2021-09-12), Mobile Competence Centre ; 650, route des Lucioles ; F-06921 Sophia-Antipolis Cedex ; France, XP052053310 *
ANONYMOUS: "3 Generation Partnership Project; Technical Specification Group Services and System Aspects; Study on application architecture for enabling Edge Applications; (Release 17)", 3GPP STANDARD; TECHNICAL REPORT; 3GPP TR 23.758, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, vol. SA WG6, no. V17.0.0, 19 December 2019 (2019-12-19), Mobile Competence Centre ; 650, route des Lucioles ; F-06921 Sophia-Antipolis Cedex ; France , pages 1 - 113, XP051840754 *
NOKIA, NOKIA SHANGHAI BELL: "Pseudo-CR on solution to Key Issues 9 with an alternative flow", 3GPP DRAFT; S6-192109 ALTERNATIVE FLOW WITH MAS SERVER, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, vol. SA WG6, no. Online ;20191024, 4 November 2019 (2019-11-04), Mobile Competence Centre ; 650, route des Lucioles ; F-06921 Sophia-Antipolis Cedex ; France , XP051813173 *

Also Published As

Publication number Publication date
CN117693968A (en) 2024-03-12

Similar Documents

Publication Publication Date Title
Ma et al. A survey of online data-driven proactive 5G network optimisation using machine learning
CN112913274B (en) Procedure for optimization of ad hoc networks
CN109582793A (en) Model training method, customer service system and data labeling system, readable storage medium storing program for executing
CN110324170B (en) Data analysis equipment, multi-model co-decision system and method
WO2021000958A1 (en) Method and apparatus for realizing model training, and computer storage medium
CN108768695B (en) KQI problem positioning method and device
CN113939831A (en) Understanding deep learning models
Wang et al. DeepNetQoE: Self-adaptive QoE optimization framework of deep networks
CN111163482A (en) Data processing method, device and storage medium
WO2023050106A1 (en) Terminal selection method and apparatus, device, and medium
CN114118748A (en) Service quality prediction method and device, electronic equipment and storage medium
US20230274192A1 (en) Federated learning method, apparatus, and system
CN111050398B (en) Paging method, paging device, paging equipment and storage medium
Sánchez-González et al. On learning mobility patterns in cellular networks
US11528196B2 (en) Systems and methods for generating a cognitive analytics hub and predictive actions from distributed data models
CN111177015B (en) Application program quality identification method and device, computer equipment and storage medium
CN113811897B (en) Inference method and apparatus of neural network model, computer device, and storage medium
CN110163249B (en) Base station classification identification method and system based on user parameter characteristics
CN114528972A (en) Deep learning model training method in mobile edge calculation and corresponding system
CN113239879A (en) Federal model training and certificate detection method, device, equipment and medium
Govindarajan et al. Network Traffic Prediction Using Radial Kernelized-Tversky Indexes-Based Multilayer Classifier.
CN112348282B (en) Load prediction method and device
US20240121622A1 (en) System and method for aerial-assisted federated learning
CN115632996B (en) Network flow classification system and method based on federal online active learning
US20230353326A1 (en) Nr framework for beam prediction in spatial domain

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

Country of ref document: EP

Kind code of ref document: A1