File size: 1,457 Bytes
33785bf
 
2a152aa
33785bf
2a152aa
33785bf
 
 
 
2a152aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
task_categories:
- robotics
tags:
- sketchy
- open-x
---

# Sketchy 128x128

This dataset is a pre-processed version of the Sketchy dataset (originally from DeepMind and the Open-X Embodiment effort) used in the paper [Latent Particle World Models: Self-supervised Object-centric Stochastic Dynamics Modeling](https://huggingface.co/papers/2603.04553).

The data has been pre-processed to 128x128 pixels. Unlike the original TFRecords, this version consists of raw frames/images, facilitating use in standard PyTorch/JAX pipelines for training object-centric world models.

- **Project Page:** [https://taldatech.github.io/lpwm-web](https://taldatech.github.io/lpwm-web)
- **GitHub Repository:** [https://github.com/taldatech/lpwm](https://github.com/taldatech/lpwm)

## Usage

To train the Latent Particle World Model (LPWM) on the Sketchy dataset, you can use the following command from the [official repository](https://github.com/taldatech/lpwm):

```bash
python train_lpwm.py --dataset sketchy
```

## Citation

```bibtex
@inproceedings{
daniel2026latent,
title={Latent Particle World Models: Self-supervised Object-centric Stochastic Dynamics Modeling},
author={Tal Daniel and Carl Qi and Dan Haramati and Amir Zadeh and Chuan Li and Aviv Tamar and Deepak Pathak and David Held},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=lTaPtGiUUc}
}
```