commaai/commavq
A dataset of 100,000 minutes of driving video compressed using a VQ-VAE.
What it solves
It provides a framework and dataset for creating world models that can predict future states of the environment based on previous observations and actions, which is critical for training intelligent agents like self-driving cars.
How it works
The project uses a VQ-VAE to compress video frames into discrete tokens. A world model, implemented as a Generative Pre-trained Transformer (GPT), is then trained on these tokens—using a dataset of 3 million minutes of driving video—to predict the next token in the sequence, effectively "imagining" future frames.
Who it’s for
Researchers and developers working on world models, video compression, and autonomous driving agents.
Highlights
- Massive Dataset: Includes 100,000 minutes of compressed driving videos and a world model trained on 3 million minutes.
- Tokenization: Uses VQ-VAE to reduce each frame to 128 tokens of 10 bits each.
- Predictive Modeling: Employs a GPT-based architecture to predict future world states.
- Compression Challenge: Includes a lossless compression challenge for driving video tokens.
Related
- Project
- Project
- Project
- Dispatch
- Project