WO2024242612A1 - Configuration et test d'ue rapportant des résultats de surveillance des performances d'un modèle ia/ml - Google Patents
Configuration et test d'ue rapportant des résultats de surveillance des performances d'un modèle ia/ml Download PDFInfo
- Publication number
- WO2024242612A1 WO2024242612A1 PCT/SE2024/050488 SE2024050488W WO2024242612A1 WO 2024242612 A1 WO2024242612 A1 WO 2024242612A1 SE 2024050488 W SE2024050488 W SE 2024050488W WO 2024242612 A1 WO2024242612 A1 WO 2024242612A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- model
- monitoring
- csi
- samples
- performance
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W24/00—Supervisory, monitoring or testing arrangements
- H04W24/02—Arrangements for optimising operational condition
Definitions
- the present disclosure is related to a user equipment (UE) performing performance monitoring of an artificial intelligence (AI)/ machine learning (ML) model in a lifecycle management, a network node for configuring a UE to perform performance monitoring of an AI/ML model and methods thereof.
- AI artificial intelligence
- ML machine learning
- Example use cases include using autoencoders for Channel State Information (CSI) compression to reduce the feedback overhead and improve channel prediction accuracy; using deep neural networks (DNNs) for classifying Line-of-Sight (LOS) and Non- LOS (NLOS) conditions to enhance the positioning accuracy; using reinforcement learning for beam selection at the network side and/or the User Equipment (UE) side to reduce the signaling overhead and beam alignment latency; and using deep reinforcement learning to learn an optimal precoding policy for complex Multiple Input Multiple Output (MIMO) precoding problems.
- CSI Channel State Information
- DNNs deep neural networks
- LOS Line-of-Sight
- NLOS Non- LOS
- reinforcement learning for beam selection at the network side and/or the User Equipment (UE) side to reduce the signaling overhead and beam alignment latency
- MIMO Multiple Input Multiple Output
- the AI/ML model lifecycle management (LCM)is illustrated in Figure 1, which is an illustration of training and inference pipelines, in interactions within a AI/ML model LCM procedure.
- the model LCM may include a training (re-training) pipeline, a deployment stage, an inference pipeline, and a drift detection stage.
- the training or re-training pipeline may include: data ingestion, data pre-processing, model training, model evaluation, and model registration. Data ingestion refers to gathering raw (training) data from a data storage. After data ingestion, there may also be a step that controls the validity of the gathered data.
- Data pre-processing refers to some feature engineering applied to the gathered data.
- data pre-processing may include data normalization and possibly a data transformation required for the input data to the AI model.
- Model training refers to the actual model training steps.
- Model evaluation refers to benchmarking the performance to some model baseline. The iterative steps of model training and model evaluation continues until the acceptable level of performance (as previously exemplified) is achieved.
- Model registration refers to registering the AI model, including any corresponding AI-metadata that provides information on how the AI model was developed, and possibly AI model evaluations performance outcomes. [0005]
- the deployment stage makes the trained or re-trained AI model part of the inference pipeline.
- the inference pipeline may include: data ingestion, data pre-processing, model operational, and data and model monitoring.
- Data ingestion refers to gathering raw (inference) data from a data storage.
- the data pre-processing stage is typically identical to corresponding processing that occurs in the training pipeline.
- Model operational refers to using the trained and deployed model in an operational mode.
- Data and model monitoring refers to validating that the inference data are from a distribution that aligns well with the training data, as well as monitoring model outputs for detecting any performance, or operational, drifts.
- the drift detection stage that informs about any drifts in the model operations.
- Figure 2 shows a functional framework that can be used for studying different NW-UE collaboration levels for the AI for PHY use cases.
- a one-sided AI/ML model can be a UE-sided AI/ML model whose inference is performed entirely at the UE.
- a one-sided AI/ML model can be a NW-sided AI/ML model whose inference is performed entirely at the NW node.
- a two-sided AI/ML model refers to a paired AI/ML Model(s) over which joint inference is performed across the UE and the NW node.
- Figure 3 shows an example use case of autoencoder (AE)-based two-sided CSI compression use case, where an encoder (UE-part of the two-sided AE model) is operated at a UE to compress the estimated wireless channel, and the output of the encoder (the compressed wireless channel information estimates) is reported from the UE to a NW node .
- the NW node uses a decoder (NW-part of the two-sided AE model) to reconstruct the estimated wireless channel information.
- a ML model is operating at one end of the communication chain (e.g., at the UE side), but this node gets assistance from the node(s) at the other end of the communication chain (e.g., a next generation Node B (gNB)) for its AI model LCM to some extent (e.g., for training/retraining the AI model, model update, model monitoring, model selection/fallback/switching).
- gNB next generation Node B
- the AI model is split with one part located at the network (NW) side and the other part located at the UE side.
- the AI model requires joint inference between the NW node and UE, and the AI model LCM involves both ends of a communication chain.
- KPIs intermediate key performance indicators
- the AI model LCM involves both ends of a communication chain.
- monitoring based on system performance does not require any additional signaling overhead, however, it can be challenging to detect that the root-cause for bad system performance is due to an inaccurate model, and not due to some other malfunctioning procedure or hardware.
- Monitoring based on data distribution can in contrast identify a potential problem in the model by detecting that the dataset observed during inference is not same as during training. However, it is not-trivial to define conditions and measurable data-distribution based KPIs for sounding a model failure alarm with a good trade-off between model failure detection reliability and accuracy (e.g., low false alarm rate, low missed detection rate and low latency).
- Examples of model output accuracy based performance monitoring results include intermediate KPI per monitoring data sample, intermediate KPI statistics associated with a monitoring data set, the percentage of monitoring data samples within a monitoring dataset for which the intermediate KPI fulfills a certain condition, a flag indicating whether the model is functioning ok or not.
- Examples of data drift based performance monitoring results include monitoring data statistics, the difference between the monitoring data statistics and the data statistics obtained in the model training stage, a flag indicating whether a data drift is detected or not. [0019] When implementing model monitoring, the monitoring method can be selected based on UE service requirements.
- a UE with MBB could start with a low-cost solution (e.g., system performance based), if problems are observed/predicted, then activate an inference accuracy method associated with a higher complexity.
- High-complexity and signaling overhead monitoring may be required for certain UE service requirements, such as for emergency localization use cases or UEs with Ultra Reliable Low Latency Communication (URLLC) connection.
- URLLC Ultra Reliable Low Latency Communication
- an AI/ML model e.g., a UE-sided model, a NW- sided model, or a two-sided model
- a UE can report the model performance monitoring results to the NW node so that the NW node takes the UE reported model performance information into account when making model LCM decisions (e.g., fallback to non-AL/ML algorithm, functionality switching, etc.).
- model LCM decisions e.g., fallback to non-AL/ML algorithm, functionality switching, etc.
- a mechanism for a network node to configure a UE to derive a model performance monitoring result for an AI/ML model and report the result to the NW node is described. Also described is a mechanism to test the reliability/accuracy/quality of the reported result.
- Certain embodiments may provide one or more of the following technical advantage(s).
- the proposed solution enables NW node to instruct a UE to perform performance monitoring of an AI/ML model and acquire information about the monitoring results from the UE.
- the proposed solution also enables the testability of the results reported from the UE, hence, the NW node can consider these results when making model LCM decisions.
- a method of operating a UE for performing performance monitoring of an AI/ML model is provided.
- the UE receives from a network node, model monitoring configuration. From the model monitoring configuration, a model performance monitoring result for the AI/ML model is derived. Furthermore, the UE reports the model performance monitoring result for the AI/ML model to the network node.
- the model monitoring configuration comprises identification of the AI/ML model wherein the AI/ML model is for one of Channel State Information (CSI) compression, CSI prediction, beam management and/or positioning.
- CSI Channel State Information
- a method of operating a network node for configuring a UE to perform performance monitoring of an AI/ML model The network node is signaling, to the UE, model monitoring configuration to cause the UE to derive a model performance monitoring result for the AI/ML model.
- the network node receives a report of the model performance monitoring result from the UE.
- Corresponding embodiments are also applicable for the network node.
- FIG.1 is a flowchart illustrating embodiments of training and inference pipelines and their interactions within a model LCM procedure.
- FIG.2 is a flowchart illustrating a Model LCM.
- FIG.3 is an illustration of a Autoencoder (AE)-based two-sided CSI-compression.
- FIG.4 illustrates an example of the use of constraints to collect a representative monitoring dataset.
- FIG.5 is a flowchart illustrating a method performed by a UE according to embodiments herein
- FIG.6 is a flowchart illustrating a method performed by a network node according to embodiments herein
- FIG.7 illustrates an example of a communication system in accordance with some embodiments.
- FIG.8 illustrates a in accordance with some embodiments.
- FIG.9 illustrates a network node in accordance with some embodiments.
- FIG.10 is a block diagram illustrating a host in accordance with some embodiments.
- FIG.11 is a block diagram illustrating a virtualization environment in accordance with some embodiments.
- FIG.12 illustrating a communication diagram of a host communicating via a network node with a UE over a partially wireless connection in accordance with some embodiments.
- DETAILED DESCRIPTION [0040]
- Examples of model output accuracy based performance monitoring results include intermediate KPI per monitoring data sample, intermediate KPI statistics associated to a monitoring data set, the percentage of monitoring data samples within a monitoring dataset for which the intermediate KPI fulfills a certain condition, a flag indicating whether the model is functioning ok or not.
- Examples of data drift-based performance monitoring results include monitoring data statistics, the difference between the monitoring data statistics and the data statistics obtained in the model training stage, a flag indicating whether a data drift is detected or not.
- a NW node signals model monitoring configuration to a UE and the UE derives a model performance monitoring result based on this configuration and reports the result to the NW node.
- the NW node could be a gNB (e.g.
- the model monitoring configuration comprises identification of the AI/ML model wherein the AI/ML model is for one of Channel State Information (CSI) compression, CSI prediction, beam management and/or positioning.
- CSI Channel State Information
- the model performance monitoring results comprises an intermediate key performance indicator (KPI) per monitoring data sample, intermediate KPI statistics associated with a monitoring data set, percentage of monitoring data samples within a monitoring dataset for which the intermediate KPI fulfills a certain condition, a flag indicating whether the model is functioning or not.
- KPI key performance indicator
- the model monitoring configuration includes one or more of: the AI/ML model identification; configuration for collecting monitoring data set and determining the model performance result; for the CSI compression use case: configuration of the parameters that should be used, or may be used, by the UE when conducting the monitoring of its model; the definition of intermediate KPI per monitoring data sample; the definition of model monitoring metrics; the format/content of the model performance result taken in a measurement/monitoring interval and to be reported from the UE; and the format/content of the model performance report to be reported from the UE.
- the AI/ML model identification can be a functionality ID, a pairing ID, or/and a model ID.
- the configuration for collecting monitoring data set and determining the model performance result can include one or more of the following: the conditions/scenarios/network configuration identification; measurement RS configurations for collecting measurement samples for model monitoring; configuration for obtaining/receiving data samples from another node; the number of samples (K) to be collected for constructing the monitoring data set (to determine the model performance result), or a minimum percentage over the number of available samples during the measurement interval needed for determining the model performance result; a constraint on the collected data samples to ensure that the collected data is representative when estimating the model monitoring performance results (as will be described in greater detail later herein); the time window for collecting monitoring data samples (i.e., the measurement interval that is used by the UE to determine the model performance result); the report interval for the reporting to the network of the monitoring results; and the conditions for the reporting to the network of the model performance result.
- the time window for collecting monitoring data samples i.e., the measurement interval that is used by the UE to determine the model performance result
- the report interval for the reporting to
- the conditions/scenarios/network configuration identification can include network antenna/beam configuration identification and/or the ID(s) of the area/cells from which the monitoring data samples are collected.
- the measurement RS configurations for collecting measurement samples for model monitoring can include L1-Reference Signal Received Power (RSRP) measurements of SSB/CSI-RS beams for AI-based beam management use cases, CSI-RS measurements for CSI prediction use cases and two-sided CSI-compression use cases, and/or PRS measurements for positioning use cases.
- RSRP L1-Reference Signal Received Power
- the configuration for obtaining/receiving data samples from another node can include, for the two-sided CSI-compression use cases, configuration for obtaining/receiving reconstructed CSI generated from the NW-part model output or from a proxy model.
- the configuration for obtaining/receiving the reconstructed CSI generated from the NW-part model output can include the format of the reconstructed CSI (e.g., represented in, for example, a certain number of beams (L), and/or delay taps (M), and/or quantization level of the coefficients), the scheduled time-frequency resources in downlink, where the NW node will transmit the reconstructed CSI, and/or a server address where the reconstructed CSI will be stored.
- the scheduled time-frequency resources in downlink can relate to the scheduled CSI-RS resources and/or the CSI report by a configurable rule (e.g., a configurable fixed offset).
- the configuration for obtaining/receiving the reconstructed CSI generated from a proxy model can include parameters related to antenna layout and virtualization, information about compilation process and HW, information about site/cell/scenario specific adaptions/fine- tuning of the NW node decoder model, and/or one or more samples of NW-part model output of reconstructed CSI for the UE to further calibrate/fine-tune its proxy model, and these reconstructed CSI can be configured like as described with respect to the NW-part model output.
- the proxy model configuration can also be used for proxy models that are used to directly output an estimated/proxy intermediate KPI.
- the configuration for obtaining/receiving data samples from another node can include, for an AI/ML assisted positioning method with UE-side model can include configuration for obtaining/receiving information from the location server (i.e., location management function (LMF) in NR) for the estimated ground truth of the model output, where the information can be either (a) estimated location of target UE location by LMF, or (b) estimated model output derived from the estimated location of target UE location.
- LMF location management function
- the report interval for the reporting to the network of the monitoring results, used by the UE to report to the NW node one or more of the model performance results, can be equal or larger than the measurement interval.
- the conditions for reporting the model performance result to the network can include the network configuring the UE to report the model performance result for one or more SSB/CSI-RS if at least one of the monitored KPI is dropping below a certain threshold. For example, if the accuracy of the prediction is dropping below a certain threshold, (e.g., RSRP difference between the predicted L1-RSRP and measured L1-RSRP is higher than a threshold), or if the UE could not acquire at least a certain percentage of monitoring samples.
- a certain threshold e.g., RSRP difference between the predicted L1-RSRP and measured L1-RSRP is higher than a threshold
- the model monitoring configuration can include the configuration of the parameters that should be used, or may be used, by the UE when conducting the monitoring of its model, which can include one or more of: payload size of the encoder outputs, quantization methods and/or quantization sizes used to the encoder output, puncturing rate, and payload adaptation layer identifier.
- the definition of intermediate KPI per monitoring data sample can be the Squared generalized cosine similarity (SGCS) and/or Normalized mean square error (NMSE) of reconstructed CSI (output from NW-part model) and the ground-truth/measured CSI.
- SGCS Squared generalized cosine similarity
- NMSE Normalized mean square error
- the intermediate KPI per monitoring data sample is defined as the L1-RSRP value difference between the predicted value (model output) and the measured value of the same SSB/CSI-RS beam.
- the intermediate KPI per monitoring data sample is defined as the time of arrival (ToA) value difference between the ToA produced at the model output and the estimated ToA derived from the estimated target UE location.
- the model monitoring metrics is defined as the Cumulative Density Function (CDF) at X percentile(s) (e.g., 50% or/and 90%) of the intermediate KPIs associated to the collected monitoring data samples.
- CDF Cumulative Density Function
- the model monitoring metrics is defined as the mean or/and variance of the intermediate KPIs associated to the collected monitoring data samples.
- the metrics is calculated for a given time window.
- the time window is typically a sliding window.
- the time window size may be fixed or configured.
- the time window size may vary and be adaptable, so that the model monitoring window adapts to the operating status of AI/ML model. For example, the time window size is longer when no deviation of the metrics is detected, and the time window size is shorter when some deviation of the metrics is detected (i.e., the model may have performance issue).
- the model monitoring metrics is defined as the percentage of the monitoring data samples for which the associated intermediate KPI values fulfills a certain condition(s), and the configuration of condition parameters. If the condition is satisfied, then the model is considered to be in normal operation for this monitoring occasion/instance; otherwise, anomaly of model operation is detected.
- the condition may be defined as an intermediate KPI value to be within a certain value range, where the value range is defined by one or more threshold values.
- the threshold values can be set by the NW node based on the metrics obtained during the model training stage (e.g., for the cases where the UE-sided model is trained at the NW node side and transferred/delivered from the NW node to the UE, or for the two-sided model cases, where the UE-part and NW-part of a two-sided model is jointly trained by the UE and NW node side, and the model performance metrics of the two-sided model is stored at the NW-side).
- the threshold value can be set as a function of the intermediate KPI statistics obtained during the model training stage, for example, the NW node can provide a scaling parameter ⁇ for the allowed amount of deviation from the statistics at model training stage.
- the statistics at model training stage can be stored as a component of the meta data of the model, so that the UE can this value when receiving the model from the model training entity.
- the condition for reporting the model performance monitoring result to the network node comprises one or more threshold configured by the network node for an intermediate KPI value or a model monitoring metric.
- the condition can be defined as the intermediate KPI (e.g., a SGCS value) that is larger than a threshold.
- the NW node knows the mean value of the intermediate KPI obtained during the model training stage (e.g., NW node is involved in the model training and stores the information about the model performance metrics associated to the validation data samples used in model training stage).
- the condition is defined as the intermediate KPI (e.g., a RSRP difference between the predicted L1-RSRP and measured L1- RSRP) that is below a threshold.
- the threshold value can be configured as the mean value of the intermediate KPI (e.g., RSRP difference (or ⁇ RSRP) in dB) associated with the validation data samples used during the model training stage.
- RSRP difference or ⁇ RSRP
- the model performance result includes one or more of the following contents: the measured quantity result for each measured Reference Signal (RS) (e.g., RSRP, RSRQ, SINR, RSSI, L1-RSRP), intermediate KPI per monitoring data sample, model monitoring metric(s), and a flag indicating whether the model monitoring metrics for the monitoring data samples fulfill a certain condition(s), how far is model monitoring metrics from fulfilling the condition, and the configuration of condition parameters.
- RS Reference Signal
- a flag may take three values ⁇ - 1, 0, 1 ⁇ , where the flag is set to 1 if the condition is satisfied with a large margin (i.e., the model functions well); set to 0 if the condition is satisfied with little margin (i.e., the model functions acceptably but it may start to fail); set to -1 if the condition is not satisfied (i.e., anomaly is detected for the UE-side model and action is to be taken).
- the flag may take a value from a pre-defined set of values, e.g., ⁇ 0, 1 ⁇ , ⁇ -1, 0, 1 ⁇ , ⁇ -10, -5, -1, 0, 1, 5, 10 ⁇ , ⁇ True, False, Neutral ⁇ .
- the model monitoring metrics is defined as the mean value of the intermediated KPIs (e.g., the mean SGCS value) associated to the collected monitoring data samples
- the format/content of the model performance result to be reported from the UE may be included in the model monitoring configuration.
- the model performance report may include one or more of the model performance results.
- the model performance report can be reported to the network with the periodicity of a report interval configured by the network, or upon fulfillment of a certain triggering event.
- the model performance report may just contain the model performance result for those SSB/CSI-RS for which the triggering event for reporting is fulfilled.
- the model performance report can be represented with a list of model performance results taken in chronological order, where each entry in the list corresponds to a model performance result.
- an entry of the list may not contain any measured quantity results in case for example the UE was not able to acquire a number of samples to determine the measured quantity results, or the measured quantity results was not determined with accuracy.
- the model performance report is conveyed via the Minimization Drive Test (MDT) framework and terminated in the OAM/Trace Collection Entity (TCE).
- MDT Minimization Drive Test
- TCE OAM/Trace Collection Entity
- the model performance report is conveyed to the NW node .
- a UE can be configured with the following parameters to perform performance monitoring of a CSI- compression model, based on which the UE derives and reports the monitoring result.
- the monitoring result includes: the paring ID associated to the two-sided CSI-compression model, where the UE-part model is under operation at the UE; configurations for collecting the monitoring data set; the definition of intermediate KPI per monitoring data sample; the definition of model monitoring metrics; the format/content of the model performance result to be reported from the UE; and configuration to receive a few samples of NW-part model output of reconstructed CSI.
- the configurations for collecting the monitoring data set include: a scenario/condition/network-configuration/area ID for the UE to select a proper proxy model for generating proxy reconstructed CSI samples, CSI-RS configurations for UE to measure and collect ground-truth/target CSI samples, the number of samples, K, to be collected for constructing the monitoring data set, which include data samples ⁇ proxy reconstructed CSI, target CSI ⁇ (this parameter may not be needed if a monitoring data collection window is configured), and the time window for collection monitoring data samples.
- the definition of model monitoring metrics may be the percentage (denoted by P_actual) of the monitoring data samples for which the associated intermediate KPI values (SGCS values) is above a certain threshold, KPI_th.
- KPI_training is a SGCS statistic (e.g., mean value of SGCS) observed at the model training stage, and carried as a part of the meta data of the model.
- the format/content of the model performance result to be reported from the UE may include the model monitoring metrics, P_actual and/or a flag at the output the model monitoring function.
- the configuration to receive a few samples of NW-part model output of reconstructed CSI can be used by the UE to further calibrate/fine-tune its proxy model and/or verify that it has selected an appropriate proxy model. Configuration of these reconstructed CSI and its transmission have been exemplified above. Methods for testing the model performance monitoring result reported by a UE are described below. [0073] In an embodiment, multiple testing data sets are constructed for testing the performance monitoring results reported by a UE, where each testing data set consists of K data samples.
- the value K is the same or approximately the same as for configured by the NW node for UE to derive the model monitoring result.
- the testing data sets can be constructed at the NW node side, at the UE side, by a third party like OAM/network operators, or defined by 3GPP in RAN4.
- an actual monitoring result is generated per testing data set by reconstructing an actual monitoring data set based on the testing data set and calculating the intermediate KPI statistic using the reconstrued actual monitoring data set based on the model monitoring configuration.
- a ground truth monitoring result is generated per testing data set by using the testing data set based on the model monitoring configuration.
- the UE reported model performance monitoring result is tested/verified by comparing the actual monitoring results with the ground truth monitoring results. The comparison can be done per testing data set, or in a statistic comparison manner.
- the testing entity can be at the UE-side, the NW-side, or a third entity.
- Performance for layer 3 for example, can be derived or estimated by the NW node.
- the UE may also use a method that could calculate the performance of all layers in one unified function.
- the rank of which the UE reports its performance monitoring may be configured/configured by the NW node or may be indicated by the UE to the NW node.
- Step 1 of testing method 1 includes obtaining/constructing N testing data sets for the certain condition(s)/scenario(s)/NW node-configuration/area-configuration.
- Each testing data set n consists of K testing data samples.
- the reconstructed-CSI (n, k) is the output of a real CSI reconstruction model used at the NW node or the output of a reference CSI reconstruction model associated to the target-CSI(n, k)
- the proxy- reconstructed-CSI (n, k) is the output of the selected proxy CSI reconstruction model used at the UE.
- the ground- truth/target CSI samples can be synthetic data samples (e.g., data samples defined in RAN4, data samples generated based on certain channel conditions and channel model parameters).
- the ground-truth/target CSI samples can also be the field data collected from the real-world deployment.
- the order of the step 1a) and step 1b) can be changed.
- Various statistical methods can be used to obtain the distance metric between P_actual(n) distribution and P_true(n) distribution, such as Kullback–Leibler (KL) divergence, Jensen-Shannon (JS) divergence, etc. If the distance metric is smaller than a threshold, then the test is passed, i.e., the model monitoring metric as reported by UE is acceptable; otherwise (if the distance metric is larger than a threshold), then the test is failed, i.e., the model monitoring metric as reported by UE is not reliable. [0088] Following example describes testing method 2.
- the NW node configures a UE to perform, multiple times, model performance monitoring of an AI/ML model and report the monitoring results together with the ground truth data samples to the NW node. Then, the NW node compares the received monitoring results from the UE with its own derived monitoring results to verify/test the reliability/accuracy/performance of the UE reported monitoring results.
- Step 1 of testing method 2 includes the NW node configuring a UE to perform N times of model performance monitoring for the CSI-compression model and report monitoring results to the NW node.
- the definition of the model monitoring metrics (e.g., P_*(n)) is chosen so that no assistance information needs to be sent from UE to NW node.
- the definition of the intermediate KPI statistics P_*(n) may require the UE to send assistance information to the NW node, where the assistance information is a type of meta data about the UE's model.
- the distance metric between P_actual(n) distribution and P_true(n) distribution e.g., Kullback–Leibler (KL) divergence, Jensen-Shannon (JS) divergence, etc. If the distance metric is smaller than a threshold, then the test is passed, i.e., the model monitoring metric as reported by UE is acceptable; otherwise (if the distance metric is larger than a threshold), then the test is failed, i.e., the model monitoring metric as reported by UE is not reliable.
- the configurations for the model monitoring are configured by the NW node. It should be noted that part of the configurations may also be defined in the standard text.
- the standard text may also define, e.g., that the UE should use a certain quantization size.
- the quantization size may be the largest possible quantization size (that is supported by the UE and/or the NW node for the respected model or model pair) in deriving the performance monitoring metric.
- the UE may be predetermined, e.g., in the standard text that in deriving its performance monitoring metric, the UE should apply a certain payload size.
- the payload size is the largest payload size that is supported by the UE and/or the NW node for the respected model and/or model pair.
- transmission of multiple results in one report may also be supported.
- the UE may report the monitoring results for more than one model (or model pair), more than one payload sizes, quantization sizes, etc.
- the UE may attach the identifier to the report, for example, identifier of the model (or model pair), quantization size, payload size, etc., that is used by the UE for each of the monitoring results inside the report.
- the UE may be configured with multiple values in the performance monitoring configurations. The UE may apply one value for each configuration and report its selected values in the performance monitoring report.
- Having a “rich” monitoring dataset is important when testing a model's performance.
- a rich dataset provides a diverse and representative sample of the underlying problem domain. It ensures that the model has been exposed to a wide range of scenarios, variations, and edge cases.
- the K samples for model monitoring is measured during a short time window, it is highly likely that they are correlated which might imply that the monitoring results are effectively only based on a single/few samples.
- the NW node can further indicate/signal (spec-impact) the UE on certain constraints when collecting the monitoring data, to ensure a rich monitoring dataset, for example, the constraints can be one or more of the following.
- the constraints include the condition that only one sample of channel/radio measurement data (e.g., CSI-RS measurement) can be collected in a channel coherence time/frequency interval. Or within a certain time-window (e.g., maximum 10 samples every second). Or a maximum number for each cell or site-ID or area ID or UE geolocation.
- the NW node can in an embodiment indicate a decision criteria for UEs including a new monitoring sample, for example based on the Eucledian distance, The decision on how to rate (in terms of novelty) a new sample for a given existing dataset can be based on a function, denoted by a decision criterion hereafter.
- One such function can be the weighted Euclidian distance compared to the other samples in the database.
- Another type of decision criterion could be based on some of the available distance metrics in the literature. Some non-limiting examples include Manhattan (L1-norm), Euclidean (L2-norm), Minkowski, Cosine and Chebychev type of distance metrics. [00100] In case of supervised learning, the UE compares the distance with the samples within its own target class.
- Some non-limiting examples using the distance to determine the importance of a sample include density-based approaches, proximity approaches (maximum distance to other points, average distance to other points etc.). Or in case of regression, only the samples within a range of its target regression variable are being used. In one example, only two-features are shown for simplicity in Figure 4 the UE can only use the rightmost samples as part of its monitoring database when including a constraint on how to collect the monitoring data samples. Without a constraint, there is a risk that the collected data might be located in an isolated feature space area, not being able to perform accurate monitoring results.
- the left side of Figure 4 shows the UE collecting measurements without constraints.
- the right side of Figure 4 shows constraints based on Euclidian distance.
- Figure 4 shows that it is possible that without constraints the UE risks on having a non- representative dataset when estimating the model performance results.
- a model performance result reported by the UE to the network can be conveyed in the MeasResultNR as follows. Changes to the current legacy are underlined.
- MeasResultNR SEQUENCE ⁇ physCellId PhysCellId OPTIONAL, measResult SEQUENCE ⁇ cellResults SEQUENCE ⁇ resultsSSB-Cell MeasQuantityResults OPTIONAL, resultsCSI-RS-Cell MeasQuantityResults OPTIONAL ⁇ , rsIndexResults SEQUENCE ⁇ resultsSSB-Indexes ResultsPerSSB-IndexList OPTIONAL, resultsCSI-RS-Indexes ResultsPerCSI-RS- IndexList OPTIONAL ⁇ OPTIONAL ⁇ , ..., [[ cgi-Info CGI-InfoNR OPTIONAL ]] , [[ choCandidate-r17 ENUMERATED ⁇ true ⁇ OPTIONAL, choConfig-r17 SEQUENCE (SIZE (1..2)) OF CondTriggerConfig-r16 OPTIONAL, triggeredEvent-r17 SEQUENCE ⁇ timeBetweenEvents-r17 TimeBetweenE
- ⁇ accuracy This field indicates the accuracy of the beam level measurement, e.g. the percentage gap between the between the predicted L1-RSRP and measured L1-RSRP is higher than a threshold, averaged over the measurement interval.
- Value p20 indicates that the accuracy is below 20%
- value p40 indicates that the accuracy is between 40% and 20%
- sampleMonitored This field indicates the percentage of samples that were used to determine the measured quantity results over the available measurement samples within the measurement interval. Value p20 indicates that the less than 20% samples were used, value p40 indicates that the between 40% and 20% samples were used, and so on.
- kpiResultsPerSSB This field includes the AIML-related KPI results for each beam level measurement results based on SS/PBCH related measurements included in resultsSSB-Indexes kpiResultsPerCSI-RS This field includes the AIML-related KPI results for each beam level measurement results based on CSI-RS related measurements included in resultsCSI-RS-Indexes.
- EventTriggerConfig:: SEQUENCE ⁇ eventId CHOICE ⁇ eventA1 SEQUENCE ⁇ a1-Threshold MeasTriggerQuantity, reportOnLeave BOOLEAN, hysteresis Hysteresis, timeToTrigger TimeToTrigger ⁇ , eventA2 SEQUENCE ⁇ a2-Threshold MeasTriggerQuantity, reportOnLeave BOOLEAN, hysteresis Hysteresis, timeToTrigger TimeToTrigger ⁇ , eventA3 SEQUENCE ⁇ a3-Offset MeasTriggerQuantityOffset, reportOnLeave BOOLEAN, hysteresis Hysteresis, timeToTrigger TimeToTrigger, useAllowedCellList BOOLEAN ⁇ , eventA4 SEQUENCE ⁇ a4-Threshold MeasTriggerQuantity, reportOnLeAve BOOLEAN, hysteresis Hysteresis, timeToTrigger
- measurementInterval This field indicates the measurement interval in ms under which the UE shall perform the model performance monitoring and determine the associated results.
- sampleToBeMonitored This field indicates the minimum number of samples that the UE shall acquire to determine the model performance monitoring results. accuracy It this field is set to true, the UE shall report the accuracy results in the measurement report samplesMonitored It this field is set to true, the UE shall report the percentage of the samples monitored results in the measurement report accuracyTriggering This field indicates the conditions under which the UE shall report the measurement results to the network. If the field is set to p20, the UE shall report the measurement results to the network if the accuracy is below 20%, and so on.
- Figure 5 is a flowchart of an example method for a UE for performing performance monitoring of an AI/ML model.
- the UE receives, from a network node, model monitoring configuration.
- the network node may be a gNB, OAM, or a core network node.
- the model monitoring configuration may include one or more of the following: an identification of the AI/ML model, wherein the AI/ML model may be for one or more of Channel State Information (CSI) compression, CSI prediction, beam management and/or positioning; one or more configurations for collecting a monitoring data set and determining model performance result.
- CSI Channel State Information
- the model performance monitoring result may comprises an intermediate key performance indicator (KPI) per monitoring data sample, intermediate KPI statistics associated with a monitoring data set, percentage of monitoring data samples within a monitoring data set for which the intermediate KPI fulfills a certain condition, a flag indicating whether the model is functioning or not ; a definition of an intermediate key performance indicator (KPI) per monitoring data sample; a definition of model monitoring metrics; a content of the model performance monitoring result; and a content of the reporting of the model performance monitoring result.
- KPI intermediate key performance indicator
- the one or more configurations for collecting the monitoring data set and determining model performance result may include one or more of the following: an identification of a condition such as a network antenna/beam configuration and/or an identifier of one or more areas/cells from which monitoring data samples are to be collected; measurement reference signal (RS) configurations for collecting measurement samples; configuration for obtaining or receiving data samples from another node; a number of samples to be collected for constructing the monitoring data set; a constraint on the number of samples that are collected; a time window for collecting the number of samples; a report interval for reporting of the model performance monitoring result; and a condition for reporting of the model performance monitoring result to the network node.
- RS measurement reference signal
- the AI/ML model may be for a two-sided channel state information (CSI)- compression use case.
- the configuration for obtaining or receiving data samples from another node may include configuration for obtaining or receiving reconstructed CSI from a network node-part model output or from a proxy model.
- the AI/ML model may be for an assisted positioning method with UE-side model.
- the configuration for obtaining or receiving data samples from another node may include configuration for obtaining or receiving information from a location server for an estimated ground truth of an output of the AI/ML model.
- the definition of the intermediate KPI per monitoring data sample may be one of: a squared generalized cosine similarity (SGCS) and/or normalized mean square error (NMSE) of reconstructed channel state information (CSI) and measured CSI; a L1-reference signal received power (RSRP) value difference between a predicted value and a measured value of a same Synchronization Signal Block (SSB)/CSI-reference signal (RS) beam; and a time of arrival (ToA) value difference between the ToA produced at model output and an estimated ToA derived from an estimated target UE location.
- SGCS squared generalized cosine similarity
- NMSE normalized mean square error
- CSI channel state information
- RSRP L1-reference signal received power
- SSB Synchronization Signal Block
- RS CSI-reference signal
- ToA time of arrival
- model monitoring metrics may be one of: a Cumulative Density Function (CDF) at X percentile of intermediate key performance indicators (KPIs) associated with collected monitoring data samples; a mean and/or variance of the intermediate KPIs associated with collected monitoring data samples; and a percentage of collected monitoring data samples for which the intermediate KPIs associated with the collected monitoring data samples fulfill a condition.
- CDF Cumulative Density Function
- KPIs intermediate key performance indicators
- the content of the model performance monitoring result may include one or more of: a measured quantity result for each measured RS; intermediate KPI per monitoring data sample; one or more model monitoring metrics; and a flag indicating whether the one or more model monitoring metrics fulfill a condition.
- the content of the reporting of the model performance monitoring result may include one or more of the performance of the model performance monitoring results.
- the UE derives, from the model monitoring configuration, a model performance monitoring result for the AI/ML model.
- the UE reports the model performance monitoring result for the AI/ML model to the network node.
- the model performance monitoring result report can be reported to the network node with the periodicity of a report interval configured by the network node, or upon fulfillment of a certain triggering event. In the latter case, the model performance report may just contain the model performance result for those SSB/CSI-RS for which the triggering event for reporting is fulfilled.
- the model performance report can be represented with a list of model performance results taken in chronological order, where each entry in the list corresponds to model performance result.
- an entry of the list may not contain any measured quantity results in case for example the UE was not able to acquire a number of samples to determine the measured quantity results, or the measured quantity results was not determined with accuracy.
- the model performance report may be conveyed via the MDT framework and terminated in the OAM/TCE. In another embodiment the model performance report is conveyed to the NW node.
- Figure 6 is a flowchart of an example method for a network node for configuring a UE to perform performance monitoring of an AI/ML model.
- the network node signals, to the UE, model monitoring configuration to cause the UE to derive a model performance monitoring result for the AI/ML model.
- the network node may be a gNB, OAM, or a core network node.
- the model monitoring configuration may include one or more of the following: an identification of the AI/ML model; one or more configurations for collecting a monitoring data set and determining model performance result; a definition of an intermediate key performance indicator (KPI) per monitoring data sample; a definition of model monitoring metrics; a content of the model performance monitoring result; and a content of the reporting of the model performance monitoring result.
- KPI intermediate key performance indicator
- the one or more configurations for collecting the monitoring data set and determining model performance result may include one or more of the following: an identification of a condition such as a network antenna/beam configuration and/or an identifier of one or more areas/cells from which monitoring data samples are to be collected; measurement reference signal (RS) configurations for collecting measurement samples; configuration for obtaining or receiving data samples from another node; a number of samples to be collected for constructing the monitoring data set; a constraint on the number of samples that are collected; a time window for collecting the number of samples; a report interval for reporting of the model performance monitoring result; and a condition for reporting of the model performance monitoring result to the network node.
- RS measurement reference signal
- the AI/ML model may be for a two-sided channel state information (CSI)- compression use case.
- the configuration for obtaining or receiving data samples from another node may include configuration for obtaining or receiving reconstructed CSI from a network node-part model output or from a proxy model.
- the AI/ML model may be for an assisted positioning method with UE-side model.
- the configuration for obtaining or receiving data samples from another node may include configuration for obtaining or receiving information from a location server for an estimated ground truth of an output of the AI/ML model.
- the definition of the intermediate KPI per monitoring data sample may be one of: a squared generalized cosine similarity (SGCS) and/or normalized mean square error (NMSE) of reconstructed channel state information (CSI) and measured CSI; a L1-reference signal received power (RSRP) value difference between a predicted value and a measured value of a same Synchronization Signal Block (SSB)/CSI-reference signal (RS) beam; and a time of arrival (ToA) value difference between the ToA produced at model output and an estimated ToA derived from an estimated target UE location.
- SGCS squared generalized cosine similarity
- NMSE normalized mean square error
- CSI channel state information
- RSRP L1-reference signal received power
- SSB Synchronization Signal Block
- RS CSI-reference signal
- ToA time of arrival
- model monitoring metrics may be one of: a Cumulative Density Function (CDF) at X percentile of intermediate key performance indicators (KPIs) associated with collected monitoring data samples; a mean and/or variance of the intermediate KPIs associated with collected monitoring data samples; and a percentage of collected monitoring data samples for which the intermediate KPIs associated with the collected monitoring data samples fulfill a condition.
- CDF Cumulative Density Function
- KPIs intermediate key performance indicators
- the content of the model performance monitoring result may include one or more of: a measured quantity result for each measured RS; intermediate KPI per monitoring data sample; one or more model monitoring metrics; and a flag indicating whether the one or more model monitoring metrics fulfill a condition.
- the content of the reporting of the model performance monitoring result may include one or more of the performance of the model performance monitoring results.
- the network node receives, from the UE, a report of the model performance monitoring result.
- the model performance monitoring result report can be received at the network node with the periodicity of a report interval configured by the network node, or upon fulfillment of a certain triggering event. In the latter case, the model performance report may just contain the model performance result for those SSB/CSI-RS for which the triggering event for reporting is fulfilled.
- the model performance report can be represented with a list of model performance results taken in chronological order, where each entry in the list corresponds to model performance result. In one embodiment an entry of the list may not contain any measured quantity results in case for example the UE was not able to acquire a number of samples to determine the measured quantity results, or the measured quantity results was not determined with accuracy.
- FIG. 7 shows an example of a communication system 700 in accordance with some embodiments.
- the communication system 700 includes a telecommunication network 702 that includes an access network 704, such as a radio access network (RAN), and a core network 706, which includes one or more core network nodes 708.
- the access network 704 includes one or more access network nodes, such as network nodes 710a and 710b (one or more of which may be generally referred to as network nodes 710), or any other similar 3 rd Generation Partnership Project (3GPP) access nodes or non-3GPP access points.
- 3GPP 3 rd Generation Partnership Project
- a network node is not necessarily limited to an implementation in which a radio portion and a baseband portion are supplied and integrated by a single vendor.
- network nodes include disaggregated implementations or portions thereof.
- the telecommunication network 702 includes one or more Open-RAN (ORAN) network nodes.
- ORAN Open-RAN
- An ORAN network node is a node in the telecommunication network 702 that supports an ORAN specification (e.g., a specification published by the O-RAN Alliance, or any similar organization) and may operate alone or together with other nodes to implement one or more functionalities of any node in the telecommunication network 702, including one or more network nodes 710 and/or core network nodes 708.
- ORAN specification e.g., a specification published by the O-RAN Alliance, or any similar organization
- Examples of an ORAN network node include an open radio unit (O-RU), an open distributed unit (O-DU), an open central unit (O-CU), including an O-CU control plane (O-CU- CP) or an O-CU user plane (O-CU-UP), a RAN intelligent controller (near-real time or non-real time) hosting software or software plug-ins, such as a near-real time control application (e.g., xApp) or a non-real time control application (e.g., rApp), or any combination thereof (the adjective “open” designating support of an ORAN specification).
- a near-real time control application e.g., xApp
- rApp non-real time control application
- the network node may support a specification by, for example, supporting an interface defined by the ORAN specification, such as an A1, F1, W1, E1, E2, X2, Xn interface, an open fronthaul user plane interface, or an open fronthaul management plane interface.
- an ORAN access node may be a logical node in a physical node.
- an ORAN network node may be implemented in a virtualization environment (described further below) in which one or more network functions are virtualized.
- the virtualization environment may include an O-Cloud computing platform orchestrated by a Service Management and Orchestration Framework via an O-2 interface defined by the O-RAN Alliance or comparable technologies.
- the network nodes 710 facilitate direct or indirect connection of UE, such as by connecting UEs 712a, 712b, 712c, and 712d (one or more of which may be generally referred to as UEs 712) to the core network 706 over one or more wireless connections.
- Example wireless communications over a wireless connection include transmitting and/or receiving wireless signals using electromagnetic waves, radio waves, infrared waves, and/or other types of signals suitable for conveying information without the use of wires, cables, or other material conductors.
- the communication system 700 may include any number of wired or wireless networks, network nodes, UEs, and/or any other components or systems that may facilitate or participate in the communication of data and/or signals whether via wired or wireless connections.
- the communication system 700 may include and/or interface with any type of communication, telecommunication, data, cellular, radio network, and/or other similar type of system.
- the UEs 712 may be any of a wide variety of communication devices, including wireless devices arranged, configured, and/or operable to communicate wirelessly with the network nodes 710 and other communication devices.
- the network nodes 710 are arranged, capable, configured, and/or operable to communicate directly or indirectly with the UEs 712 and/or with other network nodes or equipment in the telecommunication network 702 to enable and/or provide network access, such as wireless network access, and/or to perform other functions, such as administration in the telecommunication network 702.
- the core network 706 connects the network nodes 710 to one or more hosts, such as host 716. These connections may be direct or indirect via one or more intermediary networks or devices. In other examples, network nodes may be directly coupled to hosts.
- the core network 706 includes one more core network nodes (e.g., core network node 708) that are structured with hardware and software components.
- Example core network nodes include functions of one or more of a Mobile Switching Center (MSC), Mobility Management Entity (MME), Home Subscriber Server (HSS), Access and Mobility Management Function (AMF), Session Management Function (SMF), Authentication Server Function (AUSF), Subscription Identifier De-concealing function (SIDF), Unified Data Management (UDM), Security Edge Protection Proxy (SEPP), Network Exposure Function (NEF), and/or a User Plane Function (UPF).
- MSC Mobile Switching Center
- MME Mobility Management Entity
- HSS Home Subscriber Server
- AMF Access and Mobility Management Function
- SMF Session Management Function
- AUSF Authentication Server Function
- SIDF Subscription Identifier De-concealing function
- UDM Unified Data Management
- SEPP Security Edge Protection Proxy
- NEF Network Exposure Function
- UPF User Plane Function
- the host 716 may be under the ownership or control of a service provider other than an operator or provider of the access network 704 and/or the telecommunication network 702, and may be operated by the service provider or on behalf of the service provider.
- the host 716 may host a variety of applications to provide one or more service. Examples of such applications include live and pre-recorded audio/video content, data collection services such as retrieving and compiling data on various ambient conditions detected by a plurality of UEs, analytics functionality, social media, functions for controlling or otherwise interacting with remote devices, functions for an alarm and surveillance center, or any other such function performed by a server.
- the communication system 700 of Figure 7 enables connectivity between the UEs, network nodes, and hosts.
- the communication system may be configured to operate according to predefined rules or procedures, such as specific standards that include, but are not limited to: Global System for Mobile Communications (GSM); Universal Mobile Telecommunications System (UMTS); Long Term Evolution (LTE), and/or other suitable 2G, 3G, 4G, 5G standards, or any applicable future generation standard (e.g., 6G); wireless local area network (WLAN) standards, such as the Institute of Electrical and Electronics Engineers (IEEE) 802.11 standards (WiFi); and/or any other appropriate wireless communication standard, such as the Worldwide Interoperability for Microwave Access (WiMax), Bluetooth, Z-Wave, Near Field Communication (NFC) ZigBee, LiFi, and/or any low-power wide-area network (LPWAN) standards such as LoRa and Sigfox.
- GSM Global System for Mobile Communications
- UMTS Universal Mobile Telecommunications System
- LTE Long Term Evolution
- 6G wireless local area network
- WiFi wireless local area network
- WiMax Worldwide Interoperability for Micro
- the telecommunication network 702 is a cellular network that implements 3GPP standardized features. Accordingly, the telecommunications network 702 may support network slicing to provide different logical networks to different devices that are connected to the telecommunication network 702. For example, the telecommunications network 702 may provide URLLC services to some UEs, while providing Enhanced Mobile Broadband (eMBB) services to other UEs, and/or Massive Machine Type Communication (mMTC)/Massive IoT services to yet further UEs.
- eMBB Enhanced Mobile Broadband
- mMTC Massive Machine Type Communication
- the UEs 712 are configured to transmit and/or receive information without direct human interaction.
- a UE may be designed to transmit information to the access network 704 on a predetermined schedule, when triggered by an internal or external event, or in response to requests from the access network 704.
- a UE may be configured for operating in single- or multi-RAT or multi-standard mode.
- a UE may operate with any one or combination of Wi-Fi, NR (New Radio) and LTE, i.e. being configured for multi-radio dual connectivity (MR-DC), such as E-UTRAN (Evolved-UMTS Terrestrial Radio Access Network) New Radio – Dual Connectivity (EN-DC).
- MR-DC multi-radio dual connectivity
- the hub 714 communicates with the access network 704 to facilitate indirect communication between one or more UEs (e.g., UE 712c and/or 712d) and network nodes (e.g., network node 710b).
- the hub 714 may be a controller, router, content source and analytics, or any of the other communication devices described herein regarding UEs.
- the hub 714 may be a broadband router enabling access to the core network 706 for the UEs.
- the hub 714 may be a controller that sends commands or instructions to one or more actuators in the UEs.
- Commands or instructions may be received from the UEs, network nodes 710, or by executable code, script, process, or other instructions in the hub 714.
- the hub 714 may be a data collector that acts as temporary storage for UE data and, in some embodiments, may perform analysis or other processing of the data.
- the hub 714 may be a content source. For example, for a UE that is a VR headset, display, loudspeaker or other media delivery device, the hub 714 may retrieve VR assets, video, audio, or other media or data related to sensory information via a network node, which the hub 714 then provides to the UE either directly, after performing local processing, and/or after adding additional local content.
- the hub 714 acts as a proxy server or orchestrator for the UEs, in particular if one or more of the UEs are low energy IoT devices.
- the hub 714 may have a constant/persistent or intermittent connection to the network node 710b.
- the hub 714 may also allow for a different communication scheme and/or schedule between the hub 714 and UEs (e.g., UE 712c and/or 712d), and between the hub 714 and the core network 706.
- the hub 714 is connected to the core network 706 and/or one or more UEs via a wired connection.
- the hub 714 may be configured to connect to an M2M service provider over the access network 704 and/or to another UE over a direct connection.
- UEs may establish a wireless connection with the network nodes 710 while still connected via the hub 714 via a wired or wireless connection.
- the hub 714 may be a dedicated hub – that is, a hub whose primary function is to route communications to/from the UEs from/to the network node 710b.
- the hub 714 may be a non-dedicated hub – that is, a device which is capable of operating to route communications between the UEs and network node 710b, but which is additionally capable of operating as a communication start and/or end point for certain data channels.
- Figure 8 shows a UE 800 in accordance with some embodiments.
- a UE refers to a device capable, configured, arranged and/or operable to communicate wirelessly with network nodes and/or other UEs.
- Examples of a UE include, but are not limited to, a smart phone, mobile phone, cell phone, voice over IP (VoIP) phone, wireless local loop phone, desktop computer, personal digital assistant (PDA), wireless cameras, gaming console or device, music storage device, playback appliance, wearable terminal device, wireless endpoint, mobile station, tablet, laptop, laptop-embedded equipment (LEE), laptop-mounted equipment (LME), smart device, wireless customer-premise equipment (CPE), vehicle, vehicle-mounted or vehicle embedded/integrated wireless device, etc.
- VoIP voice over IP
- PDA personal digital assistant
- MDA personal digital assistant
- gaming console or device gaming console or device
- music storage device music storage device
- playback appliance wearable terminal device
- wireless endpoint mobile station
- mobile station tablet
- laptop laptop-embedded equipment
- LME laptop-mounted equipment
- CPE wireless customer-premise equipment
- vehicle vehicle-mounted or vehicle embedded/integrated wireless device, etc.
- a UE may support device-to-device (D2D) communication, for example by implementing a 3GPP standard for sidelink communication, Dedicated Short-Range Communication (DSRC), vehicle-to-vehicle (V2V), vehicle-to-infrastructure (V2I), or vehicle- to-everything (V2X).
- a UE may not necessarily have a user in the sense of a human user who owns and/or operates the relevant device.
- a UE may represent a device that is intended for sale to, or operation by, a human user but which may not, or which may not initially, be associated with a specific human user (e.g., a smart sprinkler controller).
- a UE may represent a device that is not intended for sale to, or operation by, an end user but which may be associated with or operated for the benefit of a user (e.g., a smart power meter).
- the UE 800 includes processing circuitry 802 that is operatively coupled via a bus 804 to an input/output interface 806, a power source 808, a memory 810, a communication interface 812, and/or any other component, or any combination thereof.
- Certain UEs may utilize all or a subset of the components shown in Figure 8.
- the level of integration between the components may vary from one UE to another UE. Further, certain UEs may contain multiple instances of a component, such as multiple processors, memories, transceivers, transmitters, receivers, etc.
- the processing circuitry 802 is configured to process instructions and data and may be configured to implement any sequential state machine operative to execute instructions stored as machine-readable computer programs in the memory 810.
- the processing circuitry 802 may be implemented as one or more hardware-implemented state machines (e.g., in discrete logic, field- programmable gate arrays (FPGAs), application specific integrated circuits (ASICs), etc.); programmable logic together with appropriate firmware; one or more stored computer programs, general-purpose processors, such as a microprocessor or digital signal processor (DSP), together with appropriate software; or any combination of the above.
- the processing circuitry 802 may include multiple central processing units (CPUs).
- the input/output interface 806 may be configured to provide an interface or interfaces to an input device, output device, or one or more input and/or output devices.
- Examples of an output device include a speaker, a sound card, a video card, a display, a monitor, a printer, an actuator, an emitter, a smartcard, another output device, or any combination thereof.
- An input device may allow a user to capture information into the UE 800.
- Examples of an input device include a touch-sensitive or presence-sensitive display, a camera (e.g., a digital camera, a digital video camera, a web camera, etc.), a microphone, a sensor, a mouse, a trackball, a directional pad, a trackpad, a scroll wheel, a smartcard, and the like.
- the presence-sensitive display may include a capacitive or resistive touch sensor to sense input from a user.
- a sensor may be, for instance, an accelerometer, a gyroscope, a tilt sensor, a force sensor, a magnetometer, an optical sensor, a proximity sensor, a biometric sensor, etc., or any combination thereof.
- An output device may use the same type of interface port as an input device.
- a Universal Serial Bus (USB) port may be used to provide an input device and an output device.
- the power source 808 is structured as a battery or battery pack.
- Other types of power sources such as an external power source (e.g., an electricity outlet), photovoltaic device, or power cell, may be used.
- the power source 808 may further include power circuitry for delivering power from the power source 808 itself, and/or an external power source, to the various parts of the UE 800 via input circuitry or an interface such as an electrical power cable. Delivering power may be, for example, for charging of the power source 808.
- Power circuitry may perform any formatting, converting, or other modification to the power from the power source 808 to make the power suitable for the respective components of the UE 800 to which power is supplied.
- the memory 810 may be or be configured to include memory such as random access memory (RAM), read-only memory (ROM), programmable read-only memory (PROM), erasable programmable read-only memory (EPROM), electrically erasable programmable read- only memory (EEPROM), magnetic disks, optical disks, hard disks, removable cartridges, flash drives, and so forth.
- the memory 810 includes one or more application programs 814, such as an operating system, web browser application, a widget, gadget engine, or other application, and corresponding data 816.
- the memory 810 may store, for use by the UE 800, any of a variety of various operating systems or combinations of operating systems.
- the memory 810 may be configured to include a number of physical drive units, such as redundant array of independent disks (RAID), flash memory, USB flash drive, external hard disk drive, thumb drive, pen drive, key drive, high-density digital versatile disc (HD-DVD) optical disc drive, internal hard disk drive, Blu-Ray optical disc drive, holographic digital data storage (HDDS) optical disc drive, external mini-dual in-line memory module (DIMM), synchronous dynamic random access memory (SDRAM), external micro-DIMM SDRAM, smartcard memory such as tamper resistant module in the form of a universal integrated circuit card (UICC) including one or more subscriber identity modules (SIMs), such as a USIM and/or ISIM, other memory, or any combination thereof.
- RAID redundant array of independent disks
- HD-DVD high-density digital versatile disc
- HDDS holographic digital data storage
- DIMM external mini-dual in-line memory module
- SDRAM synchronous dynamic random access memory
- SDRAM synchronous dynamic random access memory
- the UICC may for example be an embedded UICC (eUICC), integrated UICC (iUICC) or a removable UICC commonly known as ‘SIM card.’
- the memory 810 may allow the UE 800 to access instructions, application programs and the like, stored on transitory or non-transitory memory media, to off-load data, or to upload data.
- An article of manufacture, such as one utilizing a communication system may be tangibly embodied as or in the memory 810, which may be or comprise a device-readable storage medium.
- the processing circuitry 802 may be configured to communicate with an access network or other network using the communication interface 812.
- the communication interface 812 may comprise one or more communication subsystems and may include or be communicatively coupled to an antenna 822.
- the communication interface 812 may include one or more transceivers used to communicate, such as by communicating with one or more remote transceivers of another device capable of wireless communication (e.g., another UE or a network node in an access network).
- Each transceiver may include a transmitter 818 and/or a receiver 820 appropriate to provide network communications (e.g., optical, electrical, frequency allocations, and so forth).
- the transmitter 818 and receiver 820 may be coupled to one or more antennas (e.g., antenna 822) and may share circuit components, software or firmware, or alternatively be implemented separately.
- communication functions of the communication interface 812 may include cellular communication, Wi-Fi communication, LPWAN communication, data communication, voice communication, multimedia communication, short- range communications such as Bluetooth, near-field communication, location-based communication such as the use of the global positioning system (GPS) to determine a location, another like communication function, or any combination thereof.
- GPS global positioning system
- Communications may be implemented in according to one or more communication protocols and/or standards, such as IEEE 802.11, Code Division Multiplexing Access (CDMA), Wideband Code Division Multiple Access (WCDMA), GSM, LTE, New Radio (NR), UMTS, WiMax, Ethernet, transmission control protocol/internet protocol (TCP/IP), synchronous optical networking (SONET), Asynchronous Transfer Mode (ATM), QUIC, Hypertext Transfer Protocol (HTTP), and so forth.
- a UE may provide an output of data captured by its sensors, through its communication interface 812, via a wireless connection to a network node. Data captured by sensors of a UE can be communicated through a wireless connection to a network node via another UE.
- a UE comprises an actuator, a motor, or a switch, related to a communication interface configured to receive wireless input from a network node via a wireless connection. In response to the received wireless input the states of the actuator, the motor, or the switch may change.
- the UE may comprise a motor that adjusts the control surfaces or rotors of a drone in flight according to the received input or to a robotic arm performing a medical procedure according to the received input.
- a UE when in the form of an Internet of Things (IoT) device, may be a device for use in one or more application domains, these domains comprising, but not limited to, city wearable technology, extended industrial application and healthcare.
- IoT Internet of Things
- Non-limiting examples of such an IoT device are a device which is or which is embedded in: a connected refrigerator or freezer, a TV, a connected lighting device, an electricity meter, a robot vacuum cleaner, a voice controlled smart speaker, a home security camera, a motion detector, a thermostat, a smoke detector, a door/window sensor, a flood/moisture sensor, an electrical door lock, a connected doorbell, an air conditioning system like a heat pump, an autonomous vehicle, a surveillance system, a weather monitoring device, a vehicle parking monitoring device, an electric vehicle charging station, a smart watch, a fitness tracker, a head-mounted display for Augmented Reality (AR) or Virtual Reality (VR), a wearable for tactile augmentation or sensory enhancement, a water sprinkler, an animal- or item-tracking device, a sensor for monitoring a plant or animal, an industrial robot, an Unmanned Aerial Vehicle (UAV), and any kind of medical device, like a heart rate monitor or a remote controlled surgical robot.
- UAV Un
- a UE in the form of an IoT device comprises circuitry and/or software in dependence of the intended application of the IoT device in addition to other components as described in relation to the UE 800 shown in Figure 8.
- a UE may represent a machine or other device that performs monitoring and/or measurements, and transmits the results of such monitoring and/or measurements to another UE and/or a network node.
- the UE may in this case be an M2M device, which may in a 3GPP context be referred to as an MTC device.
- the UE may implement the 3GPP NB-IoT standard.
- a UE may represent a vehicle, such as a car, a bus, a truck, a ship and an airplane, or other equipment that is capable of monitoring and/or reporting on its operational status or other functions associated with its operation.
- a first UE might be or be integrated in a drone and provide the drone’s speed information (obtained through a speed sensor) to a second UE that is a remote controller operating the drone.
- the first UE may adjust the throttle on the drone (e.g. by controlling an actuator) to increase or decrease the drone’s speed.
- the first and/or the second UE can also include more than one of the functionalities described above.
- a UE might comprise the sensor and the actuator, and handle communication of data for both the speed sensor and the actuators.
- Figure 9 shows a network node 900 in accordance with some embodiments.
- network node refers to equipment capable, configured, arranged and/or operable to communicate directly or indirectly with a UE and/or with other network nodes or equipment, in a telecommunication network.
- network nodes include, but are not limited to, access points (APs) (e.g., radio access points), base stations (BSs) (e.g., radio base stations, Node Bs, evolved Node Bs (eNBs) and NR NodeBs (gNBs)), O-RAN nodes or components of an O-RAN node (e.g., O-RU, O-DU, O-CU).
- APs access points
- BSs base stations
- eNBs evolved Node Bs
- gNBs NR NodeBs
- O-RAN nodes e.g., O-RU, O-DU, O-CU
- Base stations may be categorized based on the amount of coverage they provide (or, stated differently, their transmit power level) and so, depending on the provided amount of coverage, may be referred to as femto base stations, pico base stations, micro base stations, or macro base stations.
- a base station may be a relay node or a relay donor node controlling a relay.
- a network node may also include one or more (or all) parts of a distributed radio base station such as centralized digital units, distributed units (e.g., in an O-RAN access node) and/or remote radio units (RRUs), sometimes referred to as Remote Radio Heads (RRHs).
- RRUs remote radio units
- RRHs Remote Radio Heads
- Such remote radio units may or may not be integrated with an antenna as an antenna integrated radio.
- Parts of a distributed radio base station may also be referred to as nodes in a distributed antenna system (DAS).
- DAS distributed antenna system
- network nodes include multiple transmission point (multi-TRP) 5G access nodes, multi-standard radio (MSR) equipment such as MSR BSs, network controllers such as radio network controllers (RNCs) or base station controllers (BSCs), base transceiver stations (BTSs), transmission points, transmission nodes, multi-cell/multicast coordination entities (MCEs), Operation and Maintenance (O&M) nodes, Operations Support System (OSS) nodes, Self-Organizing Network (SON) nodes, positioning nodes (e.g., Evolved Serving Mobile Location Centers (E-SMLCs)), and/or Minimization of Drive Tests (MDTs).
- MSR multi-standard radio
- RNCs radio network controllers
- BSCs base station controllers
- BTSs base transceiver stations
- OFDM Operation and Maintenance
- OSS Operations Support System
- SON Self-Organizing Network
- positioning nodes e.g., Evolved Serving Mobile Location Centers (E-SMLCs)
- the network node 900 includes a processing circuitry 902, a memory 904, a communication interface 906, and a power source 908.
- the network node 900 may be composed of multiple physically separate components (e.g., a NodeB component and a RNC component, or a BTS component and a BSC component, etc.), which may each have their own respective components.
- the network node 900 comprises multiple separate components (e.g., BTS and BSC components)
- one or more of the separate components may be shared among several network nodes.
- a single RNC may control multiple NodeBs.
- each unique NodeB and RNC pair may in some instances be considered a single separate network node.
- the network node 900 may be configured to support multiple radio access technologies (RATs). In such embodiments, some components may be duplicated (e.g., separate memory 904 for different RATs) and some components may be reused (e.g., a same antenna 910 may be shared by different RATs).
- the network node 900 may also include multiple sets of the various illustrated components for different wireless technologies integrated into network node 900, for example GSM, WCDMA, LTE, NR, WiFi, Zigbee, Z-wave, LoRaWAN, Radio Frequency Identification (RFID) or Bluetooth wireless technologies. These wireless technologies may be integrated into the same or different chip or set of chips and other components within network node 900.
- RFID Radio Frequency Identification
- the processing circuitry 902 may comprise a combination of one or more of a microprocessor, controller, microcontroller, central processing unit, digital signal processor, application-specific integrated circuit, field programmable gate array, or any other suitable computing device, resource, or combination of hardware, software and/or encoded logic operable to provide, either alone or in conjunction with other network node 900 components, such as the memory 904, to provide network node 900 functionality.
- the processing circuitry 902 includes a system on a chip (SOC).
- the processing circuitry 902 includes one or more of radio frequency (RF) transceiver circuitry 912 and baseband processing circuitry 914.
- RF radio frequency
- the radio frequency (RF) transceiver circuitry 912 and the baseband processing circuitry 914 may be on separate chips (or sets of chips), boards, or units, such as radio units and digital units. In alternative embodiments, part or all of RF transceiver circuitry 912 and baseband processing circuitry 914 may be on the same chip or set of chips, boards, or units.
- the memory 904 may comprise any form of volatile or non-volatile computer- readable memory including, without limitation, persistent storage, solid-state memory, remotely mounted memory, magnetic media, optical media, random access memory (RAM), read-only memory (ROM), mass storage media (for example, a hard disk), removable storage media (for example, a flash drive, a Compact Disk (CD) or a Digital Video Disk (DVD)), and/or any other volatile or non-volatile, non-transitory device-readable and/or computer-executable memory devices that store information, data, and/or instructions that may be used by the processing circuitry 902.
- volatile or non-volatile computer- readable memory including, without limitation, persistent storage, solid-state memory, remotely mounted memory, magnetic media, optical media, random access memory (RAM), read-only memory (ROM), mass storage media (for example, a hard disk), removable storage media (for example, a flash drive, a Compact Disk (CD) or a Digital Video Disk (DVD)), and/or any other volatile or
- the memory 904 may store any suitable instructions, data, or information, including a computer program, software, an application including one or more of logic, rules, code, tables, and/or other instructions capable of being executed by the processing circuitry 902 and utilized by the network node 900.
- the memory 904 may be used to store any calculations made by the processing circuitry 902 and/or any data received via the communication interface 906.
- the processing circuitry 902 and memory 904 is integrated.
- the communication interface 906 is used in wired or wireless communication of signaling and/or data between a network node, access network, and/or UE.
- the communication interface 906 comprises port(s)/terminal(s) 916 to send and receive data, for example to and from a network over a wired connection.
- the communication interface 906 also includes radio front-end circuitry 918 that may be coupled to, or in certain embodiments a part of, the antenna 910.
- Radio front-end circuitry 918 comprises filters 920 and amplifiers 922.
- the radio front-end circuitry 918 may be connected to an antenna 910 and processing circuitry 902.
- the radio front-end circuitry may be configured to condition signals communicated between antenna 910 and processing circuitry 902.
- the radio front-end circuitry 918 may receive digital data that is to be sent out to other network nodes or UEs via a wireless connection.
- the radio front-end circuitry 918 may convert the digital data into a radio signal having the appropriate channel and bandwidth parameters using a combination of filters 920 and/or amplifiers 922. The radio signal may then be transmitted via the antenna 910. Similarly, when receiving data, the antenna 910 may collect radio signals which are then converted into digital data by the radio front-end circuitry 918. The digital data may be passed to the processing circuitry 902. In other embodiments, the communication interface may comprise different components and/or different combinations of components. [00158] In certain alternative embodiments, the network node 900 does not include separate radio front-end circuitry 918, instead, the processing circuitry 902 includes radio front-end circuitry and is connected to the antenna 910.
- the RF transceiver circuitry 912 is part of the communication interface 906.
- the communication interface 906 includes one or more ports or terminals 916, the radio front-end circuitry 918, and the RF transceiver circuitry 912, as part of a radio unit (not shown), and the communication interface 906 communicates with the baseband processing circuitry 914, which is part of a digital unit (not shown).
- the antenna 910 may include one or more antennas, or antenna arrays, configured to send and/or receive wireless signals.
- the antenna 910 may be coupled to the radio front-end circuitry 918 and may be any type of antenna capable of transmitting and receiving data and/or signals wirelessly.
- the antenna 910 is separate from the network node 900 and connectable to the network node 900 through an interface or port.
- the antenna 910, communication interface 906, and/or the processing circuitry 902 may be configured to perform any receiving operations and/or certain obtaining operations described herein as being performed by the network node. Any information, data and/or signals may be received from a UE, another network node and/or any other network equipment. Similarly, the antenna 910, the communication interface 906, and/or the processing circuitry 902 may be configured to perform any transmitting operations described herein as being performed by the network node. Any information, data and/or signals may be transmitted to a UE, another network node and/or any other network equipment.
- the power source 908 provides power to the various components of network node 900 in a form suitable for the respective components (e.g., at a voltage and current level needed for each respective component).
- the power source 908 may further comprise, or be coupled to, power management circuitry to supply the components of the network node 900 with power for performing the functionality described herein.
- the network node 900 may be connectable to an external power source (e.g., the power grid, an electricity outlet) via an input circuitry or interface such as an electrical cable, whereby the external power source supplies power to power circuitry of the power source 908.
- the power source 908 may comprise a source of power in the form of a battery or battery pack which is connected to, or integrated in, power circuitry.
- Embodiments of the network node 900 may include additional components beyond those shown in Figure 9 for providing certain aspects of the network node’s functionality, including any of the functionality described herein and/or any functionality necessary to support the subject matter described herein.
- the network node 900 may include user interface equipment to allow input of information into the network node 900 and to allow output of information from the network node 900. This may allow a user to perform diagnostic, maintenance, repair, and other administrative functions for the network node 900.
- Figure 10 is a block diagram of a host 1000, which may be an embodiment of the host 716 of Figure 7, in accordance with various aspects described herein.
- the host 1000 may be or comprise various combinations hardware and/or software, including a standalone server, a blade server, a cloud-implemented server, a distributed server, a virtual machine, container, or processing resources in a server farm.
- the host 1000 may provide one or more services to one or more UEs.
- the host 1000 includes processing circuitry 1002 that is operatively coupled via a bus 1004 to an input/output interface 1006, a network interface 1008, a power source 1010, and a memory 1012.
- Other components may be included in other embodiments. Features of these components may be substantially similar to those described with respect to the devices of previous figures, such as Figures 8 and 9, such that the descriptions thereof are generally applicable to the corresponding components of host 1000.
- the memory 1012 may include one or more computer programs including one or more host application programs 1014 and data 1016, which may include user data, e.g., data generated by a UE for the host 1000 or data generated by the host 1000 for a UE.
- Embodiments of the host 1000 may utilize only a subset or all of the components shown.
- the host application programs 1014 may be implemented in a container-based architecture and may provide support for video codecs (e.g., Versatile Video Coding (VVC), High Efficiency Video Coding (HEVC), Advanced Video Coding (AVC), MPEG, VP9) and audio codecs (e.g., FLAC, Advanced Audio Coding (AAC), MPEG, G.711), including transcoding for multiple different classes, types, or implementations of UEs (e.g., handsets, desktop computers, wearable display systems, heads-up display systems).
- the host application programs 1014 may also provide for user authentication and licensing checks and may periodically report health, routes, and content availability to a central node, such as a device in or on the edge of a core network.
- FIG. 11 is a block diagram illustrating a virtualization environment 1100 in which functions implemented by some embodiments may be virtualized.
- virtualizing means creating virtual versions of apparatuses or devices which may include virtualizing hardware platforms, storage devices and networking resources.
- virtualization can be applied to any device described herein, or components thereof, and relates to an implementation in which at least a portion of the functionality is implemented as one or more virtual components.
- Some or all of the functions described herein may be implemented as virtual components executed by one or more virtual machines (VMs) implemented in one or more virtual environments 1100 hosted by one or more of hardware nodes, such as a hardware computing device that operates as a network node, UE, core network node, or host.
- VMs virtual machines
- hardware nodes such as a hardware computing device that operates as a network node, UE, core network node, or host.
- the virtual node does not require radio connectivity (e.g., a core network node or host)
- the node may be entirely virtualized.
- the virtualization environment 1100 includes components defined by the O-RAN Alliance, such as an O-Cloud environment orchestrated by a Service Management and Orchestration Framework via an O-2 interface.
- Applications 1102 (which may alternatively be called software instances, virtual appliances, network functions, virtual nodes, virtual network functions, etc.) are run in the virtualization environment Q400 to implement some of the features, functions, and/or benefits of some of the embodiments disclosed herein.
- Hardware 1104 includes processing circuitry, memory that stores software and/or instructions executable by hardware processing circuitry, and/or other hardware devices as described herein, such as a network interface, input/output interface, and so forth.
- Software may be executed by the processing circuitry to instantiate one or more virtualization layers 1106 (also referred to as hypervisors or virtual machine monitors (VMMs)), provide VMs 1108a and 1108b (one or more of which may be generally referred to as VMs 1108), and/or perform any of the functions, features and/or benefits described in relation with some embodiments described herein.
- the virtualization layer 1106 may present a virtual operating platform that appears like networking hardware to the VMs 1108.
- the VMs 1108 comprise virtual processing, virtual memory, virtual networking or interface and virtual storage, and may be run by a corresponding virtualization layer 1106.
- NFV network function virtualization
- a VM 1108 may be a software implementation of a physical machine that runs programs as if they were executing on a physical, non-virtualized machine.
- Each of the VMs 1108, and that part of hardware 1104 that executes that VM forms separate virtual network elements.
- a virtual network function is responsible for handling specific network functions that run in one or more VMs 1108 on top of the hardware 1104 and corresponds to the application 1102.
- Hardware 1104 may be implemented in a standalone network node with generic or specific components. Hardware 1104 may implement some functions via virtualization. Alternatively, hardware 1104 may be part of a larger cluster of hardware (e.g.
- hardware 1104 is coupled to one or more radio units that each include one or more transmitters and one or more receivers that may be coupled to one or more antennas. Radio units may communicate directly with other hardware nodes via one or more appropriate network interfaces and may be used in combination with the virtual components to provide a virtual node with radio capabilities, such as a radio access node or a base station. In some embodiments, some signaling can be provided with the use of a control system 1112 which may alternatively be used for communication between hardware nodes and radio units.
- Figure 12 shows a communication diagram of a host 1202 communicating via a network node 1204 with a UE 1206 over a partially wireless connection in accordance with some embodiments.
- UE such as a UE 712a of Figure 7 and/or UE 800 of Figure 8
- network node such as network node 710a of Figure 7 and/or network node 900 of Figure 9
- host such as host 716 of Figure 7 and/or host 1000 of Figure 10.
- embodiments of host 1202 include hardware, such as a communication interface, processing circuitry, and memory.
- the host 1202 also includes software, which is stored in or accessible by the host 1202 and executable by the processing circuitry.
- the software includes a host application that may be operable to provide a service to a remote user, such as the UE 1206 connecting via an over-the-top (OTT) connection 1250 extending between the UE 1206 and host 1202.
- OTT over-the-top
- a host application may provide user data which is transmitted using the OTT connection 1250.
- the network node 1204 includes hardware enabling it to communicate with the host 1202 and UE 1206.
- the connection 1260 may be direct or pass through a core network (like core network 706 of Figure 7) and/or one or more other intermediate networks, such as one or more public, private, or hosted networks.
- an intermediate network may be a backbone network or the Internet.
- the UE 1206 includes hardware and software, which is stored in or accessible by UE 1206 and executable by the UE’s processing circuitry.
- the software includes a client application, such as a web browser or operator-specific “app” that may be operable to provide a service to a human or non-human user via UE 1206 with the support of the host 1202.
- a client application such as a web browser or operator-specific “app” that may be operable to provide a service to a human or non-human user via UE 1206 with the support of the host 1202.
- an executing host application may communicate with the executing client application via the OTT connection 1250 terminating at the UE 1206 and host 1202.
- the UE's client application may receive request data from the host's host application and provide user data in response to the request data.
- the OTT connection 1250 may transfer both the request data and the user data.
- the UE's client application may interact with the user to generate the user data that it provides to the host application through the OTT connection 1250.
- the OTT connection 1250 may extend via a connection 1260 between the host 1202 and the network node 1204 and via a wireless connection 1270 between the network node 1204 and the UE 1206 to provide the connection between the host 1202 and the UE 1206.
- the connection 1260 and wireless connection 1270, over which the OTT connection 1250 may be provided, have been drawn abstractly to illustrate the communication between the host 1202 and the UE 1206 via the network node 1204, without explicit reference to any intermediary devices and the precise routing of messages via these devices.
- the host 1202 provides user data, which may be performed by executing a host application.
- the user data is associated with a particular human user interacting with the UE 1206.
- the user data is associated with a UE 1206 that shares data with the host 1202 without explicit human interaction.
- the host 1202 initiates a transmission carrying the user data towards the UE 1206.
- the host 1202 may initiate the transmission responsive to a request transmitted by the UE 1206.
- the request may be caused by human interaction with the UE 1206 or by operation of the client application executing on the UE 1206.
- the transmission may pass via the network node 1204, in accordance with the teachings of the embodiments described throughout this disclosure. Accordingly, in step 1212, the network node 1204 transmits to the UE 1206 the user data that was carried in the transmission that the host 1202 initiated, in accordance with the teachings of the embodiments described throughout this disclosure. In step 1214, the UE 1206 receives the user data carried in the transmission, which may be performed by a client application executed on the UE 1206 associated with the host application executed by the host 1202. [00178] In some examples, the UE 1206 executes a client application which provides user data to the host 1202. The user data may be provided in reaction or response to the data received from the host 1202.
- the UE 1206 may provide user data, which may be performed by executing the client application.
- the client application may further consider user input received from the user via an input/output interface of the UE 1206.
- the UE 1206 initiates, in step 1218, transmission of the user data towards the host 1202 via the network node 1204.
- the network node 1204 receives user data from the UE 1206 and initiates transmission of the received user data towards the host 1202.
- the host 1202 receives the user data carried in the transmission initiated by the UE 1206.
- factory status information may be collected and analyzed by the host 1202.
- the host 1202 may process audio and video data which may have been retrieved from a UE for use in creating maps.
- the host 1202 may collect and analyze real-time data to assist in controlling vehicle congestion (e.g., controlling traffic lights).
- the host 1202 may store surveillance video uploaded by a UE.
- the host 1202 may store or control access to media content such as video, audio, VR or AR which it can broadcast, multicast or unicast to UEs.
- the host 1202 may be used for energy pricing, remote control of non-time critical electrical load to balance power generation needs, location services, presentation services (such as compiling diagrams etc. from data collected from remote devices), or any other function of collecting, retrieving, storing, analyzing and/or transmitting data.
- a measurement procedure may be provided for the purpose of monitoring data rate, latency and other factors on which the one or more embodiments improve.
- the measurement procedure and/or the network functionality for reconfiguring the OTT connection may be implemented in software and hardware of the host 1202 and/or UE 1206.
- sensors may be deployed in or in association with other devices through which the OTT connection 1250 passes; the sensors may participate in the measurement procedure by supplying values of the monitored quantities exemplified above, or supplying values of other physical quantities from which software may compute or estimate the monitored quantities.
- the reconfiguring of the OTT connection 1250 may include message format, retransmission settings, preferred routing etc.; the reconfiguring need not directly alter the operation of the network node 1204. Such procedures and functionalities may be known and practiced in the art.
- measurements may involve proprietary UE signaling that facilitates measurements of throughput, propagation times, latency and the like, by the host 1202.
- the measurements may be implemented in that software causes messages to be transmitted, in particular empty or ‘dummy’ messages, using the OTT connection 1250 while monitoring propagation times, errors, etc.
- the computing devices described herein e.g., UEs, network nodes, hosts
- other embodiments may comprise computing devices with different combinations of components. It is to be understood that these computing devices may comprise any suitable combination of hardware and/or software needed to perform the tasks, features, functions and methods disclosed herein.
- Determining, calculating, obtaining or similar operations described herein may be performed by processing circuitry, which may process information by, for example, converting the obtained information into other information, comparing the obtained information or converted information to information stored in the network node, and/or performing one or more operations based on the obtained information or converted information, and as a result of said processing making a determination.
- processing circuitry may process information by, for example, converting the obtained information into other information, comparing the obtained information or converted information to information stored in the network node, and/or performing one or more operations based on the obtained information or converted information, and as a result of said processing making a determination.
- computing devices may comprise multiple different physical components that make up a single illustrated component, and functionality may be partitioned between separate components.
- a communication interface may be configured to include any of the components described herein, and/or the functionality of the components may be partitioned between the processing circuitry and the communication interface.
- non-computationally intensive functions of any of such components may be implemented in software or firmware and computationally intensive functions may be implemented in hardware.
- some or all of the functionality described herein may be provided by processing circuitry executing instructions stored on in memory, which in certain embodiments may be a computer program product in the form of a non-transitory computer- readable storage medium.
- some or all of the functionality may be provided by the processing circuitry without executing instructions stored on a separate or discrete device-readable storage medium, such as in a hard-wired manner.
- the processing circuitry can be configured to perform the described functionality.
- a method performed by a user equipment for performing performance monitoring of an artificial intelligence (AI)/machine learning (ML) model comprising: receiving, from a network node, model monitoring configuration; deriving, from the model monitoring configuration, a model performance monitoring result for the AI/ML model; and reporting the model performance monitoring result for the AI/ML model to the network node.
- model monitoring configuration includes one or more of the following: an identification of the AI/ML model; one or more configurations for collecting a monitoring data set and determining model performance result; a definition of an intermediate key performance indicator (KPI) per monitoring data sample; a definition of model monitoring metrics; a content of the model performance monitoring result; and a content of the reporting of the model performance monitoring result.
- KPI intermediate key performance indicator
- the one or more configurations for collecting the monitoring data set and determining model performance result includes one or more of the following: an identification of a condition such as a network antenna/beam configuration and/or an identifier of one or more areas/cells from which monitoring data samples are to be collected; measurement reference signal (RS) configurations for collecting measurement samples; configuration for obtaining or receiving data samples from another node; a number of samples to be collected for constructing the monitoring data set; a constraint on the number of samples that are collected; a time window for collecting the number of samples; a report interval for reporting of the model performance monitoring result; and a condition for reporting of the model performance monitoring result to the network node.
- RS measurement reference signal
- the AI/ML model is for a two-sided channel state information (CSI)-compression use case, and wherein the configuration for obtaining or receiving data samples from another node include configuration for obtaining or receiving reconstructed CSI from a network node-part model output or from a proxy model.
- the AI/ML model is for an assisted positioning method with UE-side model, and wherein the configuration for obtaining or receiving data samples from another node includes configuration for obtaining or receiving information from a location server for an estimated ground truth of an output of the AI/ML model. 6.
- the definition of the intermediate KPI per monitoring data sample is one of: a squared generalized cosine similarity (SGCS) and/or normalized mean square error (NMSE) of reconstructed channel state information (CSI) and measured CSI; a L1-reference signal received power (RSRP) value difference between a predicted value and a measured value of a same Synchronization Signal Block (SSB)/CSI-reference signal (RS) beam; and a time of arrival (ToA) value difference between the ToA produced at model output and an estimated ToA derived from an estimated target UE location.
- SGCS squared generalized cosine similarity
- NMSE normalized mean square error
- CSI channel state information
- RSRP L1-reference signal received power
- SSB Synchronization Signal Block
- RS CSI-reference signal
- model monitoring metrics is one of: a Cumulative Density Function (CDF) at X percentile of intermediate key performance indicators (KPIs) associated with collected monitoring data samples; a mean and/or variance of the intermediate KPIs associated with collected monitoring data samples; and a percentage of collected monitoring data samples for which the intermediate KPIs associated with the collected monitoring data samples fulfill a condition.
- CDF Cumulative Density Function
- KPIs intermediate key performance indicators
- the content of the model performance monitoring result includes one or more of: a measured quantity result for each measured RS; intermediate KPI per monitoring data sample; one or more model monitoring metrics; and a flag indicating whether the one or more model monitoring metrics fulfill a condition.
- the network node is one of a gNB, OAM, and a core network node.
- a method performed by a network node for configuring a user equipment (UE) to perform performance monitoring of an artificial intelligence (AI)/machine learning (ML) model comprising: signaling, to the UE, model monitoring configuration to cause the UE to derive a model performance monitoring result for the AI/ML model; and receiving, from the UE, a report of the model performance monitoring result.
- the model monitoring configuration includes one or more of the following: an identification of the AI/ML model; one or more configurations for collecting a monitoring data set and determining model performance result; a definition of an intermediate key performance indicator (KPI) per monitoring data sample; a definition of model monitoring metrics; a content of the model performance monitoring result; and a content of the reporting of the model performance monitoring result.
- KPI intermediate key performance indicator
- the one or more configurations for collecting the monitoring data set and determining model performance result includes one or more of the following: an identification of a condition such as a network antenna/beam configuration and/or an identifier of one or more areas/cells from which monitoring data samples are to be collected; measurement reference signal (RS) configurations for collecting measurement samples; configuration for obtaining or receiving data samples from another node; a number of samples to be collected for constructing the monitoring data set; a constraint on the number of samples that are collected; a time window for collecting the number of samples; a report interval for reporting of the model performance monitoring result; and a condition for reporting of the model performance monitoring result to the network node.
- RS measurement reference signal
- the AI/ML model is for a two-sided channel state information (CSI)-compression use case, and wherein the configuration for obtaining or receiving data samples from another node include configuration for obtaining or receiving reconstructed CSI from a network node-part model output or from a proxy model.
- the AI/ML model is for an assisted positioning method with UE-side model, and wherein the configuration for obtaining or receiving data samples from another node includes configuration for obtaining or receiving information from a location server for an estimated ground truth of an output of the AI/ML model. 17.
- the definition of the intermediate KPI per monitoring data sample is one of: a squared generalized cosine similarity (SGCS) and/or normalized mean square error (NMSE) of reconstructed channel state information (CSI) and measured CSI; a L1-reference signal received power (RSRP) value difference between a predicted value and a measured value of a same Synchronization Signal Block (SSB)/CSI-reference signal (RS) beam; and a time of arrival (ToA) value difference between the ToA produced at model output and an estimated ToA derived from an estimated target UE location.
- SGCS squared generalized cosine similarity
- NMSE normalized mean square error
- CSI channel state information
- RSRP L1-reference signal received power
- SSB Synchronization Signal Block
- RS CSI-reference signal
- ToA time of arrival
- model monitoring metrics is one of: a Cumulative Density Function (CDF) at X percentile of intermediate key performance indicators (KPIs) associated with collected monitoring data samples; a mean and/or variance of the intermediate KPIs associated with collected monitoring data samples; a percentage of collected monitoring data samples for which the intermediate KPIs associated with the collected monitoring data samples fulfill a condition.
- CDF Cumulative Density Function
- KPIs intermediate key performance indicators
- the content of the model performance monitoring result includes one or more of: a measured quantity result for each measured RS; intermediate KPI per monitoring data sample; one or more model monitoring metrics; and a flag indicating whether the one or more model monitoring metrics fulfill a condition.
- a user equipment for performing performance monitoring of an artificial intelligence (AI)/machine learning (ML) model comprising: processing circuitry configured to perform any of the steps of any of the embodiments 1-11; and power supply circuitry configured to supply power to the processing circuitry.
- a network node for configuring a user equipment (UE) to perform performance monitoring of an artificial intelligence (AI)/machine learning (ML) model comprising: processing circuitry configured to perform any of the steps of any of the embodiments 12-22; power supply circuitry configured to supply power to the processing circuitry. 25.
- a user equipment for performing performance monitoring of an artificial intelligence (AI)/machine learning (ML) model
- the UE comprising: an antenna configured to send and receive wireless signals; radio front-end circuitry connected to the antenna and to processing circuitry, and configured to condition signals communicated between the antenna and the processing circuitry; the processing circuitry being configured to perform any of the steps of any of the embodiments 1-11; an input interface connected to the processing circuitry and configured to allow input of information into the UE to be processed by the processing circuitry; an output interface connected to the processing circuitry and configured to output information from the UE that has been processed by the processing circuitry; and a battery connected to the processing circuitry and configured to supply power to the UE.
- a host configured to operate in a communication system to provide an over-the-top (OTT) service, the host comprising: processing circuitry configured to provide user data; and a network interface configured to initiate transmission of the user data to a network node in a cellular network for transmission to a user equipment (UE), the network node having a communication interface and processing circuitry, the processing circuitry of the network node configured to perform any of the operations of any of the embodiments 12-22 to transmit the user data from the host to the UE.
- the processing circuitry of the host is configured to execute a host application that provides the user data
- the UE comprises processing circuitry configured to execute a client application associated with the host application to receive the transmission of user data from the host.
- the method of the previous embodiment further comprising, at the network node, transmitting the user data provided by the host for the UE.
- the user data is provided at the host by executing a host application that interacts with a client application executing on the UE, the client application being associated with the host application.
- a communication system configured to provide an over-the-top (OTT) service, the communication system comprising: a host comprising: processing circuitry configured to provide user data for a user equipment (UE), the user data being associated with the over-the-top service; and a network interface configured to initiate transmission of the user data toward a cellular network node for transmission to the UE, the network node having a communication interface and processing circuitry, the processing circuitry of the network node configured to perform any of the operations of any of the embodiments 12-22 to transmit the user data from the host to the UE.
- OTT over-the-top
- the communication system comprising: a host comprising: processing circuitry configured to provide user data for a user equipment (UE), the user data being associated with the over-the-top service; and a network interface configured to initiate transmission of the user data toward a cellular network node for transmission to the UE, the network node having a communication interface and processing circuitry, the processing circuitry of the network node configured to perform any of the operations of any of the embodiment
- a host configured to operate in a communication system to provide an over-the-top (OTT) service, the host comprising: processing circuitry configured to initiate receipt of user data; and a network interface configured to receive the user data from a network node in a cellular network, the network node having a communication interface and processing circuitry, the processing circuitry of the network node configured to perform any of the operations of any of the embodiments 12-22 to receive the user data from a user equipment (UE) for the host.
- UE user equipment
- the host of the any of the previous 2 embodiments, wherein the initiating receipt of the user data comprises requesting the user data.
- 36. A method implemented by a host configured to operate in a communication system that further includes a network node and a user equipment (UE), the method comprising: at the host, initiating receipt of user data from the UE, the user data originating from a transmission which the network node has received from the UE, wherein the network node performs any of the steps of any of theembodiments 12-22 to receive the user data from the UE for the host.
- the method of the previous embodiment further comprising at the network node, transmitting the received user data to the host. 38.
- a host configured to operate in a communication system to provide an over-the-top (OTT) service, the host comprising: processing circuitry configured to provide user data; and a network interface configured to initiate transmission of the user data to a cellular network for transmission to a user equipment (UE), wherein the UE comprises a communication interface and processing circuitry, the communication interface and processing circuitry of the UE being configured to perform any of the operations of any of the Group A embodiments to receive the user data from the host.
- the cellular network further includes a network node configured to communicate with the UE to transmit the user data to the UE from the host. 40.
- the processing circuitry of the host is configured to execute a host application, thereby providing the user data; and the host application is configured to interact with a client application executing on the UE, the client application being associated with the host application.
- the method of the previous embodiment further comprising: at the host, executing a host application associated with a client application executing on the UE to receive the user data from the host application. 43. The method of the previous embodiment, further comprising: at the host, transmitting input data to the client application executing on the UE, the input data being provided by executing the host application, wherein the user data is provided by the client application in response to the input data from the host application. 44.
- a host configured to operate in a communication system to provide an over-the-top (OTT) service, the host comprising: processing circuitry configured to provide user data; and a network interface configured to initiate transmission of the user data to a cellular network for transmission to a user equipment (UE), wherein the UE comprises a communication interface and processing circuitry, the communication interface and processing circuitry of the UE being configured to perform any of the steps of any of the embodiments 1-11 to transmit the user data to the host.
- the cellular network further includes a network node configured to communicate with the UE to transmit the user data from the UE to the host. 46.
- the processing circuitry of the host is configured to execute a host application, thereby providing the user data; and the host application is configured to interact with a client application executing on the UE, the client application being associated with the host application.
- the method of the previous embodiment further comprising: at the host, executing a host application associated with a client application executing on the UE to receive the user data from the UE. 49.
- the method of the previous 2 embodiments further comprising: at the host, transmitting input data to the client application executing on the UE, the input data being provided by executing the host application, wherein the user data is provided by the client application in response to the input data from the host application.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
L'invention concerne un procédé mis en œuvre par un UE pour effectuer une surveillance des performances d'un modèle d'intelligence artificielle (IA)/apprentissage automatique (ML) dans une gestion de cycle de vie (LCM). L'UE reçoit une configuration de surveillance de modèle en provenance d'un nœud de réseau. Ensuite, l'UE dérive, à partir de la configuration de surveillance de modèle, un résultat de surveillance des performances de modèle pour le modèle IA/ML et rapporte le résultat de surveillance des performances de modèle pour le modèle IA/ML au nœud de réseau.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202363503458P | 2023-05-19 | 2023-05-19 | |
| US63/503,458 | 2023-05-19 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024242612A1 true WO2024242612A1 (fr) | 2024-11-28 |
Family
ID=91302046
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/SE2024/050488 Pending WO2024242612A1 (fr) | 2023-05-19 | 2024-05-20 | Configuration et test d'ue rapportant des résultats de surveillance des performances d'un modèle ia/ml |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2024242612A1 (fr) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20230007564A1 (en) * | 2021-06-30 | 2023-01-05 | Qualcomm Incorporated | Adaptive transmission and transmission path selection based on predicted channel state |
| CN119314112A (zh) * | 2024-12-16 | 2025-01-14 | 杭州排山信息科技有限公司 | 一种基于ai识别监控系统的矿山安全监测方法 |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP4156040A1 (fr) * | 2021-09-24 | 2023-03-29 | Nokia Technologies Oy | Structures d'évaluation de modèle d'apprentissage automatique |
-
2024
- 2024-05-20 WO PCT/SE2024/050488 patent/WO2024242612A1/fr active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP4156040A1 (fr) * | 2021-09-24 | 2023-03-29 | Nokia Technologies Oy | Structures d'évaluation de modèle d'apprentissage automatique |
Non-Patent Citations (2)
| Title |
|---|
| OPPO: "On specific issues related to use case for AIML", vol. RAN WG4, no. Incheon, KR; 20230522 - 20230526, 15 May 2023 (2023-05-15), XP052387750, Retrieved from the Internet <URL:https://ftp.3gpp.org/tsg_ran/WG4_Radio/TSGR4_107/Docs/R4-2308974.zip R4-2308974 On specific issues related to use case for AIML.docx> [retrieved on 20230515] * |
| VIVO: "Other aspects on AI/ML for CSI feedback enhancement", vol. RAN WG1, no. Incheon, Korea; 20230522 - 20230526, 15 May 2023 (2023-05-15), XP052385012, Retrieved from the Internet <URL:https://ftp.3gpp.org/tsg_ran/WG1_RL1/TSGR1_113/Docs/R1-2304472.zip R1-2304472 Other aspects on AIML for CSI feedback enhancement.docx> [retrieved on 20230515] * |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20230007564A1 (en) * | 2021-06-30 | 2023-01-05 | Qualcomm Incorporated | Adaptive transmission and transmission path selection based on predicted channel state |
| CN119314112A (zh) * | 2024-12-16 | 2025-01-14 | 杭州排山信息科技有限公司 | 一种基于ai识别监控系统的矿山安全监测方法 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20250219898A1 (en) | :user equipment report of machine learning model performance | |
| WO2023017102A1 (fr) | Systèmes et procédés pour optimiser l'entraînement de modèles et d'algorithmes d'ia/aa | |
| US20250203401A1 (en) | Artificial Intelligence/Machine Learning Model Management Between Wireless Radio Nodes | |
| US20250220471A1 (en) | Network assisted error detection for artificial intelligence on air interface | |
| US20240356815A1 (en) | Machine Learning (ML) Model Retraining in 5G Core Network | |
| WO2024242612A1 (fr) | Configuration et test d'ue rapportant des résultats de surveillance des performances d'un modèle ia/ml | |
| EP4381707A1 (fr) | Commande et garantie de rapport d'incertitude à partir de modèles de ml | |
| WO2024176165A1 (fr) | Surveillance de modèle d'apprentissage automatique avec autocodeur | |
| US20250280304A1 (en) | Machine Learning for Radio Access Network Optimization | |
| WO2023232743A1 (fr) | Systèmes et procédés pour une rétroaction d'estimation de corrélation de caractéristiques assistée par un équipement utilisateur | |
| WO2025038021A1 (fr) | Surveillance de performance d'un modèle d'intelligence artificielle/apprentissage automatique à deux côtés au côté équipement utilisateur | |
| WO2023187678A1 (fr) | Gestion de modèle de machine d'équipement utilisateur assistée par réseau d'apprentissage | |
| CN117426077A (zh) | 用于确定性网络服务子层的确定性联网操作管理和维护 | |
| US20250234219A1 (en) | Network assisted user equipment machine learning model handling | |
| US20250227764A1 (en) | Handling of random access partitions and priorities | |
| WO2025165273A1 (fr) | Dispositif sans fil, nœud de réseau et procédés de surveillance de performance pour de multiples schémas de prédiction de csi | |
| WO2025172964A1 (fr) | Données à valeurs complexes pour ia/ml | |
| WO2024171099A1 (fr) | Surveillance de modèle d'apprentissage machine à l'aide d'inférences multiples | |
| WO2025105998A1 (fr) | Gestion de collecte de données | |
| US20240333621A1 (en) | Boost enhanced active measurement | |
| WO2025183613A1 (fr) | Procédés, appareil et supports lisibles par ordinateur associés au partage d'ensembles de données sur un réseau de communication | |
| WO2024241222A1 (fr) | Procédé et systèmes pour l'établissement de rapport sur la capacité d'équipement utilisateur et la configuration d'informations sur l'état des canaux basée sur l'apprentissage automatique. | |
| WO2024176170A1 (fr) | Surveillance de dérive de modèle pour positionnement reposant sur ia/ml par distribution statistique conjointe et métrique de performance | |
| WO2025172969A1 (fr) | Détermination d'un temps de référence de rtoa pour positionnement d'équipement utilisateur basé sur l'ia/aa | |
| WO2025178538A1 (fr) | Procédés de sélection et de configuration de ressources de mesure sur la base de ressources de prédiction configurées pour des prédictions de mesure radio aiml |
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: 24729416 Country of ref document: EP Kind code of ref document: A1 |