YilaiLiu-HKU nielsr HF Staff commited on
Commit
fcad0fa
·
1 Parent(s): 8786800

Update pipeline tag to image-to-video and add paper link (#1)

Browse files

- Update pipeline tag to image-to-video and add paper link (77184e5ebbf78771c4a4e8b31766d5655a3ea34f)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- license: apache-2.0
3
- library_name: pytorch
4
- pipeline_tag: text-to-video
5
  base_model: Wan-AI/Wan2.2-I2V-A14B
 
 
 
6
  tags:
7
  - video-generation
8
  - image-to-video
@@ -16,7 +16,7 @@ tags:
16
  Official checkpoints for SlotMem, a character-addressable internal memory framework for multi-character narrative long video generation. SlotMem represents recurring characters with compact role-wise memory slots, updates them during autoregressive generation, and injects them only into localized character-relevant tokens.
17
 
18
  - Repository: [YilaiLiu-HKU/SlotMem](https://github.com/YilaiLiu-HKU/SlotMem)
19
- - Paper: coming soon
20
 
21
  <p align="center">
22
  <img src="https://raw.githubusercontent.com/YilaiLiu-HKU/SlotMem/main/assets/jigsaw2.png" alt="SlotMem method overview" width="95%">
@@ -56,4 +56,11 @@ For training, data curation, benchmarking, and sample data format, please refer
56
 
57
  ## Citation
58
 
59
- The BibTeX entry will be updated when the paper is public.
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  base_model: Wan-AI/Wan2.2-I2V-A14B
3
+ library_name: pytorch
4
+ license: apache-2.0
5
+ pipeline_tag: image-to-video
6
  tags:
7
  - video-generation
8
  - image-to-video
 
16
  Official checkpoints for SlotMem, a character-addressable internal memory framework for multi-character narrative long video generation. SlotMem represents recurring characters with compact role-wise memory slots, updates them during autoregressive generation, and injects them only into localized character-relevant tokens.
17
 
18
  - Repository: [YilaiLiu-HKU/SlotMem](https://github.com/YilaiLiu-HKU/SlotMem)
19
+ - Paper: [SlotMem: Character-Addressable Internal Memory for Narrative Long Video Generation](https://huggingface.co/papers/2607.15772)
20
 
21
  <p align="center">
22
  <img src="https://raw.githubusercontent.com/YilaiLiu-HKU/SlotMem/main/assets/jigsaw2.png" alt="SlotMem method overview" width="95%">
 
56
 
57
  ## Citation
58
 
59
+ ```bibtex
60
+ @article{liu2026slotmem,
61
+ title={SlotMem: Character-Addressable Internal Memory for Narrative Long Video Generation},
62
+ author={Liu, Yilai and others},
63
+ journal={arXiv preprint arXiv:2607.15772},
64
+ year={2026}
65
+ }
66
+ ```