菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-22
📄 Abstract - WildOS: Open-Vocabulary Object Search in the Wild

Autonomous navigation in complex, unstructured outdoor environments requires robots to operate over long ranges without prior maps and limited depth sensing. In such settings, relying solely on geometric frontiers for exploration is often insufficient. In such settings, the ability to reason semantically about where to go and what is safe to traverse is crucial for robust, efficient exploration. This work presents WildOS, a unified system for long-range, open-vocabulary object search that combines safe geometric exploration with semantic visual reasoning. WildOS builds a sparse navigation graph to maintain spatial memory, while utilizing a foundation-model-based vision module, ExploRFM, to score frontier nodes of the graph. ExploRFM simultaneously predicts traversability, visual frontiers, and object similarity in image space, enabling real-time, onboard semantic navigation tasks. The resulting vision-scored graph enables the robot to explore semantically meaningful directions while ensuring geometric safety. Furthermore, we introduce a particle-filter-based method for coarse localization of the open-vocabulary target query, that estimates candidate goal positions beyond the robot's immediate depth horizon, enabling effective planning toward distant goals. Extensive closed-loop field experiments across diverse off-road and urban terrains demonstrate that WildOS enables robust navigation, significantly outperforming purely geometric and purely vision-based baselines in both efficiency and autonomy. Our results highlight the potential of vision foundation models to drive open-world robotic behaviors that are both semantically informed and geometrically grounded. Project Page: this https URL

顶级标签: robotics computer vision systems
详细标签: autonomous navigation open-vocabulary search semantic exploration foundation models outdoor robotics 或 搜索:

WildOS:野外开放词汇物体搜索 / WildOS: Open-Vocabulary Object Search in the Wild


1️⃣ 一句话总结

这篇论文提出了一个名为WildOS的机器人导航系统,它通过结合几何安全探索与基于基础模型的视觉语义推理,让机器人能在复杂、未知的野外环境中高效、自主地搜索用户指定的任意物体。

源自 arXiv: 2602.19308