https://arxiv.org/api/oLNR58lals4+KRS56cxX31BSoow 2026-03-20T15:48:52Z 26796 60 15 http://arxiv.org/abs/2603.13775v1 LLM-Based Net Analyzer rApp for Explainable and Safe Automation in O-RAN Non-RT RIC 2026-03-14T05:55:52Z Modern 5G/6G radio access networks are increasingly programmable through O-RAN, yet their operational complexity has grown with disaggregation, open interfaces, and fine-grained control parameters. While RAN-side analytics and telemetry mechanisms, such as KPI-based monitoring and mobility event reporting, provide visibility into network behavior, operators still face challenges in correlating heterogeneous events and safely translating observations into actionable configuration changes. This paper presents an LLM-based Net Analyzer rApp for the O-RAN Non-RT RIC that enables explainable and safe, human-in-the-loop automation for RAN operations. The proposed rApp adopts an event-informed, batch-triggered reasoning framework in which mobility events are first interpreted, anomalies are confirmed through targeted log inspection, configurations are inspected via tool-gated access, and minimal configuration changes are proposed only after explicit operator approval. The architecture enforces a strict separation between reasoning and actuation, ensuring auditability and operational safety. The system is implemented and demonstrated on a real O-RAN testbed using a reproducible ping-pong handover scenario, illustrating how large language models can function as reasoning co-pilots that transform raw RAN telemetry into structured explanations and controlled remediation workflows, complementing existing analytics-only approaches in the NonRT RIC. 2026-03-14T05:55:52Z Accepted version for presentation at the IEEE ICC Workshop Open, Programmable and AI-Native Radio Access Network, Glasgow, Scotland, UK, May 2026. copyright 2026 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses Tuan V. Ngo Mao V. Ngo Binbin Chen Tony Q. S. Quek Tejaswita Kumari Maziar Nekovee http://arxiv.org/abs/2603.13649v1 Linnaeus: A Hierarchical, Multi-Label Framework for Autonomous System Classification 2026-03-13T23:24:01Z Autonomous systems (ASes) play diverse roles in today's Internet, from community and research backbones to hyperscale content providers and submarine-cable operators. However, existing taxonomies based solely on network-level features fail to capture their semantic and operational heterogeneity. In this paper, we present Linnaeus, a hierarchical AS-classification framework that combines network-centric data (e.g., topology, BGP announcements) with rich non-network features and leverages domain-adapted large language models alongside traditional machine-learning techniques. Linnaeus provides a two-level taxonomy with 18 top-level and 38 second-level classes, supports multi-label assignments to reflect hybrid roles (e.g., research backbone and transit provider), and provides an end-to-end pipeline from data ingestion to label inference. On a manually annotated dataset of nearly 2,000 ASes, Linnaeus achieves an overall precision and recall of 0.83 and 0.76, respectively. We further demonstrate its practical value through case studies, highlighting Linnaeus's potential to reveal both structural and semantic dimensions of Internet infrastructure. 2026-03-13T23:24:01Z Marcos Piotto Ignacio Schuemer Santiago T. Torres Mariano G. Beiró Esteban Carisimo Fabián E. Bustamante http://arxiv.org/abs/2603.13647v1 PLUME: Building a Network-Native Foundation Model for Wireless Traces via Protocol-Aware Tokenization 2026-03-13T23:14:43Z Foundation models succeed when they learn in the native structure of a modality, whether morphology-respecting tokens in language or pixels in vision. Wireless packet traces deserve the same treatment: meaning emerges from layered headers, typed fields, timing gaps, and cross-packet state machines, not flat strings. We present Plume (Protocol Language Understanding Model for Exchanges), a compact 140M-parameter foundation model for 802.11 traces that learns from structured PDML dissections. A protocol-aware tokenizer splits along the dissector field tree, emits gap tokens for timing, and normalizes identifiers, yielding 6.2x shorter sequences than BPE with higher per token information density. Trained on a curated corpus, Plume achieves 74-97% next-packet token accuracy across five real-world failure categories and AUROC >= 0.99 for zero-shot anomaly detection. On the same prediction task, frontier LLMs (Claude Opus 4.6, GPT-5.4) score comparably despite receiving identical protocol context, yet Plume does so with > 600x fewer parameters, fitting on a single GPU at effectively zero marginal cost vs. cloud API pricing, enabling on-prem, privacy-preserving root cause analysis. 2026-03-13T23:14:43Z 14-pages, 802.11 foundation model, matches frontier LLMs with 600x fewer params via protocol-aware tokenization, 5 figures, 12 tables, AUROC>=0.99 for zero-shot anomaly detection Swadhin Pradhan Shazal Irshad Jerome Henry http://arxiv.org/abs/2603.13630v1 SAIL: Unsupervised Spatial-Angular Interpretable Feature Learning for RF Map Synthesis 2026-03-13T22:23:43Z In wireless networks, radio-frequency (RF) maps are critical for tasks such as capacity planning, coverage estimation, and localization. Traditional approaches for obtaining RF maps, including site surveys and ray-tracing simulations, are labor-intensive or computationally expensive, especially at high frequencies and dense network deployments. Generative AI offers a promising alternative for RF map synthesis. However, supervised methods are often infeasible due to the lack of reliable labeled training data, while purely unsupervised methods typically lack explicit control over the synthesis process. To address these challenges, we propose SAIL (Spatial-Angular Interpretable Feature Learning), a generative adversarial network (GAN)-based framework that learns interpretable and controllable latent variables directly from unlabeled RF maps and enables targeted RF map synthesis at inference time through latent-variable manipulation. SAIL builds on the information-maximizing GAN (InfoGAN) principle to learn a structured representation comprising: (i) a categorical latent variable that captures discrete floor-plan regions associated with Tx location and (ii) a continuous latent variable that captures angular variations corresponding to the Tx boresight angle, without requiring any location or orientation supervision during training. We further adopt a Wasserstein GAN objective with a gradient penalty to improve training stability and synthesis quality. Our results using ray-tracing-based RF maps indicate that SAIL learns physically meaningful spatial-angular factors and enables fast controlled RF map synthesis, achieving an average SSIM of 0.8576 and an average PSNR of 23.33 dB relative to ray-tracing simulations. 2026-03-13T22:23:43Z Sopan Sarkar Marwan Krunz http://arxiv.org/abs/2603.13577v1 AI-Enabled Bit-Mapping Medium Access Control Protocol for Intelligent and Energy-Efficient IoT Networks 2026-03-13T20:33:38Z Energy-efficient medium access control (MAC) protocols remain critical in resource-constrained Wireless Sensor Networks (WSNs) and IoT deployments, especially under mixed traffic patterns that combine event-driven and continuous monitoring operations. Traditional Time Division Multiple Access (TDMA)- and Bit Map Assisted (BMA)-based MAC protocols fail to adapt their duty cycles to spatiotemporal variations in sensor activity, resulting in unnecessary radio wake-ups and increased energy expenditure. To address this limitation, this paper proposes EEI-BMA, an AI-assisted, event-probability-aware MAC protocol that dynamically adjusts transmission scheduling using lightweight neural-network-based event prediction. The proposed framework incorporates per-node probability estimation, adaptive slot activation, and selective channel access to reduce transceiver activity while preserving sensing reliability. Simulation results obtained in the MATLAB environment show that EEI-BMA (Best Prediction) achieves 35--45% lower energy consumption than Traditional-TDMA, 22--30% savings compared with Energy-Aware TDMA, and 18--28% improvement over Traditional-BMA across varying node densities, packet sizes, event-generation probabilities, and continuous monitoring loads. Even with imperfect prediction, EEI-BMA consistently outperforms all baseline protocols, demonstrating strong robustness. The results confirm that prediction-guided MAC scheduling is a highly effective strategy for next-generation low-power WSNs and IoT systems. 2026-03-13T20:33:38Z Jesmine Damilola Omonori Iyanu Tomiwa Durotola Godspower Paul Osilama http://arxiv.org/abs/2603.13567v1 End-to-End O-RAN Testbed for Edge-AI-Enabled 5G/6G Connected Industrial Robotics 2026-03-13T20:14:32Z Connected robotics is one of the principal use cases driving the transition towards more intelligent and capable 6G mobile cellular networks. Replacing wired connections with highly reliable, high-throughput, and low-latency 5G/6G radio interfaces enables robotic system mobility and the offloading of compute-intensive artificial intelligence (AI) models for robotic perception and control to servers located at the network edge. The transition towards Edge AI as a Service (E-AIaaS) simplifies on-site maintenance of robotic systems and reduces operational costs in industrial environments, while supporting flexible AI model life-cycle management and seamless upgrades of robotic functionalities over time. In this paper, we present a 5G/6G O-RAN-based end-to-end testbed that integrates E-AIaaS for connected industrial robotic applications. The objective is to design and deploy a generic experimental platform based on open technologies and interfaces, demonstrated through an E-AIaaS-enabled autonomous welding scenario. Within this scenario, the testbed is used to investigate trade-offs among different data acquisition, edge processing, and real-time streaming approaches for robotic perception, while supporting emerging paradigms such as semantic and goal-oriented communications. 2026-03-13T20:14:32Z Submitted to Global 6G Conference 2026 Sasa Talosi Vladimir Vincan Srdjan Sobot Goran Martic Vladimir Morosev Vukan Ninkovic Dragisa Miskovic Dejan Vukobratovic http://arxiv.org/abs/2506.03231v2 NetArena: Dynamic Benchmarks for AI Agents in Network Automation 2026-03-13T19:41:00Z As AI agents expand into high-stakes domains like network system operations, evaluating their real-world reliability becomes increasingly critical. However, existing benchmarks risk contamination due to static design, show high statistical variance from limited dataset size, and fail to reflect the complexity of production environments. We present NetArena, a dynamic benchmark generation framework for network applications. NetArena introduces a novel abstraction and unified interface that generalize across diverse tasks, enabling dynamic benchmarking despite the heterogeneity of network workloads. At runtime, users can generate unlimited queries on demand. NetArena integrates with network emulators to measure correctness, safety, and latency during execution. We demonstrate NetArena on three representative applications and find that (1) NetArena significantly improves statistical reliability across AI agents, reducing confidence-interval overlap from 85% to 0, (2) agents achieve only 13-38% average performance (as low as 3%) for large-scale, realistic queries, and (3) it exposes more fine-grained behaviors that static, correctness-only benchmarks miss. NetArena also enables use cases such as SFT and RL fine-tuning on network system tasks. Code is available at https://github.com/Froot-NetSys/NetArena. 2025-06-03T14:04:22Z Yajie Zhou Jiajun Ruan Eric S. Wang Sadjad Fouladi Francis Y. Yan Kevin Hsieh Zaoxing Liu http://arxiv.org/abs/2603.13094v1 Goal-Oriented Learning at the Edge: Graph Neural Networks Over-the-Air for Blockage Prediction 2026-03-13T15:42:16Z Sixth-generation (6G) wireless networks evolve from connecting devices to connecting intelligence. The focus turns to Goal-Oriented Communications, where the effectiveness of communication is assessed through task-level objectives over traditional throughput-centric metrics. As communication intertwines with learning at the edge, distributed inference over wireless networks faces a critical trade-off between task accuracy and efficient radio resource use. Traditional communication schemes (e.g., OFDMA) are not designed for this trade-off, often facing challenges related to scalability and latency. Therefore, we propose a novel goal-oriented framework that integrates over-the-air computation with spatio-temporal graph learning. Leveraging the wireless channel as an analog aggregation layer, the proposed framework enables low-latency message passing while efficiently aggregating semantically relevant features from distributed nodes. Theoretical analysis confirms that our analog architecture converges to the expressive power of digital message passing, while offering decisive scalability advantages. We assess the framework in proactive line-of-sight blockage prediction for millimeter-wave networks. Through high-fidelity ray-tracing simulations, the framework exhibits strong inductive generalization to unseen networks and adapts to domain shifts via lightweight transfer learning, matching or even outperforming digital baselines with significantly reduced communication overhead. 2026-03-13T15:42:16Z Lorenzo Mario Amorosa Zhan Gao Tony Chahoud Yiqun Wu Lukas Eller Marco Skocaj Roberto Verdone http://arxiv.org/abs/1806.10426v3 The Structure of Service Level Agreement of Slice-based 5G Network 2026-03-13T12:56:16Z Network slicing is considered to be one of the key enablers to Fifth Generation (5G) communication system. Legacy telecommunication networks have been providing various services to all kinds of customers through a single network infrastructure. In contrast, with the deployment of network slicing, operators are now able to partition entire network into different slices, each with its own configuration and Quality of Service (QoS) requirements. There are many applications across industry, each needs an independent slice with its own functions and features. All these applications open new business opportunities, which require new business models and therefore every single slice needs an individual Service Level Agreement (SLA). In this paper, we proposed a comprehensive end-to-end structure of SLA between tenant and service provider of slice-based 5G network, which balances the interests of both sides. The proposed SLA is expected to define reliability, availability, and performance of delivered telecommunication services in order to ensure that right information gets to the right destination at right time, safely and securely. We also discussed the metrics of slice-based network SLA such as throughput, penalty, cost, revenue, profit, and QoS related metrics, which we think are very critical to be considered during the agreement. 2018-06-27T12:03:19Z Mohammad Asif Habibi Bin Han Meysam Nasimi Hans D. Schotten http://arxiv.org/abs/2602.15510v2 On the Geometric Coherence of Global Aggregation in Federated Graph Neural Networks 2026-03-13T10:56:01Z Federated Learning (FL) enables distributed training across multiple clients without centralized data sharing, while Graph Neural Networks (GNNs) model relational data through message passing. In federated GNN settings, client graphs often exhibit heterogeneous structural and propagation characteristics. When standard aggregation mechanisms are applied to such heterogeneous updates, the global model may converge numerically while exhibiting degraded relational behavior. Our work identifies a geometric failure mode of global aggregation in Cross- Domain Federated GNNs. Although GNN parameters are numerically represented as vectors, they encode relational transformations that govern the direction, strength, and sensitivity of information flow across graph neighborhoods. Aggregating updates originating from incompatible propagation regimes can therefore introduce destructive interference in this transformation space. This leads to loss of coherence in global message passing. Importantly, this degradation is not necessarily reflected in conventional metrics such as loss or accuracy. To address this issue, we propose GGRS (Global Geometric Reference Structure), a server-side framework that regulates client updates prior to aggregation based on geometric admissibility criteria. GGRS preserves directional consistency of relational transformations as well as maintains diversity of admissible propagation subspaces. It also stabilizes sensitivity to neighborhood interactions, without accessing client data or graph topology. Experiments on heterogeneous GNN-native, Amazon Co-purchase datasets demonstrate that GGRS preserves global message-passing coherence across training rounds by highlighting the necessity of geometry-aware regulation in federated graph learning. 2026-02-17T11:34:04Z This is a developing preprint of an 18-page journal manuscript (6 figures), currently being prepared for formal peer-review submission Chethana Prasad Kabgere Shylaja SS http://arxiv.org/abs/2510.19973v3 A Tutorial on Cognitive Biases in Agentic AI-Driven 6G Autonomous Networks 2026-03-13T10:36:37Z The path to higher network autonomy in 6G lies beyond the mere optimization of key performance indicators (KPIs). While KPIs have enabled automation gains under TM Forum Levels 1--3, they remain numerical abstractions that act only as proxies for the real essence of communication networks: seamless connectivity, fairness, adaptability, and resilience. True autonomy requires perceiving and reasoning over the network environment as it is. Such progress can be achieved through \emph{agentic AI}, where large language model (LLM)-powered agents perceive multimodal telemetry, reason with memory, negotiate across domains, and act via APIs to achieve multi-objective goals. However, deploying such agents introduces the challenge of cognitive biases inherited from human design, which can distort reasoning, negotiation, tool use, and actuation. Between neuroscience and AI, this paper provides a tutorial on a selection of well-known biases, including their taxonomy, definition, mathematical formulation, emergence in telecom systems and the commonly impacted agentic components. The tutorial also presents various mitigation strategies tailored to each type of bias. The article finally provides two practical use-cases, which tackle the emergence, impact and mitigation gain of some famous biases in 6G inter-slice and cross-domain management. In particular, anchor randomization, temporal decay and inflection bonus techniques are introduced to specifically address anchoring, temporal and confirmation biases. This avoids that agents stick to the initial high resource allocation proposal or decisions that are recent and/or confirming a prior hypothesis. By grounding decisions in a richer and fairer set of past experiences, the quality and bravery of the agentic agreements in the second use-case, for instance, are leading to $\times 5$ lower latency and around $40\%$ higher energy saving. 2025-10-22T19:05:04Z 25 pages, 18 figures, 4 tables, link to source code available Hatim Chergui Farhad Rezazadeh Merouane Debbah Christos Verikoukis http://arxiv.org/abs/2505.15854v2 Integration of TinyML and LargeML: A Survey of 6G and Beyond 2026-03-13T07:23:29Z The evolution from fifth-generation (5G) to sixth-generation (6G) networks is driving an unprecedented demand for advanced machine learning (ML) solutions. Deep learning has already demonstrated significant impact across mobile networking and communication systems, enabling intelligent services such as smart healthcare, smart grids, autonomous vehicles, aerial platforms, digital twins, and the metaverse. At the same time, the rapid proliferation of resource-constrained Internet-of-Things (IoT) devices has accelerated the adoption of tiny machine learning (TinyML) for efficient on-device intelligence, while large machine learning (LargeML) models continue to require substantial computational resources to support large-scale IoT services and ML-generated content. These trends highlight the need for a unified framework that integrates TinyML and LargeML to achieve seamless connectivity, scalable intelligence, and efficient resource management in future 6G systems. This survey provides a comprehensive review of recent advances enabling the integration of TinyML and LargeML in next-generation wireless networks. In particular, we (i) provide an overview of TinyML and LargeML, (ii) analyze the motivations and requirements for unifying these paradigms within the 6G context, (iii) examine efficient bidirectional integration approaches, (iv) review state-of-the-art solutions and their applicability to emerging 6G services, and (v) identify key challenges related to performance optimization, deployment feasibility, resource orchestration, and security. Finally, we outline promising research directions to guide the holistic integration of TinyML and LargeML for intelligent, scalable, and energy-efficient 6G networks and beyond. 2025-05-20T10:54:39Z This work has been accepted for publication in IEEE Internet of Things Journal under ID: IoT-56661-2025 Thai-Hoc Vu Ngo Hoang Tu Thien Huynh-The Kyungchun Lee Sunghwan Kim Miroslav Voznak Quoc-Viet Pham http://arxiv.org/abs/2603.12695v1 Semantic-Aware 6G Network Management through Knowledge-Defined Networking 2026-03-13T06:20:41Z Semantic communication is emerging as a key paradigm for 6G networks, where the goal is not to perfectly reconstruct bits but to preserve the meaning that matters for a given task. This shift can improve bandwidth efficiency, robustness, and application-level performance. However, most existing studies focus solely on encoder-decoder design and ignore network-wide decision-making. As data traverses multiple hops, semantic relevance may decrease, routing may overlook meaningful information, and semantic distortion can increase under dynamic network conditions. To address these challenges, this paper proposes a management-oriented semantic communication framework built upon Knowledge-Defined Networking (KDN). The framework comprises three core modules: a semantic-reasoning module that computes relevance scores by mapping semantic embeddings onto a knowledge graph that encodes task concepts and contextual relationships; a semantic-aware routing mechanism that forwards data along paths that preserve meaning; and a semantic-distortion controller that adaptively adjusts encoding and routing to preserve semantic fidelity. Our ns-3 results show clear benefits: semantic delivery success improves by 12%, semantic distortion decreases by 22%, re-routing events drop by 44%, and throughput efficiency rises by 14% compared to baseline methods (shortest-path, load-based, and distortion-only routing). These results indicate that meaning-aware and feedback-driven control is essential for reliable and scalable semantic communication in future 6G networks. 2026-03-13T06:20:41Z Tuğçe Bilen Ian F. Akyildiz http://arxiv.org/abs/2603.12660v1 Evaluation of TCP Congestion Control for Public High-Performance Wide-Area Networks 2026-03-13T05:07:21Z Practitioners of a growing number of scientific and artificial-intelligence (AI) applications use High-Performance Wide-Area Networks (HP-WANs) for moving massive data sets between remote facilities. Accurate prediction of the flow completion time (FCT) is essential in these data-transfer workflows because compute and storage resources are tightly scheduled and expensive. We assess the viability of three TCP congestion control algorithms (CUBIC, BBRv1, and BBRv3) for massive data transfers over public HP-WANs, where limited control of critical data-path parameters precludes the use of Remote Direct Memory Access (RDMA) over Converged Ethernet (RoCEv2), which is known to outperform TCP in private HP-WANs. Extensive experiments on the FABRIC testbed indicate that the configuration control limitations can also hinder TCP, especially through microburst-induced packet losses. Under these challenging conditions, we show that the highest FCT predictability is achieved by combination of BBRv1 with the application of traffic shaping before the HP-WAN entry points. 2026-03-13T05:07:21Z Accepted to the IEEE International Conference on High Performance Switching and Routing (HPSR), 2026 Fatih Berkay Sarpkaya Andrea Francini Bilgehan Erman Shivendra Panwar http://arxiv.org/abs/2603.12653v1 A Standards-Aligned Coordination Framework for Edge-Enhanced Collaborative Healthcare in 6G Networks 2026-03-13T04:51:59Z Mission-critical healthcare applications including real-time intensive care monitoring, ambulance-to-hospital orchestration, and distributed medical imaging inference require workflow-level, time-bounded coordination across heterogeneous devices, edge servers, and network control entities. While current 3GPP and O-RAN standards excel at per-device control and quality-of-service enforcement, they do not natively expose abstractions for workflow-level coordination under strict clinical timing constraints, leaving this capability to fragile, application-specific overlays. This article outlines the Collective Adaptive Intelligence Plane (CAIP) as a standards-aligned coordination framework that addresses this abstraction gap without introducing new protocol layers. CAIP is realized through minimal, backward-compatible coordination profiles anchored to existing RRC, QoS/SDAP, and O-RAN E2 interfaces, enabling workflow-scoped coordination context binding, deadline-aware coordination pacing, semantic flow association, and privacy-preserving data locality across distributed clinical entities. We analyze the structural limitations of existing standards, present a concrete interface mapping to 3GPP and O-RAN mechanisms, illustrate deployment through a representative ICU coordination scenario, and outline a phased standardization roadmap from proof-of-concept xApp deployment to AI-native 6G specification evolution. The proposed framework is incrementally deployable on current 5G Advanced infrastructure and provides a principled migration path toward workflow-level coordination abstraction as a first-class capability in future 6G healthcare networks. 2026-03-13T04:51:59Z Liuwang Kang Fan Wang Yuzhang Huang Shang Yan Jianbin Zheng Wenbin Lei Konstantin Yakovlev Jie Tang Shaoshan Liu