-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
532 lines (475 loc) · 20.9 KB
/
Copy pathindex.html
File metadata and controls
532 lines (475 loc) · 20.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/>
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AirNav:A Large-Scale Real-World UAV Vision-and-Language Navigation Dataset with Natural and Diverse Instructions</title>
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
</head>
<body>
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h1 class="title is-2 publication-title">AirNav:A Large-Scale Real-World UAV Vision-and-Language Navigation Dataset<br>with Natural and Diverse Instructions</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a>Hengxing Cai</a><sup>1*</sup>,
</span>
<span class="author-block">
<a>Yijie Rao</a><sup>2*</sup>,
</span>
<span class="author-block">
<a>Ligang Huang</a><sup>3</sup>,
</span>
<span class="author-block">
<a>Zanyang Zhong</a><sup>1</sup>,
</span>
<span class="author-block">
<a>Jinhan Dong</a><sup>4</sup>,
</span>
<br>
<span class="author-block">
<a>Jingjun Tan</a><sup>1</sup>,
</span>
<span class="author-block">
<a>Wenhao Lu</a><sup>5</sup>,
</span>
<span class="author-block">
<a>Renxin Zhong</a><sup>1†</sup>
</span>
<br>
<span class="author-block">
(* indicates equal contribution, † corresponding author)
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>School of Intelligent Systems Engineering, Sun Yat-Sen University</span>,
<span class="author-block"><sup>2</sup>Beihang University</span>,
<span class="author-block"><sup>3</sup>Peking University</span>,
<br>
<span class="author-block"><sup>4</sup>Beijing University of Posts and Telecommunications</span>,
<span class="author-block"><sup>5</sup>National University of Defense Technology</span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="http://arxiv.org/abs/2601.03707" target="_blank" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<!-- Supplementary PDF link -->
<!-- <span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary</span>
</a>
</span> -->
<!-- Github link -->
<span class="link-block">
<a href="https://github.com/nopride03/AirNav" target="_blank" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
<!-- dataset link -->
<!-- <span class="link-block">
<a href="https://anonymous.4open.science/r/AirNav-FB4C" target="_blank" class="external-link button is-normal is-rounded is-dark">
<span class="icon" style="vertical-align: middle; font-size: 20px;">🤗</span>
<span style="vertical-align: middle;">Dataset</span>
</a>
</span> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Teaser video-->
<!-- <section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<div class="content has-text-justified">
<p><b>TL;DR</b>: CityNav is a dataset for vision-and-language aerial navigation
that consists of human-generated trajectories paired with descriptions on real-world 3D cities.</p>
<p class="new-line"></p>
<img src="static/figures/teaser.png" alt="teaser" class="blend-img-background center-image" style="width: 100%; height: auto;">
</div>
</div>
</div>
</div>
</section> -->
<!-- <hr class="container is-max-desktop separator"> -->
<!-- Paper abstract -->
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h2 class="title is-3">Overview</h2>
<div class="content has-text-justified">
<p>
We propose AirNav, a large-scale UAV VLN benchmark constructed from real urban aerial data, rather than synthetic environments, with natural and diverse instructions.
Additionally, we introduce the AirVLN-R1, which combines Supervised Fine-Tuning and Reinforcement Fine-Tuning to enhance performance and generalization.
The feasibility of the model is preliminarily evaluated through real-world tests.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End paper abstract -->
<hr class="container is-max-desktop separator">
<!-- Data construction -->
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h2 class="title is-3">Dataset Construction</h2>
<div class="content has-text-justified">
<img src="static/images/data_construction.png" alt="Overview of the AirNav Benchmark Construction Pipeline" class="blend-img-background center-image">
<p class="new-line"></p>
<p>
The AirNav pipeline is designed to bridge the gap between synthetic data and real-world complexity. It consists of three primary stages:
<br>Data Collection & Scene Reconstruction: High-resolution aerial images are captured across diverse urban areas (residential, industrial, etc.) using professional drones. These are processed using Structure-from-Motion (SfM) to create dense 3D reconstructions.
<br>Graph Generation: The system samples nodes within the 3D space to build a navigable connectivity graph, ensuring the paths are realistic for UAV flight.
<br>Instruction Generation: Using a combination of template-based methods and Large Language Models (LLMs), the pipeline generates diverse, natural language instructions that describe landmarks and spatial relationships for each path.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End data construction -->
<hr class="container is-max-desktop separator">
<!-- <hr class="container is-max-desktop separator"> -->
<!-- demonstration video -->
<!-- <section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h2 class="title is-3">Web-based 3D Flight Simulator</h2>
<div class="content has-text-justified">
<video poster="" id="tree" autoplay controls muted loop>
<source src="static/videos/citynav_web_demo_mid_quality.mp4"
type="video/mp4">
</video>
<p class="new-line"></p>
<p>
To collect trajectory data via the web, we developed a web-based flight simulator
that allows users to operate an aerial agent within 3D enviroments.
</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- Dataset Statistics -->
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h2 class="title is-3">Dataset Statistics</h2>
<div class="content has-text-justified">
<img src="static/images/data_statistics.png" alt="statistics of our proposed dataset" class="blend-img-background center-image">
<p class="new-line"></p>
<p>
<strong>Dataset Statistics:</strong> (a) summarizes the statistics of the number of scenes and trajectories for each set,
(b) illustrates the distributions for the length of collected trajectories.
(c) illustrates the distributions for the description length corresponding to the trajectories,
(d) shows the distance distribution of eval splits from the starting point to the goal,
(e) shows the episode length of both the shortest path and human demonstration trajectories,
and (f) shows action histograms for the shortest path and human demonstration.
</p>
</div>
</div>
</div>
</div>
</section>
<hr class="container is-max-desktop separator">
<!-- AirVLN_R1 architecture -->
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h2 class="title is-3">AirVLN R1 Architecture</h2>
<div class="content has-text-justified">
<img src="static/images/airvln_r1.png" alt="statistics of our proposed dataset" class="blend-img-background center-image">
<p class="new-line"></p>
<p>
<strong>AirVLN-R1</strong> is a multi-modal agent designed to process visual observations and textual instructions simultaneously:
<br>Hybrid Training Strategy: It uniquely combines Supervised Fine-Tuning (SFT) to establish a baseline of instruction-following behavior and Reinforcement Fine-Tuning (RFT) to optimize the agent's decision-making through trial and error.
<br>Perception & Action: The architecture utilizes a visual encoder (often CLIP-based) to extract features from the UAV’s camera feed and a transformer-based policy network to predict the next best movement (action) in the 3D environment.
<br>Reasoning: By leveraging the reasoning capabilities of large models, it can understand complex spatial commands like "Fly past the red building and stop near the circular fountain."
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End AirVLN_R1 architecture -->
<hr class="container is-max-desktop separator">
<!-- Real world -->
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h2 class="title is-3">Real World UAV VLN Deployment</h2>
<div class="content has-text-justified">
<img src="static/images/realworld.png" alt="statistics of our proposed dataset" class="blend-img-background center-image">
<p class="new-line"></p>
<p>
To validate the model's practical utility, the researchers conducted physical flight tests:
<br>Cross-Domain Testing: The model was deployed on actual UAV hardware to navigate both outdoor urban environments (similar to the training data) and unseen indoor scenes (testing generalization).
<br>System Integration: The deployment involves an onboard processing unit that handles real-time visual processing, local mapping, and obstacle avoidance while executing the VLN agent's high-level commands.
<br>Feasibility Results: The tests demonstrated that the model trained on AirNav's real-world aerial data generalizes significantly better to physical hardware than models trained purely on synthetic, "perfect" simulations.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Real world -->
<hr class="container is-max-desktop separator">
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-full">
<h2 class="title is-3">Aerial Navigation Results</h2>
<div class="custom_slider w-slider" data-autoplay="true" data-duration="800">
<div class="mask w-slider-mask" id="w-slider-mask-0">
<div class="slide w-slide" aria-label="1 of 2" role="group">
<div class="div-block-9 first_video">
<div class="video_class w-embed">
<video width="100%" height="auto" autoplay muted controls loop preload="metadata">
<source src="static/videos/indoors.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<div class="slide w-slide" aria-label="2 of 2" role="group">
<div class="div-block-9">
<div class="video_class w-embed">
<video width="100%" height="auto" autoplay muted controls loop preload="metadata">
<source src="static/videos/outdoors.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div> <div class="arrow left-arrow" onclick="previousSlide()">◀</div>
<div class="arrow right-arrow" onclick="nextSlide()">▶</div>
</div>
</div>
</div>
<div class="dots-container is-max-desktop"></div>
</div>
</section>
<!--BibTex citation -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>
@misc{cai2026airnav,
title={AirNav:A Large-Scale Real-World UAV Vision-and-Language Navigation Dataset with Natural and Diverse Instructions},
author={Hengxing Cai and Yijie Rao and Ligang Huang and Zanyang Zhong and Jinhan Dong and Jingjun Tan and Wenhao Lu and Renxin Zhong},
year={2026},
eprint={2601.03707},
archivePrefix={arXiv}
}
</code></pre>
</div>
</section>
<script>
document.addEventListener('DOMContentLoaded', function () {
const sliderContainer = document.querySelector('.custom_slider');
const sliderMask = sliderContainer.querySelector('.w-slider-mask');
const slides = sliderContainer.querySelectorAll('.w-slide');
const totalSlides = slides.length;
let currentSlide = 0;
let autoPlayInterval;
// 更新位置的核心函数
function updateSlidePosition() {
// 移动遮罩层,每次移动 -100% * 当前索引
const newTransformValue = `translateX(-${currentSlide * 100}%)`;
sliderMask.style.transform = newTransformValue;
updateDots();
}
// 下一张
window.nextSlide = function() { // 挂载到 window 以便 onclick 调用
currentSlide = (currentSlide + 1) % totalSlides;
updateSlidePosition();
resetTimer(); // 用户手动点击后,重置自动播放计时器
}
// 上一张
window.previousSlide = function() {
currentSlide = (currentSlide - 1 + totalSlides) % totalSlides;
updateSlidePosition();
resetTimer();
}
// 生成底部小圆点
function createDots() {
const dotsContainer = document.querySelector('.dots-container');
dotsContainer.innerHTML = ''; // 清空原有内容防止重复
slides.forEach((_, index) => {
const dot = document.createElement('div');
dot.classList.add('dot');
if (index === 0) dot.classList.add('active');
dot.addEventListener('click', () => {
currentSlide = index;
updateSlidePosition();
resetTimer();
});
dotsContainer.appendChild(dot);
});
}
// 更新圆点状态
function updateDots() {
const dots = document.querySelectorAll('.dot');
dots.forEach((dot, index) => {
if (index === currentSlide) {
dot.classList.add('active');
} else {
dot.classList.remove('active');
}
});
}
// 自动播放控制
function startTimer() {
autoPlayInterval = setInterval(() => {
currentSlide = (currentSlide + 1) % totalSlides;
updateSlidePosition();
}, 8000); // 建议设为 8000ms 或更长,给视频留出播放时间
}
function resetTimer() {
clearInterval(autoPlayInterval);
startTimer();
}
// 初始化
createDots();
startTimer();
});
</script>
<style>
.container-wrapper {
display: flex;
justify-content: center;
align-items: center;
/* min-height: 100vh; */
}
.custom-width {
width: 50%;
}
</style>
<style>
.enlarged-image {
width: 120%;
height: 120%;
}
</style>
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page.
<br> This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
<style>
/* 1. 最外层容器:相当于“相框”,超出范围的内容隐藏 */
.custom_slider {
position: relative;
overflow: hidden; /* 关键:只显示当前范围内的内容 */
width: 100%;
margin: 0 auto;
}
/* 2. 内部轨道:相当于“胶卷”,它是长长的一条,横向排列所有视频 */
.w-slider-mask {
display: flex; /* 关键:让内部的 slide 横向排列 */
width: 100%;
transition: transform 0.5s ease-in-out; /* 关键:实现平滑滚动动画 */
}
/* 3. 单个滑块:每个滑块必须强制占满 100% 的宽度 */
.w-slide {
min-width: 100%; /* 关键:确保一个屏幕只显示一个视频 */
flex-shrink: 0; /* 防止被压缩 */
box-sizing: border-box;
padding: 0 10px; /*可选:给视频左右留点缝隙 */
}
/* 4. 左右箭头样式(美化一下,让它浮在视频上面) */
.arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.5); /* 半透明黑底 */
color: white;
padding: 10px 15px;
cursor: pointer;
z-index: 10;
border-radius: 50%;
user-select: none;
font-size: 1.5rem;
transition: background 0.3s;
}
.arrow:hover {
background: rgba(0, 0, 0, 0.8);
}
.left-arrow {
left: 10px;
}
.right-arrow {
right: 10px;
}
</style>
</body>
</html>