Search papers, labs, and topics across Lattice.
This paper introduces AECNav, a novel framework for zero-shot object-goal navigation that addresses the challenges of high latency and limited accuracy in open-vocabulary scenarios. By reframing the problem as an evidence-driven perception-to-decision task, AECNav employs evidence-gated perception, evidence consolidation, and active evidence acquisition to optimize the navigation process. The method achieves state-of-the-art success rates across multiple benchmarks while significantly reducing inference overhead, demonstrating its effectiveness in real-world applications with a physical quadruped robot.
AECNav achieves an impressive 84.7% success rate in zero-shot navigation, redefining efficiency and accuracy in open-vocabulary object recognition.
Zero-shot object-goal navigation (ZSON) in open-vocabulary scenarios is challenging, as it requires a robot to locate an arbitrarily specified object in an unseen environment without task-specific training. Currently, the task still suffers from high latency and limited accuracy due to redundant perception pipelines and insufficient evidence for reliable target confirmation. In this letter, we reframe ZSON as an evidence-driven perception-to-decision problem and present AECNav, a training-free pipeline built on three components: i) Evidence-gated perception, which utilizes a shared encoding across all reasoning stages to establish a unified semantic basis and eliminate redundant computations; ii) Evidence consolidation, which aggregates detections into cluster-level log-odds beliefs. This explicitly separates genuine target support from the false confidence of visually similar distractors, while treating the absence of expected detections as negative evidence; and iii) Active evidence acquisition, which sustains productive exploration under weak semantic cues by selecting frontiers that maximize information gain at minimal traversal cost. As a result, AECNav significantly outperforms previous methods and achieves state-of-the-art success rates of 84.7%, 57.3%, and 51.3% on HM3D-v2, HM3D-OVON, and MP3D, respectively, with substantially lower inference overhead, and attains 95% success across 40 trials on a physical quadruped robot at roughly 5Hz. Code will be made publicly available upon acceptance.