Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Kubric: A scalable dataset generator

About

Data is the driving force of machine learning, with the amount and quality of training data often being more important for the performance of a system than architecture and training details. But collecting, processing and annotating real data at scale is difficult, expensive, and frequently raises additional privacy, fairness and legal concerns. Synthetic data is a powerful tool with the potential to address these shortcomings: 1) it is cheap 2) supports rich ground-truth annotations 3) offers full control over data and 4) can circumvent or mitigate problems regarding bias, privacy and licensing. Unfortunately, software tools for effective data generation are less mature than those for architecture design and training, which leads to fragmented generation efforts. To address these problems we introduce Kubric, an open-source Python framework that interfaces with PyBullet and Blender to generate photo-realistic scenes, with rich annotations, and seamlessly scales to large jobs distributed over thousands of machines, and generating TBs of data. We demonstrate the effectiveness of Kubric by presenting a series of 13 different generated datasets for tasks ranging from studying 3D NeRF models to optical flow estimation. We release Kubric, the used assets, all of the generation code, as well as the rendered datasets for reuse and modification.

Klaus Greff, Francois Belletti, Lucas Beyer, Carl Doersch, Yilun Du, Daniel Duckworth, David J. Fleet, Dan Gnanapragasam, Florian Golemo, Charles Herrmann, Thomas Kipf, Abhijit Kundu, Dmitry Lagun, Issam Laradji, Hsueh-Ti (Derek) Liu, Henning Meyer, Yishu Miao, Derek Nowrouzezahrai, Cengiz Oztireli, Etienne Pot, Noha Radwan, Daniel Rebain, Sara Sabour, Mehdi S. M. Sajjadi, Matan Sela, Vincent Sitzmann, Austin Stone, Deqing Sun, Suhani Vora, Ziyu Wang, Tianhao Wu, Kwang Moo Yi, Fangcheng Zhong, Andrea Tagliasacchi• 2022

Related benchmarks

TaskDatasetResultRank
Point TrackingDAVIS TAP-Vid
Average Jaccard (AJ)33.1
41
Point TrackingDAVIS
AJ33.1
38
Point TrackingTAP-Vid Kinetics
Overall Accuracy80
37
Point TrackingTAP-Vid RGB-Stacking (test)
AJ57.9
32
Point TrackingTAP-Vid DAVIS (test)
AJ33.1
31
Point TrackingTAP-Vid Kinetics (test)
Average Jitter (AJ)40.5
30
Point TrackingKinetics
delta_avg59
24
Point TrackingDAVIS TAP-Vid (val)
AJ33.1
19
Point TrackingKubric
AJ51.9
18
Point TrackingKinetics TAP-Vid
Average Jaccard (AJ)40.5
11
Showing 10 of 14 rows

Other info

Code

Follow for update