Spaces:
Running
Running
File size: 34,628 Bytes
be068d8 204fa02 be068d8 204fa02 |
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 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="We present EgoZero, a minimal system that trains zero-shot robot policies on in-the-wild egocentric human data without any robot data">
<meta name="keywords" content="Imitation Learning, Robot Learning, Human Data">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EgoZero</title>
<!-- For Google Analytical. It's optional! -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id="></script> -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', ''); // Optional: Fill id to ''.
</script>
<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">
<link rel="stylesheet" href="./static/css/custom.css">
<link rel="icon" href="./static/images/favicon.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.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>
<script src="static/js/full_screen_video.js"></script>
<script src="static/js/auto_resize_first_page_text.js"></script>
<script src="static/js/open_in_new_tab.js"></script>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
</nav>
<!-- Paper Info Section -->
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<!-- Title -->
<h1 class="title is-1 publication-title">
<span style="font-weight:bold">EgoZero:</span>
<br>
<span style="font-weight:bold">Robot Learning from Smart Glasses</span>
</h1>
<!-- Conference -->
<!-- <h2 class="title is-4">
<a href="https://corl2025.org" class="conference"><span style="color:#ff9d0b">
Conference on Robot Learning (<span class="grad_text">CoRL</span>) 2025</span>
</a>
</h2> -->
<!-- Authors -->
<div class="is-size-5 publication-authors">
<span class="author-block" style="margin-right: 1rem;"><a href="https://vliu15.github.io/" style="color: #2980b9 !important;">Vincent Liu<sup>*1</sup></a></span>
<span class="author-block" style="margin-right: 1rem;"><a href="https://ademiadeniji.github.io/" style="color: #2980b9 !important;">Ademi Adeniji<sup>*12</sup></a></span>
<span class="author-block" style="margin-right: 1rem;"><a href="linkedin.com/in/david-zhan-96935126a" style="color: #2980b9 !important;">Haotian Zhan<sup>*1</sup></a></span>
<span class="author-block"><a href="https://raunaqbhirangi.github.io/" style="color: #2980b9 !important;">Raunaq Bhirangi<sup>1</sup></a></span>
<br>
<span class="author-block" style="margin-right: 1rem;"><a href="https://people.eecs.berkeley.edu/~pabbeel/" style="color: #2980b9 !important;">Pieter Abbeel<sup>2</sup></a></span>
<span class="author-block"><a href="https://lerrelpinto.com/" style="color: #2980b9 !important;">Lerrel Pinto<sup>1</sup></a></span>
</div>
<br>
<div class="is-size-5 publication-authors">
<span class="author-block" style="margin-right: 1rem;"><sup>1</sup>New York University</span>
<span class="author-block"><sup>2</sup>UC Berkeley</span>
<br>
<span class="author-block"><sup>*</sup>Equal Contribution</span>
<!-- <span><sup>†</sup>Corresponding Author</span> -->
</div>
<!-- Buttons -->
<div class="column has-text-centered">
<div class="publication-links">
<!-- Paper PDF -->
<span class="link-block">
<a href="https://arxiv.org/pdf/2505.20290"
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>
<!-- arXiv -->
<span class="link-block">
<a href="https://arxiv.org/abs/2505.20290"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="ai ai-arxiv"></i></span>
<span>arXiv</span>
</a>
</span>
<!-- Video -->
<!-- <span class="link-block">
<a href="https://github.com/vliu15/egozero"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fab fa-youtube"></i></span>
<span>Video</span>
</a>
</span> -->
<!-- Code -->
<span class="link-block">
<a href="https://github.com/vliu15/egozero"
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>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- TODO: Teaser -->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video class="large-video" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/teaser.mp4"
type="video/mp4">
</video>
<!-- If it is image
<img id="teaser" height="100%" src="/path/to/image">
-->
<!-- <h2 class="subtitle has-text-centered" style="margin-top: 1em">
We present, EgoZero, a minimal system that trains zero-shot robot policies on in-the-wild egocentric human data without any robot data
</h2> -->
</div>
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<!-- Abstract -->
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Despite recent progress in general purpose robotics, robot policies still lag far behind basic human capabilities in the real world. Humans constantly interact with the physical world, yet this rich data resource remains largely untapped in robot learning. <strong>We propose EgoZero, a minimal system that learns robust manipulation policies from human demonstrations captured with Project Aria smart glasses, and zero robot data.</strong> EgoZero enables: (1) extraction of complete, robot-executable actions from in-the-wild, egocentric, human demonstrations, (2) compression of human visual observations into morphology-agnostic state representations, and (3) closed-loop policy learning that generalizes morphologically, spatially, and semantically. We deploy EgoZero policies on a gripper Franka Panda robot and demonstrate zero-shot transfer with 70% success rate over 7 manipulation tasks and only 20 minutes of data collection per task. Our results suggest that in-the-wild human data can serve as a scalable foundation for real-world robot learning β paving the way toward a future of abundant, diverse, and naturalistic training data for robots.
</p>
</div>
<!-- /Abstract -->
</div>
</div>
<!-- TODO: Paper video. -->
<!-- <div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Summary Video</h2>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&showinfo=0"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div> -->
<!--/ Paper video. -->
</div>
</section>
<!-- Overview. -->
<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column is-full-width">
<h2 class="title is-3">Overview</h2>
<div class="is-vcentered">
<img src="./static/images/architecture.png"
alt="Aria Architecture">
</div>
<div class="content has-text-justified">
<p>
<strong>EgoZero</strong> trains policies in a unified state-action space defined as egocentric 3D points. Unlike previous methods which leverage multi-camera calibration and depth sensors, EgoZero localizes object points via triangulation over the camera trajectory, and computes action points via Aria MPS hand pose and a hand estimation model. These points supervise a closed-loop Transformer policy, which is rolled out on unprojected points from an iPhone during inference.
</p>
</div>
</div>
</div>
</div>
</section>
<!--/ Overview. -->
<!-- Method -->
<!-- <section class="section">
<div class="container is-max-desktop">
<h2 class="title is-3">Method</h2>
Tactile Data Collection
<div class="content">
<h3 class="title is-4">1. Tactile Data Collection</h3>
<img src="./static/images/glove_setup.png" alt="Tactile Data Collection">
<p>
We design a custom, low-cost tactile glove inspired by AnySkin to capture 3D contact forces during natural human manipulation.
The glove streams high-frequency force data, synchronized with stereo camera views capturing hand and object interactions.
A tactile sensor is mounted on the robot's gripper to replicate the force sensing.
</p>
<details>
<summary>More details</summary>
<p>
The tactile glove places magnetometer-based sensors on the underside of the thumb to minimize occlusion.
The sensor data is sampled at 200Hz and downsampled to align with 30Hz visual frames. The resulting force readings are used to supervise a policy trained entirely on human demonstrations, without requiring robot data.
</p>
</details>
</div>
</section> -->
<!--/ Method -->
<!-- Experiments -->
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-3">Experiments</h2>
<!-- FTF Performance with Toggle Videos -->
<div class="content">
<h3 class="title is-4">Task Rollouts</h3>
<div class="tabs is-centered is-boxed" id="aria-video-tabs">
<ul>
<li class="is-active" data-target="video-oven"><a>Open oven door</a></li>
<li data-target="video-bread"><a>Put bread in plate</a></li>
<li data-target="video-board"><a>Erase board</a></li>
<li data-target="video-fruit"><a>Sort fruit in bowl</a></li>
<li data-target="video-towel"><a>Fold towel</a></li>
<li data-target="video-insert"><a>Insert book in shelf</a></li>
</ul>
</div>
<div id="aria-video-display">
<div class="video-content is-active" id="video-oven">
<p class="subtitle is-6">Human Demonstration</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_human_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_human_3.mp4" type="video/mp4">
</video>
</div>
</div>
<p class="subtitle is-6">Robot Inference</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_robot_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_robot_3.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-bread">
<p class="subtitle is-6">Human Demonstration</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_human_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_human_3.mp4" type="video/mp4">
</video>
</div>
</div>
<p class="subtitle is-6">Robot Inference</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_robot_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_robot_3.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-board">
<p class="subtitle is-6">Human Demonstration</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video class="fixed-video" controls autoplay muted loop playsinline>
<source src="./static/videos/erase_board_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/erase_board_human_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video class="fixed-video" controls autoplay muted loop playsinline>
<source src="./static/videos/erase_board_human_3.mp4" type="video/mp4">
</video>
</div>
</div>
<p class="subtitle is-6">Robot Inference</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video class="fixed-video" controls autoplay muted loop playsinline>
<source src="./static/videos/erase_board_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/erase_board_robot_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video class="fixed-video" controls autoplay muted loop playsinline>
<source src="./static/videos/erase_board_robot_3.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-fruit">
<p class="subtitle is-6">Human Demonstration</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/sort_fruit_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/sort_fruit_human_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/sort_fruit_human_3.mp4" type="video/mp4">
</video>
</div>
</div>
<p class="subtitle is-6">Robot Inference</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/sort_fruit_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/sort_fruit_robot_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/sort_fruit_robot_3.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-towel">
<p class="subtitle is-6">Human Demonstration</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_human_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_human_3.mp4" type="video/mp4">
</video>
</div>
</div>
<p class="subtitle is-6">Robot Inference</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_robot_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_robot_3.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-insert">
<p class="subtitle is-6">Human Demonstration</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/put_book_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/put_book_human_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/put_book_human_3.mp4" type="video/mp4">
</video>
</div>
</div>
<p class="subtitle is-6">Robot Inference</p>
<div class="columns is-vcentered">
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/put_book_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/put_book_robot_2.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/put_book_robot_3.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</div>
<!-- Comparison to Baselines -->
<div class="content">
<h3 class="title is-4" style="margin-top: 3rem; margin-bottom: 1.5rem;">Baselines and Ablations</h3>
<div class="columns is-centered">
<div class="column is-fullwidth">
<div class="table-container">
<table class="table is-fullwidth">
<tbody>
<tr>
<th class="border-right"></th>
<th class="has-text-centered">Open oven</th>
<th class="has-text-centered">Pick bread</th>
<th class="has-text-centered">Sweep broom</th>
<th class="has-text-centered">Erase board</th>
<th class="has-text-centered">Sort fruit</th>
<th class="has-text-centered">Fold towel</th>
<th class="has-text-centered border-right">Insert book</th>
</tr>
<tr class="tr-thick-top">
<th class="border-right">From vision</th>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered border-right">0/15</td>
</tr>
<tr>
<th class="border-right">From affordances</th>
<td class="has-text-centered">11/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">7/15</td>
<td class="has-text-centered">10/15</td>
<td class="has-text-centered border-right">5/15</td>
</tr>
<tr class="tr-thick-top">
<th class="border-right">EgoZero β 3D augmentations</th>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered border-right">0/15</td>
</tr>
<tr>
<th class="border-right">EgoZero β triangulated depth</th>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">11/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered">0/15</td>
<td class="has-text-centered border-right">0/15</td>
</tr>
<tr class="tr-thick-top">
<th class="border-right"><b>EgoZero</b></th>
<td class="has-text-centered"><b>13/15</b></td>
<td class="has-text-centered"><b>11/15</b></td>
<td class="has-text-centered"><b>9/15</b></td>
<td class="has-text-centered"><b>11/15</b></td>
<td class="has-text-centered"><b>10/15</b></td>
<td class="has-text-centered"><b>10/15</b></td>
<td class="has-text-centered border-right"><b>9/15</b></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Success rates for all baselines and ablations. All models were trained on the same 100 demonstrations per task, and evaluated on zero-shot object poses (unseen from training), cameras (iPhone vs Aria), and environment (robot workspace vs in-the-wild). Because of limited prior work in our exact zero-shot in-the-wild setting, we cite the closest work for each baseline.</p>
</div>
<!-- FTF Performance with Toggle Videos -->
<div class="content">
<h3 class="title is-4">Zero-Shot Object Generalization</h3>
<div class="tabs is-centered is-boxed" id="aria-video-tabs">
<ul>
<li class="is-active" data-target="video-oven-generalization"><a>Open oven door</a></li>
<li data-target="video-bread-generalization"><a>Put bread in plate</a></li>
<li data-target="video-board-generalization"><a>Erase board</a></li>
<li data-target="video-towel-generalization"><a>Fold towel</a></li>
</ul>
</div>
<div id="aria-video-display-2">
<div class="video-content is-active" id="video-oven-generalization">
<!-- Rollout 1 -->
<!-- <h4 class="title is-5 has-text-centered" style="margin: 0.0001rem 0;">Rollout 1</h4> -->
<div class="columns is-vcentered">
<div class="column has-text-centered">
<p class="subtitle is-6">Human Demonstration</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Training Object</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Zero-Shot New Object</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/open_oven_robot_generalization.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-bread-generalization">
<!-- Rollout 1 -->
<!-- <h4 class="title is-5 has-text-centered" style="margin: 0.0001rem 0;">Rollout 1</h4> -->
<div class="columns is-vcentered">
<div class="column has-text-centered">
<p class="subtitle is-6">Human Demonstration</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Training Object</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Zero-Shot New Object</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/pick_bread_robot_generalization.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-board-generalization">
<!-- Rollout 1 -->
<!-- <h4 class="title is-5 has-text-centered" style="margin: 0.0001rem 0;">Rollout 1</h4> -->
<div class="columns is-vcentered">
<div class="column has-text-centered">
<p class="subtitle is-6">Human Demonstration</p>
<video class="fixed-video" controls autoplay muted loop playsinline>
<source src="./static/videos/erase_board_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Training Object</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/erase_board_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Zero-Shot New Object</p>
<video class="fixed-video" controls autoplay muted loop playsinline>
<source src="./static/videos/erase_board_robot_generalization.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="video-content" id="video-towel-generalization">
<!-- Rollout 1 -->
<!-- <h4 class="title is-5 has-text-centered" style="margin: 0.0001rem 0;">Rollout 1</h4> -->
<div class="columns is-vcentered">
<div class="column has-text-centered">
<p class="subtitle is-6">Human Demonstration</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_human_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Training Object</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_robot_1.mp4" type="video/mp4">
</video>
</div>
<div class="column has-text-centered">
<p class="subtitle is-6">Zero-Shot New Object</p>
<video controls autoplay muted loop playsinline width="100%">
<source src="./static/videos/fold_towel_robot_generalization.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</div>
<!-- TODO: BibTex -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@misc{liu2025egozerorobotlearningsmart,
title={EgoZero: Robot Learning from Smart Glasses},
author={Vincent Liu and Ademi Adeniji and Haotian Zhan and Raunaq Bhirangi and Pieter Abbeel and Lerrel Pinto},
year={2025},
eprint={2505.20290},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2505.20290},
}</code></pre>
</div>
</section>
<!-- <footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This website is modified from <a
href="https://github.com/nerfies/nerfies.github.io">Nerfies Template</a>.
Some website materials are adapted from <a
href="https://transic-robot.github.io/">T<span style="font-variant-caps:all-small-caps;">RANSIC</span></a>.
</p>
</div>
</div>
</div>
</div>
</footer> -->
</body>
</html>
|