Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
TimWindecker commited on
Commit
018d5eb
·
verified ·
1 Parent(s): 75a4ed8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -156,10 +156,10 @@ size_categories:
156
 
157
  - ✏️ **Core Task:** Given a real-world image in first-person perspective, a language instruction, and an embodiment type, models should predict a 2D navigation path in image space that solves the instruction.
158
  - 🤖 **Embodiments:** Four embodiment types capturing distinct physical and spatial constraints (human, legged robot, wheeled robot, or bicycle).
159
- - 📏 **Scale:** 1,000 diverse real-world scenarios and over 3,000 expert-annotated traces.
160
  - ⚖️ **Splits:**
161
- - Validation split (50%) for model fine-tuning.
162
- - Test split (50%) with hidden ground-truths for public leaderboard evaluation.
163
  - 🔎 **Annotation Quality:** All images and traces manually collected and labeled by human experts.
164
  - 🏅 **Evaluation Metric:** Semantic-aware Trace Score, combining Dynamic Time Warping distance, goal endpoint error, and embodiment-conditioned semantic penalties.
165
 
@@ -198,5 +198,11 @@ If you find this dataset helpful for your work, please cite us with:
198
  **BibTeX:**
199
 
200
  ```
201
- TODO
 
 
 
 
 
 
202
  ```
 
156
 
157
  - ✏️ **Core Task:** Given a real-world image in first-person perspective, a language instruction, and an embodiment type, models should predict a 2D navigation path in image space that solves the instruction.
158
  - 🤖 **Embodiments:** Four embodiment types capturing distinct physical and spatial constraints (human, legged robot, wheeled robot, or bicycle).
159
+ - 📏 **Scale:** 1,002 diverse real-world scenarios and over 3,000 expert-annotated traces.
160
  - ⚖️ **Splits:**
161
+ - Validation split (~50%) for model fine-tuning.
162
+ - Test split (~50%) with hidden ground-truths for public leaderboard evaluation.
163
  - 🔎 **Annotation Quality:** All images and traces manually collected and labeled by human experts.
164
  - 🏅 **Evaluation Metric:** Semantic-aware Trace Score, combining Dynamic Time Warping distance, goal endpoint error, and embodiment-conditioned semantic penalties.
165
 
 
198
  **BibTeX:**
199
 
200
  ```
201
+ @article{Windecker2025NaviTrace,
202
+ author = {Tim Windecker and Manthan Patel and Moritz Reuss and Richard Schwarzkopf and Cesar Cadena and Rudolf Lioutikov and Marco Hutter and Jonas Frey},
203
+ title = {NaviTrace: Evaluating Embodied Navigation of Vision-Language Models},
204
+ year = {2025},
205
+ month = {October},
206
+ note = {Awaiting peer review and journal submission.},
207
+ }
208
  ```