Search papers, labs, and topics across Lattice.
This paper introduces EvolveNav, a self-evolving framework for Zero-Shot Object-Goal Navigation (ZS-OGN) that enhances embodied agents' ability to locate target objects without prior training. By implementing a rule memory that extracts actionable insights from past trajectories and employing a retrieval strategy based on upper confidence bounds, the framework effectively balances semantic relevance with historical success. The results demonstrate a 10.1% improvement in success rates and a reduction in unnecessary exploration steps compared to existing zero-shot methods, showcasing the framework's capacity for continuous test-time adaptation.
EvolveNav achieves a 10.1% boost in success rates for zero-shot navigation by enabling agents to learn and adapt in real-time from their experiences.
Zero-Shot Object-Goal Navigation (ZS-OGN) requires embodied agents to explore and locate target objects without any prior training. To this end, recent methods leverage foundation models. But they typically rely on static priors and lack adaptation, which leads to repeated errors and costly trial and error. In this paper, we propose a self-evolving ZS-OGN framework that enables continuous test-time improvement. Specifically, we build an agentic rule memory by extracting actionable knowledge from past trajectories. Then, we propose a retrieval strategy based on upper confidence bound, selecting effective rules by balancing semantic relevance and historical success. In addition, we introduce a memory-guided preflection module that forecasts potential outcomes before action, reducing inefficient exploration. Extensive experiments show that our method outperforms existing zero-shot baselines, achieving a 10.1\% improvement in success rate with fewer unnecessary steps.