Papers
Topics
Authors
Recent
Search
2000 character limit reached

Inductive Latent Context Persistence: Closing the Post-Handover Cold Start in 6G Radio Access Networks

Published 1 May 2026 in cs.NI | (2605.00593v1)

Abstract: In modern radio access networks (RANs), rule-based handover (HO) decisions (e.g., A3/A5) depend on user equipment (UE) measurements only, so UEs at the same location can receive inconsistent HO outcomes. GNN-based methods improve HO KPIs using richer context than measurements alone. However, recurrent or graph models discard the per-UE recurrent state at HO and reinitialize at the target next-generation Node B (gNB), losing mobility history and forcing the target model to rebuild from post-HO measurements only. We address this post-HO cold start with Inductive Latent Context Persistence (ILCP), compressing the source recurrent state, transporting it on the 3GPP Xn as a 128-byte payload, and adapting it at the target gNB. We model the RAN as a dynamic heterogeneous graph over UE nodes, gNB nodes, measurement edges, and Xn edges. On a Vienna 4G/5G drive-test, ILCP achieves 0.0% ping-pong HOs versus 6.5% for an identical no-transfer baseline and 22.6% for a Transformer baseline; post-HO accuracy improves by +5.1 pp on average (peak +13.3 pp) in the 50-250 ms window. On one NVIDIA GTX 1080 (8 GB), ILCP runs end-to-end at 7.7 ms p99 per handover decision. Under perturbations (shadow fading, NLOS blockage, SSB-burst sparsity), robustly trained ILCP keeps handover failure (HOF) in the 10-13% range. Under the same fixed-reference-label setting, A3/A5 rises from 1.1% to 57-65% HOF when measurements are perturbed, exposing limits of measurement-only rules.

Summary

  • The paper introduces ILCP, a protocol that compresses and transfers per-UE recurrent states via a 128-byte payload to overcome the post-handover cold start in 6G networks.
  • It demonstrates significant improvements with an average +5.1 percentage point gain in next-cell prediction accuracy and a complete elimination of ping-pong handovers.
  • The protocol maintains robust performance under measurement impairments and meets real-time constraints, enhancing AI-driven mobility management in heterogeneous RANs.

Inductive Latent Context Persistence for 6G RAN Mobility: Formalism and Evaluation

Introduction

The transition to dense, heterogeneous 6G Radio Access Networks (RANs) poses significant challenges for mobility management. Existing standards (A3/A5 rules) employ only user equipment (UE) measurements for handover (HO) decisions, yielding suboptimal adaptability under measurement variations and missing predictive context. Recent advances using graph neural networks (GNNs) and recurrent models have increased spatial-temporal fidelity, yet all existing approaches discard the per-UE recurrent state at the HO boundary, forcing the target cell to rebuild context solely from post-HO measurements—a cold-start penalty detrimental to network KPIs, especially ping-pong HOs and HO failure (HOF) rates.

This work introduces Inductive Latent Context Persistence (ILCP), a learned, latent context synchronization protocol. ILCP compresses and transports the per-UE recurrent state across gNBs over the standard Xn interface, addressing practical constraints by constraining the payload to 128 bytes. Performance is demonstrated on a Vienna 4G/5G drive-test dataset, highlighting statistically significant improvements in next-cell prediction accuracy and a complete elimination of ping-pong handovers compared to strong GNN and Transformer baselines. Additionally, robust training renders ILCP more stable under substantial measurement impairments than rule-based or non-transfer neural approaches.

System Architecture and Problem Definition

The RAN is represented as a dynamic, heterogeneous graph comprising UE nodes, gNB nodes, measurement edges encoding radio metrics (RSRP, RSRQ, SINR), and Xn neighbor edges representing the static gNB topology.

Each step involves:

  • A heterogeneous-attention encoder (fθf_\theta) producing spatial embeddings from the graph.
  • A GRU (rϕr_\phi) constructing temporal state vectors per UE.
  • Candidate-cell scoring and selection using the current hidden state and candidate cell embeddings.

The cold-start problem is formalized as a domain shift at handover: the target-side recurrent state is re-initialized, losing historical information, which leads to degraded HO accuracy and increased instability immediately following HO. The cost is quantified as the accuracy gap between warm (oracle state transfer) and cold (re-initialized state) predictors.

The design objective is to bridge this gap with only a constant-size Xn message under real-time constraints.

The ILCP Protocol

ILCP introduces a latent state synchronization protocol:

  • State Compression: The per-UE 128-dimensional GRU hidden state is compressed via a jointly trained β\beta-VAE into a 32-dimensional latent, corresponding to a 128-byte FP32 payload.
  • Transport and Decoding: The latent vector is appended to the Xn Handover Request.
  • Target-side Adaptation: On the target gNB, the latent is decoded and combined with the new local context via a learned, gated MLP and LayerNorm, forming the new initial state for post-HO inference.
  • Downstream Prediction: The updated temporal state is used for candidate cell selection as before.

The protocol is fully compatible with tight RAN real-time constraints (tested at 7.7ms p99 inference per HO on standard hardware) and fits within existing message size limitations. Figure 1

Figure 1: System Diagram depicting source-side state encoding, latent compression, transport via Xn, and target-side latent adaptation for ILCP.

Experimental Results

Mobility Prediction Performance

On the Vienna drive-test consisting of 31 handovers in the test split:

  • ILCP achieves a post-HO next-cell accuracy gain averaging +5.1 percentage points over the zero-knowledge baseline, with a peak gain of +13.3 pp in the early post-HO window
  • Ping-pong HO rate drops to 0.0% under ILCP, compared to 6.5% (zero-knowledge) and 22.6% (Transformer baseline)
  • Acc@t=0 at HO is 83.9% (ILCP) versus 87.1% (zero-knowledge), with ILCP overtaking after a few post-HO steps as the target recovers context more rapidly. Figure 2

    Figure 2: Post-handover next-cell accuracy on Vienna: ILCP closes the cold start gap faster than the zero-knowledge baseline, with >13 pp improvement at step 3 and a robust average advantage through 250 ms.

Robustness to Measurement Perturbation

ILCP was evaluated against realistic measurement impairments, including substantial shadow fading (σs up to 12 dB), random NLOS blockage, and SSB-burst sparsity. With robust training—where models are trained to recover reference decisions in the face of noisy inputs—ILCP sustains HOF rates in the 10–13% range. In stark contrast, the measurement-only A3/A5 baseline's HOF increased from 1.1% to 57–65% under the same perturbations, demonstrating its fragility outside clean conditions. Figure 3

Figure 3: Vienna HOF under shadow-fading perturbations: Robust ILCP remains stable (12%\sim12\%), whereas A3/A5 drastically deteriorates under moderate shadowing.

Analysis of Design and Implications

The explicitly heterogeneous dynamic GNN backbone (using an HGT) is critical—sequence-only architectures and relation-agnostic GATs demonstrate much lower predictive power. The use of a joint end-to-end β\beta-VAE ensures dimensional compression retains only task-relevant information, enabling efficient, accurate transfer within message size budgets.

The elimination of ping-pong HOs by ILCP directly addresses a longstanding operational pain point, especially as cell footprint shrinks and measurement and topology variability increase. Moreover, by decoupling the learning process from rule-based label alignment via robust augmentation, ILCP generalizes more effectively to real-world, noisy deployments.

From a theoretical perspective, this work recasts HO as an inductive domain adaptation problem, requiring dynamic realignment of the state-space across boundary events. The learned latent synchronization (with adaptive gating) formalizes a principled, extensible pathway for memory transfer in graph-based recurrent contexts.

Limitations and Future Directions

Current empirical validation is limited by public dataset scope—more extensive traces, especially with variable topology and a wider array of operationally optimal serving cell labels, would further solidify conclusions. Additionally, richer node features, diverse mobility patterns, and distributed, multi-vendor testbeds are necessary for a complete assessment.

Future work could extend latent state transfer to more generalized cross-domain memory transfer mechanisms, integrate additional context from physical/network layers, and leverage simulator-generated optimal policy traces to decouple from legacy rule-based label bias. There is also an opportunity to explore continual learning extensions and further integrate robustness to unpredictable environment shifts.

Conclusion

ILCP offers a formally grounded method for persistent, efficient context transfer at HO boundaries in next-generation RANs. By enabling rapid context recovery and robust, stable mobility control under operational noise, ILCP closes a longstanding cold start gap and sets the stage for more reliable distributed AI-native mobility management in dense 6G deployments. Its lightweight protocol, strong empirical gains in HOF and ping-pong rates, and principled approach to cross-node state synchronization have immediate practical and theoretical significance for future AI-driven network automation.


Reference: "Inductive Latent Context Persistence: Closing the Post-Handover Cold Start in 6G Radio Access Networks" (2605.00593)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.