Skip to content

zc-alexfan/arctic

Repository files navigation

ARCTIC 🥶: A Dataset for Dexterous Bimanual Hand-Object Manipulation

Image

[ Project Page ] [ Paper ] [ Video ] [ Register ARCTIC Account ] [ ICCV Competition ] [ Leaderboard ]

Image

This is a repository for preprocessing, splitting, visualizing, and rendering (RGB, depth, segmentation masks) the ARCTIC dataset. Further, here, we provide code to reproduce our baseline models in our CVPR 2023 paper (Vancouver, British Columbia 🇨🇦) and developing custom models.

Our dataset contains heavily dexterous motion:

Image

News

✨CVPR 2024 Highlight: HOLD is the first method that jointly reconstructs articulated hands and objects from monocular videos without assuming a pre-scanned object template and 3D hand-object training data. See our project page for details.

HOLD Reconstruction Example

Reference for HOLD Reconstruction

  • 2023.12.20: MoCap can be downloaded now! See download instructions and visualization.
  • 2023.09.11: ARCTIC leaderboard online!
  • 2023.06.16: ICCV ARCTIC challenge starts!
  • 2023.05.04: ARCTIC dataset with code for dataloaders, visualizers, models is officially announced (version 1.0)!
  • 2023.03.25: ARCTIC ☃️ dataset (version 0.1) is available! 🎉

Invited talks/posters at CVPR2023:

Why use ARCTIC?

Summary on dataset:

  • It contains 2.1M high-resolution images paired with annotated frames, enabling large-scale machine learning.
  • Images are from 8x 3rd-person views and 1x egocentric view (for mixed-reality setting).
  • It includes 3D groundtruth for SMPL-X, MANO, articulated objects.
  • It is captured in a MoCap setup using 54 high-end Vicon cameras.
  • It features highly dexterous bimanual manipulation motion (beyond quasi-static grasping).

Potential tasks with ARCTIC:

Check out our project page for more details.

Projects that use ARCTIC

Reconstruction:

Generation:

Create a pull request for missing projects.

Features

Image

  • Instructions to download the ARCTIC dataset.
  • Scripts to process our dataset and to build data splits.
  • Rendering scripts to render our 3D data into RGB, depth, and segmentation masks.
  • A viewer to interact with our dataset.
  • Instructions to setup data, code, and environment to train our baselines.
  • A generalized codebase to train, visualize and evaluate the results of ArcticNet and InterField for the ARCTIC benchmark.
  • A viewer to interact with the prediction.

Getting started

Get a copy of the code:

git clone https://github.com/zc-alexfan/arctic.git

License

See LICENSE.

Citation

@inproceedings{fan2023arctic,
  title = {{ARCTIC}: A Dataset for Dexterous Bimanual Hand-Object Manipulation},
  author = {Fan, Zicong and Taheri, Omid and Tzionas, Dimitrios and Kocabas, Muhammed and Kaufmann, Manuel and Black, Michael J. and Hilliges, Otmar},
  booktitle = {Proceedings IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2023}
}

Our paper benefits a lot from aitviewer. If you find our viewer useful, to appreciate their hard work, consider citing:

@software{kaufmann_vechev_aitviewer_2022,
  author = {Kaufmann, Manuel and Vechev, Velko and Mylonopoulos, Dario},
  doi = {10.5281/zenodo.1234},
  month = {7},
  title = {{aitviewer}},
  url = {https://github.com/eth-ait/aitviewer},
  year = {2022}
}

Acknowledgments

Constructing the ARCTIC dataset is a huge effort. The authors deeply thank: Tsvetelina Alexiadis (TA) for trial coordination; Markus Höschle (MH), Senya Polikovsky, Matvey Safroshkin, Tobias Bauch (TB) for the capture setup; MH, TA and Galina Henz for data capture; Priyanka Patel for alignment; Giorgio Becherini and Nima Ghorbani for MoSh++; Leyre Sánchez Vinuela, Andres Camilo Mendoza Patino, Mustafa Alperen Ekinci for data cleaning; TB for Vicon support; MH and Jakob Reinhardt for object scanning; Taylor McConnell for Vicon support, and data cleaning coordination; Benjamin Pellkofer for IT/web support; Neelay Shah, Jean-Claude Passy, Valkyrie Felso for evaluation server. We also thank Adrian Spurr and Xu Chen for insightful discussion. OT and DT were supported by the German Federal Ministry of Education and Research (BMBF): Tübingen AI Center, FKZ: 01IS18039B".

Contact

For technical questions, please create an issue. For other questions, please contact arctic@tue.mpg.de.

For commercial licensing, please contact ps-licensing@tue.mpg.de.

Star History

Star History Chart