DiVa-360: The Dynamic Visual Dataset for Immersive Neural Fields

1Brown University
2CVIT, IIIT Hyderabad
3I3S-CNRS/Université Côte d’Azur
*[Equal Contribution]

Abstract

DiVa Teaser

Advances in neural fields are enablling high-fidelity capture of shape and appearance of dynamic 3D scenes. However, this capbabilities lag behind those offered by conventional representations such as 2D videos because of algorithmic challenges and the lack of large-scale multi-view real-world datasets. We address the dataset limitations with DiVa-360, a real-world 360° dynamic visual dataset that contains synchronized high-resolution and long-duration multi-view video sequences of table-scale scenes captured using a customized low-cost system with 53 cameras. It contains 21 object-centric sequences categorized by different motion types, 25 intricate hand-object interaction sequences, and 8 long-duration sequences for a total of 17.4M frames. In addition, we provide foreground-background segmentation masks, synchronized audio, and text descriptions. We benchmark the state-of-the-art dynamic neural field methods on DiVa-360 and provide insights about existing methods and future challenges on long-duration neural field capture.

Downloading Data

We store out dynamic and static dataset on AWS, so to download the data to your local machine, we use AWS CLI. You will first need to install AWS CLI. Follow the instructions depending on your machine. You can find the installation instructions here.

To download all of the raw data, run the following commands (note that this is a total of 1.4 TB of data):

aws s3 cp s3://diva360/raw_data/ <path_to_destination> --recursive --no-sign-request
aws s3 cp s3://diva360/raw_data_long/ <path_to_destination> --recursive --no-sign-request

To download all of the processed data, run the following commands (note that this is a total of 1.8 TB of data):

aws s3 cp s3://diva360/processed_data/ <path_to_destination> --recursive --no-sign-request
aws s3 cp s3://diva360/processed_data_long/ <path_to_destination> --recursive --no-sign-request

To download all of the trained models, run the following commands (note that this is a total of 6 TB of data):

aws s3 cp s3://diva360/model_data/ <path_to_destination> --recursive --no-sign-request
aws s3 cp s3://diva360/model_data_long/ <path_to_destination> --recursive --no-sign-request
aws s3 cp s3://diva360/model_data_exp/ <path_to_destination> --recursive --no-sign-request

To download all resulting videos, run the following command (note that this is 63.1 GB of data):

aws s3 cp s3://diva360/all_videos/ <path_to_destination> --recursive --no-sign-request

Dynamic Data Examples

Note: These videos have sound

Dynamic Baseline Examples

Object Centric Sequence

Note: This video has sound

Hand-Object Interaction Sequence

Note: This video has sound

Long Duration Sequence

Note: This video has sound

Citations

@inproceedings{diva360,
    title={DiVa-360: The Dynamic Visual Dataset for Immersive Neural Fields},
    author={Cheng-You Lu and Peisen Zhou and Angela Xing and Chandradeep Pokhariya and Arnab Dey and Ishaan N Shah and Rugved Mavidipalli and Dylan Hu and Andrew Comport and Kefan Chen and Srinath Sridhar},
    booktitle = {Conference on Computer Vision and Pattern Recognition 2024},
    year={2024}
}

Acknowledgements

This work was supported by NSF grants CAREER #2143576 and CNS #2038897, ONR grant N00014-22-1-259, ONR DURIP grant N00014-23-1-2804, a gift from Meta Reality Labs, an AWS Cloud Credits award, and NSF CloudBank. Arnab Dey was supported by H2020 COFUND program BoostUrCareer under Marie SklodowskaCurie grant agreement #847581. We thank George Konidaris, Stefanie Tellex, and Rohith Agaram.

Contact

Cheng-You Lu (cheng-you.lu@student.uts.edu.au)

Peisen Zhou (peisen_zhou@alumni.brown.edu)

Angela Xing (angela_xing@brown.edu)