Papers
Topics
Authors
Recent
Search
2000 character limit reached

Task-Semantic Graph-Driven Distributed Agent Networking for Underwater Target Tracking

Published 15 May 2026 in cs.RO and cs.MA | (2605.15528v1)

Abstract: Autonomous underwater vehicle (AUV) swarms are emerging as intelligent underwater networks, where each node must sense, communicate, process local data, and make decisions under severe acoustic constraints. Persistent underwater target tracking is a typical task with moving targets, changing communication topology, intermittent acoustic links, and limited observation for each AUV. Multi-agent reinforcement learning (MARL) is a natural candidate for distributed tracking, yet existing studies still lack a unified open-source platform for evaluating different MARL algorithms under six-degree-of-freedom AUV dynamics. In addition, policies trained with raw geometric states and low-level force actions often struggle to represent task phases, observation reliability, link quality, and local cooperation roles. This paper addresses these issues by developing an open-source MARL-AUV platform that integrates DI-engine with a six-degree-of-freedom underwater AUV target-tracking simulator. To the best of our knowledge, it is the first open platform that connects a public MARL training framework with physically modeled AUV swarm-based tasks, and provides a unified experimental protocol for fair training, testing, and comparison of representative RL and MARL algorithms. Based on this platform, we propose STG-MAPPO, a Semantic Task Graph-enhanced variant of Multi-Agent Proximal Policy Optimization. STG-MAPPO builds semantic policy inputs from tracking diagnostics, task phases, observation confidence, link availability, neighbor tracking quality, and local role advantage. A compact semantic task graph links communication-constrained network states to decentralized actor decisions, and a velocity-level action abstraction maps high-level cooperative decisions to executable six-degree-offreedom AUV control inputs.The code is available at https://github.com/dasjsaj/MARL-AUV.

Summary

  • The paper presents the STG-MAPPO method that integrates semantic task graphs into MARL for robust underwater target tracking.
  • It leverages velocity-level action abstraction and a task-oriented reward structure to achieve lower tracking error and zero target loss in stress scenarios.
  • It introduces an open-source MARL-AUV platform for benchmarking distributed AUV networking under realistic 6DOF dynamics and communication constraints.

Task-Semantic Graph-Driven Distributed Agent Networking for Underwater Target Tracking

Introduction

The application of autonomous underwater vehicle (AUV) swarms in persistent underwater target tracking presents extreme challenges: communication is constrained by acoustic bandwidth, low reliability, and high latency, while each AUV is limited to partial and noisy observations due to physical and sensing constraints. Previous research in multi-agent reinforcement learning (MARL) for distributed tracking lacks both physically realistic open-source benchmarking environments and architectures that exploit rich task-semantic cues necessary for robust and persistent cooperation. The paper "Task-Semantic Graph-Driven Distributed Agent Networking for Underwater Target Tracking" (2605.15528) presents two substantial contributions: first, the introduction of an open-source MARL-AUV platform, and second, the Semantic Task Graph-Enhanced Multi-Agent PPO (STG-MAPPO) method, which integrates explicit task semantics into the distributed policy architecture for underwater AUV swarms.

System Model and Problem Formulation

The system consists of NN AUVs, each modeled with full six-degree-of-freedom (6DOF) nonlinear dynamics. Operating in continuous space under partially observable and communication-constrained conditions, each agent observes locally relative target and neighbor states, and dynamic link qualities determined by a distance- and attenuation-based acoustic model. Swarm target tracking is cast as a Decentralized-POMDP, optimizing for long-term aggregate tracking error, target-loss rate, and execution smoothness under the centralized-training and decentralized-execution (CTDE) paradigm.

The observation model explicitly incorporates reliability: communication links are time-varying and subject to packet loss and delays, modeled as dynamic local communication graphs with node- and edge-wise link quality metrics. Local perceptual uncertainty and sensor range limitations further necessitate robust policy representations sensitive to task phase and neighbor contributions.

Semantic Task Graph-Driven MARL Framework

Semantic Task Graph Construction

STG-MAPPO introduces a structured policy input comprising:

  • Tracking diagnostics: direct inclusion of target-relative positions, velocities, tracking errors, and error-improvement trends.
  • Task-phase indicators: explicit encoding of whether an AUV is in searching, approaching, stable tracking, or target-lost states (computed by rule-based logic).
  • Observation-confidence: quantized representation based on sensor distance thresholds.
  • Link availability and neighbor quality: dynamic graph-based summaries of acoustic neighbor link strength, information freshness, and past tracking performance.
  • Local role advantage: adaptive estimation of whether an agent is the principal tracker among neighbors, based on observation confidence and relative error improvement.

These components form a compact semantic graph that is input to decentralized actors, allowing each agent to infer both its own status and the cooperative value of neighbor information under communication constraints.

Velocity-Level Action Abstraction

Rather than directly optimizing in the coupled 6DOF force/torque action spaceโ€”which is known to hinder stable policy learningโ€”STG-MAPPO outputs 3D velocity-level commands. These are compiled into executable 6DOF control inputs via physical simulation, preserving realism while substantially reducing policy complexity and exploration instability.

Task-Oriented Reward Decomposition

The reward structure is formulated to incentivize persistent tracking: maximizing time within a stable tracking distance band, benefiting from progress toward the target and reacquisition post-loss, penalizing excessive actuation and aggressive maneuvers, and incorporating semantic rewards contingent on task phase, observation quality, and role assignment.

Experimental Evaluation

MARL-AUV Benchmark and Baseline Comparison

The paper provides the first open-source platform enabling reproducible, fair benchmarking of MARL algorithms in physically realistic multi-AUV tracking environments. The environment supports dynamic communication topology, realistic 6DOF AUV models, and multiple stress-testing conditions (e.g., increased target maneuverability, degraded communication and sensing).

STG-MAPPO is evaluated against state-of-the-art decentralized MARL baselines: MAPPO, HAPPO, MADDPG, MATD3, MASAC, and MADQN. Performance metrics include time-averaged target distance, tracking error, target-loss rate, action saturation, and cumulative reward.

Main Findings

  • STG-MAPPO achieves an average target distance of 0.012 km and zero target loss under nominal and stress scenarios in the medium-difficulty setting. Competing baselines exhibit significantly larger distances and nonzero loss rates.
  • In harder scenarios (rapid target, deteriorated conditions), STG-MAPPO sustains 0.013 km distance and zero loss, whereas MAPPO, the strongest non-semantic baseline, degrades to 0.095 km and nonzero loss.
  • STG-MAPPO demonstrates faster convergence, greater late-stage stability (no increase in loss rate toward episode tails), and lower action saturation, indicating smoother, more robust control policies.
  • The ablation study confirms that neither velocity-level action abstraction nor semantic state inputs alone achieve the full performance; the synergy of both, plus explicit semantic task graph integration, yields the observed reliability and accuracy.

Robustness, Scalability, and Qualitative Outcomes

Stress-testing across varied initial conditions (target speed, agent separation, limited sensing, and communication) reveals that STG-MAPPO preserves low tracking error, zero loss, and stable control, without reliance on aggressive or boundary actions. Qualitative visualizations demonstrate scalability to larger swarms (up to 20 AUVs) and complex terrain, confirming behavioral validity outside simple synthetic scenarios.

Implications and Theoretical Discussion

The integration of task-semantic state abstraction and graph-based relational summaries bridges the gap between ad hoc sensorimotor MARL and the requirements of robust distributed control in the underwater domain. By making task-phase, observation-confidence, and the value of neighbor information explicit at the policy input level, the method avoids the entanglement and instability often encountered by purely end-to-end function approximators. The velocity-level action abstraction further mitigates reward hacking and control aliasing by decoupling high-level cooperation from low-level motor exploration.

The provided MARL-AUV platform establishes a software infrastructure for systematic evaluation of MARL algorithms under physically grounded, real-world-motivated constraintsโ€”addressing a major gap in the empirical study of distributed learning-based control for underwater swarms.

Future Prospects

Anticipated directions stemming from this work include the extension of the framework to heterogeneous multi-agent setups (including surface vehicles), explicit modeling of more realistic underwater acoustic channels and information freshness constraints, and ultimately, closing the gap between high-fidelity simulation and field-level deployments via domain adaptation and transfer learning methodologies.

Conclusion

This work establishes a new paradigm for robust and scalable distributed underwater target tracking by integrating semantic, graph-driven state representations with MARL. The empirical results provide strong evidence that explicit task semantics and velocity-level decision abstraction jointly enable persistent and reliable AUV cooperation under severe communication and sensing constraints. The open-source MARL-AUV benchmark is poised to drive further theoretical and practical advancements in distributed learning-based agent networking, with direct relevance to ocean observation, search, and surveillance missions.

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.

Tweets

Sign up for free to view the 1 tweet with 1 like about this paper.