https://arxiv.org/api/aRNeD1pTAdVZBmQk/QtZ7aOMG5k2026-03-22T10:09:49Z267969015http://arxiv.org/abs/2603.11392v1Agentic AI for Embodied-enhanced Beam Prediction in Low-Altitude Economy Networks2026-03-12T00:11:26ZMillimeter-wave or terahertz communications can meet demands of low-altitude economy networks for high-throughput sensing and real-time decision making. However, high-frequency characteristics of wireless channels result in severe propagation loss and strong beam directivity, which make beam prediction challenging in highly mobile uncrewed aerial vehicles (UAV) scenarios. In this paper, we employ agentic AI to enable the transformation of mmWave base stations toward embodied intelligence. We innovatively design a multi-agent collaborative reasoning architecture for UAV-to-ground mmWave communications and propose a hybrid beam prediction model system based on bimodal data. The multi-agent architecture is designed to overcome the limited context window and weak controllability of large language model (LLM)-based reasoning by decomposing beam prediction into task analysis, solution planning, and completeness assessment. To align with the agentic reasoning process, a hybrid beam prediction model system is developed to process multimodal UAV data, including numeric mobility information and visual observations. The proposed hybrid model system integrates Mamba-based temporal modelling, convolutional visual encoding, and cross-attention-based multimodal fusion, and dynamically switches data-flow strategies under multi-agent guidance. Extensive simulations on a real UAV mmWave communication dataset demonstrate that proposed architecture and system achieve high prediction accuracy and robustness under diverse data conditions, with maximum top-1 accuracy reaching 96.57%.2026-03-12T00:11:26ZMin HaoZhizhuo LiZirui ZhangMaoqiang WuHan ZhangRong Yuhttp://arxiv.org/abs/2603.11390v1SliceFed: Federated Constrained Multi-Agent DRL for Dynamic Spectrum Slicing in 6G2026-03-12T00:08:05ZDynamic spectrum slicing is a critical enabler for 6G Radio Access Networks (RANs), allowing the coexistence of heterogeneous services. However, optimizing resource allocation in dense, interference-limited deployments remains challenging due to non-stationary channel dynamics, strict Quality-of-Service (QoS) requirements, and the need for data privacy. In this paper, we propose SliceFed, a novel Federated Constrained Multi-Agent Deep Reinforcement Learning (F-MADRL) framework. SliceFed formulates the slicing problem as a Constrained Markov Decision Process (CMDP) where autonomous gNB agents maximize spectral efficiency while explicitly satisfying inter-cell interference budgets and hard ultra-reliable low-latency communication (URLLC) latency deadlines. We employ a Lagrangian primal-dual approach integrated with Proximal Policy Optimization (PPO) to enforce constraints, while Federated Averaging enables collaborative learning without exchanging raw local data. Extensive simulations in a dense multi-cell environment demonstrate that SliceFed converges to a stable, safety-aware policy. Unlike heuristic and unconstrained baselines, SliceFed achieves nearly 100% satisfaction of 1~ms URLLC latency deadlines and exhibits superior robustness to traffic load variations, verifying its potential for reliable and scalable 6G spectrum management.2026-03-12T00:08:05Z4 figures, 3 algorithms chartsHossein MohammadiSeyed Bagher Hashemi NatanziRamak NassiriJamshid HassanpourBo TangVuk Marojevichttp://arxiv.org/abs/2510.13031v2Towards xApp Conflict Evaluation with Explainable Machine Learning and Causal Inference in O-RAN2026-03-11T20:42:29ZThe Open Radio Access Network (O-RAN) architecture enables a flexible, vendor-neutral deployment of 5G networks by disaggregating base station components and supporting third-party xApps for near real-time RAN control. However, the concurrent operation of multiple xApps can lead to conflicting control actions, which may cause network performance degradation. In this work, we propose a framework for xApp conflict management that combines explainable machine learning and causal inference to evaluate the causal relationships between RAN Control Parameters (RCPs) and Key Performance Indicators (KPIs). We use model explainability tools such as SHAP to identify RCPs that jointly affect the same KPI, signaling potential conflicts, and represent these interactions as a causal Directed Acyclic Graph (DAG). We then estimate the causal impact of each of these RCPs on their associated KPIs using metrics such as Average Treatment Effect (ATE) and Conditional Average Treatment Effect (CATE). This approach offers network operators guided insights into identifying conflicts and quantifying their impacts, enabling more informed and effective conflict resolution strategies across diverse xApp deployments.2025-10-14T23:03:01Z2025 IEEE Conference on Network Function Virtualization and Software-Defined Networking (NFV-SDN)Pragya SharmaShihua SunShachi DeshpandeAngelos StavrouHaining Wang10.1109/NFV-SDN66355.2025.11349452http://arxiv.org/abs/2603.01197v2On Utility-optimal Entanglement Routing in Quantum Networks2026-03-11T20:14:09ZQuantum networks are envisioned to enable reliable distribution and manipulation of quantum information across distances, forming the foundation of a future quantum internet. The fair and efficient allocation of communication resources in such networks has been addressed through the quantum network utility maximization (QNUM) framework, which optimizes network utility under the assumption of predetermined routes for competing user demands. In this work, we relax this assumption and aim to identify optimal routes that correspond to the maximum achievable network utility. Specifically, we formulate the single-path utility-based entanglement routing problem as a Mixed-Integer Convex Program (MICP). The formulation is exact when negativity is chosen as the entanglement measure for utility quantification or the network supports sufficiently high entanglement generation rates across demands. For other entanglement measures considered, the formulation approximates the problem with over 99.99% accuracy on evaluated real-world examples. To improve computational tractability, we propose a randomized rounding-based heuristic and an upper bound via the relaxation of the MICP. Furthermore, based on min-congestion routing, we introduce an alternative randomized heuristic and upper bound. This heuristic is computationally faster, while both the heuristic and the upper bound often outperform their counterparts on considered real-world networks. Our work provides the framework for extending classical flow-based and quality of service-aware routing concepts to quantum networks.2026-03-01T17:32:32Z10 pagesSounak KarArpan Mukhopadhyayhttp://arxiv.org/abs/2410.08706v4Goal-Oriented Status Updating for Real-time Remote Inference over Networks with Two-Way Delay2026-03-11T18:00:38ZWe study a setting where an intelligent model (e.g., a pre-trained neural network) infers the real-time value of a target signal using data samples transmitted from a remote source. The transmission scheduler decides (i) the freshness of packets, (ii) their length (i.e., the number of samples they contain), and (iii) when they should be transmitted. The freshness is quantified using the Age of Information (AoI), and the inference quality for a given packet length is a general function of AoI. Previous works assumed i.i.d. transmission delays with immediate feedback or were restricted to the case where inference performance degrades as the input data ages. Our formulation, in addition to capturing non-monotone age dependence, also covers Markovian delay on both forward and feedback links. We model this as an infinite-horizon average-cost Semi-Markov Decision Process. We obtain a closed-form solution that decides on (i) and (iii) for any constant packet length. The solution for when to transmit is an index-based threshold policy, where the index function is expressed in terms of the delay state and AoI at the receiver. In contrast, the freshness of the selected packet is a function of only the delay state. We then separately optimize the value of the constant packet length. Moreover, we also develop an index-based threshold policy for the time-variable packet length case, which allows a complexity reduction. In simulation results, we observe that our goal-oriented scheduler drops inference error down to one-sixth with respect to the age-based scheduling of unit-length packets.2024-10-11T10:48:51Z15 pages, 9 figuresCagri AriMd Kamran Chowdhury ShisherYin SunElif Uysalhttp://arxiv.org/abs/2603.11023v1Measurement-Driven O-RAN Diagnostics with Tail Latency and Scheduler Indicators2026-03-11T17:49:03ZWe investigate cross-layer performance diagnostics for an O-RAN instance by jointly analyzing application-level latency and radio-layer behavior from a real measurement campaign. Measurements were conducted at multiple link distances (2, 6 and 11 meters) using two representative UE configurations (a commercial smartphone and a modem-based device), under both static conditions and a controlled dynamic obstruction scenario. Rather than relying on averages, the study adopts tail-focused latency characterization (e.g., 95th percentile and exceedance probabilities) and connects it to scheduler- and link-adaptation indicators (e.g., block error behavior, modulation/coding selection and signal quality). The results reveal (i) UE-dependent differences that primarily manifest in the latency tail, (ii) systematic scaling of tail latency with distance and payload and (iii) cases where radio-layer dynamics are detectable even when end-to-end latency appears stable, motivating the need for cross-layer evidence. Distinct from much of the existing literature (often centered on throughput, simulated setups, or single-layer KPIs) this work contributes a measurement-driven methodology for interpretable O-RAN diagnostics and proposes lightweight, window-based "degradation flags" that combine tail latency and radio indicators to support practical monitoring and troubleshooting.2026-03-11T17:49:03ZAccepted for publication in ICCSPA 2026. Work supported by the EU under Italian National Recovery and Resilience Plan of NextGenerationEU on "Telecommunications of the Future" (PE00000001 - program "RESTART") CUP B53C22003970001Theofanis P. RaptisWeronika Maria BachanRoberto Verdonehttp://arxiv.org/abs/2511.07428v2Resource Allocation in Hybrid Radio-Optical IoT Networks using GNN with Multi-task Learning2026-03-11T17:11:34ZThis paper addresses the problem of dual-technology scheduling in hybrid Internet-of-Things (IoT) networks that integrate Optical Wireless Communication (OWC) with Radio Frequency (RF). We first present an optimization formulation that jointly maximizes throughput and minimizes delivery-based Age of Information (AoI) between access points and IoT nodes under energy and link availability constraints. However, solving such NP-hard problems at scale is computationally intractable and typically assumes full channel observability, which is impractical in real deployments. To address this challenge, we propose the Dual-Graph Embedding with Transformer (DGET) framework, a supervised multi-task learning architecture that combines a two-stage Graph Neural Network (GNN) with a Transformer encoder. The first stage employs a transductive GNN to encode the known graph topology together with initial node and link states, such as energy levels, available links, and queued transmissions. The second stage introduces an inductive GNN for temporal refinement, enabling the model to generalize these embeddings to evolving network states while capturing variations in energy and queue dynamics over time through a consistency loss. The resulting embeddings are then processed by a Transformer-based classifier that models cross-link dependencies using multi-head self-attention. Simulation results show that hybrid RF-OWC networks outperform standalone RF systems by supporting higher traffic loads and reducing AoI by up to 20% while maintaining comparable energy consumption. Compared with optimization-based methods, the proposed DGET framework achieves near-optimal scheduling with over 90% classification accuracy, lower computational complexity, and improved robustness under partial channel observability.2025-10-29T15:02:28ZAccepted for publications in IEEE Transactions on Machine Learning in Communications and Networking (TMLCN) 20 pages, 17 figures, 3 tablesAymen HamrouniSofie PollinHazem Sallouhahttp://arxiv.org/abs/2603.10897v1Expressive Boundedness of Authoritative DNS Response Selection2026-03-11T15:44:22ZAuthoritative Domain Name System (DNS) response selection defines query-time response selection based on resolver-visible context and per-answer metadata, yielding different observable outcomes for the same query under different conditions. Although such behavior is widely deployed and often described informally as traffic steering, its semantics have not been formalized independently of particular configuration languages or implementations.
This paper shows that authoritative DNS response selection inhabits a bounded semantic domain determined directly by DNS protocol constraints. Requirements such as finiteness of responses, RRset atomicity, termination, cacheability, and restriction to resolver-visible inputs jointly limit the expressive power of any query-time selection mechanism. We formalize authoritative response selection as a class of DNS-admissible functions and prove that every such function admits a finite normal form consisting of conditional restriction over observable context followed by selection among a finite candidate set.
We further show that this bounded semantic domain carries intrinsic algebraic structure induced by DNS semantics, enabling principled reasoning about composition, expressiveness loss, and semantic collapse. Concrete authoritative systems, configuration models, and serialized encodings are modeled uniformly as semantic restrictions of this domain. This framework supports precise reasoning about equivalence, representability, and approximation across heterogeneous authoritative DNS systems, grounded directly in protocol semantics rather than implementation detail.2026-03-11T15:44:22Z21 pagesChris Bertinatohttp://arxiv.org/abs/2603.10850v1Topological Analysis for Identifying Anomalies in Serverless Platforms2026-03-11T15:00:02ZThe information flows in serverless platforms are complex and non-conservative. This is a direct result of how independently deployed functions interact under the platform coarse-grained control mechanisms. To manage this complexity, we introduce a topological model for serverless services. Using Hodge decomposition, we can separate observed operational flows into two distinct categories. They include components that can be corrected locally and harmonic modes that persist at any scale. Our analysis reveals that these harmonic flows emerge naturally from different types of inter-function interactions. They should be understood as structural properties of serverless systems, not as configuration errors. Building on this insight, we present an iterative method for analyzing inter-function flows. This method helps deriving practical remediation strategies. One such strategy is the introduction of "dumping effects" to contain harmonic inefficiencies, offering an alternative to completely restructuring the service's topological model. Our experimental results confirm that this approach can uncover latent architectural structures.2026-03-11T15:00:02ZSubmitted for journal publicationGianluca RealiMauro Femminellahttp://arxiv.org/abs/2603.11127v1Feasibility of satellite-augmented global quantum repeater networks2026-03-11T14:58:10ZA large scale quantum network requires the distribution of high-fidelity end-to-end entanglement. To overcome the range limitations inherent to terrestrial fiber, a leading architecture has emerged: satellite-based sources transmitting entanglement to quantum repeaters on the ground. By bridging the gap between abstract analytical frameworks and computationally heavy numerical simulations, this paper provides the first quantitative answer to the question of such a network's achievable performance with current and near-term space technology, while accounting for entanglement swapping and purification. This is achieved by integrating a detailed physical model of a satellite-to-ground link into an analytical entanglement resource estimation framework for quantum repeaters, enabling an optimization of the end-to-end entanglement rate. Our analysis, performed across leading quantum hardware platforms, shows that Low Earth Orbit satellite constellations combined with quantum repeaters employing Neutral Atom or Nitrogen and Silicon Vacancy qubits, could enable a global quantum network, distributing entanglement over distances up to 20,000 km, sufficient for connecting any two points on Earth. This work highlights the major bottlenecks in space and quantum hardware technologies, which need to be addressed, thereby guiding informed investments necessary for enabling a large scale quantum network.2026-03-11T14:58:10Z22 Pages, 9 Figures, 3 TablesManik DawarClement PailletNilesh VyasAndrew ThainRodrigo Henriques GuilhermeRalf Riedingerhttp://arxiv.org/abs/2603.11122v1Initialization and Rate-Quality Functions for Generative Network Layer Protocols2026-03-11T14:14:56ZGenerative AI (GenAI) creates full content based on compact prompts. While GenAI has been used for applications where the generated content is returned to the prompt sender, it can play a vital role in extending the capacity of communication networks by transmitting compact prompts through links with limited capacity and, then, generating and forwarding approximations from the GenAI to the destination. This poses the challenge of evaluating the quality of those approximations as a function of the rate between the source and the GenAI node, while accounting for the communication overhead of learning. We present a method- and data-agnostic initialization protocol for learning rate-quality functions in GenAI-aided networks, defining three variants: (1) source-oriented, (2) node-oriented, and (3) destination-oriented. Each of them has different messaging flows based on where quality measurements are performed. The protocol augments node discovery protocols (e.g., MCP, A2A) when sources lack confidence in advertised model performance. We illustrate operation via statistical determination of required learning data, and validate using two prompting approaches. Results show successful rate-quality estimation with as few as 2 images, and positive gains over JPEG after just 1-18 post-learning transmissions, providing a practical, compression-agnostic foundation for GenAI-based network compression.2026-03-11T14:14:56Z13 pages, 11 figures, submitted to IEEE TCCNMathias ThorsagerIsrael Leyva-MayorgaPetar Popovskihttp://arxiv.org/abs/2603.10802v1Towards Intelligent Spectrum Management: Spectrum Demand Estimation Using Graph Neural Networks2026-03-11T14:11:44ZThe growing demand for wireless connectivity, combined with limited spectrum resources, calls for more efficient spectrum management. Spectrum sharing is a promising approach; however, regulators need accurate methods to characterize demand dynamics and guide allocation decisions. This paper builds and validates a spectrum demand proxy from public deployment records and uses a graph attention network in a hierarchical, multi-resolution setup (HR-GAT) to estimate spectrum demand at fine spatial scales. The model captures both neighborhood effects and cross-scale patterns, reducing spatial autocorrelation and improving generalization. Evaluated across five Canadian cities and against eight competitive baselines, HR-GAT reduces median RMSE by roughly 21% relative to the best alternative and lowers residual spatial bias. The resulting demand maps are regulator-accessible and support spectrum sharing and spectrum allocation in wireless networks.2026-03-11T14:11:44Z13 pages, 10 figures. Submitted to IEEE Transactions on Machine Learning in Communications and NetworkingMohamad AlkadamaniAmir GhasemiHalim Yanikomerogluhttp://arxiv.org/abs/2306.17669v2MCQUIC - A Multicast Extension for QUIC2026-03-11T13:07:06ZMass live content, such as world cups, the Superbowl or the Olympics, attract audiences of hundreds of millions of viewers. While such events were predominantly consumed on TV, more and more viewers follow big events on the Internet, which poses a scalability challenge: current unicast delivery over the web comes with large overheads and is inefficient. An attractive alternative are multicast-based transmissions, however, current solutions have several drawbacks, mostly related to security and privacy, which prevent them from being implemented in browsers.
In this paper we introduce a multicast extension to QUIC, a widely popular transport protocol standardized by the IETF, that solves several of these problems. It enables multicast delivery by offering encryption as well as integrity verification of packets distributed over multicast and automatic unicast fallback, which solves one of multicasts major obstacles to large scale deployment. It is transparent to applications and can be easily utilized by simply enabling an option in QUIC. This extension is soley focused on the transport layer and uses already existing multicast mechanisms on the network layer.2023-06-30T14:00:13ZAccepted for publication at 22nd International Symposium on Network Computing and Applications (NCA), Bertinoro, Italy, 2024Max FrankeJake HollandStefan Schmid10.1109/NCA61908.2024.00037http://arxiv.org/abs/2603.10637v1Q-StaR: A Quasi-Static Routing Scheme for NoCs2026-03-11T10:51:32ZIn networks-on-chip, static routing schemes are favored for their simplicity and predictability, but they cannot effectively balance network load due to the unawareness of runtime load distribution. Q-StaR discovers two factors (topology and traffic distribution) that determine the long-term trend of load distribution, and proposes N-Rank to extract this trend. The obtained information is used to guide BiDOR's route selection at runtime, thereby improving load balancing while retaining simplicity and predictability. Simulation validates that Q-StaR significantly outperforms the typical dimension-order routing (throughput under uniform traffic improved by 42.9\%, and mean/maximum latency under realistic workloads reduced by 86.4\%/95.3\%).2026-03-11T10:51:32Z7 pages,9 figuresYang ZhangYiren ZhaoXu WangFengyuan Renhttp://arxiv.org/abs/2603.08717v2Equitable Multi-Task Learning for AI-RANs2026-03-11T10:49:43ZAI-enabled Radio Access Networks (AI-RANs) are expected to serve heterogeneous users with time-varying learning tasks over shared edge resources. Ensuring equitable inference performance across these users requires adaptive and fair learning mechanisms. This paper introduces an online-within-online fair multi-task learning (OWO-FMTL) framework that ensures long-term equity across users. The method combines two learning loops: an outer loop updating the shared model across rounds and an inner loop rebalancing user priorities within each round with a lightweight primal-dual update. Equity is quantified via generalized alpha-fairness, allowing a trade-off between efficiency and fairness. The framework guarantees diminishing performance disparity over time and operates with low computational overhead suitable for edge deployment. Experiments on convex and deep learning tasks confirm that OWO-FMTL outperforms existing multi-task learning baselines under dynamic scenarios.2026-02-09T13:35:39Z6 pages, 3 figuresPanayiotis RaptisFatih AslanGeorge Iosifidis