Image Segmentation
PyTorch
deltatok
cvpr2026-highlight

Add pipeline tag and links to paper/code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -1,19 +1,25 @@
1
  ---
 
 
2
  library_name: pytorch
3
- tags:
4
- - deltatok
5
  license: apache-2.0
6
- datasets:
7
- - vspw
 
8
  ---
9
 
10
  # Segmentation Head — VSPW
11
 
12
- Segmentation head trained on VSPW. Requires a frozen [DINOv3](https://github.com/facebookresearch/dinov3) ViT-B backbone (not included).
 
 
 
 
 
13
 
14
  ## Usage
15
 
16
- See the [DeltaTok GitHub repository](https://github.com/amazon-far/deltatok) for training and evaluation code.
17
 
18
  ## Acknowledgements
19
 
@@ -29,4 +35,4 @@ See the [DeltaTok GitHub repository](https://github.com/amazon-far/deltatok) for
29
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
30
  year = {2026}
31
  }
32
- ```
 
1
  ---
2
+ datasets:
3
+ - vspw
4
  library_name: pytorch
 
 
5
  license: apache-2.0
6
+ pipeline_tag: image-segmentation
7
+ tags:
8
+ - deltatok
9
  ---
10
 
11
  # Segmentation Head — VSPW
12
 
13
+ Segmentation head trained on VSPW, as presented in the paper [A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens](https://huggingface.co/papers/2604.04913).
14
+
15
+ This model requires a frozen [DINOv3](https://github.com/facebookresearch/dinov3) ViT-B backbone (not included).
16
+
17
+ - **Project Page:** [https://deltatok.github.io](https://deltatok.github.io)
18
+ - **Code:** [https://github.com/amazon-far/deltatok](https://github.com/amazon-far/deltatok)
19
 
20
  ## Usage
21
 
22
+ See the [DeltaTok GitHub repository](https://github.com/amazon-far/deltatok) for training and evaluation code. Evaluation typically uses the Lightning CLI as described in the repository.
23
 
24
  ## Acknowledgements
25
 
 
35
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
36
  year = {2026}
37
  }
38
+ ```