The Big Picture
Modeling message age and realistic sensor errors makes cooperative drones much better at 3D localization: fresh-aware observations and perception-consistent rewards cut tracking failures and position error, while multi-source uncertainty modeling greatly increases valid triangulations.
ON THIS PAGE
The Evidence
Making agents aware of how old teammate information is (Age-of-Information) and giving them memory leads to clearer, more valid triangulation. Training with rewards computed from the same noisy, delayed observations the agents actually receive (perception-consistent rewards) lowers average position error and reduces track losses and collisions compared with using clean, privileged states for rewards. Propagating multiple real error sources (pixel noise, pose and gimbal errors, camera intrinsics) into the uncertainty model massively improves when triangulation estimates are considered valid [Emergence-Aware Monitoring Pattern].
Not sure where to start?Get personalized recommendations
Data Highlights
1Augmenting observations with Age-of-Information raised valid triangulation rate by 10.6 percentage points versus the ablated baseline.
2Perception-consistent rewards achieved 0.547 m RMSE (vs 0.633 m for privileged rewards) with 27% fewer track losses and 38% fewer collisions.
3Multi-source uncertainty propagation increased triangulation validity from 32.2% to 78.1% and produced a 2.8× reduction in RMSE compared to angular-only uncertainty modeling.
What This Means
Engineers building cooperative drone teams and multi-agent systems who must operate over unreliable networks will benefit: the techniques reduce tracking errors and failures under realistic delays. Technical leaders deciding reward and observation designs for deployed multi-agent perception systems can use these trade-offs to choose between aggregate accuracy (perception-consistent rewards) and temporal stability (privileged rewards). [Human-in-the-Loop Pattern]
Key Figures

Fig 1: Figure 1: Left : Problem setup showing two agents with gimbaled zoom cameras coordinating to localize a target using triangulation. Each agent maintains ego and other observation streams subject to asymmetric delays, with estimation uncertainty and error indicated. Right : Training architecture with the dual-path delay and noise modeling pipeline. The dual-path architecture separates the observation path (always noisy and delayed) from the reward path: the privileged reward (green, solid) computes rewards from clean delayed states, while the added perception-consistent reward (green, dashed) uses the same noisy delayed states as the observation. Both configurations train under MAPPO with a three-phase curriculum.

Fig 2: Figure 2: Three-stage delay pipeline: staleness (sample-and-hold), latency (buffered delay), and dropout (packet loss). This logic is used to model realistic delays in the training environment. An identical delay structure is applied to each agent’s ego-state stream and inter-agent state streams. The ego-state stream has reduced delay parameters to reflect near-zero latency from onboard sensors, while inter-agent streams have higher delay parameters matching realistic communication latencies.

Fig 3: Figure 3: Training curves over 200k agent steps. (a) Total reward, (b) valid triangulation rate, (c) episode length before termination. Experimental results from Section V show the training metrics don’t necessarily reflect policy performance in terms of downstream metrics like RMSE and valid triangulation rate.

Fig 4: Figure 4: Representative 3D trajectories of 2 agents and one target. Left : Perception-consistent (noisy reward). Right : Privileged (clean reward). The noisy reward policy initially overshoots then adjusts gently, while the clean-reward policy converges to a tighter formation with more frequent adjustments.
Ready to evaluate your AI agents?
Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.
Learn MoreYes, But...
Results are from high-fidelity simulation and focus on the two-agent triangulation case; real-flight tests with onboard sensing and wireless networks are still needed. Scaling to more agents revealed increased collisions (preliminary three-agent tests showed a 9.5× rise), so collision-aware observations or rewards are required for larger teams. Delay and noise settings were chosen to reflect realistic ranges but may differ by hardware and network, so online estimation of delays/noise may be needed in deployment. [Inter-Agent Miscommunication]
Methodology & More
Putting the age of information directly into each drone’s observations and giving policies short-term memory lets teams reason about stale teammate data and act accordingly. The system models three delay sources—sampling staleness, transport latency, and packet dropout—so agents see asymmetric delays: near-zero latency for their own sensors and larger delays for messages from others. Policies use a recurrent neural network to maintain a temporal belief; ablating recurrence or the age tag severely degrades valid triangulation. Training under two reward philosophies reveals a trade-off: optimizing for the noisy, delayed states agents actually observe (perception-consistent rewards) gives better average position error (0.547 m RMSE) and fewer track losses and collisions, while optimizing against privileged clean states yields more temporally stable coordination. Separately, replacing a simplistic angular-noise model with a multi-source uncertainty propagation that includes pixel detection noise, pose/gimbal calibration, and camera intrinsics boosted valid triangulation from 32.2% to 78.1% and cut RMSE by 2.8×. Experiments used a curriculum and centralized-training, decentralized-execution reinforcement learning setup in simulation; practical deployment will need real-world validation and better collision signaling for larger teams. [Agent-to-Agent Protocol] [Reward Model]
Avoid common pitfallsLearn what failures to watch for
Credibility Assessment:
ArXiv preprint with authors showing low h-index (h=2) and no strong institutional affiliations; signals point to emerging/limited credibility.