Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
TimWindecker commited on
Commit
25646dd
·
verified ·
1 Parent(s): 00418b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -1
README.md CHANGED
@@ -54,7 +54,7 @@ dataset_info:
54
  num_bytes: 17876685412.11577
55
  num_examples: 502
56
  - name: test
57
- num_bytes: 17565562113.0
58
  num_examples: 500
59
  download_size: 369722031
60
  dataset_size: 35442247525.11577
@@ -65,4 +65,111 @@ configs:
65
  path: data/validation-*
66
  - split: test
67
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  num_bytes: 17876685412.11577
55
  num_examples: 502
56
  - name: test
57
+ num_bytes: 17565562113
58
  num_examples: 500
59
  download_size: 369722031
60
  dataset_size: 35442247525.11577
 
65
  path: data/validation-*
66
  - split: test
67
  path: data/test-*
68
+ tags:
69
+ - image
70
+ - text
71
+ - navigation
72
+ pretty_name: NaviTrace
73
+ license: cc-by-4.0
74
+ task_categories:
75
+ - visual-question-answering
76
+ - robotics
77
+ language:
78
+ - en
79
+ size_categories:
80
+ - 1K<n<10K
81
  ---
82
+
83
+ <style>
84
+ /* Headings */
85
+ h1 {
86
+ text-align: center;
87
+ font-size: 4.5rem !important;
88
+ font-weight: 500;
89
+ margin-top: 1rem;
90
+ margin-bottom: 2rem;
91
+ }
92
+
93
+ /* Links container */
94
+ .links-container {
95
+ text-align: center;
96
+ margin-bottom: 3rem;
97
+ font-size: 1.1rem;
98
+ }
99
+
100
+ .links-container a {
101
+ margin: 0 1rem;
102
+ text-decoration: none;
103
+ color: #3b82f6;
104
+ font-weight: 600;
105
+ transition: color 0.3s;
106
+ }
107
+
108
+ .links-container a:hover {
109
+ color: #1e3a8a;
110
+ }
111
+ </style>
112
+
113
+ <div align="center">
114
+
115
+ <h1><b>NaviTrace</b></h1>
116
+
117
+ <div class="links-container">
118
+ <a href="https://leggedrobotics.github.io/navitrace_webpage/" target="_blank">
119
+ 🏠 Project
120
+ </a>
121
+ <a href="#" target="_blank">
122
+ 📄 Paper
123
+ </a>
124
+ <a href="#" target="_blank">
125
+ 💻 Code
126
+ </a>
127
+ <a href="https://huggingface.co/spaces/leggedrobotics/navitrace_leaderboard" target="_blank">
128
+ 🏆 Leaderboard
129
+ </a>
130
+ </div>
131
+
132
+ <img src="https://leggedrobotics.github.io/navitrace_webpage/static/images/Figure_1.png" alt="NaviTrace Overview" width="800px">
133
+
134
+ ***NaviTrace** is a novel VQA benchmark for VLMs that evaluates models on their embodiment-specific understanding of navigation across challenging real-world scenarios.*
135
+
136
+ </div>
137
+
138
+ ## Key Features
139
+
140
+ - ✏️ **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.
141
+ - 🤖 **Embodiments:** Four embodiment types capturing distinct physical and spatial constraints (human, legged robot, wheeled robot, or bicycle).
142
+ - 📏 **Scale:** 1,000 diverse real-world scenarios and over 3,000 expert-annotated traces.
143
+ - ⚖️ **Splits:**
144
+ - Validation split (50%) for model fine-tuning.
145
+ - Test split (50%) with hidden ground-truths for public leaderboard evaluation.
146
+ - 🔎 **Annotation Quality:** All images and traces manually collected and labeled by human experts.
147
+ - 🏅 **Evaluation Metric:** Semantic-aware Trace Score, combining Dynamic Time Warping distance, Goal endpoint error, and Embodiment-conditioned semantic penalties.
148
+
149
+ ## Uses
150
+
151
+ ### Run Benchmark
152
+
153
+ TODO See notbook
154
+
155
+ ### Model Training
156
+
157
+ TODO
158
+
159
+ ## Structure
160
+
161
+ only suitable embodiments
162
+
163
+ ## Citation
164
+
165
+ If you find this dataset helpful for your work, please cite us with:
166
+
167
+ **BibTeX:**
168
+
169
+ ```
170
+ TODO
171
+ ```
172
+
173
+ ## Contact
174
+
175
+ TODO