https://arxiv.org/api/rJj1w7R03ShUvVGri/pwTB2iPR42026-03-20T12:23:12Z267963015http://arxiv.org/abs/2603.07309v3Impact of 5G Latency and Jitter on TAS Scheduling in a 5G-TSN Network: An Empirical Study2026-03-17T14:51:16ZDeterministic communications are essential to meet the stringent delay and jitter requirements of Industrial Internet of Things (IIoT) services. IIoT increasingly demands wide-area wireless mobility to support Autonomous Mobile Robots (AMR) and dynamic workflows. Integrating Time-Sensitive Networking (TSN) with 5G private networks is emerging as a promising approach to fulfill these requirements. In this architecture, 5G provides wireless access for industrial devices, which connect to a TSN backbone that interfaces with the enterprise edge/cloud, where IIoT control and computing systems reside. TSN achieves bounded latency and low jitter using IEEE 802.1Qbv Time-Aware Shaper (TAS), which schedules the network traffic in precise time slots. However, the stochastic delay and jitter inherent in 5G disrupt TSN scheduling, requiring careful tuning of TAS parameters to maintain end-to-end determinism. This paper presents an empirical study evaluating the impact of 5G downlink delay and jitter on TAS scheduling using a testbed with TSN switches and a commercial 5G network. Results show that guaranteeing bounded latency and jitter requires careful setting of TAS transmission window offset between TSN switches based on the measured 5G delay bounded by a high order p-th percentile. Otherwise, excessive offset may cause additional delay or even a complete loss of determinism.2026-03-07T18:47:07ZIEEE Internet of Things Journal, 17 pagesPablo Rodriguez-MartinOscar Adamuz-HinojosaPablo MuñozJulia Caleya-SanchezPablo Ameigeiras10.1109/JIOT.2026.3673410http://arxiv.org/abs/2603.16458v1Agentic AI for SAGIN Resource Management_Semantic Awareness, Orchestration, and Optimization2026-03-17T12:39:08ZSpace-air-ground integrated networks (SAGIN) promise ubiquitous 6G connectivity but face significant resource management challenges due to heterogeneous infrastructure, dynamic topologies, and stringent quality-of-service (QoS) requirements. Conventional model-driven approaches struggle with scalability and adaptability in such complex environments. This paper presents an agentic artificial intelligence (AI) framework for autonomous SAGIN resource management by embedding large language model (LLM)-based agents into a Monitor-Analyze-Plan- Execute-Knowledge (MAPE-K) control plane. The framework incorporates three specialized agents, namely semantic resource perceivers, intent-driven orchestrators, and adaptive learners, that collaborate through natural language reasoning to bridge the gap between operator intents and network execution. A key innovation is the hierarchical agent-reinforcement learning (RL) collaboration mechanism, wherein LLM-based orchestrators dynamically shape reward functions for RL agents based on semantic network conditions. Validation through UAV-assisted AIGC service orchestration in energy-constrained scenarios demonstrates that LLM-driven reward shaping achieves 14% energy reduction and the lowest average service latency among all compared methods. This agentic paradigm offers a scalable pathway toward adaptive, AI-native 6G networks, capable of autonomously interpreting intents and adapting to dynamic environments.2026-03-17T12:39:08Zeg.: 7 pages, 6 figuresLinghao ZhangHaitao ZhaoBo XuHongbo ZhuXianbin Wanghttp://arxiv.org/abs/2603.16356v1Toward Experimentation-as-a-Service in 5G/6G: The Plaza6G Prototype for AI-Assisted Trials2026-03-17T10:37:32ZThis paper presents Plaza6G, the first operational Experiment-as-a-Service (ExaS) platform unifying cloud resources with next-generation wireless infrastructure. Developed at CTTC in Barcelona, Plaza6G integrates GPU-accelerated compute clusters, multiple 5G cores, both open-source (e.g., Free5GC) and commercial (e.g., Cumucore), programmable RANs, and physical or emulated user equipment under unified orchestration. In Plaza6G, the experiment design requires minimal expertise as it is expressed in natural language via a web portal or a REST API. The web portal and REST API are enhanced with a Large Language Model (LLM)-based assistant, which employs retrieval-augmented generation (RAG) for up-to-date experiment knowledge and Low-Rank Adaptation (LoRA) for continuous domain fine-tuning. Over-the-air (OTA) trials leverage a four-chamber anechoic facility and a dual-site outdoor 5G network operating in sub-6~GHz and mmWave bands. Demonstrations include automated CI/CD integration with sub-ten-minute setup and interactive OTA testing under programmable propagation conditions. Machine-readable experiment descriptors ensure reproducibility, while future work targets policy-aware orchestration, safety validation, and federated testbed integration toward open, reproducible wireless experimentation.2026-03-17T10:37:32Z5 pages, 5 figuresSergio Barrachina-MuñozMarc Carrascosa-ZamacoisHoracio BledaUmair RiazYasir MaqsoodXavier CalleSelva VíaMiquel PayaróJosep Mangues-Bafalluyhttp://arxiv.org/abs/2603.16141v1Communication-Aware Multi-Agent Reinforcement Learning for Decentralized Cooperative UAV Deployment2026-03-17T05:48:51ZAutonomous Unmanned Aerial Vehicle (UAV) swarms are increasingly used as rapidly deployable aerial relays and sensing platforms, yet practical deployments must operate under partial observability and intermittent peer-to-peer links. We present a graph-based multi-agent reinforcement learning framework trained under centralized training with decentralized execution (CTDE): a centralized critic and global state are available only during training, while each UAV executes a shared policy using local observations and messages from nearby neighbors. Our architecture encodes local agent state and nearby entities with an agent-entity attention module, and aggregates inter-UAV messages with neighbor self-attention over a distance-limited communication graph. We evaluate primarily on a cooperative relay deployment task (DroneConnect) and secondarily on an adversarial engagement task (DroneCombat). In DroneConnect, the proposed method achieves high coverage under restricted communication and partial observation (e.g. 74% coverage with M = 5 UAVs and N = 10 nodes) while remaining competitive with a mixed-integer linear programming (MILP) optimization-based offline upper bound, and it generalizes to unseen team sizes without fine-tuning. In the adversarial setting, the same framework transfers without architectural changes and improves win rate over non-communicating baselines.2026-03-17T05:48:51ZEnguang FanYifan ChenZihan ShanMatthew CaesarJae Kimhttp://arxiv.org/abs/2603.16119v1BLADE: Adaptive Wi-Fi Contention Control for Next-Generation Real-Time Communication2026-03-17T04:56:39ZNext-generation real-time communication (NGRTC) applications, such as cloud gaming and XR, demand consistently ultra-low latency. However, through our first large-scale measurement, we find that despite the deployment of edge servers, dedicated congestion control, and loss recovery mechanisms, cloud gaming users still experience long-tail latency in Wi-Fi networks. We further identify that Wi-Fi last-mile access points (APs) serve as the primary latency bottleneck. Specifically, short-term packet delivery droughts, caused by fundamental limitations in Wi-Fi contention control standards, are the root cause. To address this issue, we propose BLADE, an adaptive contention control algorithm that dynamically adjusts the contention windows (CW) of all Wi-Fi transmitters based on the channel contention level in a fully distributed manner. Our NS3 simulations and real-world evaluations with commercial Wi-Fi APs demonstrate that, compared to standard contention control, BLADE reduces Wi-Fi packet transmission tail latency by over 5X under heavy channel contention and significantly stabilizes MAC throughput while ensuring fast and fair convergence. Consequently, BLADE reduces the video stall rate in cloud gaming by over 90%.2026-03-17T04:56:39ZFengqian GuoYuhan ZhouLongwei JiangCongcong MiaoYuxin LiuChenren XuHancheng LuChang Wen ChenYaxiong XieHonghao Liuhttp://arxiv.org/abs/2511.08852v4DRL-Based Beam Positioning for LEO Satellite Constellations with Weighted Least Squares2026-03-17T04:06:51ZThis paper investigates a lightweight deep reinforcement learning (DRL)-assisted weighting framework for CSI-free multi-satellite positioning in LEO constellations, where each visible satellite provides one serving beam (one pilot response) per epoch. A discrete-action Deep Q-Network (DQN) learns satellite weights directly from received pilot measurements and geometric features, while an augmented weighted least squares (WLS) estimator provides physics-consistent localization and jointly estimates the receiver clock bias. The proposed hybrid design targets an accuracy-runtime trade-off rather than absolute supervised optimality. In a representative 2-D setting with 10 visible satellites, the proposed approach achieves sub-meter accuracy (0.395m RMSE) with low computational overhead, supporting practical deployment for resource-constrained LEO payloads.2025-11-12T00:14:10Z6 pages, 3 figures, 1 table, accepted by 2026 IEEE ICC WorkshopsPo-Heng ChouChiapin WangKuan-Hao ChenWei-Chen Hsiaohttp://arxiv.org/abs/2603.16018v1Galaxy Tracer: A Topology-First 3D Interface for Interactive PCAP Exploration2026-03-16T23:54:16ZPacket analysis tools conventionally present capture data through tabular packet lists, constraining the analyst to a sequential view that obscures the relational structure of network communication. This paper presents Galaxy Tracer, a browser-native packet capture exploration system in which the default interface is an interactive three-dimensional network topology rather than a packet list. Hosts appear as spatially positioned nodes, conversations as edges, and protocol groupings as visually distinct clusters. A synchronized packet list remains available as a secondary view, sharing filter state with the topology so that structural and tabular inspection function as one continuous workflow. The system parses PCAP and PCAPNG formats, dissects over 90 protocols, and renders the topology through Three.js. The paper argues that the third spatial dimension is not merely aesthetic but analytically meaningful: it reveals density, clustering, host centrality, and communication scale that are difficult to perceive in list-only tools.2026-03-16T23:54:16ZPreprint of Galaxy Tracer (March 2026). Live interactive demo: https://ryanyounger.ai/galaxytracerRyan Youngerhttp://arxiv.org/abs/2603.15945v1Evaluating Performance Characteristic of Opportunistic Routing Protocols: A Case Study of the 2016 Italian League Match Earthquake in the Stadio Adriatico2026-03-16T21:51:23ZDelay Tolerant Networks (DTNs) can provide emergency communication support when conventional infrastructure is disrupted during disasters. This paper evaluates the performance of opportunistic routing protocols in a realistic disaster scenario based on the 2016 Central Italy earthquake, modelled as an emergency occurring during a football match at Stadio Adriatico in Pescara. We identify multiple suitable groups of mobile and static nodes, such as audiences, a range of different emergency responders, stage sensors, and vehicles, to design and build evacuation and rescue activities in a partially connected environment. Two representative DTN routing protocols, Epidemic and Spray and Wait, are tested under identical simulation settings and compared using delivery probability, latency, overhead ratio, hop count and dropped messages. The results highlight that Spray and Wait provides a better balance between reliability and efficiency in this scenario, achieving higher delivery probability while reducing overhead and using network resources more efficiently. The study shows the usefulness of DTN simulation for analysing disaster communication performance in emergency response scenarios.2026-03-16T21:51:23ZYihang CaoMilena Radenkovichttp://arxiv.org/abs/2505.21676v2Real-World Deployment of Cloud-based Autonomous Mobility Systems for Outdoor and Indoor Environments2026-03-16T20:49:00ZAutonomous mobility systems increasingly operate in dense and dynamic environments where perception occlusions, limited sensing coverage, and multi-agent interactions pose major challenges. While onboard sensors provide essential local perception, they often struggle to maintain reliable situational awareness in crowded urban or indoor settings. This article presents the Cloud-based Autonomous Mobility (CAM) framework, a generalized architecture that integrates infrastructure-based intelligent sensing with cloud-level coordination to enhance autonomous operations. The system deploys distributed Intelligent Sensor Nodes (ISNs) equipped with cameras, LiDAR, and edge computing to perform multi-modal perception and transmit structured information to a cloud platform via high-speed wireless communication. The cloud aggregates observations from multiple nodes to generate a global scene representation for other autonomous modules, such as decision making, motion planning, etc. Real-world deployments in an urban roundabout and a hospital-like indoor environment demonstrate improved perception robustness, safety, and coordination for future intelligent mobility systems.2025-05-27T18:51:45ZThis paper has been submitted to IEEE Robotics and Automation MagazineYufeng YangMinghao NingKeqi ShuAladdin SalehEhsan HashemiAmir Khajepourhttp://arxiv.org/abs/2603.15900v1The Internet of Physical AI Agents: Interoperability, Longevity, and the Cost of Getting It Wrong2026-03-16T20:44:26ZThe Internet has evolved by progressively expanding what humanity connects: first computers, then people, and later billions of devices through the Internet of Things (IoT). While IoT succeeded in digitizing perception at scale, it also exposed fundamental limitations, including fragmentation, weak security, limited autonomy, and poor long-term sustainability. Today, advances in edge hardware, sensing, connectivity, and artificial intelligence enable a new phase: the Internet of Physical AI Agents. Unlike IoT devices that primarily sense and report, Physical AI Agents perceive, reason, and act in real time, operating autonomously and cooperatively across safety-critical domains such as disaster response, healthcare, industrial automation, and mobility. However, embedding fast-evolving AI capabilities into long-lived physical infrastructure introduces new architectural risks, particularly around interoperability, lifecycle management, and premature ossification. This article revisits lessons from IoT and Internet evolution, and articulates design principles for building resilient, evolvable, and trustworthy agentic systems. We present an architectural blueprint encompassing agentic identity, secure agent-to-agent communication, semantic interoperability, policy-governed runtimes, and observability-driven governance. We argue that treating evolution, trust, and interoperability as first-class requirements is essential to avoid hard-coding today's assumptions into tomorrow's intelligent infrastructure, and to prevent the high technical and economic cost of getting it wrong.2026-03-16T20:44:26ZA related version of this work is currently under review for publication in an IEEE magazineRoberto MorabitoMallik Tatipamulahttp://arxiv.org/abs/2505.12091v3Discrete Time Credit-Based Shaping for Time-Sensitive Applications in 5G/6G Networks2026-03-16T18:36:16ZFuture wireless networks must deliver deterministic end-to-end delays for workloads such as smart-factory control loops. On Ethernet these guarantees are delivered by the set of tools within IEEE 802.1 time sensitive networking~(TSN) standards. Credit-based shaper (CBS) is one such tool which enforces bounded latency. Directly porting CBS to 5G/6G New Radio (NR) is non-trivial because NR schedules traffic in discrete-time, modulation-dependent resource allocation, whereas CBS assumes a continuous, fixed-rate link. Existing TSN-over-5G translators map Ethernet priorities to 5G quality of service (QoS) identifiers but leave the radio scheduler unchanged, so deterministic delay is lost within the radio access network (RAN). To address this challenge, we propose a novel slot-native approach that adapts CBS to operate natively in discrete NR slots. We first propose a per-slot credit formulation for each user-equipment ({UE}) queue that debits credit by the granted transport block size~(TBS); we call this discrete-time CBS (CBS-DT). Recognizing that debiting the full {TBS} can unduly penalize transmissions that actually use only part of their grant, we then introduce and analyze {CBS} with Partial Usage ({CBS-PU}). {CBS-PU} scales the credit debit in proportion to the actual bytes dequeued from the downlink queue. The resulting CBS-PU algorithm is shown to maintain bounded credit, preserve long-term rate reservations, and guarantees worst-case delay performance no worse than {CBS-DT}. Simulation results show that slot-level credit gating--particularly CBS-PU--enables NR to export TSN class QoS while maximizing resource utilization.2025-05-17T17:18:21ZAccepted to COMSNETS 2026Anudeep KarnamKishor C. JoshiJobish JohnGeorge ExarchakosSonia Heemstra de GrootIgnas Niemegeershttp://arxiv.org/abs/2603.16949v1Entropy-Aware Task Offloading in Mobile Edge Computing2026-03-16T18:02:00ZMobile Edge Computing (MEC) technology has been introduced to enable could computing at the edge of the network in order to help resource limited mobile devices with time sensitive data processing tasks. In this paradigm, mobile devices can offload their computationally heavy tasks to more efficient nearby MEC servers via wireless communication. Consequently, the main focus of researches on the subject has been on development of efficient offloading schemes, leaving the privacy of mobile user out. While the Blockchain technology is used as the trust mechanism for secured sharing of the data, the privacy issues induced from wireless communication, namely, usage pattern and location privacy are the centerpiece of this work. The effects of these privacy concerns on the task offloading Markov Decision Process (MDP) is addressed and the MDP is solved using a Deep Recurrent Q-Netwrok (DRQN). The Numerical simulations are presented to show the effectiveness of the proposed method.2026-03-16T18:02:00Z13 pages, submitted to Journal of Blockchain ResearchMohsen Sahraei ArdakaniHong WanRui Songhttp://arxiv.org/abs/2603.15541v1Bridging Local and Global Knowledge: Cascaded Mixture-of-Experts Learning for Near-Shortest Path Routing2026-03-16T17:06:34ZWhile deep learning models that leverage local features have demonstrated significant potential for near-optimal routing in dense Euclidean graphs, they struggle to generalize well in sparse networks where topological irregularities require broader structural awareness. To address this limitation, we train a Cascaded Mixture of Experts (Ca-MoE) to solve the all-pairs near-shortest path (APNSP) routing problem. Our Ca-MoE is a modular two-tier architecture that supports the decision-making for forwarder selection with lower-tier experts relying on local features and upper-tier experts relying on global features. It performs adaptive inference wherein the upper-tier experts are triggered only when the lower-tier ones do not suffice to achieve adequate decision quality. Computational efficiency is thus achieved by escalating model capacity only when necessitated by topological complexity, and parameter redundancy is avoided. Furthermore, we incorporate an online meta-learning strategy that facilitates independent expert fine-tuning and utilizes a stability-focused update mechanism to prevent catastrophic forgetting as new graph environments are encountered. Experimental evaluations demonstrate that Ca-MoE routing improves accuracy by up to 29.1% in sparse networks compared to single-expert baselines and maintains performance within 1%-6% of the theoretical upper bound across diverse graph densities.2026-03-16T17:06:34ZYung-Fu ChenAnish Arorahttp://arxiv.org/abs/2603.15521v1ln(3): A Universal Percolation Constant for Collective Dynamics on One-Dimensional Proximity Networks2026-03-16T16:46:57ZWe report the identification and proof of a universal constant, ln(3) = 1.09861, which governs the onset of bidirectional collective behavior in one-dimensional Poisson proximity networks. The constant - named the cooperative percolation constant and denoted by Lambda_c - is the unique positive solution to 2/(exp(x)-1) = 1 and equals the Shannon entropy of three equiprobable states. For agents distributed at intensity lambda and interacting within range L, bidirectional collective behavior is possible if and only if the topological density (lambda * L) >= ln(3). Below this threshold, no cooperative control policy can produce macroscopic coherence, as the proximity graph does not contain a bidirectional spanning cluster in expectation. The result is parameter-free and model-independent: the Poisson distribution is derived from memorylessness symmetry axioms, making ln(3) a fundamental consequence of spatial symmetry.
The threshold is validated by two independent large-scale empirical datasets. Analysis of the Chengdu V2X OBU dataset (N = 19.7 million records) reveals a 1.60x reduction in speed variance at the predicted boundary. Furthermore, the highD German motorway dataset (N = 163,896 observations) yields a best-fit LWR exponent theta = 1.033 +/- 0.088, placing the theoretical value ln(3) within 0.75 sigma of naturalistic trajectory data (R^2 = 0.8631). The remarkable consistency across geographical and physical scales - from motorway traffic to documented thresholds in 1D biological signal transmission - suggests that ln(3) represents a fundamental topological rent for cooperative information exchange.2026-03-16T16:46:57Z18 pages, 6 figures. Revised version (March 2026) with multi-scale validation from German highD and neurophysiological dataJian Jihttp://arxiv.org/abs/2603.15371v1Brain-Inspired Graph Multi-Agent Systems for LLM Reasoning2026-03-16T14:48:06ZLarge Language Models (LLMs) have demonstrated remarkable capabilities across a wide range of language tasks, yet complex multi-step reasoning remains a fundamental challenge. While Large Reasoning Models (LRMs) equipped with extended chain-of-thought mechanisms demonstrate improved performance over standard LLMs, both model types still suffer from accuracy collapse on sufficiently complex tasks, suggesting that scaling model-level reasoning alone is insufficient. Inspired by the global workspace theory of human cognition, we propose Brain-Inspired Graph Multi-Agent Systems (BIGMAS), in which specialized LLM agents are organized as nodes in a dynamically constructed directed graph and coordinate exclusively through a centralized shared workspace. A problem-adaptive GraphDesigner constructs task-specific agent topologies, while a global Orchestrator leverages the complete shared state for routing decisions, overcoming the local-view bottleneck of reactive approaches. Experiments on Game24, Six Fives, and Tower of London across six frontier LLMs demonstrate that BIGMAS consistently improves reasoning performance for both standard LLMs and LRMs, outperforming existing multi-agent baselines including ReAct and Tree of Thoughts, showing that multi-agent architectural design provides complementary gains orthogonal to model-level reasoning enhancements.2026-03-16T14:48:06ZGuangfu HaoYuming DaiXianzhe QinShan Yu