arXiv:2510.18546cs.ROcs.AI2025-10NeurIPS被引 7

让小模型在本地设备上高效完成找物导航,效果超云端大模型。

EfficientNav: Towards On-Device Object-Goal Navigation with Navigation Map Caching and Retrieval

  • 用语义检索压缩导航地图,提升小模型理解力。
  • 缓存离散记忆并聚类注意力,降低规划延迟6.7倍。
  • 适合资源受限设备部署零样本导航任务。

物体目标导航(ObjNav)要求智能体在未见过的环境中定位特定物体。配备大型语言模型(LLM)和在线构建导航地图的具身智能体可实现零样本导航。然而,现有方法严重依赖云端巨型模型(如GPT-4),直接改用小型模型(如LLaMA3.2-11b)会因理解复杂导航地图的能力有限而导致成功率大幅下降,难以在本地设备部署。同时,导航地图描述带来的长提示会显著增加本地设备上的规划延迟。本文提出EfficientNav,实现基于小模型的本地高效零样本物体目标导航。为帮助小模型更好理解环境,提出语义感知记忆检索以剔除冗余信息;为降低规划延迟,提出离散内存缓存与基于注意力的记忆聚类,高效存储并复用键值缓存。大量实验表明,EfficientNav在HM3D基准上相比基于GPT-4的基线提升11.1%成功率,并实现6.7倍实时延迟降低与4.7倍端到端延迟降低。代码已开源:https://github.com/PKU-SEC-Lab/EfficientNav。

原文摘要 · Abstract (English)

Object-goal navigation (ObjNav) tasks an agent with navigating to the location of a specific object in an unseen environment. Embodied agents equipped with large language models (LLMs) and online constructed navigation maps can perform ObjNav in a zero-shot manner. However, existing agents heavily rely on giant LLMs on the cloud, e.g., GPT-4, while directly switching to small LLMs, e.g., LLaMA3.2-11b, suffer from significant success rate drops due to limited model capacity for understanding complex navigation maps, which prevents deploying ObjNav on local devices. At the same time, the long prompt introduced by the navigation map description will cause high planning latency on local devices. In this paper, we propose EfficientNav to enable on-device efficient LLM-based zero-shot ObjNav. To help the smaller LLMs better understand the environment, we propose semantics-aware memory retrieval to prune redundant information in navigation maps. To reduce planning latency, we propose discrete memory caching and attention-based memory clustering to efficiently save and re-use the KV cache. Extensive experimental results demonstrate that EfficientNav achieves 11.1% improvement in success rate on HM3D benchmark over GPT-4-based baselines, and demonstrates 6.7x real-time latency reduction and 4.7x end-to-end latency reduction over GPT-4 planner. Our code is available on https://github.com/PKU-SEC-Lab/EfficientNav.

导航小模型本地部署推理加速

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。