SeeNav-Agent: Enhancing Vision-Language Navigation with Visual Prompt and Step-Level Policy Optimization
This repository contains the official implementation for the paper SeeNav-Agent: Enhancing Vision-Language Navigation with Visual Prompt and Step-Level Policy Optimization.
Overview
We propose SeeNav-Agent, a novel LVLM-based embodied navigation framework that includes a zero-shot dual-view visual prompt technique for the input side and an efficient RFT algorithm named SRGPO for post-training. Existing Vision-Language Navigation (VLN) agents often suffer from perception, reasoning, and planning errors, which SeeNav-Agent aims to mitigate through its proposed techniques.
π Highlights
- π« Zero-Shot Visual Prompt: No extra training for performance improvement with visual prompt.
- π² Efficient Step-Level Advantage Calculation: Step-Level groups are randomly sampled from the entire batch.
- π Significant Gains: +20.0pp (GPT4.1+VP) and +5.6pp (Qwen2.5-VL-3B+VP+SRGPO) improvements on EmbodiedBench-Navigation.
π Summary
- π¨ Dual-View Visual Prompt: We apply visual prompt techniques directly on the input dual-view image to reduce the visual hallucination.
- π Step Reward Group Policy Optimization (SRGPO): By defining a state-independent verifiable process reward function, we achieve efficient step-level random grouping and advantage estimation.
π Results on EmbodiedBench-Navigation
π Main Results
ποΈ Training Curves for RFT
ποΈ Testing Curves for OOD-Scenes
π¦ Checkpoint
| base model | env | π€ link |
|---|---|---|
| Qwen2.5-VL-3B-Instruct-SRGPO | EmbodiedBench-Nav | Qwen2.5-VL-3B-Instruct-SRGPO |
π οΈ Usage
Setup
Setup a seperate environment for evaluation according to: EmbodiedBench-Nav and Qwen3-VL to support Qwen2.5-VL-3B-Instruct.
Setup a seperate training environment according to: verl-agent and Qwen3-VL to support Qwen2.5-VL-3B-Instruct.
Evaluation
Use the following command to evaluate the model on EmbodiedBench:
conda activate <your_env_for_eval>
cd SeeNav
python testEBNav.py
Hint: you need to first set your endpoint, API-key and api_version in SeeNav/planner/models/remote_model.py
Training
verl-agent/examples/srgpo_trainer contains example scripts for SRGPO-based training on EmbodiedBench-Navigation.
Modify
run_ebnav.shaccording to your setup.Run the following command:
conda activate <your_env_for_train>
cd verl-agent
bash examples/srgpo_trainer/run_ebnav.sh
π Citation
If you find this work helpful in your research, please consider citing:
@article{wang2025seenav,
title={SeeNav-Agent: Enhancing Vision-Language Navigation with Visual Prompt and Step-Level Policy Optimization},
author={Zhengcheng Wang and Zichuan Lin and Yijun Yang and Haobo Fu and Deheng Ye},
journal={arXiv preprint arXiv:2512.02631},
year={2025}
}
- Downloads last month
- 28
Model tree for wangzc9865/SeeNav-Agent
Base model
Qwen/Qwen2.5-VL-3B-Instruct