Search papers, labs, and topics across Lattice.
This paper introduces HydraCollab, an adaptive collaborative-perception framework designed for multi-robot systems that optimizes the trade-off between communication bandwidth and perception accuracy. By selectively transmitting the most informative sensor features and dynamically adjusting collaboration strategies based on spatial confidence maps, HydraCollab minimizes communication overhead while enhancing situational awareness. Evaluations on multiple datasets reveal that HydraCollab outperforms the state-of-the-art method Where2comm, achieving significant performance improvements with reduced bandwidth usage.
HydraCollab achieves superior perception accuracy while slashing communication bandwidth by up to 59% compared to existing methods.
Collaborative-perception enables multi-robot systems to enhance situational awareness by sharing perceptual information. Existing collaborative-perception systems face an inherent trade-off between communication bandwidth requirements and perception accuracy, where methods that exchange more information achieve better perception results at the cost of increased communication overhead. However, real-world communication networks impose bandwidth constraints that require minimizing communication overhead without sacrificing perception performance. To address this challenge, we propose HydraCollab, an adaptive collaborative-perception framework that (i) selectively transmits the most informative sensor features and (ii) dynamically employs collaboration strategies (intermediate or late) based on spatial confidence maps. Extensive evaluations on the V2X-R, V2X-Radar and UAV3D-mini datasets demonstrate that HydraCollab achieves the best overall trade-off between accuracy and communication cost among existing collaborative-perception methods. Relative to SOTA Where2comm, HydraCollab uses only 41% of the bandwidth on V2X-R and 26% on V2X-Radar while improving performance by 0.78% and 0.75% respectively. Our code and models are available at https://github.com/AICPS/HydraCollab.