Dual-Attention Heterogeneous GNN for Multi-robot Collaborative Area Search via Deep Reinforcement Learning
Lina Zhu, Jiyu Cheng, Yuehu Liu, Wei Zhang
TL;DR
The paper tackles multi-robot area search by addressing the exploration-coverage trade-off with a Dual-Attention Heterogeneous Graph Neural Network (DA-HGNN). It constructs a relational, spatio-temporal heterogeneous graph and augments it with type-aware semantics to distinguish frontier (exploration) from points of interest (coverage), enabling dynamic, task-aware long-term goal assignment via graph matching. The approach is embedded in a hierarchical policy, combining a reconstruction mapper, a topological planner, and an action planner, and trained with PPO plus an auxiliary perception loss. Empirical results in interactive 3D iGibson environments show DA-HGNN outperforms baselines in exploration, coverage, and scalability across varying scene sizes and robot counts, validating its generalization and practical impact for large-scale, dynamic multi-robot search tasks.
Abstract
In multi-robot collaborative area search, a key challenge is to dynamically balance the two objectives of exploring unknown areas and covering specific targets to be rescued. Existing methods are often constrained by homogeneous graph representations, thus failing to model and balance these distinct tasks. To address this problem, we propose a Dual-Attention Heterogeneous Graph Neural Network (DA-HGNN) trained using deep reinforcement learning. Our method constructs a heterogeneous graph that incorporates three entity types: robot nodes, frontier nodes, and interesting nodes, as well as their historical states. The dual-attention mechanism comprises the relational-aware attention and type-aware attention operations. The relational-aware attention captures the complex spatio-temporal relationships among robots and candidate goals. Building on this relational-aware heterogeneous graph, the type-aware attention separately computes the relevance between robots and each goal type (frontiers vs. points of interest), thereby decoupling the exploration and coverage from the unified tasks. Extensive experiments conducted in interactive 3D scenarios within the iGibson simulator, leveraging the Gibson and MatterPort3D datasets, validate the superior scalability and generalization capability of the proposed approach.
