TL;DR
Heterogeneous robot teams face challenges in understanding scenes due to perceptual uncertainty, which varies by viewpoint. Co-GLANCE is a real-time onboard system that resolves this uncertainty by combining semantic reasoning with occlusion segmentation and robot allocation.
✦ Why It Matters
Engineers can implement Co-GLANCE to enhance real-time decision-making in heterogeneous robotic systems.
Key Takeaways
Full Summary
Heterogeneous robot teams, which consist of different types of robots, often struggle with perceptual uncertainty in unstructured outdoor environments, where visibility can be obstructed. Co-GLANCE is introduced as a real-time onboard perception and decision-making system that addresses this issue by integrating semantic reasoning from vision-language models into a streamlined process for occlusion segmentation and robot allocation.
It employs conformal prediction, a statistical method, alongside selective abstention to provide reliable uncertainty estimates for its outputs. In practical tests, Co-GLANCE demonstrated a 25% improvement in occlusion segmentation accuracy and a 36% increase in robot allocation accuracy compared to traditional cloud-based models, while also achieving a remarkable 350-fold reduction in inference latency.
This advancement allows robots to actively seek out the best viewpoints to resolve uncertainties, enhancing their operational effectiveness. Additionally, an air-ground dataset has been released to support further research in this area.
Related