Views
No views yet
| Method | Horizon | VSPW mIoU (↑) | Cityscapes mIoU (↑) | KITTI RMSE (↓) |
|---|---|---|---|---|
| Copy last (lower bound) | Short (1 frame) | 51.2 | 53.5 | 3.76 |
| DeltaWorld | Short (1 frame) | 56.1 (54.2) | 65.9 (64.3) | 2.97 (3.36) |
| Copy last (lower bound) | Mid (3 frames) | 44.3 | 39.6 | 4.86 |
| DeltaWorld | Mid (3 frames) | 51.0 (45.8) | 54.8 (49.8) | 3.76 (5.14) |
1python main.py validate -c configs/deltaworld_vitb_dinov3_vitb_kinetics.yaml \
2 --model.ckpt_path=path/to/deltaworld-kinetics/pytorch_model.bin \
3 --model.network.tokenizer.ckpt_path=path/to/deltatok-kinetics/pytorch_model.bin1@inproceedings{kerssies2026deltatok,
2 title = {A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens},
3 author = {Kerssies, Tommie and Berton, Gabriele and He, Ju and Yu, Qihang and Ma, Wufei and de Geus, Daan and Dubbelman, Gijs and Chen, Liang-Chieh},
4 booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
5 year = {2026}
6}