[go: up one dir, main page]

WO2025172948A1 - Self-monitoring of an artifical intelligence/machine learning model - Google Patents

Self-monitoring of an artifical intelligence/machine learning model

Info

Publication number
WO2025172948A1
WO2025172948A1 PCT/IB2025/051647 IB2025051647W WO2025172948A1 WO 2025172948 A1 WO2025172948 A1 WO 2025172948A1 IB 2025051647 W IB2025051647 W IB 2025051647W WO 2025172948 A1 WO2025172948 A1 WO 2025172948A1
Authority
WO
WIPO (PCT)
Prior art keywords
positioning
radio node
accuracy
los
based positioning
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
Application number
PCT/IB2025/051647
Other languages
French (fr)
Inventor
Yufei Blankenship
Jung-Fu Cheng
Atieh Rajabi KHAMESI
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Telefonaktiebolaget LM Ericsson AB
Original Assignee
Telefonaktiebolaget LM Ericsson AB
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telefonaktiebolaget LM Ericsson AB filed Critical Telefonaktiebolaget LM Ericsson AB
Publication of WO2025172948A1 publication Critical patent/WO2025172948A1/en
Pending legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S5/00Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations
    • G01S5/02Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves
    • G01S5/0205Details
    • G01S5/0244Accuracy or reliability of position solution or of measurements contributing thereto
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S5/00Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations
    • G01S5/02Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves
    • G01S5/0278Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves involving statistical or probabilistic considerations
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S5/00Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations
    • G01S5/02Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves
    • G01S5/0205Details
    • G01S5/0218Multipath in signal reception
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S5/00Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations
    • G01S5/02Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves
    • G01S5/0273Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves using multipath or indirect path propagation signals in position determination

Definitions

  • the present disclosure relates, in general, to wireless communications and, more particularly, systems and methods for self-monitoring of an Artificial Intelligence/Machine Learning model.
  • 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 for classifying line-of-sight (LOS) and non-LOS (NLOS) conditions to enhance 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
  • 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
  • SI study item
  • the work explores the benefits of augmenting the air interface with features enabling improved support of AI/ML-based algorithms for enhanced performance and/or reduced complexity/overhead.
  • the works aim to design the mechanisms to accommodate AI/ML into the 3 rd Generation Partnership Project (3 GPP) standard.
  • FIGURE 1 is a flow diagram illustrating training and inference pipelines, and their interactions within a model lifecycle management procedure.
  • the Al model lifecycle management typically consists of a training (re-training) pipeline.
  • 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 feature engineering applied to the gathered data, for example, it may include data normalization and possibly a data transformation required for the input data to the AI/ML model.
  • the actual model training steps is where a model is obtained using the training dataset.
  • Model evaluation refers to benchmarking the performance to a baseline. The iterative steps of model training and model evaluation continues until the acceptable level of performance is achieved.
  • Model registration refers to registering the AI/ML model, including any corresponding AI/ML-meta data that provides information on how the AI/ML model was developed, and possibly AI/ML model evaluations performance outcomes.
  • the Al model lifecycle management also typically consists of a deployment stage to make the trained (or re-trained) AI/ML model part of the inference pipeline.
  • the Al model lifecycle management also typically consists of an inference pipeline.
  • 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 Al model lifecycle management also typically consists of a drift detection stage that informs about any drifts in the model operations.
  • Direct AI/ML positioning typically refers to radio fingerprinting, where channel observation is used as the input of AI/ML model.
  • AI/ML assisted positioning Another is AI/ML assisted positioning, where the AI/ML model output is new measurement and/or enhancement of existing measurement.
  • the model output can be, for example, LOS/NLOS identification, timing and/or angle measurement, likelihood or reliability of the measurement.
  • the model input is also channel observations.
  • Case 1 UE-based positioning with UE-side model, direct AI/ML or AI/ML assisted positioning
  • Case 2a UE-assisted/location management function (LMF)-based positioning with UE-side model, AI/ML assisted positioning
  • LMF UE-assisted/location management function
  • Case 2b UE-assisted/LMF-based positioning with LMF-side model, direct AI/ML positioning
  • TRP transmission reception point
  • Table 1 shows the LOS probabilities of a radio link between TRP and UE when assuming different InF-DH clutter parameter settings. It is observed that the LOS probability ranges from 44.9% in a mildly cluttered environment to only 0.8% in a heavily cluttered environment.
  • the monitoring metric is ideally the inference accuracy of model output, which is obtained by comparing the model-generated output with ideal output.
  • ideal model output e.g., true location of the target UE.
  • Certain aspects of the disclosure and their embodiments may provide solutions to these or other challenges.
  • particular embodiments support self-monitoring, where a same entity performs model inference as well as model monitoring.
  • the information of LOS link(s) between the target UE and surrounding TRP(s) are used to calculate the accuracy of model output and provide performance monitoring metric.
  • the information of the LOS link(s) include the classification of the link property (LOS vs NLOS) and measurement of a LOS link.
  • a method performed by a first radio node for performing positioning includes performing AI/ML based positioning for a wireless device.
  • the method includes obtaining assistance information for at least one positioning measurement and calculating an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement.
  • a first radio node for performing positioning is configured to perform AI/ML based positioning for a wireless device.
  • the first radio node is configured to obtain assistance information for at least one positioning measurement and calculate an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement.
  • a method performed by a second radio node for assisting a first radio node to perform positioning for a wireless device includes transmitting, to the first radio node, assistance information for at least one positioning measurement.
  • the assistance information is for calculating an accuracy of AI/ML based positioning by the first radio node for the wireless device.
  • a second radio node for assisting a first radio node to perform positioning for a wireless device is configured to transmit, to the first radio node, assistance information for at least one positioning measurement.
  • the assistance information is for calculating an accuracy of AI/ML based positioning by the first radio node for the wireless device.
  • Certain embodiments may provide one or more of the following technical advantages. For example, particular embodiments provide a reliable way to calculate a performance-based model monitoring metric. Information of the LOS links is recognized as providing reliable positioning related measurements. Even in an environment where LOS links are not abundant, LOS link information is captured where available, and leveraged to support verification of AI/ML model performance.
  • FIGURE 1 illustrates the AI/ML model LCM
  • FIGURE 2 illustrates an example of self-monitoring by a first radio node with model monitoring assistant information provided by the same node that is performing model inference, according to certain embodiments
  • FIGURE 3 illustrates another example of self-monitoring by a first radio node (Entity#A) with model monitoring assistance information being provided by a second node (Entity#B), according to certain embodiments;
  • FIGURE 5 illustrates an example of a UE (Entity# A) receiving LOS link information 406 from a gNB (Entity#B) for monitoring the UE’s ML model performance, according to certain embodiments;
  • FIGURE 6 illustrates an example of a UE #1 (Entity# A) receiving LOS link information from a UE #2 (Entity#B) for monitoring the UE # l’s ML model performance, according to certain embodiments;
  • FIGURE 7 illustrates an example of a gNB (Entity#A) receiving LOS link information from a UE (Entity#B) for monitoring the gNB’s ML model performance, according to certain embodiments;
  • FIGURE 8 illustrates an example of a LMF (Entity#A) receiving LOS link information from a gNB or a UE (Entity#B) for monitoring the LMF’s ML model performance, according to certain embodiments;
  • FIGURE 9 illustrates the cumulative distribution function (CDF) of the difference of the Time of Arrival (ToA) reports generated by the inference model and the monitoring model for the links classified as LOS by the monitoring model, according to certain embodiments;
  • CDF cumulative distribution function
  • FIGURE 10 illustrates an example method performed by a first radio node for performing positioning, according to certain embodiments
  • FIGURE 11 illustrates a method performed by a second radio node for assisting a first radio node to perform positioning for a wireless device, according to certain embodiments
  • FIGURE 14 illustrates an example network node, according to certain embodiments.
  • FIGURE 15 illustrates a virtualization environment in which functions implemented by some embodiments may be virtualized, according to certain embodiments.
  • the non-limiting terms UE or a wireless device are used interchangeably.
  • the UE herein may be any type of wireless device capable of communicating with a network node or another UE over radio signals.
  • the UE may also be a radio communication device, target device, device to device (D2D) UE, machine type UE or UE capable of machine to machine communication (M2M), low-cost and/or low-complexity UE, a sensor equipped with UE, tablet, mobile terminals, smart phone, laptop embedded equipment (LEE), laptop mounted equipment (LME), USB dongles, Customer Premises Equipment (CPE), an Internet of Things (loT) device, or a Narrowband loT (NB-IOT) device, etc.
  • D2D device to device
  • M2M machine to machine communication
  • M2M machine to machine communication
  • a sensor equipped with UE tablet, mobile terminals, smart phone, laptop embedded equipment (LEE), laptop mounted equipment (LME), USB dongles, Customer Premises Equipment (CPE),
  • the anchor node is used, which are used as reference points for determining the location of a target UE.
  • the anchor nodes for positioning can be a variety of nodes in the wireless network.
  • the anchor node can be any kind of a radio network node which may comprise any of base station, radio base station, base transceiver station, Node B, evolved Node B (eNB), Next-Generation Node B (gNodeB or gNB), NG-RAN node, Transmission Point (TP), Transmission-Reception Point (TRP), Multi-cell/multicast Coordination Entity (MCE), relay node, access point (AP), Antenna Reference Point (ARP), radio access point, Remote Radio Unit (RRU), Remote Radio Head (RRH).
  • the anchor node is a UE or a wireless device.
  • particular embodiments opportunistically leverage line-of-sight links between a target UE and surrounding TRPs, even when LOS links are scarce and insufficient to pinpoint the target UE's location.
  • the self-monitoring entity takes action itself to correct the poor performance.
  • the possible actions include: deactivating the current model from performing further model inference; performing model switching so that a more appropriate model is used instead of the current model; and triggering model re-training (either offline training or online training) to update the model.
  • TRP is used as a representative example of the anchor node, where the TRP is connected to a gNB. It is understood by those skilled in the art that the same methodology may be applied to many other wireless communication scenarios, e.g., sidelink-based positioning.
  • the determination of the LOS property may be determined by AI/ML models or by conventional, non-AI/ML methods. Regardless of non-AI/ML or AI/ML based methods, in general, the LOS/NLOS indicator may be hard-valued or soft-valued.
  • the Release- 17 LOS-NLOS-Indicator provides information on the likelihood of a LOS propagation path from the source to the receiver with a value of 1 corresponding to LOS and a value of 0 corresponding to NLOS.
  • integer value 'O' indicates likelihood
  • integer value TO' indicates likelihood 1.
  • a scaling factor 0.1 is applied to the integer value to arrive at the LOS probability.
  • LALSE indicates likelihood 'O'
  • TRUE indicates likelihood 'I'.
  • a link can be classified as LOS if the LOS/NLOS indicator has value TRUE or T when the indicator is provided by hard value, or the LOS/NLOS indicator has value higher than a predefined threshold PLOS, thresh, when the indicator is provided by soft value.
  • PLOS, thresh 0-9, i.e., the link is determined to be LOS if likelihood of the TRP-UE link being LOS is estimated to be above 90%.
  • a TRP-UE link is determined to be LOS, then measurements of the link may be used to obtain positioning related information.
  • the positioning related information (e.g., d L0S and/or a L0S ) of a LOS link may be obtained using conventional (i.e., non-AI/ML) methods or AI/ML models.
  • AI/ML model is used to support UE positioning in heavily NLOS environment, information of LOS links can be captured when available, and used to check the accuracy of the AI/ML model output. This is applicable for various methods and approaches of AI/ML based positioning, including direct AI/ML positioning and AI/ML assisted positioning approaches.
  • the classification of LOS link(s) and the information of identified LOS links are preferably provided by a mechanism separate from the AI/ML for UE positioning.
  • a LOS link status estimator may be a different AI/ML model than the AI/ML inference model that produces the position estimates.
  • a LOS link status estimator may be based on a conventional signal processing algorithm.
  • FIGURE 3 illustrates another example 200 of self-monitoring by a first radio node 202 (Entity#A) with model monitoring assistance information 206 being provided by a second node 204 (Entity#B), according to certain embodiments.
  • the first radio node (Entity #A) 202 performs both (1) model inference and (2) model performance monitoring with model monitoring assistance information 206 from a second radio node 204 (Entity #B).
  • the first radio node 202 is a UE and the second radio node 204 is a gNB providing assistance information 206 to the UE based on gNB observation of SRS transmission on the uplink.
  • the assistance information includes the LOS/NLOS indicator and positioning related information of the LOS link.
  • a same entity performs both model inference and model performance monitoring.
  • the LOS link information is either generated by the entity itself or being provided to it by another entity (Entity#B).
  • Entity#B provides the LOS link information, it can be sent as a type of assistance information, which includes both (a) the classification that the link is LOS; and (b) positioning related information of the LOS link (e.g., distance d L0S (meters) between the UE and a TRP; angular information a L0S (degrees) of the LoS link).
  • the following describes how to use information of the LOS link to verify AI/ML model performance.
  • the independently obtained positioning information of LOS link(s) is compared with the counterpart from AI/ML model output to calculate the accuracy of model output.
  • FIGURE 4 illustrates an example 300 of a sliding window for collecting comparison data for model performance monitoring, according to certain embodiments.
  • the occasions with detected LOS links between the target UE and TRP(s) are used to obtain model monitoring metrics.
  • a fixed window size is used for monitoring, in a particular embodiment.
  • an adaptive window size is used, where the window size varies depending on the perceived model performance. For example, the window size shrinks when the performance metric degrades, and the window size grows when the performance metric improves.
  • FIGURE 4 only illustrates one representative example.
  • factors may include: the design target of detection accuracy and detection latency; the extra burden (e.g., power consumption, storage size, computation complexity) to Entity#A due to model monitoring; the capability of Entity#A to detect LOS links to support the AI/ML positioning itself; the capability and availability of external entities (Entity#B) to detect and measure LOS links to support the AI/ML positioning in Entity#A; the need to coordinate activities among multiple AI/ML models (if present). It is understood by those skilled in the art that such variations are still covered by the disclosed methods herein.
  • model performance monitoring metric may be calculated by comparing the independently obtained positioning related information (e.g., distance d L0S ) of LOS link(s) with the corresponding information (e.g., distance d ML ) provided by the AI/ML inference model. While the same principle applies to any type of positioning related information (e.g., timing information, angular information), the discussion here mainly uses distance information as a representative example.
  • positioning related information e.g., timing information, angular information
  • the positioning related information (e.g., distance d ML ) provided by the AI/ML inference model may be obtained in two different ways. In a first way, the AI/ML inference model outputs the positioning related information (e.g., distance d ML ) to the TRP with identified LOS link status. In a second way, the positioning related information (e.g., distance d ML ) is computed based on the output of the AI/ML inference model.
  • the AI/ML inference model outputs the estimate of the UE position. If the required positioning related information is a distance d ML to the TRP with identified LOS link status, then d ML is computed as the distance between the UE position estimate and the known position of the TRP.
  • the AI/ML inference model outputs the estimate of the UE position. If the required positioning related information is an angle a ML toward the TRP with identified LOS link status, then a ML may be calculated based on the UE position estimate and the known position of the TRP.
  • the model performance monitoring metrics may be calculated.
  • Several representative methods are provided below.
  • the model performance monitoring metric can be calculated by:
  • Mj is greater than a threshold M thrsh (meters), then significant performance degradation is declared.
  • the model performance monitoring metric can be calculated by:
  • Mj is greater than a threshold M thrsh (degree) (degree) (degree). If Mj is greater than a threshold M thrsh (degree), then significant performance degradation is declared.
  • all the LOS links are used in the calculation equally, for example, (4) may be used instead of (1),
  • Different weights w 7 - fe n may be assigned to different LOS links to obtain a more accurate performance metric. For example, LOS link identified with higher confidence (e.g., LOS probability >0.95) is given higher weights than those with lower confidence (e.g., 0.5 ⁇ LOS probability ⁇ 0.95), and/or LOS link with higher measurement quality (e.g., more accurate UE- TRP distance estimation) is given higher weights than those with lower quality.
  • LOS link identified with higher confidence e.g., LOS probability >0.95
  • those with lower confidence e.g., 0.5 ⁇ LOS probability ⁇ 0.95
  • LOS link with higher measurement quality e.g., more accurate UE- TRP distance estimation
  • Entity# A 102, 202 performs model switching or model updating while continuously maintaining the functionality of AI/ML based positioning, then no service disruption is visible to external nodes and no notification to external nodes is necessary.
  • UE (Entity#A) receives its position estimate from the LMF as assistance information. After that the UE (Entity#A) can monitor its assisted positioning model performance using the position estimate from the LMF. In this case, the UE (Entity#A) may or may not additionally use LOS link information to monitor model performance.
  • the UE (Entity# A) monitors its assisted positioning model using the LOS link information obtained by a different UE, where the different UE identifies LOS link(s) and measurement information of the LOS link(s) by observing sidelink PRS transmission.
  • Entity#A is a NG-RAN node and the NG-RAN node (e.g., gNB) monitors its assisted positioning model using the LOS link information obtained by a different method collocated at the gNB.
  • the method for detecting LOS link information may be via conventional signal processing or another AI/ML model (i.e., independent from the AI/ML model for positioning).
  • the NG-RAN (Entity#A) node monitors its assisted positioning model using assistance information provided by another node (Entity#B) (e.g., a UE or an LMF).
  • Entity#B another node (e.g., a UE or an LMF).
  • the gNB which may also be referred to as a NG-RAN node, monitors its assisted positioning model using the LOS link information obtained by the target UE (Entity#B), where the target UE identifies LOS link(s) and measurement information of the LOS links by observing downlink PRS transmission.
  • the NG-RAN node may monitor the performance of its assisted positioning model before the NG-RAN node (Entity#A) forwards the model outputs to the LMF.
  • FIGURE 7 illustrates an example 600 of a gNB (Entity# A) 602 receiving LOS link information 606 from a UE ( Entity#B) 604 for monitoring the gNB’s ML model performance, according to certain embodiments.
  • the NG-RAN node (Entity# A) receives the position estimate of the target UE from the LMF (Entity#B) as assistance information. After that the NG-RAN node (Entity#A) may monitor its assisted positioning model performance using the position estimate from the LMF (Entity#B). In this case, the NG-RAN node (Entity# A) may or may not additionally use LOS link information to monitor model performance.
  • Some embodiments apply the method to an AI/ML model where the LMF is the model inference entity and, thus, Entity# A.
  • Case 2b UE-assisted/LMF-based positioning
  • Case 3b NG-RAN node assisted positioningwith LMF-side model, direct AI/ML positioning
  • the LMF is Entity#A and monitors its direct positioning model using the LOS link information obtained by a different method collocated at the LMF.
  • the method for detecting LOS link information may be via conventional signal processing or another AI/ML model (i.e., independent from the AI/ML model for positioning).
  • the LMF is Entity#A and monitors its direct positioning model using the LOS link information provided by a different node.
  • the different node may be a radio network node (e.g., gNB) and/or the target UE.
  • FIGURE 8 illustrates an example 700 of a LMF (Entity# A) 702 receiving LOS link information 706 from a gNB or a UE (Entity#B) 704 for monitoring the LMF’s ML model performance, according to certain embodiments.
  • FIGURE 9 is a graph 800 illustrating the cumulative distribution function (CDF) of the difference of the ToA reports generated by the inference model and the monitoring model for the links classified as LOS by the monitoring model in two different realizations of InF-DH with clutter parameter ⁇ 60%, 6m, 2m ⁇ , according to certain embodiments.
  • CDF cumulative distribution function
  • the inference model is an AI/ML model trained using the data collected from the indoor factor scenario with 60% clutter density, and clutter height and width of 6 m and 2 m, respectively (i.e., InF-DH with clutter parameter ⁇ 60%, 6m, 2m ⁇ ).
  • the monitoring model is another AI/ML model trained using the data collected from the indoor factor scenario with 40% clutter density, and clutter height and width of 2 m and 2 m, respectively (i.e., InF-DH with clutter parameter ⁇ 40%, 2m, 2m ⁇ ).
  • Two curves are shown in FIGURE 9.
  • One curve is for "same environment”, which means that the inference environment is the same as the training environment for the inference model.
  • the inference model performs normally in “same environment”, i.e., no performance degradation.
  • the other curve is for "new environment”, which means that the inference environment is different from the training environment for the inference model, though both environments belong to InF- DH with clutter parameter ⁇ 60%, 6m, 2m ⁇ .
  • the inference model performs poorly in "new environment”, i.e., performance degradation has occurred, and model performance monitoring method should detect it.
  • the CDF of the LOS link ToA difference of "same environment” is much smaller and easily distinguishable from the CDF of "new environment” .
  • model performance monitoring decision may be made based on the easily distinguishable behavior.
  • model inference environment is the heavily NLOS environment of InF-DH with clutter parameter ⁇ 60%, 6m, 2m ⁇
  • the LOS probability is low and inadequate for conventional positioning methods, as expected.
  • approximately 10% of observed TRP-UE links may be opportunistically leveraged for performing model monitoring. This is adequate for the purpose of model performance monitoring.
  • This evaluation result demonstrates that it is effective to monitor AI/ML model performance using opportunistic LOS links even in a heavily NLOS environment like InF-DH with clutter parameter ⁇ 60%, 6m, 2m ⁇ .
  • Some embodiments include signaling of the assistance information.
  • the LOS link information may be delivered in information elements (IE) that convey the LOS/NLOS identification and positioning related information of the identified LOS link(s).
  • the IE is in the format of assistance information.
  • the IE NR-DL-PRS-ExpectedLOS-NLOS-Assistance is used by the location server to provide the expected likelihood of a LOS propagation path from a TRP to the target device, or for all DL-PRS Resources of the TRP to the target device.
  • the components of assistance information include:
  • nr-los-nlos-indicator This provides indication on whether the link is detected to be LOS or not.
  • the indication may be hard-valued or soft-valued and may be provided per TRP or per reference signal (e.g., PRS for DL) source.
  • similar information elements may be composed to provide assistance information.
  • similar assistance information may be provided by the location server to the NG-RAN node if the AI/ML mode is hosted by the NG-RAN node.
  • similar assistance information may be provided by the UE or NG-RAN node to the LMF if the AI/ML mode is hosted by the LMF.
  • FIGURE 10 illustrates an example method 900 by a first radio node 102, 202, 402, 502, 602, 702 for performing positioning, according to certain embodiments.
  • the method 900 begins at step 902 when the first radio node 102, 202, 402, 502, 602, 702 performs AI/ML based positioning for a wireless device (e.g., UE).
  • the first radio node 102, 202, 402, 502, 602, 702 obtains assistance information for at least one positioning measurement.
  • the first radio node 102, 202, 402, 502, 602, 702 calculates an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement.
  • the assistance information comprises at least one LOS/NLOS indicator.
  • performing AI/ML based positioning for the wireless device includes using an AI/ML model to generate AI/ML positioning output.
  • the assistance information comprises positioning information, and, when calculating the accuracy of the AI/ML based positioning, the first radio node compares the AI/ML positioning output to the positioning information.
  • the first radio node determines the accuracy of the AI/ML based positioning based on at least a consistence measure between first positioning related information for at least one Line of Sight, LOS, link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
  • the first radio node when determining the accuracy of the AI/ML based positioning based on at least the consistence measure, calculates a summation or maximum of a difference between the first positioning related information and the second positioning related information.
  • the first positioning information comprises at least one distance d L0S
  • the second positioning related information comprises at least one distance d ML .
  • the first radio node determines that the accuracy of the AI/ML based positioning is below a threshold value. Based on the accuracy of the AI/ML based positioning being below the threshold value, the first radio node performs one or more of the following actions: deactivating the AI/ML based positioning; switching to a different AI/ML based positioning model; transmitting an error message; and triggering retraining of the AI/ML based positioning. In a particular embodiment, the first radio node determines that the accuracy of the AI/ML based positioning is equal to or greater than a threshold value. Based on the accuracy of the AI/ML based positioning being equal to or greater than the threshold value, the first radio node transmits the AI/ML based positioning to an LMF.
  • the first radio node comprises: a UE, a gNB, a base station, or an LMF.
  • the first radio node when obtaining the assistance information, receives the assistance information from a second radio node (910, 912, 908).
  • the first radio node is a UE
  • the second radio node is a gNB or an LMF.
  • the first radio node is a gNB or base station and the second radio node is a UE or an LMF.
  • the first radio node is an LMF
  • the second radio node is a UE or a gNB.
  • FIGURE 11 illustrates an example method 1000 by a second radio node 104, 204, 404, 504, 604, 704, for assisting a first radio node 102, 202, 402, 502, 602, 702 to performing positioning for a wireless device (e.g., UE), according to certain embodiments.
  • the method begins at step 1002 when the second radio node 104, 204, 404, 504, 604, 704 transmits, to the first radio node 102, 202, 402, 502, 602, 702, assistance information for at least one positioning measurement.
  • the assistance information is for calculating an accuracy of AI/ML based positioning by the first radio node 102, 202, 402, 502, 602, 702 for the wireless device.
  • the assistance information includes at least one LOS/NLOS indicator.
  • the at least one LOS/NLOS indicator is associated with a sequence of LOS/NLOS indicator values, wherein each value is associated with a respective one of a plurality of links.
  • the second radio node configures the first radio node to perform AI/ML based positioning for a wireless device by using an AI/ML model to generate AI/ML positioning output.
  • the assistance information comprises positioning information
  • the second radio node configures the first radio node to calculate the accuracy of the AI/ML based positioning by comparing AI/ML positioning output to the positioning information.
  • the second radio node configures the first radio node to determine the accuracy of the AI/ML based positioning based on comparing first positioning related information for at least one LOS link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
  • the second radio node when configuring the first radio node to determine the accuracy of the AI/ML based positioning based on at least the consistence measure, configures the first radio node to calculate a summation or maximum of a difference between the first positioning related information and the second positioning related information.
  • the first positioning information comprises at least one distance d L0S
  • the second positioning related information comprises at least one distance d ML .
  • the second radio node configures the first radio node to perform at least one of the following action when the accuracy of the AI/ML based positioning is equal to or below a threshold value: deactivate the AI/ML based positioning; switch to a different AI/ML based positioning model; transmit an error message; and trigger retraining of the AI/ML based positioning.
  • the second radio node configures the first radio node to transmit the AI/ML based positioning to a LMF when the accuracy of the AI/ML based positioning is equal to or greater than a threshold value.
  • the first radio node is a UE
  • the second radio node is a gNB or an LMF.
  • the first radio node is a gNB or base station and the second radio node is a UE or an LMF.
  • the first radio node is an LMF
  • the second radio node is a UE or a gNB.
  • the network nodes 1110 facilitate direct or indirect connection of user equipment (UE), such as by connecting UEs 1112a, 1112b, 1112c, and 1112d (one or more of which may be generally referred to as UEs 1112) to the core network 1106 over one or more wireless connections.
  • UE user equipment
  • 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 1100 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 1100 may include and/or interface with any type of communication, telecommunication, data, cellular, radio network, and/or other similar type of system.
  • the UEs 1112 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 1110 and other communication devices.
  • the network nodes 1110 are arranged, capable, configured, and/or operable to communicate directly or indirectly with the UEs 1112 and/or with other network nodes or equipment in the telecommunication network 1102 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 1102.
  • the host 1116 may be under the ownership or control of a service provider other than an operator or provider of the access network 1104 and/or the telecommunication network 1102 and may be operated by the service provider or on behalf of the service provider.
  • the host 1116 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 1100 of FIGURE 12 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
  • the telecommunication network 1102 is a cellular network that implements 3GPP standardized features. Accordingly, the telecommunications network 1102 may support network slicing to provide different logical networks to different devices that are connected to the telecommunication network 1102. For example, the telecommunications network 1102 may provide Ultra Reliable Low Latency Communication (URLLC) services to some UEs, while providing Enhanced Mobile Broadband (eMBB) services to other UEs, and/or Massive Machine Type Communication (mMTC)ZMassive loT services to yet further UEs.
  • URLLC Ultra Reliable Low Latency Communication
  • eMBB Enhanced Mobile Broadband
  • mMTC Massive Machine Type Communication
  • the UEs 1112 are configured to transmit and/or receive information without direct human interaction.
  • a UE may be designed to transmit information to the access network 1104 on a predetermined schedule, when triggered by an internal or external event, or in response to requests from the access network 1104.
  • 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 1114 communicates with the access network 1104 to facilitate indirect communication between one or more UEs (e.g., UE 1112c and/or 1112d) and network nodes (e.g., network node 1110b).
  • the hub 1114 may be a controller, router, content source and analytics, or any of the other communication devices described herein regarding UEs.
  • the hub 1114 may be a broadband router enabling access to the core network 1106 for the UEs.
  • the hub 1114 may be a controller that sends commands or instructions to one or more actuators in the UEs.
  • the hub 1114 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 1114 may be a content source. For example, for a UE that is a VR headset, display, loudspeaker or other media delivery device, the hub 1114 may retrieve VR assets, video, audio, or other media or data related to sensory information via a network node, which the hub 1114 then provides to the UE either directly, after performing local processing, and/or after adding additional local content.
  • the hub 1114 acts as a proxy server or orchestrator for the UEs, in particular in if one or more of the UEs are low energy loT devices.
  • the hub 1114 may have a constant/persi stent or intermittent connection to the network node 1110b.
  • the hub 1114 may also allow for a different communication scheme and/or schedule between the hub 1114 and UEs (e.g., UE 1112c and/or 1112d), and between the hub 1114 and the core network 1106.
  • the hub 1114 is connected to the core network 1106 and/or one or more UEs via a wired connection.
  • the hub 1114 may be configured to connect to an M2M service provider over the access network 1104 and/or to another UE over a direct connection.
  • UEs may establish a wireless connection with the network nodes 1110 while still connected via the hub 1114 via a wired or wireless connection.
  • the hub 1114 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 1110b.
  • the hub 1114 may be a non-dedicated hub - that is, a device which is capable of operating to route communications between the UEs and network node 1110b, but which is additionally capable of operating as a communication start and/or end point for certain data channels.
  • FIGURE 13 shows a UE 1200 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-mounted or vehicle embedded/integrated wireless device, etc.
  • VoIP voice over IP
  • LME laptop-embedded equipment
  • LME laptop-mounted equipment
  • CPE wireless customer-premise equipment
  • UEs identified by the 3rd Generation Partnership Project (3GPP), including a narrow band internet of things (NB-IoT) UE, a machine type communication (MTC) UE, and/or an enhanced MTC (eMTC) UE.
  • 3GPP 3rd Generation Partnership Project
  • NB-IoT narrow band internet of things
  • MTC machine type communication
  • eMTC enhanced MTC
  • 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).
  • D2D device -to-device
  • DSRC Dedicated Short-Range Communication
  • V2V vehicle-to-vehicle
  • V2I vehicle-to-infrastructure
  • V2X vehicle-to-everything
  • 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
  • the UE 1200 includes processing circuitry 1202 that is operatively coupled via a bus 1204 to an input/output interface 1206, a power source 1208, amemory 1210, a communication interface 1212, and/or any other component, or any combination thereof.
  • processing circuitry 1202 that is operatively coupled via a bus 1204 to an input/output interface 1206, a power source 1208, amemory 1210, a communication interface 1212, and/or any other component, or any combination thereof.
  • Certain UEs may utilize all or a subset of the components shown in FIGURE 13. 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 1202 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 1210.
  • the processing circuitry 1202 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 1202 may include multiple central processing units (CPUs).
  • the input/output interface 1206 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 1200.
  • 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. For example, a Universal Serial Bus (USB) port may be used to provide an input device and an output device.
  • USB Universal Serial Bus
  • the power source 1208 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 1208 may further include power circuitry for delivering power from the power source 1208 itself, and/or an external power source, to the various parts of the UE 1200 via input circuitry or an interface such as an electrical power cable. Delivering power may be, for example, for charging of the power source 1208.
  • Power circuitry may perform any formatting, converting, or other modification to the power from the power source 1208 to make the power suitable for the respective components of the UE 1200 to which power is supplied.
  • the memory 1210 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 1210 includes one or more application programs 1214, such as an operating system, web browser application, a widget, gadget engine, or other application, and corresponding data 1216.
  • the memory 1210 may store, for use by the UE 1200, any of a variety of various operating systems or combinations of operating systems.
  • the UICC may for example be an embedded UICC (eUICC), integrated UICC (iUICC) or a removable UICC commonly known as ‘SIM card.’
  • the memory 1210 may allow the UE 1200 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 1210, which may be or comprise a device-readable storage medium.
  • the processing circuitry 1202 may be configured to communicate with an access network or other network using the communication interface 1212.
  • the communication interface 1212 may comprise one or more communication subsystems and may include or be communicatively coupled to an antenna 1222.
  • the communication interface 1212 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 1218 and/or a receiver 1220 appropriate to provide network communications (e.g., optical, electrical, frequency allocations, and so forth).
  • the transmitter 1218 and receiver 1220 may be coupled to one or more antennas (e.g., antenna 1222) and may share circuit components, software or firmware, or alternatively be implemented separately.
  • communication functions of the communication interface 1212 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/intemet 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 1212, 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.
  • the output may be periodic (e.g., once every 15 minutes if it reports the sensed temperature), random (e.g., to even out the load from reporting from several sensors), in response to a triggering event (e.g., when moisture is detected, an alert is sent), in response to a request (e.g., a user initiated request), or a continuous stream (e.g., a live video feed of a patient).
  • a triggering event e.g., when moisture is detected, an alert is sent
  • a request e.g., a user initiated request
  • a continuous stream e.g., a live video feed of a patient.
  • 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.
  • 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 (loT) 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.
  • loT 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 itemtracking
  • AR Augmented
  • 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.
  • any number of UEs may be used together with respect to a single use case.
  • 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.
  • the network node 1300 includes a processing circuitry 1302, a memory 1304, a communication interface 1306, and a power source 1308.
  • the network node 1300 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 1300 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 processing circuitry 1302 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 1300 components, such as the memory 1304, to provide network node 1300 functionality.
  • the processing circuitry 1302 includes a system on a chip (SOC). In some embodiments, the processing circuitry 1302 includes one or more of radio frequency (RF) transceiver circuitry 1312 and baseband processing circuitry 1314. In some embodiments, the radio frequency (RF) transceiver circuitry 1312 and the baseband processing circuitry 1314 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 1312 and baseband processing circuitry 1314 may be on the same chip or set of chips, boards, or units.
  • SOC system on a chip
  • the processing circuitry 1302 includes one or more of radio frequency (RF) transceiver circuitry 1312 and baseband processing circuitry 1314.
  • the radio frequency (RF) transceiver circuitry 1312 and the baseband processing circuitry 1314 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
  • the memory 1304 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 1302.
  • 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-
  • the memory 1304 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 1302 and utilized by the network node 1300.
  • the memory 1304 may be used to store any calculations made by the processing circuitry 1302 and/or any data received via the communication interface 1306.
  • the processing circuitry 1302 and memory 1304 is integrated.
  • the communication interface 1306 is used in wired or wireless communication of signaling and/or data between a network node, access network, and/or UE. As illustrated, the communication interface 1306 comprises port(s)/terminal(s) 1316 to send and receive data, for example to and from a network over a wired connection.
  • the communication interface 1306 also includes radio front-end circuitry 1318 that may be coupled to, or in certain embodiments a part of, the antenna 1310. Radio front-end circuitry 1318 comprises filters 1320 and amplifiers 1322.
  • the radio frontend circuitry 1318 may be connected to an antenna 1310 and processing circuitry 1302.
  • the radio front-end circuitry may be configured to condition signals communicated between antenna 1310 and processing circuitry 1302.
  • the radio front-end circuitry 1318 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 1318 may convert the digital data into a radio signal having the appropriate channel and bandwidth parameters using a combination of filters 1320 and/or amplifiers 1322.
  • the radio signal may then be transmitted via the antenna 1310.
  • the antenna 1310 may collect radio signals which are then converted into digital data by the radio front-end circuitry 1318.
  • the digital data may be passed to the processing circuitry 1302.
  • the communication interface may comprise different components and/or different combinations of components.
  • the antenna 1310 may include one or more antennas, or antenna arrays, configured to send and/or receive wireless signals.
  • the antenna 1310 may be coupled to the radio front-end circuitry 1318 and may be any type of antenna capable of transmitting and receiving data and/or signals wirelessly.
  • the antenna 1310 is separate from the network node 1300 and connectable to the network node 1300 through an interface or port.
  • the antenna 1310, communication interface 1306, and/or the processing circuitry 1302 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 1310, the communication interface 1306, and/or the processing circuitry 1302 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 1308 provides power to the various components of network node 1300 in a form suitable for the respective components (e.g., at a voltage and current level needed for each respective component).
  • the power source 1308 may further comprise, or be coupled to, power management circuitry to supply the components of the network node 1300 with power for performing the functionality described herein.
  • the network node 1300 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 1308.
  • the power source 1308 may comprise a source of power in the form of a battery or battery pack which is connected to, or integrated in, power circuitry. The battery may provide backup power should the external power source fail.
  • Embodiments of the network node 1300 may include additional components beyond those shown in FIGURE 14 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 1300 may include user interface equipment to allow input of information into the network node 1300 and to allow output of information from the network node 1300. This may allow a user to perform diagnostic, maintenance, repair, and other administrative functions for the network node 1300.
  • a VM 1408 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 1408, and that part of hardware 1404 that executes that VM be it hardware dedicated to that VM and/or hardware shared by that VM with others of the VMs, forms separate virtual network elements.
  • a virtual network function is responsible for handling specific network functions that run in one or more VMs 1408 on top of the hardware 1404 and corresponds to the application 1402.
  • Hardware 1404 may be implemented in a standalone network node with generic or specific components. Hardware 1404 may implement some functions via virtualization. Alternatively, hardware 1404 may be part of a larger cluster of hardware (e.g. such as in a data center or CPE) where many hardware nodes work together and are managed via management and orchestration 1410, which, among others, oversees lifecycle management of applications 1402.
  • hardware 1404 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.
  • some signaling can be provided with the use of a control system 1412 which may alternatively be used for communication between hardware nodes and radio units.
  • computing devices described herein may include the illustrated combination of hardware components, 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.
  • 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 functionalities 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. The benefits provided by such functionality are not limited to the processing circuitry alone or to other components of the computing device but are enjoyed by the computing device as a whole, and/or by end users and a wireless network generally.
  • Example Embodiment 1 A method performed by a wireless device for performing positioning, the method comprising: performing AI/ML based positioning for the wireless device; obtaining an indication that a line of sight (LOS) link is available for positioning measurements; and calculating an accuracy of the AI/ML based positioning based on a measurement of the available LOS link.
  • LOS line of sight
  • Example Embodiment 2 The method of the previous embodiment, wherein a number of available LOS links is less than a number of LOS links needed to perform non-AI/ML based positioning.
  • Example Embodiment 3 The method of any one of the previous embodiments, wherein obtaining the indication that the LOS link is available comprises receiving the indication from a network node or another wireless device.
  • Example Embodiment 4. The method of any one of the previous embodiments, when an accuracy of the AI/ML based positioning is calculated to be below a threshold value, and the method further comprises performing one or more of the following actions: deactivating the AI/ML based positioning; switching to a different AI/ML based positioning model; transmitting an error message; and trigger retraining of the AI/ML based positioning.
  • Example Embodiment 5 A method performed by a wireless device, the method comprising: any of the wireless device steps, features, or functions described above, either alone or in combination with other steps, features, or functions described above.
  • Example Embodiment 11 The method of any one of the previous three embodiments, when an accuracy of the AI/ML based positioning is calculated to be below a threshold value, and the method further comprises performing one or more of the following actions: deactivating the AI/ML based positioning; switching to a different AI/ML based positioning model; transmitting an error message; and trigger retraining of the AI/ML based positioning.
  • Example Embodiment 13 The method of the previous embodiment, further comprising one or more additional base station steps, features or functions described above.
  • Example Embodiment 14 The method of any of the previous embodiments, further comprising: obtaining user data; and forwarding the user data to a host computer or a wireless device.
  • Example Embodiment 15 A mobile terminal comprising: processing circuitry configured to perform any of the steps of any of the Group A Example Embodiments; and power supply circuitry configured to supply power to the wireless device.
  • Example Embodiment 24 The method of the previous 2 embodiments, wherein the user data is provided at the host computer by executing a host application, the method further comprising, at the UE, executing a client application associated with the host application.
  • Example Embodiment 25 A user equipment (UE) configured to communicate with a base station, the UE comprising a radio interface and processing circuitry configured to performs any of the previous 3 embodiments.
  • UE user equipment
  • Example Embodiment 27 The communication system of the previous embodiment, wherein the cellular network further includes a base station configured to communicate with the UE.
  • Example Embodiment 28 The communication system of the previous 2 embodiments, wherein: the processing circuitry of the host computer is configured to execute a host application, thereby providing the user data; and the UE’s processing circuitry is configured to execute a client application associated with the host application.
  • Example Embodiment 29 A method implemented in a communication system including a host computer, a base station and a user equipment (UE), the method comprising: at the host computer, providing user data; and at the host computer, initiating a transmission carrying the user data to the UE via a cellular network comprising the base station, wherein the UE performs any of the steps of any of the Group A Example Embodiments.
  • UE user equipment
  • Example Embodiment 30 The method of the previous embodiment, further comprising at the UE, receiving the user data from the base station.
  • Example Embodiment 31 A communication system including a host computer comprising: communication interface configured to receive user data originating from a transmission from a user equipment (UE) to a base station, wherein the UE comprises a radio interface and processing circuitry, the UE’s processing circuitry configured to perform any of the steps of any of the Group A Example Embodiments.
  • UE user equipment
  • Example Embodiment 32 The communication system of the previous embodiment, further including the UE.
  • Example Embodiment 33 The communication system of the previous 2 embodiments, further including the base station, wherein the base station comprises a radio interface configured to communicate with the UE and a communication interface configured to forward to the host computer the user data carried by a transmission from the UE to the base station.
  • the base station comprises a radio interface configured to communicate with the UE and a communication interface configured to forward to the host computer the user data carried by a transmission from the UE to the base station.
  • Example Embodiment 37 The method of the previous embodiment, further comprising, at the UE, providing the user data to the base station.
  • Example Embodiment 38 The method of the previous 2 embodiments, further comprising: at the UE, executing a client application, thereby providing the user data to be transmitted; and at the host computer, executing a host application associated with the client application.
  • Example Embodiment 39 The method of the previous 3 embodiments, further comprising: at the UE, executing a client application; and at the UE, receiving input data to the client application, the input data being provided at the host computer by executing a host application associated with the client application, wherein the user data to be transmitted is provided by the client application in response to the input data.
  • Example Embodiment 43 The communication system of the previous 3 embodiments, wherein: the processing circuitry of the host computer is configured to execute a host application; the UE is configured to execute a client application associated with the host application, thereby providing the user data to be received by the host computer.
  • Example Embodiment 46 The method of the previous 2 embodiments, further comprising at the base station, initiating a transmission of the received user data to the host computer.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Probability & Statistics with Applications (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A method (900) performed by a first radio node (102, 202, 402, 502, 602, 702) for performing positioning includes performing (902) Artificial Intelligence/Machine Learning, AI/ML, based positioning for a wireless device (1112). Assistance information is obtained (904) for at least one positioning measurement. An accuracy of the AI/ML based positioning is calculated (906) based on at least the assistance information for the at least one positioning measurement.

Description

SELF-MONITORING OF AN ARTIFICAL INTELLIGENCE/MA CHINE LEARNING MODEL
TECHNICAL FIELD
The present disclosure relates, in general, to wireless communications and, more particularly, systems and methods for self-monitoring of an Artificial Intelligence/Machine Learning model.
BACKGROUND
Artificial intelligence (Al) and machine learning (ML) have been investigated, both in academia and industry, as promising tools to optimize the design of the air interface in wireless communication networks. 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 for classifying line-of-sight (LOS) and non-LOS (NLOS) conditions to enhance 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.
The Third Generation Partnership Project (3GPP) New Radio (NR) standardization work for Release 18 (Rel. 18) included a study item (SI) on AI/ML for the NR air interface. The work explores the benefits of augmenting the air interface with features enabling improved support of AI/ML-based algorithms for enhanced performance and/or reduced complexity/overhead. Through studying and specifying a few selected use cases (CSI feedback, beam management, and positioning), the works aim to design the mechanisms to accommodate AI/ML into the 3rd Generation Partnership Project (3 GPP) standard.
Building an AI/ML model includes several development steps where the actual training of the Al model is just one step in a training pipeline. An important part in AI/ML development is the AI/ML model lifecycle management (LCM), which is illustrated in FIGURE 1. Specifically, FIGURE 1 is a flow diagram illustrating training and inference pipelines, and their interactions within a model lifecycle management procedure.
The Al model lifecycle management typically consists of a training (re-training) pipeline. 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 feature engineering applied to the gathered data, for example, it may include data normalization and possibly a data transformation required for the input data to the AI/ML model.
The actual model training steps is where a model is obtained using the training dataset.
Model evaluation refers to benchmarking the performance to a baseline. The iterative steps of model training and model evaluation continues until the acceptable level of performance is achieved.
Model registration refers to registering the AI/ML model, including any corresponding AI/ML-meta data that provides information on how the AI/ML model was developed, and possibly AI/ML model evaluations performance outcomes.
The Al model lifecycle management also typically consists of a deployment stage to make the trained (or re-trained) AI/ML model part of the inference pipeline.
The Al model lifecycle management also typically consists of an inference pipeline. 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 Al model lifecycle management also typically consists of a drift detection stage that informs about any drifts in the model operations.
One important AI/ML physical (PHY) use case is the positioning of a target UE. Both positioning approaches below have been shown to be effective in obtaining target UE's location.
One is direct AI/ML positioning, where the AI/ML model output is UE location. Direct AI/ML positioning typically refers to radio fingerprinting, where channel observation is used as the input of AI/ML model.
Another is AI/ML assisted positioning, where the AI/ML model output is new measurement and/or enhancement of existing measurement. The model output can be, for example, LOS/NLOS identification, timing and/or angle measurement, likelihood or reliability of the measurement. The model input is also channel observations.
When applying the direct and assisted AI/ML positioning to NR wireless communication network, the following cases are further identified for investigation.
• Case 1 : UE-based positioning with UE-side model, direct AI/ML or AI/ML assisted positioning • Case 2a: UE-assisted/location management function (LMF)-based positioning with UE-side model, AI/ML assisted positioning
• Case 2b: UE-assisted/LMF-based positioning with LMF-side model, direct AI/ML positioning
• Case 3a: NG-RAN node assisted positioning with gNodeB (gNB)-side model, AI/ML assisted positioning
• Case 3b: NG-RAN node assisted positioning with LMF-side model, direct AI/ML positioning
For radio signal based positioning methods, conventional methods rely on a sufficient number of LOS links, typically at least three to five LOS links depending on the positioning method, and whether vertical position is estimated in addition to horizontal position.
In a cluttered environment, there is often a low probability of line-of-sight for a radio link between a UE and a transmission reception point (TRP). For example, for InF-DH (Indoor Factory with Dense clutter and High base station height (Tx or Rx elevated above the clutter)) environment, Table 1 shows the LOS probabilities of a radio link between TRP and UE when assuming different InF-DH clutter parameter settings. It is observed that the LOS probability ranges from 44.9% in a mildly cluttered environment to only 0.8% in a heavily cluttered environment.
Table 1
Thus, conventional positioning methods struggle to locate a target UE in a heavily cluttered environment. Evaluations show that the 90%-tile positioning accuracy of conventional positioning methods is more than 15 meters in an InF-DH {60%, 6m, 2m} environment, due to the unavailability of sufficient LOS links. This motivates the application of AI/ML based positioning in such challenging deployment environments. Evaluations show that an AI/ML model can be trained to deliver 90%-tile positioning accuracy below 1 meter. While a well-functioning model can accurately determine the target UE's location in model inference, it has also been observed that the model performance can be sensitive to environment changes. Therefore model monitoring is important in the life-cycle management of AI/ML models for positioning.
There currently exist certain challenges, however. For example, for AI/ML based positioning, model monitoring has been investigated. However, it is difficult to verify whether the output of the model is accurate, especially in a highly cluttered environment.
For performance based model monitoring, the monitoring metric is ideally the inference accuracy of model output, which is obtained by comparing the model-generated output with ideal output. However, for AI/ML positioning, when the model is operational, it is often impractical to obtain ideal model output (e.g., true location of the target UE).
Thus, there is a need to find a good substitute of ideal output for calculating the performance-based model monitoring metric.
SUMMARY
Certain aspects of the disclosure and their embodiments may provide solutions to these or other challenges. For example, particular embodiments support self-monitoring, where a same entity performs model inference as well as model monitoring. The information of LOS link(s) between the target UE and surrounding TRP(s) are used to calculate the accuracy of model output and provide performance monitoring metric. The information of the LOS link(s) include the classification of the link property (LOS vs NLOS) and measurement of a LOS link.
According to certain embodiments, a method performed by a first radio node for performing positioning includes performing AI/ML based positioning for a wireless device. The method includes obtaining assistance information for at least one positioning measurement and calculating an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement.
According to certain embodiments, a first radio node for performing positioning is configured to perform AI/ML based positioning for a wireless device. The first radio node is configured to obtain assistance information for at least one positioning measurement and calculate an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement. According to certain embodiments, a method performed by a second radio node for assisting a first radio node to perform positioning for a wireless device includes transmitting, to the first radio node, assistance information for at least one positioning measurement. The assistance information is for calculating an accuracy of AI/ML based positioning by the first radio node for the wireless device.
According to certain embodiments, a second radio node for assisting a first radio node to perform positioning for a wireless device is configured to transmit, to the first radio node, assistance information for at least one positioning measurement. The assistance information is for calculating an accuracy of AI/ML based positioning by the first radio node for the wireless device.
Certain embodiments may provide one or more of the following technical advantages. For example, particular embodiments provide a reliable way to calculate a performance-based model monitoring metric. Information of the LOS links is recognized as providing reliable positioning related measurements. Even in an environment where LOS links are not abundant, LOS link information is captured where available, and leveraged to support verification of AI/ML model performance.
BRIEF DESCRIPTION OF THE DRAWINGS
For a more complete understanding of the disclosed embodiments and their features and advantages, reference is now made to the following description, taken in conjunction with the accompanying drawings, in which:
FIGURE 1 illustrates the AI/ML model LCM;
FIGURE 2 illustrates an example of self-monitoring by a first radio node with model monitoring assistant information provided by the same node that is performing model inference, according to certain embodiments;
FIGURE 3 illustrates another example of self-monitoring by a first radio node (Entity#A) with model monitoring assistance information being provided by a second node (Entity#B), according to certain embodiments;
FIGURE 4 illustrates an example of sliding windows for model performance monitoring, according to certain embodiments;
FIGURE 5 illustrates an example of a UE (Entity# A) receiving LOS link information 406 from a gNB (Entity#B) for monitoring the UE’s ML model performance, according to certain embodiments;
FIGURE 6 illustrates an example of a UE #1 (Entity# A) receiving LOS link information from a UE #2 (Entity#B) for monitoring the UE # l’s ML model performance, according to certain embodiments;
FIGURE 7 illustrates an example of a gNB (Entity#A) receiving LOS link information from a UE (Entity#B) for monitoring the gNB’s ML model performance, according to certain embodiments;
FIGURE 8 illustrates an example of a LMF (Entity#A) receiving LOS link information from a gNB or a UE (Entity#B) for monitoring the LMF’s ML model performance, according to certain embodiments;
FIGURE 9 illustrates the cumulative distribution function (CDF) of the difference of the Time of Arrival (ToA) reports generated by the inference model and the monitoring model for the links classified as LOS by the monitoring model, according to certain embodiments;
FIGURE 10 illustrates an example method performed by a first radio node for performing positioning, according to certain embodiments;
FIGURE 11 illustrates a method performed by a second radio node for assisting a first radio node to perform positioning for a wireless device, according to certain embodiments;
FIGURE 12 illustrates an example communication system, according to certain embodiments;
FIGURE 13 illustrates an example UE, according to certain embodiments;
FIGURE 14 illustrates an example network node, according to certain embodiments; and
FIGURE 15 illustrates a virtualization environment in which functions implemented by some embodiments may be virtualized, according to certain embodiments.
DETAILED DESCRIPTION
Some of the embodiments contemplated herein will now be described more fully with reference to the accompanying drawings. Embodiments are provided by way of example to convey the scope of the subject matter to those skilled in the art.
In some embodiments, the non-limiting terms UE or a wireless device are used interchangeably. The UE herein may be any type of wireless device capable of communicating with a network node or another UE over radio signals. The UE may also be a radio communication device, target device, device to device (D2D) UE, machine type UE or UE capable of machine to machine communication (M2M), low-cost and/or low-complexity UE, a sensor equipped with UE, tablet, mobile terminals, smart phone, laptop embedded equipment (LEE), laptop mounted equipment (LME), USB dongles, Customer Premises Equipment (CPE), an Internet of Things (loT) device, or a Narrowband loT (NB-IOT) device, etc.
In some embodiments the generic term “anchor node” is used, which are used as reference points for determining the location of a target UE. In general, the anchor nodes for positioning can be a variety of nodes in the wireless network. For positioning using the radio link between the target UE and a radio network node, the anchor node can be any kind of a radio network node which may comprise any of base station, radio base station, base transceiver station, Node B, evolved Node B (eNB), Next-Generation Node B (gNodeB or gNB), NG-RAN node, Transmission Point (TP), Transmission-Reception Point (TRP), Multi-cell/multicast Coordination Entity (MCE), relay node, access point (AP), Antenna Reference Point (ARP), radio access point, Remote Radio Unit (RRU), Remote Radio Head (RRH). For positioning using sidelink between two UEs, the anchor node is a UE or a wireless device.
In general, for AEML based positioning, particular embodiments opportunistically leverage line-of-sight links between a target UE and surrounding TRPs, even when LOS links are scarce and insufficient to pinpoint the target UE's location.
Certain embodiments described herein support self-monitoring, where a same entity performs model inference as well as model monitoring. The information of LOS link(s) between the target UE and surrounding TRP(s) are used to calculate the accuracy of model output and provide a performance monitoring metric. The information of the LOS link(s) include the classification of the link property (line-of-sight vs non-line-of-sight) and measurement of a LOS link. In a particular embodiment, the information of the LOS link(s) is provided by a third node, distinct from the inference and monitoring nodes/entities, as a type of assistance information. In a particular embodiment, and in response to detecting performance deterioration beyond a threshold, the self-monitoring entity takes action itself to correct the poor performance. The possible actions include: deactivating the current model from performing further model inference; performing model switching so that a more appropriate model is used instead of the current model; and triggering model re-training (either offline training or online training) to update the model.
For ease of discussion, the methods are described using the radio links between a UE and an anchor node. TRP is used as a representative example of the anchor node, where the TRP is connected to a gNB. It is understood by those skilled in the art that the same methodology may be applied to many other wireless communication scenarios, e.g., sidelink-based positioning.
For target UEs in a highly NLOS environment, there is often insufficient LOS links to support conventional positioning methods, where triangulation or tri-lateration is used to calculate the location of the target UE. Lor determining horizontal location, a minimum of three or four LOS links between the target UE and anchor nodes are required, depending on the method used.
On the other hand, it is observed that LOS links still exist, though with low probability. Thus opportunistic LOS link information may be leveraged for performance monitoring of A EM L model for positioning, even if the number of LOS links is fewer than the minimum required for conventional methods. If a link is found to be LOS, measurements may be used to obtain the distance (dL0S. in meters) and/or angular information (aL0S, in degree) of the given wireless link.
The determination of the LOS property may be determined by AI/ML models or by conventional, non-AI/ML methods. Regardless of non-AI/ML or AI/ML based methods, in general, the LOS/NLOS indicator may be hard-valued or soft-valued. Lor example, the Release- 17 LOS-NLOS-Indicator provides information on the likelihood of a LOS propagation path from the source to the receiver with a value of 1 corresponding to LOS and a value of 0 corresponding to NLOS. When the LOS/NLOS indicator takes soft value, integer value 'O' indicates likelihood 0, integer value TO' indicates likelihood 1. Thus, a scaling factor 0.1 is applied to the integer value to arrive at the LOS probability. When the LOS/NLOS indicator takes hard value, then LALSE indicates likelihood 'O', TRUE indicates likelihood 'I'.
L0S-NL0S- Indicator-rl7 : : = SEQUENCE { indicator-rl7 CHOICE { soft-rl 7 INTEGER ( 0 . . 10 ) , hard-rl 7 BOOLEAN
} ,
}
Accordingly, a link can be classified as LOS if the LOS/NLOS indicator has value TRUE or T when the indicator is provided by hard value, or the LOS/NLOS indicator has value higher than a predefined threshold PLOS, thresh, when the indicator is provided by soft value. Lor example, PLOS, thresh = 0-9, i.e., the link is determined to be LOS if likelihood of the TRP-UE link being LOS is estimated to be above 90%.
If a TRP-UE link is determined to be LOS, then measurements of the link may be used to obtain positioning related information.
In one example, the measurements may be timing information of the LOS link, for example, ToA, Reference Signal Time Difference (RSTD), Relative Time of Arrival (RTOA), Rx - Tx time difference (RxTxTimeDiff). The timing information may be obtained by UE via measurement of downlink (DL) reference signals (typically positioning reference signal (PRS)), for example, ToA, DL RSTD, UE RxTxTimeDiff Alternatively or additionally, the timing information may be obtained by gNB via measurement of uplink (UL) reference signals (typically sounding reference signal (SRS)), for example, ToA, UL-RTOA (UL Relative Time of Arrival), gNB RxTxTimeDiff. Using the timing information of the LOS link, the distance dL0S (meters) between the UE and the TRP can be calculated using speed-of-light.
In another example, the measurements may be angular information aL0S (degrees) of the LOS link, for example, angle-of-arrival (AoA), angle -of-departure (AoD). The angular information may be obtained by UE via measurement of DL reference signals, for example, DL AoD (DL AoD). Alternatively or additionally, the angular information may be obtained by gNB via measurement of UL reference signals, for example, UL AoA (UL AoA).
The positioning related information (e.g., dL0S and/or aL0S) of a LOS link may be obtained using conventional (i.e., non-AI/ML) methods or AI/ML models.
The following is a rationale to use information of the LOS link to verify AI/ML model performance. Lor a UE in a cluttered environment (e.g., {60%, 6m, 2m}), the LOS probability is low but non-zero (see Table 1). When an AI/ML model performs model inference continuously, LOS link can be experienced from time to time. Lor example, for a UE in an environment with clutter {60%, 6m, 2m}, if a UE observes PRS from 16 TRP at a time, on average one LOS link is experienced for every 8 observations.
Therefore, even when an AI/ML model is used to support UE positioning in heavily NLOS environment, information of LOS links can be captured when available, and used to check the accuracy of the AI/ML model output. This is applicable for various methods and approaches of AI/ML based positioning, including direct AI/ML positioning and AI/ML assisted positioning approaches.
In one embodiment, to provide independent performance checking as much as possible, the classification of LOS link(s) and the information of identified LOS links are preferably provided by a mechanism separate from the AI/ML for UE positioning. As a first nonlimiting example, a LOS link status estimator may be a different AI/ML model than the AI/ML inference model that produces the position estimates. As a further nonlimiting example, a LOS link status estimator may be based on a conventional signal processing algorithm.
EIGURE 2 is a block diagram illustrating an example 100 of self-monitoring by a first radio node 102 with model monitoring assistant information provided by the same node that is performing model inference, according to certain embodiments. Lor example, as illustrated, the first radio node 102 (Entity# A) 102 performs both (1) model inference and (2) model performance monitoring with model monitoring assistance information 106 by a model monitoring assistance information estimator 104.
FIGURE 3 illustrates another example 200 of self-monitoring by a first radio node 202 (Entity#A) with model monitoring assistance information 206 being provided by a second node 204 (Entity#B), according to certain embodiments. In the illustrated embodiment, the first radio node (Entity #A) 202 performs both (1) model inference and (2) model performance monitoring with model monitoring assistance information 206 from a second radio node 204 (Entity #B).
For example, in AI/ML positioning Case 1, the first radio node 202 is a UE and the second radio node 204 is a gNB providing assistance information 206 to the UE based on gNB observation of SRS transmission on the uplink. The assistance information includes the LOS/NLOS indicator and positioning related information of the LOS link.
For self-monitoring, a same entity (Entity#A) performs both model inference and model performance monitoring. When used for model monitoring purpose, the LOS link information is either generated by the entity itself or being provided to it by another entity (Entity#B). When Entity#B provides the LOS link information, it can be sent as a type of assistance information, which includes both (a) the classification that the link is LOS; and (b) positioning related information of the LOS link (e.g., distance dL0S (meters) between the UE and a TRP; angular information aL0S (degrees) of the LoS link).
The following describes how to use information of the LOS link to verify AI/ML model performance. The independently obtained positioning information of LOS link(s) is compared with the counterpart from AI/ML model output to calculate the accuracy of model output.
FIGURE 4 illustrates an example 300 of a sliding window for collecting comparison data for model performance monitoring, according to certain embodiments. The occasions with detected LOS links between the target UE and TRP(s) are used to obtain model monitoring metrics.
Different windowing techniques may be applied. For example, a fixed window size is used for monitoring, in a particular embodiment. Alternatively, in another embodiment, an adaptive window size is used, where the window size varies depending on the perceived model performance. For example, the window size shrinks when the performance metric degrades, and the window size grows when the performance metric improves.
It is understood by those skilled in the art that FIGURE 4 only illustrates one representative example. In actual operation, many factors need to be considered in determining the final schedule of collecting comparison data and performing model monitoring. Such factors may include: the design target of detection accuracy and detection latency; the extra burden (e.g., power consumption, storage size, computation complexity) to Entity#A due to model monitoring; the capability of Entity#A to detect LOS links to support the AI/ML positioning itself; the capability and availability of external entities (Entity#B) to detect and measure LOS links to support the AI/ML positioning in Entity#A; the need to coordinate activities among multiple AI/ML models (if present). It is understood by those skilled in the art that such variations are still covered by the disclosed methods herein.
Within a given window j, assume occasions k = 0,1, — 1 have LOS links detected by a method separate from the AI/ML inference model for positioning. In the A-th occasion of window J, Nj k LOS links are detected at occasion k between the UE and Nj k TRPs. Then model performance monitoring metric may be calculated by comparing the independently obtained positioning related information (e.g., distance dL0S) of LOS link(s) with the corresponding information (e.g., distance dML) provided by the AI/ML inference model. While the same principle applies to any type of positioning related information (e.g., timing information, angular information), the discussion here mainly uses distance information as a representative example.
Note the positioning related information (e.g., distance dML) provided by the AI/ML inference model may be obtained in two different ways. In a first way, the AI/ML inference model outputs the positioning related information (e.g., distance dML) to the TRP with identified LOS link status. In a second way, the positioning related information (e.g., distance dML) is computed based on the output of the AI/ML inference model.
As a nonlimiting example, the AI/ML inference model outputs the estimate of the UE position. If the required positioning related information is a distance dML to the TRP with identified LOS link status, then dML is computed as the distance between the UE position estimate and the known position of the TRP.
As another nonlimiting example, the AI/ML inference model outputs the estimate of the UE position. If the required positioning related information is an angle aML toward the TRP with identified LOS link status, then aML may be calculated based on the UE position estimate and the known position of the TRP.
With a list of independently obtained positioning related information (e.g., distance dL0S) and their AI/ML counterparts for the LOS links, the model performance monitoring metrics may be calculated. Several representative methods are provided below.
Lor example, if distance dL0S (meters) is the positioning information of the LOS links, then for window j, the model performance monitoring metric can be calculated by:
If Mj is greater than a threshold Mthrsh (meters), then significant performance degradation is declared.
In another example, if angle aL0S (degree) is the positioning information of the LOS links, then for window j, the model performance monitoring metric can be calculated by:
If Mj is greater than a threshold Mthrsh (degree), then significant performance degradation is declared.
It is understood by those skilled in the art that the metric calculations above are just examples to illustrate the concept. Other variations may be used without departing from the principle of the methodology. In one example, instead of using averages in (1) and (2), other statistical measures such as min, max may be applied. An example of using max may be:
In another example, all the LOS links are used in the calculation equally, for example, (4) may be used instead of (1),
In another alternative, the LOS links detected are assigned different weights in the calculation, e.g., (5) is used instead of (1),
Different weights w7- fe n may be assigned to different LOS links to obtain a more accurate performance metric. For example, LOS link identified with higher confidence (e.g., LOS probability >0.95) is given higher weights than those with lower confidence (e.g., 0.5 < LOS probability <0.95), and/or LOS link with higher measurement quality (e.g., more accurate UE- TRP distance estimation) is given higher weights than those with lower quality.
For making performance monitoring decisions, the thresholds Mthrsh may be determined based on various factors, e.g., acceptable error range of model output (e.g., higher threshold value Mfhrsh if acceptable error is larger), the reliability of LOS link detection (e.g., lower threshold value Mthrsh if the LOS detection reliability is higher), etc.
Moreover, the metric may be compared to more than one threshold value to provide a soft indicator of the inference model performance reliability.
Furthermore, model performance monitoring decisions may be made by observing metrics in one or more windows consecutively, or over a period of time. If Mj > Mthrsh in at least Nwd windows, then a decision may be made that model performance has deteriorated significantly.
Some embodiments include actions in response to detecting AI/ML model performance degradation. When the model inference entity (Entity# A) 102, 202 determines that its model performance has deteriorated significantly, then Entity#A 102, 202 may take action itself to correct the problem. The possible actions include one or more of the following:
• Entity#A 102, 202 deactivates its AI/ML model for positioning.
• Entity#A 102, 202 switches to a different AI/ML model for positioning.
• Entity#A 102, 202 sends an error message that it cannot provide positioning related reports due to failure of its AI/ML model. The error message may be sent to a node connected to Entity#A 102, 202 in providing the positioning service, for example, a location server or an 0AM function.
• Entity#A 102, 202 sends a confidence indicator on the model performance of its AI/ML model. The confidence indicator may be sent to a management node connected to Entity#A in providing the positioning service, for example, a location server or an 0AM function.
• Entity#A 102, 202 triggers a model update via fine-tuning or re-training . The model update may be carried out online or offline.
When Entity#A 102, 202 takes actions to address the performance degradation problem (e.g., adapt its model to better match the deployment environment), Entity#A 102, 202 may or may not notify other entities (e.g., a network node) about the actions.
In one example, if Entity# A 102, 202 performs model switching or model updating while continuously maintaining the functionality of AI/ML based positioning, then no service disruption is visible to external nodes and no notification to external nodes is necessary.
In another example, if Entity#A 102, 202 takes actions that affect other nodes (e.g., deactivate AI/ML functionality), or need external support to adapt its model (e.g., need assistance information for re-training its model), then Entity#A may notify and/or exchange information with external nodes. Particular embodiments may apply the method described above to an AI/ML model where the UE is the model inference entity.
Case 1: UE-Based Positioning with UE-Side Model, Direct AI/ML Positioning
According to certain embodiments, a UE monitors its direct positioning model using the LOS link information obtained by a different method collocated at the UE. The method for detecting LOS link information may be via conventional signal processing or another AI/ML model (i.e., independent from the AI/ML model for positioning).
According to certain other embodiments, the UE monitors its direct positioning model using the LOS link information obtained by a network node (e.g., a gNB or an LMF), where the gNB identifies LOS link(s) and measurement information of the LOS links by observing uplink SRS transmission. For example, FIGURE 5 illustrates an example 400 of a UE (Entity#A) 402 receiving LOS link information 406 from a gNB (Entity#B) 404 for monitoring the UE’s ML model performance, according to certain embodiments.
In another example, the UE (Entity# A) monitors its direct positioning model using the LOS link information obtained by a different UE, where the different UE identifies LOS link(s) and measurement information of the LOS links by observing sidelink PRS transmission. For example, FIGURE 6 illustrates an example 500 of a UE #1 (Entity# A) 502 receiving LOS link information 506 from a UE #2 (Entity#B) 504 for monitoring the UE #l’s ML model performance, according to certain embodiments.
Case 2a: UE-Assisted/LMF-Based Positioning with UE-Side Model, AI/ML Assisted Positioning
According to certain embodiments, Entity#A is a UE, and the UE monitors its assisted positioning model using the LOS link information obtained by a different method collocated at the UE. The method for detecting LOS link information may be via conventional signal processing or another AI/ML model (i.e., independent from the AI/ML model for positioning).
According to other embodiments, the UE monitors its assisted positioning model using assistance information provided by a network node (e.g., a gNB).
For example, FIGURE 5 illustrates the UE (Entity# A) 502 monitors its assisted positioning model using the LOS link information 506 obtained by a radio network node (Entity#B) 504 (e.g., a gNB), where the radio network node 504 identifies LOS link(s) and measurement information of the LOS links by observing uplink SRS transmission. The UE (Entity# A) 502 may monitor the performance of its assisted positioning model before the UE (Entity# A) 502 forwards the model outputs to the LMF.
In other embodiments, UE (Entity#A) receives its position estimate from the LMF as assistance information. After that the UE (Entity#A) can monitor its assisted positioning model performance using the position estimate from the LMF. In this case, the UE (Entity#A) may or may not additionally use LOS link information to monitor model performance.
In still other embodiments, the UE (Entity# A) monitors its assisted positioning model using the LOS link information obtained by a different UE, where the different UE identifies LOS link(s) and measurement information of the LOS link(s) by observing sidelink PRS transmission.
Some embodiments apply the method to an AI/ML model where the gNB is the model inference entity.
Case 3a: NG-RAN Node Assisted Positioning with gNB-Side Model, AI/ML Assisted Positioning
According to certain embodiments, Entity#A is a NG-RAN node and the NG-RAN node (e.g., gNB) monitors its assisted positioning model using the LOS link information obtained by a different method collocated at the gNB. The method for detecting LOS link information may be via conventional signal processing or another AI/ML model (i.e., independent from the AI/ML model for positioning).
According to certain other embodiments, the NG-RAN (Entity#A) node monitors its assisted positioning model using assistance information provided by another node (Entity#B) (e.g., a UE or an LMF).
For example, in a particular embodiment, the gNB (Entity# A), which may also be referred to as a NG-RAN node, monitors its assisted positioning model using the LOS link information obtained by the target UE (Entity#B), where the target UE identifies LOS link(s) and measurement information of the LOS links by observing downlink PRS transmission. The NG-RAN node (Entity#A) may monitor the performance of its assisted positioning model before the NG-RAN node (Entity#A) forwards the model outputs to the LMF. For example, FIGURE 7 illustrates an example 600 of a gNB (Entity# A) 602 receiving LOS link information 606 from a UE ( Entity#B) 604 for monitoring the gNB’s ML model performance, according to certain embodiments.
In a particular embodiment, the NG-RAN node (Entity# A) receives the position estimate of the target UE from the LMF (Entity#B) as assistance information. After that the NG-RAN node (Entity#A) may monitor its assisted positioning model performance using the position estimate from the LMF (Entity#B). In this case, the NG-RAN node (Entity# A) may or may not additionally use LOS link information to monitor model performance.
Some embodiments apply the method to an AI/ML model where the LMF is the model inference entity and, thus, Entity# A.
Case 2b: UE-assisted/LMF-based positioning or Case 3b: NG-RAN node assisted positioningwith LMF-side model, direct AI/ML positioning
According to certain embodiments, the LMF is Entity#A and monitors its direct positioning model using the LOS link information obtained by a different method collocated at the LMF. The method for detecting LOS link information may be via conventional signal processing or another AI/ML model (i.e., independent from the AI/ML model for positioning).
According to certain other embodiments, the LMF is Entity#A and monitors its direct positioning model using the LOS link information provided by a different node. The different node may be a radio network node (e.g., gNB) and/or the target UE. For example, FIGURE 8 illustrates an example 700 of a LMF (Entity# A) 702 receiving LOS link information 706 from a gNB or a UE (Entity#B) 704 for monitoring the LMF’s ML model performance, according to certain embodiments.
FIGURE 9 is a graph 800 illustrating the cumulative distribution function (CDF) of the difference of the ToA reports generated by the inference model and the monitoring model for the links classified as LOS by the monitoring model in two different realizations of InF-DH with clutter parameter {60%, 6m, 2m}, according to certain embodiments.
The inference model is an AI/ML model trained using the data collected from the indoor factor scenario with 60% clutter density, and clutter height and width of 6 m and 2 m, respectively (i.e., InF-DH with clutter parameter {60%, 6m, 2m}). The monitoring model is another AI/ML model trained using the data collected from the indoor factor scenario with 40% clutter density, and clutter height and width of 2 m and 2 m, respectively (i.e., InF-DH with clutter parameter {40%, 2m, 2m}).
Two curves are shown in FIGURE 9. One curve is for "same environment", which means that the inference environment is the same as the training environment for the inference model. The inference model performs normally in "same environment", i.e., no performance degradation. The other curve is for "new environment", which means that the inference environment is different from the training environment for the inference model, though both environments belong to InF- DH with clutter parameter {60%, 6m, 2m}. The inference model performs poorly in "new environment", i.e., performance degradation has occurred, and model performance monitoring method should detect it.
The CDF of the LOS link ToA difference of "same environment" is much smaller and easily distinguishable from the CDF of "new environment" . Thus, model performance monitoring decision may be made based on the easily distinguishable behavior.
Because the model inference environment is the heavily NLOS environment of InF-DH with clutter parameter {60%, 6m, 2m}, the LOS probability is low and inadequate for conventional positioning methods, as expected. However, approximately 10% of observed TRP-UE links may be opportunistically leveraged for performing model monitoring. This is adequate for the purpose of model performance monitoring.
This evaluation result demonstrates that it is effective to monitor AI/ML model performance using opportunistic LOS links even in a heavily NLOS environment like InF-DH with clutter parameter {60%, 6m, 2m}.
Some embodiments include signaling of the assistance information. As discussed above, there are cases where Entity#A receives LOS link information from a separate Entity#B, where Entity#A performs model inference as well as model performance monitoring. The LOS link information may be delivered in information elements (IE) that convey the LOS/NLOS identification and positioning related information of the identified LOS link(s). In some embodiments, the IE is in the format of assistance information.
An example of such assistance information is shown below, where the assistance information is provided by the location server to the UE.
The IE NR-DL-PRS-ExpectedLOS-NLOS-Assistance is used by the location server to provide the expected likelihood of a LOS propagation path from a TRP to the target device, or for all DL-PRS Resources of the TRP to the target device.
— ASN1START
NR-DL-PRS-ExpectedLOS-NLOS-Ass istance-rl 7 : : = SEQUENCE ( SI ZE
( 1 . . nrMaxFreqLayers-rl 6 ) ) OF
NR-DL-PRS-ExpectedLOS-NLOS- As sistancePerFreqLayer-rl 7
NR-DL-PRS-ExpectedLOS-NLOS-Ass istancePerFreqLayer-rl7 : : =
SEQUENCE ( S IZE
( 1 . . nrMaxTRPs PerFreq-rl 6 ) ) OF
NR-DL-PRS-ExpectedLOS-NLOS-
As sistance Per TRP -r 17 NR-DL-PRS-ExpectedLOS-NLOS-AssistancePerTRP-rl7 : := SEQUENCE { dl-PRS-ID-rl7 INTEGER (0. .255) , nr-PhysCellID-rl7 NR-PhysCellID-rl6 OPTIONAL, —
Need ON nr-CellGlobalID-rl7 NCGI-rl5 OPTIONAL, —
Need ON nr-ARFCN-rl7 ARFCN-ValueNR-rl5 OPTIONAL, —
Need ON nr-los-nlos-indicator-rl7 CHOICE { perTrp-rl7 LOS-NLOS-Indicator-rl7 , perResource-rl7 SEQUENCE (SIZE (1. . nrMaxSetsPerTrpPerFreqLayer-rl6 ) ) OF
NR-DL-PRS-ExpectedLOS-NLOS- AssistancePerResource-rl7 },
Measurement Inf o-LoS, Measurementlnf o-LoS-Quality, OPTIONAL,
}
NR-DL-PRS-ExpectedL0S-NL0S-AssistancePerResource-rl7 : := SEQUENCE (SIZE
(1. . nrMaxResourcesPerSet-rl6 ) ) OF
L0S-NL0S-Indicator-rl7
- ASN1STOP
The components of assistance information include:
• nr-los-nlos-indicator. This provides indication on whether the link is detected to be LOS or not. The indication may be hard-valued or soft-valued and may be provided per TRP or per reference signal (e.g., PRS for DL) source.
• Measurementlnfo-LoS'. This provides positioning related measurement information of the LOS link, e.g., timing information, distance information, angle information.
• Measurementlnfo-LoS-Quality. This provides quality estimation of the measurement information.
It is understood that similar information elements may be composed to provide assistance information. For example, similar assistance information may be provided by the location server to the NG-RAN node if the AI/ML mode is hosted by the NG-RAN node. In another example, similar assistance information may be provided by the UE or NG-RAN node to the LMF if the AI/ML mode is hosted by the LMF.
FIGURE 10 illustrates an example method 900 by a first radio node 102, 202, 402, 502, 602, 702 for performing positioning, according to certain embodiments. As illustrated the method 900 begins at step 902 when the first radio node 102, 202, 402, 502, 602, 702 performs AI/ML based positioning for a wireless device (e.g., UE). At step 904, the first radio node 102, 202, 402, 502, 602, 702 obtains assistance information for at least one positioning measurement. At step 906, the first radio node 102, 202, 402, 502, 602, 702 calculates an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement.
In a particular embodiment, the assistance information comprises at least one LOS/NLOS indicator.
In a particular embodiment, the at least one LOS/NLOS indicator is associated with a sequence of LOS/NLOS indicator values, wherein each value is associated with a respective one of a plurality of links.
In a particular embodiment, performing AI/ML based positioning for the wireless device includes using an AI/ML model to generate AI/ML positioning output.
In a particular embodiment, the assistance information comprises positioning information, and, when calculating the accuracy of the AI/ML based positioning, the first radio node compares the AI/ML positioning output to the positioning information.
In a particular embodiment, the first radio node determines the accuracy of the AI/ML based positioning based on at least a consistence measure between first positioning related information for at least one Line of Sight, LOS, link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
In a further particular embodiment, when determining the accuracy of the AI/ML based positioning based on at least the consistence measure, the first radio node calculates a summation or maximum of a difference between the first positioning related information and the second positioning related information.
In a particular embodiment, the first positioning information comprises at least one distance dL0S, and the second positioning related information comprises at least one distance dML .
In a particular embodiment, the first radio node determines that the accuracy of the AI/ML based positioning is below a threshold value. Based on the accuracy of the AI/ML based positioning being below the threshold value, the first radio node performs one or more of the following actions: deactivating the AI/ML based positioning; switching to a different AI/ML based positioning model; transmitting an error message; and triggering retraining of the AI/ML based positioning. In a particular embodiment, the first radio node determines that the accuracy of the AI/ML based positioning is equal to or greater than a threshold value. Based on the accuracy of the AI/ML based positioning being equal to or greater than the threshold value, the first radio node transmits the AI/ML based positioning to an LMF.
In a particular embodiment, the first radio node comprises: a UE, a gNB, a base station, or an LMF.
In a particular embodiment, when obtaining the assistance information, the first radio node receives the assistance information from a second radio node (910, 912, 908).
In a particular embodiment, the first radio node is a UE, and the second radio node is a gNB or an LMF.
In a particular embodiment, the first radio node is a gNB or base station and the second radio node is a UE or an LMF.
In a particular embodiment, the first radio node is an LMF, and the second radio node is a UE or a gNB.
FIGURE 11 illustrates an example method 1000 by a second radio node 104, 204, 404, 504, 604, 704, for assisting a first radio node 102, 202, 402, 502, 602, 702 to performing positioning for a wireless device (e.g., UE), according to certain embodiments. In the illustrated embodiment, the method begins at step 1002 when the second radio node 104, 204, 404, 504, 604, 704 transmits, to the first radio node 102, 202, 402, 502, 602, 702, assistance information for at least one positioning measurement. The assistance information is for calculating an accuracy of AI/ML based positioning by the first radio node 102, 202, 402, 502, 602, 702 for the wireless device.
In a particular embodiment, the assistance information includes at least one LOS/NLOS indicator.
In a particular embodiment, the at least one LOS/NLOS indicator is associated with a sequence of LOS/NLOS indicator values, wherein each value is associated with a respective one of a plurality of links.
In a particular embodiment, the second radio node configures the first radio node to perform AI/ML based positioning for a wireless device by using an AI/ML model to generate AI/ML positioning output.
In a particular embodiment, the assistance information comprises positioning information, and the second radio node configures the first radio node to calculate the accuracy of the AI/ML based positioning by comparing AI/ML positioning output to the positioning information. In a particular embodiment, the second radio node configures the first radio node to determine the accuracy of the AI/ML based positioning based on comparing first positioning related information for at least one LOS link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
In a particular embodiment, when configuring the first radio node to determine the accuracy of the AI/ML based positioning based on at least the consistence measure, the second radio node configures the first radio node to calculate a summation or maximum of a difference between the first positioning related information and the second positioning related information.
In a further particular embodiment, the first positioning information comprises at least one distance dL0S, and the second positioning related information comprises at least one distance dML .
In a particular embodiment, the second radio node configures the first radio node to perform at least one of the following action when the accuracy of the AI/ML based positioning is equal to or below a threshold value: deactivate the AI/ML based positioning; switch to a different AI/ML based positioning model; transmit an error message; and trigger retraining of the AI/ML based positioning.
In a particular embodiment, the second radio node configures the first radio node to transmit the AI/ML based positioning to a LMF when the accuracy of the AI/ML based positioning is equal to or greater than a threshold value.
In a particular embodiment, the first radio node is a UE, and the second radio node is a gNB or an LMF.
In a particular embodiment, the first radio node is a gNB or base station and the second radio node is a UE or an LMF.
In a particular embodiment, the first radio node is an LMF, and the second radio node is a UE or a gNB.
FIGURE 12 shows an example of a communication system 1100 in accordance with some embodiments. In the example, the communication system 1100 includes a telecommunication network 1102 that includes an access network 1104, such as a radio access network (RAN), and a core network 1106, which includes one or more core network nodes 1108. The access network 1104 includes one or more access network nodes, such as network nodes 1110a and 1110b (one or more of which may be generally referred to as network nodes 1110), or any other similar 3rd Generation Partnership Project (3GPP) access node or non-3GPP access point. The network nodes 1110 facilitate direct or indirect connection of user equipment (UE), such as by connecting UEs 1112a, 1112b, 1112c, and 1112d (one or more of which may be generally referred to as UEs 1112) to the core network 1106 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. Moreover, in different embodiments, the communication system 1100 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 1100 may include and/or interface with any type of communication, telecommunication, data, cellular, radio network, and/or other similar type of system.
The UEs 1112 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 1110 and other communication devices. Similarly, the network nodes 1110 are arranged, capable, configured, and/or operable to communicate directly or indirectly with the UEs 1112 and/or with other network nodes or equipment in the telecommunication network 1102 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 1102.
In the depicted example, the core network 1106 connects the network nodes 1110 to one or more hosts, such as host 1116. 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 1106 includes one more core network nodes (e.g., core network node 1108) that are structured with hardware and software components. Features of these components may be substantially similar to those described with respect to the UEs, network nodes, and/or hosts, such that the descriptions thereof are generally applicable to the corresponding components of the core network node 1108. 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).
The host 1116 may be under the ownership or control of a service provider other than an operator or provider of the access network 1104 and/or the telecommunication network 1102 and may be operated by the service provider or on behalf of the service provider. The host 1116 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.
As a whole, the communication system 1100 of FIGURE 12 enables connectivity between the UEs, network nodes, and hosts. In that sense, 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.
In some examples, the telecommunication network 1102 is a cellular network that implements 3GPP standardized features. Accordingly, the telecommunications network 1102 may support network slicing to provide different logical networks to different devices that are connected to the telecommunication network 1102. For example, the telecommunications network 1102 may provide Ultra Reliable Low Latency Communication (URLLC) services to some UEs, while providing Enhanced Mobile Broadband (eMBB) services to other UEs, and/or Massive Machine Type Communication (mMTC)ZMassive loT services to yet further UEs.
In some examples, the UEs 1112 are configured to transmit and/or receive information without direct human interaction. For instance, a UE may be designed to transmit information to the access network 1104 on a predetermined schedule, when triggered by an internal or external event, or in response to requests from the access network 1104. Additionally, a UE may be configured for operating in single- or multi-RAT or multi-standard mode. For example, 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). In the example, the hub 1114 communicates with the access network 1104 to facilitate indirect communication between one or more UEs (e.g., UE 1112c and/or 1112d) and network nodes (e.g., network node 1110b). In some examples, the hub 1114 may be a controller, router, content source and analytics, or any of the other communication devices described herein regarding UEs. For example, the hub 1114 may be a broadband router enabling access to the core network 1106 for the UEs. As another example, the hub 1114 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 1110, or by executable code, script, process, or other instructions in the hub 1114. As another example, the hub 1114 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. As another example, the hub 1114 may be a content source. For example, for a UE that is a VR headset, display, loudspeaker or other media delivery device, the hub 1114 may retrieve VR assets, video, audio, or other media or data related to sensory information via a network node, which the hub 1114 then provides to the UE either directly, after performing local processing, and/or after adding additional local content. In still another example, the hub 1114 acts as a proxy server or orchestrator for the UEs, in particular in if one or more of the UEs are low energy loT devices.
The hub 1114 may have a constant/persi stent or intermittent connection to the network node 1110b. The hub 1114 may also allow for a different communication scheme and/or schedule between the hub 1114 and UEs (e.g., UE 1112c and/or 1112d), and between the hub 1114 and the core network 1106. In other examples, the hub 1114 is connected to the core network 1106 and/or one or more UEs via a wired connection. Moreover, the hub 1114 may be configured to connect to an M2M service provider over the access network 1104 and/or to another UE over a direct connection. In some scenarios, UEs may establish a wireless connection with the network nodes 1110 while still connected via the hub 1114 via a wired or wireless connection. In some embodiments, the hub 1114 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 1110b. In other embodiments, the hub 1114 may be a non-dedicated hub - that is, a device which is capable of operating to route communications between the UEs and network node 1110b, but which is additionally capable of operating as a communication start and/or end point for certain data channels.
FIGURE 13 shows a UE 1200 in accordance with some embodiments. As used herein, 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-mounted or vehicle embedded/integrated wireless device, etc. Other examples include any UE identified by the 3rd Generation Partnership Project (3GPP), including a narrow band internet of things (NB-IoT) UE, a machine type communication (MTC) UE, and/or an enhanced MTC (eMTC) UE.
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). In other examples, a UE may not necessarily have a user in the sense of a human user who owns and/or operates the relevant device. Instead, 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). Alternatively, 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 1200 includes processing circuitry 1202 that is operatively coupled via a bus 1204 to an input/output interface 1206, a power source 1208, amemory 1210, a communication interface 1212, and/or any other component, or any combination thereof. Certain UEs may utilize all or a subset of the components shown in FIGURE 13. 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 1202 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 1210. The processing circuitry 1202 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. For example, the processing circuitry 1202 may include multiple central processing units (CPUs). In the example, the input/output interface 1206 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 1200. 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. For example, a Universal Serial Bus (USB) port may be used to provide an input device and an output device.
In some embodiments, the power source 1208 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 1208 may further include power circuitry for delivering power from the power source 1208 itself, and/or an external power source, to the various parts of the UE 1200 via input circuitry or an interface such as an electrical power cable. Delivering power may be, for example, for charging of the power source 1208. Power circuitry may perform any formatting, converting, or other modification to the power from the power source 1208 to make the power suitable for the respective components of the UE 1200 to which power is supplied.
The memory 1210 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. In one example, the memory 1210 includes one or more application programs 1214, such as an operating system, web browser application, a widget, gadget engine, or other application, and corresponding data 1216. The memory 1210 may store, for use by the UE 1200, any of a variety of various operating systems or combinations of operating systems.
The memory 1210 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. The UICC may for example be an embedded UICC (eUICC), integrated UICC (iUICC) or a removable UICC commonly known as ‘SIM card.’ The memory 1210 may allow the UE 1200 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 1210, which may be or comprise a device-readable storage medium.
The processing circuitry 1202 may be configured to communicate with an access network or other network using the communication interface 1212. The communication interface 1212 may comprise one or more communication subsystems and may include or be communicatively coupled to an antenna 1222. The communication interface 1212 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 1218 and/or a receiver 1220 appropriate to provide network communications (e.g., optical, electrical, frequency allocations, and so forth). Moreover, the transmitter 1218 and receiver 1220 may be coupled to one or more antennas (e.g., antenna 1222) and may share circuit components, software or firmware, or alternatively be implemented separately.
In the illustrated embodiment, communication functions of the communication interface 1212 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. 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/intemet protocol (TCP/IP), synchronous optical networking (SONET), Asynchronous Transfer Mode (ATM), QUIC, Hypertext Transfer Protocol (HTTP), and so forth. Regardless of the type of sensor, a UE may provide an output of data captured by its sensors, through its communication interface 1212, 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. The output may be periodic (e.g., once every 15 minutes if it reports the sensed temperature), random (e.g., to even out the load from reporting from several sensors), in response to a triggering event (e.g., when moisture is detected, an alert is sent), in response to a request (e.g., a user initiated request), or a continuous stream (e.g., a live video feed of a patient).
As another example, 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. For example, 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 (loT) 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. Non-limiting examples of such an loT 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 itemtracking 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. A UE in the form of an loT device comprises circuitry and/or software in dependence of the intended application of the loT device in addition to other components as described in relation to the UE 1200 shown in FIGURE 13.
As yet another specific example, in an loT scenario, 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. As one particular example, the UE may implement the 3GPP NB-IoT standard. In other scenarios, 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.
In practice, any number of UEs may be used together with respect to a single use case. For example, 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. When the user makes changes from the remote controller, 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. For example, a UE might comprise the sensor and the actuator, and handle communication of data for both the speed sensor and the actuators.
FIGURE 14 shows a network node 1300 in accordance with some embodiments. As used herein, 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. Examples of 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 NRNodeBs (gNBs)).
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 and/or remote radio units (RRUs), sometimes referred to as Remote Radio Heads (RRHs). 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).
Other examples of 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).
The network node 1300 includes a processing circuitry 1302, a memory 1304, a communication interface 1306, and a power source 1308. The network node 1300 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. In certain scenarios in which the network node 1300 comprises multiple separate components (e.g., BTS and BSC components), one or more of the separate components may be shared among several network nodes. For example, a single RNC may control multiple NodeBs. In such a scenario, each unique NodeB and RNC pair, may in some instances be considered a single separate network node. In some embodiments, the network node 1300 may be configured to support multiple radio access technologies (RATs). In such embodiments, some components may be duplicated (e.g., separate memory 1304 for different RATs) and some components may be reused (e.g., a same antenna 1310 may be shared by different RATs). The network node 1300 may also include multiple sets of the various illustrated components for different wireless technologies integrated into network node 1300, 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 1300.
The processing circuitry 1302 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 1300 components, such as the memory 1304, to provide network node 1300 functionality.
In some embodiments, the processing circuitry 1302 includes a system on a chip (SOC). In some embodiments, the processing circuitry 1302 includes one or more of radio frequency (RF) transceiver circuitry 1312 and baseband processing circuitry 1314. In some embodiments, the radio frequency (RF) transceiver circuitry 1312 and the baseband processing circuitry 1314 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 1312 and baseband processing circuitry 1314 may be on the same chip or set of chips, boards, or units. The memory 1304 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 1302. The memory 1304 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 1302 and utilized by the network node 1300. The memory 1304 may be used to store any calculations made by the processing circuitry 1302 and/or any data received via the communication interface 1306. In some embodiments, the processing circuitry 1302 and memory 1304 is integrated.
The communication interface 1306 is used in wired or wireless communication of signaling and/or data between a network node, access network, and/or UE. As illustrated, the communication interface 1306 comprises port(s)/terminal(s) 1316 to send and receive data, for example to and from a network over a wired connection. The communication interface 1306 also includes radio front-end circuitry 1318 that may be coupled to, or in certain embodiments a part of, the antenna 1310. Radio front-end circuitry 1318 comprises filters 1320 and amplifiers 1322. The radio frontend circuitry 1318 may be connected to an antenna 1310 and processing circuitry 1302. The radio front-end circuitry may be configured to condition signals communicated between antenna 1310 and processing circuitry 1302. The radio front-end circuitry 1318 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 1318 may convert the digital data into a radio signal having the appropriate channel and bandwidth parameters using a combination of filters 1320 and/or amplifiers 1322. The radio signal may then be transmitted via the antenna 1310. Similarly, when receiving data, the antenna 1310 may collect radio signals which are then converted into digital data by the radio front-end circuitry 1318. The digital data may be passed to the processing circuitry 1302. In other embodiments, the communication interface may comprise different components and/or different combinations of components.
In certain alternative embodiments, the network node 1300 does not include separate radio front-end circuitry 1318, instead, the processing circuitry 1302 includes radio front-end circuitry and is connected to the antenna 1310. Similarly, in some embodiments, all or some of the RF transceiver circuitry 1312 is part of the communication interface 1306. In still other embodiments, the communication interface 1306 includes one or more ports or terminals 1316, the radio frontend circuitry 1318, and the RF transceiver circuitry 1312, as part of a radio unit (not shown), and the communication interface 1306 communicates with the baseband processing circuitry 1314, which is part of a digital unit (not shown).
The antenna 1310 may include one or more antennas, or antenna arrays, configured to send and/or receive wireless signals. The antenna 1310 may be coupled to the radio front-end circuitry 1318 and may be any type of antenna capable of transmitting and receiving data and/or signals wirelessly. In certain embodiments, the antenna 1310 is separate from the network node 1300 and connectable to the network node 1300 through an interface or port.
The antenna 1310, communication interface 1306, and/or the processing circuitry 1302 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 1310, the communication interface 1306, and/or the processing circuitry 1302 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 1308 provides power to the various components of network node 1300 in a form suitable for the respective components (e.g., at a voltage and current level needed for each respective component). The power source 1308 may further comprise, or be coupled to, power management circuitry to supply the components of the network node 1300 with power for performing the functionality described herein. For example, the network node 1300 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 1308. As a further example, the power source 1308 may comprise a source of power in the form of a battery or battery pack which is connected to, or integrated in, power circuitry. The battery may provide backup power should the external power source fail.
Embodiments of the network node 1300 may include additional components beyond those shown in FIGURE 14 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. For example, the network node 1300 may include user interface equipment to allow input of information into the network node 1300 and to allow output of information from the network node 1300. This may allow a user to perform diagnostic, maintenance, repair, and other administrative functions for the network node 1300.
FIGURE 15 is a block diagram illustrating a virtualization environment 1400 in which functions implemented by some embodiments may be virtualized. In the present context, virtualizing means creating virtual versions of apparatuses or devices which may include virtualizing hardware platforms, storage devices and networking resources. As used herein, 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 1400 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. Further, in embodiments in which the virtual node does not require radio connectivity (e.g., a core network node or host), then the node may be entirely virtualized.
Applications 1402 (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 1404 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 1406 (also referred to as hypervisors or virtual machine monitors (VMMs)), provide VMs 1408a and 1408b (one or more of which may be generally referred to as VMs 1408), and/or perform any of the functions, features and/or benefits described in relation with some embodiments described herein. The virtualization layer 1406 may present a virtual operating platform that appears like networking hardware to the VMs 1408.
The VMs 1408 comprise virtual processing, virtual memory, virtual networking or interface and virtual storage, and may be run by a corresponding virtualization layer 1406. Different embodiments of the instance of a virtual appliance 1402 may be implemented on one or more of VMs 1408, and the implementations may be made in different ways. Virtualization of the hardware is in some contexts referred to as network function virtualization (NFV). NFV may be used to consolidate many network equipment types onto industry standard high volume server hardware, physical switches, and physical storage, which can be located in data centers, and customer premise equipment.
In the context of NFV, a VM 1408 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 1408, and that part of hardware 1404 that executes that VM, be it hardware dedicated to that VM and/or hardware shared by that VM with others of the VMs, forms separate virtual network elements. Still in the context of NFV, a virtual network function is responsible for handling specific network functions that run in one or more VMs 1408 on top of the hardware 1404 and corresponds to the application 1402.
Hardware 1404 may be implemented in a standalone network node with generic or specific components. Hardware 1404 may implement some functions via virtualization. Alternatively, hardware 1404 may be part of a larger cluster of hardware (e.g. such as in a data center or CPE) where many hardware nodes work together and are managed via management and orchestration 1410, which, among others, oversees lifecycle management of applications 1402. In some embodiments, hardware 1404 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 1412 which may alternatively be used for communication between hardware nodes and radio units.
Although the computing devices described herein (e.g., UEs, network nodes, hosts) may include the illustrated combination of hardware components, 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. Moreover, while components are depicted as single boxes located within a larger box, or nested within multiple boxes, in practice, computing devices may comprise multiple different physical components that make up a single illustrated component, and functionality may be partitioned between separate components. For example, 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. In another example, 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.
In certain embodiments, 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. In alternative embodiments, some or all of the functionalities 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. In any of those particular embodiments, whether executing instructions stored on a non-transitory computer-readable storage medium or not, the processing circuitry can be configured to perform the described functionality. The benefits provided by such functionality are not limited to the processing circuitry alone or to other components of the computing device but are enjoyed by the computing device as a whole, and/or by end users and a wireless network generally.
EXAMPLE EMBODIMENTS
Group A Example Embodiments
Example Embodiment 1. A method performed by a wireless device for performing positioning, the method comprising: performing AI/ML based positioning for the wireless device; obtaining an indication that a line of sight (LOS) link is available for positioning measurements; and calculating an accuracy of the AI/ML based positioning based on a measurement of the available LOS link.
Example Embodiment 2. The method of the previous embodiment, wherein a number of available LOS links is less than a number of LOS links needed to perform non-AI/ML based positioning.
Example Embodiment 3. The method of any one of the previous embodiments, wherein obtaining the indication that the LOS link is available comprises receiving the indication from a network node or another wireless device. Example Embodiment 4. The method of any one of the previous embodiments, when an accuracy of the AI/ML based positioning is calculated to be below a threshold value, and the method further comprises performing one or more of the following actions: deactivating the AI/ML based positioning; switching to a different AI/ML based positioning model; transmitting an error message; and trigger retraining of the AI/ML based positioning.
Example Embodiment 5. A method performed by a wireless device, the method comprising: any of the wireless device steps, features, or functions described above, either alone or in combination with other steps, features, or functions described above.
Example Embodiment 6. The method of the previous embodiment, further comprising one or more additional wireless device steps, features or functions described above.
Example Embodiment 7. The method of any of the previous two embodiments, further comprising: providing user data; and forwarding the user data to a host computer via the transmission to the base station.
Group B Example Embodiments
Example Embodiment 8. A method performed by a base station for performing positioning for a wireless device, the method comprising: performing AI/ML based positioning for the wireless device; obtaining an indication that a line of sight (LOS) link is available for positioning measurements; and calculating an accuracy of the AI/ML based positioning based on a measurement of the available LOS link.
Example Embodiment 9. The method of the previous embodiment, wherein a number of available LOS links is less than a number of LOS links needed to perform non-AI/ML based positioning.
Example Embodiment 10. The method of any one of the previous two embodiments, wherein obtaining the indication that the LOS link is available comprises receiving the indication from a network node or a wireless device.
Example Embodiment 11. The method of any one of the previous three embodiments, when an accuracy of the AI/ML based positioning is calculated to be below a threshold value, and the method further comprises performing one or more of the following actions: deactivating the AI/ML based positioning; switching to a different AI/ML based positioning model; transmitting an error message; and trigger retraining of the AI/ML based positioning.
Example Embodiment 12. A method performed by a base station, the method comprising: any of the steps, features, or functions described above with respect to base stations, either alone or in combination with other steps, features, or functions described above.
Example Embodiment 13. The method of the previous embodiment, further comprising one or more additional base station steps, features or functions described above.
Example Embodiment 14. The method of any of the previous embodiments, further comprising: obtaining user data; and forwarding the user data to a host computer or a wireless device.
Group C Embodiments
Example Embodiment 15. A mobile terminal comprising: processing circuitry configured to perform any of the steps of any of the Group A Example Embodiments; and power supply circuitry configured to supply power to the wireless device.
Example Embodiment 16. A base station comprising: processing circuitry configured to perform any of the steps of any of the Group B Example Embodiments; power supply circuitry configured to supply power to the wireless device.
Example Embodiment 17. A user equipment (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 Group A Example Embodiments; 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.
Example Embodiment 18. A communication system including a host computer comprising: processing circuitry configured to provide user data; and a communication interface configured to forward the user data to a cellular network for transmission to a user equipment (UE), wherein the cellular network comprises a base station having a radio interface and processing circuitry, the base station’s processing circuitry configured to perform any of the steps of any of the Group B Example Embodiments.
Example Embodiment 19. The communication system of the pervious embodiment further including the base station.
Example Embodiment 20. The communication system of the previous 2 embodiments, further including the UE, wherein the UE is configured to communicate with the base station. Example Embodiment 21. The communication system of the previous 3 embodiments, wherein: the processing circuitry of the host computer is configured to execute a host application, thereby providing the user data; and the UE comprises processing circuitry configured to execute a client application associated with the host application.
Example Embodiment 22. A method implemented in a communication system including a host computer, a base station and a user equipment (UE), the method comprising: at the host computer, providing user data; and at the host computer, initiating a transmission carrying the user data to the UE via a cellular network comprising the base station, wherein the base station performs any of the steps of any of the Group B Example Embodiments.
Example Embodiment 23. The method of the previous embodiment, further comprising, at the base station, transmitting the user data.
Example Embodiment 24. The method of the previous 2 embodiments, wherein the user data is provided at the host computer by executing a host application, the method further comprising, at the UE, executing a client application associated with the host application.
Example Embodiment 25. A user equipment (UE) configured to communicate with a base station, the UE comprising a radio interface and processing circuitry configured to performs any of the previous 3 embodiments.
Example Embodiment 26. A communication system including a host computer comprising: processing circuitry configured to provide user data; and a communication interface configured to forward user data to a cellular network for transmission to a user equipment (UE), wherein the UE comprises a radio interface and processing circuitry, the UE’s components configured to perform any of the steps of any of the Group A Example Embodiments.
Example Embodiment 27. The communication system of the previous embodiment, wherein the cellular network further includes a base station configured to communicate with the UE.
Example Embodiment 28. The communication system of the previous 2 embodiments, wherein: the processing circuitry of the host computer is configured to execute a host application, thereby providing the user data; and the UE’s processing circuitry is configured to execute a client application associated with the host application.
Example Embodiment 29. A method implemented in a communication system including a host computer, a base station and a user equipment (UE), the method comprising: at the host computer, providing user data; and at the host computer, initiating a transmission carrying the user data to the UE via a cellular network comprising the base station, wherein the UE performs any of the steps of any of the Group A Example Embodiments.
Example Embodiment 30. The method of the previous embodiment, further comprising at the UE, receiving the user data from the base station.
Example Embodiment 31. A communication system including a host computer comprising: communication interface configured to receive user data originating from a transmission from a user equipment (UE) to a base station, wherein the UE comprises a radio interface and processing circuitry, the UE’s processing circuitry configured to perform any of the steps of any of the Group A Example Embodiments.
Example Embodiment 32. The communication system of the previous embodiment, further including the UE.
Example Embodiment 33. The communication system of the previous 2 embodiments, further including the base station, wherein the base station comprises a radio interface configured to communicate with the UE and a communication interface configured to forward to the host computer the user data carried by a transmission from the UE to the base station.
Example Embodiment 34. The communication system of the previous 3 embodiments, wherein: the processing circuitry of the host computer is configured to execute a host application; and the UE’s processing circuitry is configured to execute a client application associated with the host application, thereby providing the user data.
Example Embodiment 35. The communication system of the previous 4 embodiments, wherein: the processing circuitry of the host computer is configured to execute a host application, thereby providing request data; and the UE’s processing circuitry is configured to execute a client application associated with the host application, thereby providing the user data in response to the request data.
Example Embodiment 36. A method implemented in a communication system including a host computer, a base station and a user equipment (UE), the method comprising: at the host computer, receiving user data transmitted to the base station from the UE, wherein the UE performs any of the steps of any of the Group A Example Embodiments.
Example Embodiment 37. The method of the previous embodiment, further comprising, at the UE, providing the user data to the base station.
Example Embodiment 38. The method of the previous 2 embodiments, further comprising: at the UE, executing a client application, thereby providing the user data to be transmitted; and at the host computer, executing a host application associated with the client application.
Example Embodiment 39. The method of the previous 3 embodiments, further comprising: at the UE, executing a client application; and at the UE, receiving input data to the client application, the input data being provided at the host computer by executing a host application associated with the client application, wherein the user data to be transmitted is provided by the client application in response to the input data.
Example Embodiment 40. A communication system including a host computer comprising a communication interface configured to receive user data originating from a transmission from a user equipment (UE) to a base station, wherein the base station comprises a radio interface and processing circuitry, the base station’s processing circuitry configured to perform any of the steps of any of the Group B Example Embodiments.
Example Embodiment 41. The communication system of the previous embodiment further including the base station.
Example Embodiment 42. The communication system of the previous 2 embodiments, further including the UE, wherein the UE is configured to communicate with the base station.
Example Embodiment 43. The communication system of the previous 3 embodiments, wherein: the processing circuitry of the host computer is configured to execute a host application; the UE is configured to execute a client application associated with the host application, thereby providing the user data to be received by the host computer.
Example Embodiment 44. A method implemented in a communication system including a host computer, a base station and a user equipment (UE), the method comprising: at the host computer, receiving, from the base station, user data originating from a transmission which the base station has received from the UE, wherein the UE performs any of the steps of any of the Group A Example Embodiments.
Example Embodiment 45. The method of the previous embodiment, further comprising at the base station, receiving the user data from the UE.
Example Embodiment 46. The method of the previous 2 embodiments, further comprising at the base station, initiating a transmission of the received user data to the host computer.

Claims

1. A method (900) performed by a first radio node (102, 202, 402, 502, 602, 702) for performing positioning, the method comprising: performing (902) Artificial Intelligence/Machine Learning, AI/ML, based positioning for a wireless device (1112); obtaining (904) assistance information for at least one positioning measurement; and calculating (906) an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement.
2. The method of Claim 1, wherein the assistance information comprises at least one Line of Sight, LOS,/Non-Line of Sight, NLOS, indicator.
3. The method of Claim 2, wherein the at least one LOS/NLOS indicator is associated with a sequence of LOS/NLOS indicator values, wherein each value is associated with a respective one of a plurality of links.
4. The method of any one of Claims 1 to 3, wherein performing AI/ML based positioning for the wireless device comprises using an AI/ML model to generate AI/ML positioning output.
5. The method of Claim 4, wherein: the assistance information comprises positioning information, and calculating the accuracy of the AI/ML based positioning comprises comparing the AI/ML positioning output to the positioning information.
6. The method of any one of Claims 1 to 5, comprising: determining the accuracy of the AI/ML based positioning based on at least a consistence measure between first positioning related information for at least one Line of Sight, LOS, link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
7. The method of Claim 6, wherein determining the accuracy of the AI/ML based positioning based on at least the consistence measure comprises calculating a summation or maximum of a difference between the first positioning related information and the second positioning related information.
8. The method of any one of Claims 6 to 7, wherein: the first positioning information comprises at least one distance dL0S, and the second positioning related information comprises at least one distance dML .
9. The method of any one of Claims 1 to 7, comprising: determining that the accuracy of the AI/ML based positioning is below a threshold value; and based on the accuracy of the AI/ML based positioning being below the threshold value, performing one or more of the following actions: deactivating the AI/ML based positioning; switching to a different AI/ML based positioning model; transmitting an error message; and triggering retraining of the AI/ML based positioning.
10. The method of any one of Claims 1 to 7, comprising: determining that the accuracy of the AI/ML based positioning is equal to or greater than a threshold value; and based on the accuracy of the AI/ML based positioning being equal to or greater than the threshold value, transmitting the AI/ML based positioning to a Location Management Function, LMF.
11. The method of any one of Claims 1 to 10, wherein the first radio node comprises: a User Equipment, UE, a gNodeB, gNB, a base station, or a Location Management Function.
12. The method of any one of Claims 1 to 11, wherein obtaining the assistance information comprises receiving the assistance information from a second radio node (910, 912, 908).
13. The method of Claim 12, wherein: the first radio node is a User Equipment, UE, and the second radio node is a gNodeB, gNB, or a Location Management Function, LMF, or the first radio node is a gNB or base station and the second radio node is a UE or an LMF, or the first radio node is an LMF and the second radio node is a UE or a gNB.
14. A method (1000) performed by a second radio node (104, 204, 404, 504, 604, 704), for assisting a first radio node (102, 202, 402, 502, 602, 702) to performing positioning for a wireless device (1112), the method comprising: transmitting (1002), to the first radio node, assistance information for at least one positioning measurement, the assistance information for calculating an accuracy of Artificial Intelligence/Machine Learning, AI/ML, based positioning by the first radio node for the wireless device.
15. The method of Claim 14, wherein the assistance information comprises at least one Line of Sight, LOS,/Non-Line of Sight, NLOS, indicator.
16. The method of Claim 15, wherein the at least one LOS/NLOS indicator is associated with a sequence of LOS/NLOS indicator values, wherein each value is associated with a respective one of a plurality of links.
17. The method of any one of Claims 14 to 16, comprising configuring the first radio node to perform AI/ML based positioning for a wireless device by using an AI/ML model to generate AI/ML positioning output.
18. The method of Claim 17, wherein: the assistance information comprises positioning information, and the method comprises configuring the first radio node to calculate the accuracy of the AI/ML based positioning by comparing AI/ML positioning output to the positioning information.
19. The method of any one of Claims 14 to 18, comprising configuring the first radio node to: determine the accuracy of the AI/ML based positioning based on comparing first positioning related information for at least one Line of Sight, LOS, link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
20. The method of Claim 19, wherein configuring the first radio node to determine the accuracy of the AI/ML based positioning based on at least the consistence measure comprises configuring the first radio node to calculate a summation or maximum of a difference between the first positioning related information and the second positioning related information.
21. The method of any one of Claims 19 to 20, wherein: the first positioning information comprises at least one distance dL0S, and the second positioning related information comprises at least one distance dML .
22. The method of any one of Claims 14 to 21, comprising configuring the first radio node to perform at least one of the following action when the accuracy of the AI/ML based positioning is equal to or below a threshold value: deactivate the AI/ML based positioning; switch to a different AI/ML based positioning model; transmit an error message; and trigger retraining of the AI/ML based positioning.
23. The method of any one of Claims 14 to 22, comprising configuring the first radio node to transmit the AI/ML based positioning to a Location Management Function, LMF, when the accuracy of the AI/ML based positioning is equal to or greater than a threshold value.
24. The method of any one of Claims 14 to 23, wherein: the first radio node is a User Equipment, UE, and the second radio node is a gNodeB, gNB, or a Location Management Function, LMF, or the first radio node is a gNB or base station and the second radio node is a UE or an LMF, or the first radio node is an LMF and the second radio node is a UE or a gNB.
25. A first radio node (104, 204, 404, 504, 604, 704) for performing positioning, the first radio node configured to: perform Artificial Intelligence/Machine Learning, AI/ML, based positioning for a wireless device (1112); obtain assistance information for at least one positioning measurement; and calculate an accuracy of the AI/ML based positioning based on at least the assistance information for the at least one positioning measurement.
26. The first radio node of Claim 25, wherein the assistance information comprises at least one Line of Sight, LOS,/Non-Line of Sight, NLOS, indicator associated with a sequence of LOS/NLOS indicator values, wherein each value is associated with a respective one of a plurality of links.
27. The first radio node of any one of Claims 25 to 26, wherein when performing AI/ML based positioning for the wireless device the first radio node is configured to use an AI/ML model to generate AI/ML positioning output.
28. The first radio node of Claim 27, wherein: the assistance information comprises positioning information, and when calculating the accuracy of the AI/ML based positioning the first radio node is configured to compare the AI/ML positioning output to the positioning information.
29. The first radio node of any one of Claims 25 to 28, configured to: determine the accuracy of the AI/ML based positioning by comparing first positioning related information for at least one Line of Sight, LOS, link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
30. The first radio node of Claim 29, wherein when determining the accuracy of the AI/ML based positioning based on at least the consistence measure, the first radio node is configured to calculate a summation or maximum of a difference between the first positioning related information and the second positioning related information.
31. The first radio node of any one of Claims 29 to 30, wherein: the first positioning information comprises at least one distance dL0S, and the second positioning related information comprises at least one distance dML .
32. The first radio node of any one of Claims 25 to 31, configured to: determine that the accuracy of the AI/ML based positioning is below a threshold value; and based on the accuracy of the AI/ML based positioning being below the threshold value, perform one or more of the following actions: deactivate the AI/ML based positioning; switch to a different AI/ML based positioning model; transmit an error message; and trigger retraining of the AI/ML based positioning.
33. The first radio node of any one of Claims 25 to 32, configured to: determine that the accuracy of the AI/ML based positioning is equal to or greater than a threshold value; and based on the accuracy of the AI/ML based positioning being equal to or greater than the threshold value, transmit the AI/ML based positioning to a Location Management Function, LMF.
34. The first radio node of any one of Claims 25 to 33, wherein the first radio node comprises: a User Equipment, UE, a gNodeB, gNB, a base station, or a Location Management Function.
35. The first radio node of any one of Claims 25 to 34, wherein when obtaining the assistance information the first radio node is configured to receive the assistance information from a second radio node (910, 912, 908).
36. The first radio node of Claim 35, wherein: the first radio node is a User Equipment, UE, and the second radio node is a gNodeB, gNB, or a Location Management Function, LMF, or the first radio node is a gNB or base station and the second radio node is a UE or an LMF, or the first radio node is an LMF and the second radio node is a UE or a gNB.
37. A second radio node (104, 204, 404, 504, 604, 704) for assisting a performance of positioning by a first radio node (104, 204, 404, 504, 604, 704) for a wireless device (1112), the second radio node configured to: transmit, to the first radio node, assistance information for at least one positioning measurement, the assistance information for calculating an accuracy of Artificial Intelligence/Machine Learning, AI/ML, based positioning by the first radio node.
38. The second radio node of Claim 37, wherein the assistance information comprises at least one Line of Sight, LOS,/Non-Line of Sight, NLOS, indicator, and wherein the at least one LOS/NLOS indicator is associated with a sequence of LOS/NLOS indicator values, wherein each value is associated with a respective one of a plurality of links.
39. The second radio node of Claim 37, wherein: the assistance information comprises positioning information, and the second radio node configures the first radio node to calculate the accuracy of the AI/ML based positioning by comparing AI/ML positioning output to the positioning information.
40. The second radio node of any one of Claims 37 to 39, configured to: configure the first radio node to determine the accuracy of the AI/ML based positioning based on comparing first positioning related information for at least one Line of Sight, LOS, link associated with the assistance information and second positioning related information derived from the AI/ML based positioning performed for the wireless device.
41. The second radio node of Claim 40, wherein configuring the first radio node to determine the accuracy of the AI/ML based positioning based on at least the consistence measure comprises configuring the first radio node to calculate a summation or maximum of a difference between the first positioning related information and the second positioning related information.
42. The second radio node of any one of Claims 40 to 41, wherein: the first positioning information comprises at least one distance dL0S, and the second positioning related information comprises at least one distance dML .
43. The second radio node of any one of Claims 37 to 42, configured to: configure the first radio node to perform at least one of the following action when the accuracy of the AI/ML based positioning is equal to or below a threshold value: deactivate the AI/ML based positioning; switch to a different AI/ML based positioning model; transmit an error message; and trigger retraining of the AI/ML based positioning.
44. The second radio node of any one of Claims 37 to 43, configured to configure the first radio node to transmit the AI/ML based positioning to a Location Management Function, LMF, when the accuracy of the AI/ML based positioning is equal to or greater than a threshold value.
45. The second radio node of any one of Claims 37 to 44, wherein: the first radio node is a User Equipment, UE, and the second radio node is a gNodeB, gNB, or a Location Management Function, LMF, or the first radio node is a gNB or base station and the second radio node is a UE or an LMF, or the first radio node is an LMF and the second radio node is a UE or a gNB.
PCT/IB2025/051647 2024-02-16 2025-02-14 Self-monitoring of an artifical intelligence/machine learning model Pending WO2025172948A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US202463554272P 2024-02-16 2024-02-16
US63/554,272 2024-02-16

Publications (1)

Publication Number Publication Date
WO2025172948A1 true WO2025172948A1 (en) 2025-08-21

Family

ID=94733212

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2025/051647 Pending WO2025172948A1 (en) 2024-02-16 2025-02-14 Self-monitoring of an artifical intelligence/machine learning model

Country Status (1)

Country Link
WO (1) WO2025172948A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230354247A1 (en) * 2022-04-29 2023-11-02 Qualcomm Incorporated Machine learning model positioning performance monitoring and reporting
US20240057022A1 (en) * 2022-08-11 2024-02-15 Nokia Technologies Oy Machine learning model validation for ue positioning based on reference device information for wireless networks

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230354247A1 (en) * 2022-04-29 2023-11-02 Qualcomm Incorporated Machine learning model positioning performance monitoring and reporting
US20240057022A1 (en) * 2022-08-11 2024-02-15 Nokia Technologies Oy Machine learning model validation for ue positioning based on reference device information for wireless networks

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
QUALCOMM INCORPORATED: "Other aspects on AI-ML for positioning accuracy enhancement", vol. RAN WG1, no. e-Meeting; 20220509 - 20220520, 29 April 2022 (2022-04-29), XP052144138, Retrieved from the Internet <URL:https://ftp.3gpp.org/tsg_ran/WG1_RL1/TSGR1_109-e/Docs/R1-2205029.zip R1-2205029 Other aspects on AI-ML for positioning accuracy enhancement.docx> [retrieved on 20220429] *

Similar Documents

Publication Publication Date Title
US20240251379A1 (en) Methods and devices for network link measurement
WO2024242612A1 (en) Configuring and testing ue reporting ai/ml model performance monitoring results
WO2024176165A1 (en) Machine learning model monitoring with autoencoder
WO2024102050A1 (en) Data collection for positioning
WO2023232743A1 (en) Systems and methods for user equipment assisted feature correlation estimation feedback
WO2025172948A1 (en) Self-monitoring of an artifical intelligence/machine learning model
WO2025172947A1 (en) External model monitoring of artificial intelligence/machine learning model
WO2025172939A1 (en) Signaling assistance for artifical intelligence/machine learning model validation
WO2025232900A1 (en) Methods, devices and medium for performance monitoring in ai/ml positioning
WO2025212031A1 (en) External model-monitoring of ai/ml model using line-of-sight link information
WO2025172899A1 (en) Ai/ml model inference context and signaling
WO2024166053A1 (en) Automatic label generation for positioning training data in a user equipment-assisted positioning system
US20250234219A1 (en) Network assisted user equipment machine learning model handling
WO2024176170A1 (en) Model drift monitoring for ai/ml based positioning by joint statistical distribution and performance metric
WO2025172968A1 (en) Measurement report for ai/ml assisted positioning
EP4666219A1 (en) Machine learning model monitoring using multiple inferences
WO2025172964A1 (en) Complex valued data for ai/ml
WO2025172969A1 (en) Determining an rtoa reference time for ai/ml based user equipment positioning
WO2025207003A1 (en) Methods to identify valid data samples for ai/ml model training for positioning
WO2025158367A1 (en) Systems and methods for configuring sensing resources based on target sensing quality of service information
WO2025038023A1 (en) Efficient real-time monitoring of user equipment-sided models using validity of monitoring results
WO2025233909A1 (en) Network configuration identifier for machine learning models
WO2025134060A1 (en) Methods to support enhanced reporting of positioning information based on gnb-du ai/ml inference side model
WO2024167458A1 (en) Systems and methods for improved positioning
EP4666086A1 (en) Environmental aware ue positioning

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

Country of ref document: EP

Kind code of ref document: A1