Amazon-FAR/deltatok-kinetics

Model

1

stars

10

commits

3

linked in READMEs

Jul 4, 2026

updated

cvpr2026-highlight
deltatok
image-feature-extraction
pytorch

README

DeltaTok (Tokenizer) — Kinetics-700

DeltaTok is a video tokenizer that compresses the frame-to-frame change in vision foundation model features into a single continuous "delta" token, as introduced in A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens (CVPR 2026 Highlight). This approach significantly reduces the token count in video sequences (e.g., 1,024x reduction) and enables efficient generative world modeling.

This repository contains the ViT-B encoder and decoder trained on Kinetics-700 at 512x512 resolution.

Metrics

Reconstruction quality, measured by applying downstream task heads to the reconstructed features.

MethodHorizonVSPW mIoU (↑)Cityscapes mIoU (↑)KITTI RMSE (↓)
Present (upper bound)58.470.52.79
DeltaTokShort (1 frame)58.569.72.80
DeltaTokMid (3 frames)*58.568.12.88

*Parallel encoding from ground-truth frames with autoregressive decoding from previous reconstructions.

Usage

Requires a frozen DINOv3 ViT-B backbone. Full training and evaluation code is available in the DeltaTok GitHub repository. To evaluate:

python main.py validate -c configs/deltatok_vitb_dinov3_vitb_kinetics.yaml \
  --model.ckpt_path=path/to/deltatok-kinetics/pytorch_model.bin

Acknowledgements

Citation

@inproceedings{kerssies2026deltatok,
  title     = {A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens},
  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},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2026}
}

Contributors

nielsr

1 commits

Amazon-FAR/deltatok-kinetics

Model

1

stars

10

commits

3

linked in READMEs

Jul 4, 2026

updated

cvpr2026-highlight
deltatok
image-feature-extraction
pytorch

README

DeltaTok (Tokenizer) — Kinetics-700

DeltaTok is a video tokenizer that compresses the frame-to-frame change in vision foundation model features into a single continuous "delta" token, as introduced in A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens (CVPR 2026 Highlight). This approach significantly reduces the token count in video sequences (e.g., 1,024x reduction) and enables efficient generative world modeling.

This repository contains the ViT-B encoder and decoder trained on Kinetics-700 at 512x512 resolution.

Metrics

Reconstruction quality, measured by applying downstream task heads to the reconstructed features.

MethodHorizonVSPW mIoU (↑)Cityscapes mIoU (↑)KITTI RMSE (↓)
Present (upper bound)58.470.52.79
DeltaTokShort (1 frame)58.569.72.80
DeltaTokMid (3 frames)*58.568.12.88

*Parallel encoding from ground-truth frames with autoregressive decoding from previous reconstructions.

Usage

Requires a frozen DINOv3 ViT-B backbone. Full training and evaluation code is available in the DeltaTok GitHub repository. To evaluate:

python main.py validate -c configs/deltatok_vitb_dinov3_vitb_kinetics.yaml \
  --model.ckpt_path=path/to/deltatok-kinetics/pytorch_model.bin

Acknowledgements

Citation

@inproceedings{kerssies2026deltatok,
  title     = {A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens},
  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},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2026}
}

Contributors

nielsr

1 commits