WJ0830 nielsr HF Staff commited on
Commit
642a5d4
·
1 Parent(s): b45df4e

Update model card with metadata, license, and citation (#1)

Browse files

- Update model card with metadata, license, and citation (d84fc417f979305ddba948c292e912083fdf15f2)


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

Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
- license: cc-by-sa-3.0
3
  tags:
4
  - VideoObjectCentricLearning
5
  - SlotAttention
6
  - ObjectCentric
7
  - RepresentationLearning
8
  - VideoSlotAttention
 
9
  title: SlotCurri
10
  ---
11
 
12
-
13
  <div align="center">
14
 
15
  <h1> SlotCurri</h1>
@@ -23,7 +23,7 @@ title: SlotCurri
23
 
24
  Sungkyunkwan University
25
 
26
- https://arxiv.org/abs/2603.22758
27
 
28
  </div>
29
 
@@ -44,14 +44,14 @@ Video Object‑Centric Learning seeks to decompose raw videos into a small set o
44
 
45
  ## Code
46
 
47
- https://github.com/wjun0830/SlotCurri
48
 
49
 
50
  ## Qualitative Results on YouTube-VIS 2021
51
 
52
  ![YouTube-VIS Results](assets/ytvis.png)
53
 
54
- ## Qualitative Results on MOVi-C
55
 
56
  ![MOVi-C Results](assets/movic.png)
57
 
@@ -60,5 +60,10 @@ https://github.com/wjun0830/SlotCurri
60
  ## Citation
61
 
62
  ```bibtex
63
-
 
 
 
 
 
64
  ```
 
1
  ---
2
+ license: mit
3
  tags:
4
  - VideoObjectCentricLearning
5
  - SlotAttention
6
  - ObjectCentric
7
  - RepresentationLearning
8
  - VideoSlotAttention
9
+ pipeline_tag: image-segmentation
10
  title: SlotCurri
11
  ---
12
 
 
13
  <div align="center">
14
 
15
  <h1> SlotCurri</h1>
 
23
 
24
  Sungkyunkwan University
25
 
26
+ [Paper](https://arxiv.org/abs/2603.22758) | [Code](https://github.com/wjun0830/SlotCurri)
27
 
28
  </div>
29
 
 
44
 
45
  ## Code
46
 
47
+ Official implementation: https://github.com/wjun0830/SlotCurri
48
 
49
 
50
  ## Qualitative Results on YouTube-VIS 2021
51
 
52
  ![YouTube-VIS Results](assets/ytvis.png)
53
 
54
+ ## Qualitative Results on MOVi-C
55
 
56
  ![MOVi-C Results](assets/movic.png)
57
 
 
60
  ## Citation
61
 
62
  ```bibtex
63
+ @inproceedings{moon2026reconstruction,
64
+ title={Reconstruction-Guided Slot Curriculum: Addressing Object Over-Fragmentation in Video Object-Centric Learning},
65
+ author={Moon, WonJun and Seong, Hyun Seok and Heo, Jae-Pil},
66
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
67
+ year={2026}
68
+ }
69
  ```