Add paper, project, and code links to SmoothStyle dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -10
README.md CHANGED
@@ -1,21 +1,23 @@
1
  ---
2
- pretty_name: SmoothStyle
3
  license: other
 
 
4
  task_categories:
5
- - image-to-image
 
6
  tags:
7
- - image
8
- - style-transfer
9
- - controllable-generation
10
- - strotss
11
- size_categories:
12
- - 10K<n<100K
13
  ---
14
 
15
  # SmoothStyle
16
 
17
  [English](README.md) | [简体中文](README.zh-CN.md)
18
 
 
 
19
  SmoothStyle is an image-to-image style-transfer dataset with continuous style-strength supervision. Each example contains a content image, a style reference image, a stylized target image, and a scalar style strength.
20
 
21
  > **Release status:** the repository structure and data indices are prepared for reproducibility, but the dataset must not be made public until the remaining Style30K per-image rights review and project-generated style-image generation records have been completed. See [DATASET_LICENSE.md](DATASET_LICENSE.md) and [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
@@ -132,7 +134,19 @@ This is a mixed-rights dataset and is marked `license: other`. Project-authored
132
 
133
  ## Citation
134
 
135
- Dataset citation information will be added when the accompanying SmoothStyle paper metadata is finalized.
 
 
 
 
 
 
 
 
 
 
 
 
136
 
137
  Please also cite OmniStyle, the source of the content-image subset:
138
 
@@ -158,4 +172,4 @@ Please also cite STROTSS:
158
 
159
  ## Contact and takedown
160
 
161
- Maintainer contact and a formal correction/takedown address must be added before public release. Until then, this repository should remain private.
 
1
  ---
 
2
  license: other
3
+ size_categories:
4
+ - 10K<n<100K
5
  task_categories:
6
+ - image-to-image
7
+ pretty_name: SmoothStyle
8
  tags:
9
+ - image
10
+ - style-transfer
11
+ - controllable-generation
12
+ - strotss
 
 
13
  ---
14
 
15
  # SmoothStyle
16
 
17
  [English](README.md) | [简体中文](README.zh-CN.md)
18
 
19
+ **Paper:** [Staying True to the Origin: Continuous Image Stylization with Smooth Transitions](https://huggingface.co/papers/2608.08125) · **Project page:** [StyleController](https://reychiaro.github.io/StyleController/) · **Code:** [GitHub](https://github.com/ReyChiaro/StyleController)
20
+
21
  SmoothStyle is an image-to-image style-transfer dataset with continuous style-strength supervision. Each example contains a content image, a style reference image, a stylized target image, and a scalar style strength.
22
 
23
  > **Release status:** the repository structure and data indices are prepared for reproducibility, but the dataset must not be made public until the remaining Style30K per-image rights review and project-generated style-image generation records have been completed. See [DATASET_LICENSE.md](DATASET_LICENSE.md) and [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
 
134
 
135
  ## Citation
136
 
137
+ If you use this dataset, please cite the SmoothStyle paper:
138
+
139
+ ```bibtex
140
+ @misc{xu2026stayingtrueorigincontinuous,
141
+ title={Staying True to the Origin: Continuous Image Stylization with Smooth Transitions},
142
+ author={Rui Xu and Hanmo Zhang and Songhua Liu},
143
+ year={2026},
144
+ eprint={2608.08125},
145
+ archivePrefix={arXiv},
146
+ primaryClass={cs.CV},
147
+ url={https://arxiv.org/abs/2608.08125},
148
+ }
149
+ ```
150
 
151
  Please also cite OmniStyle, the source of the content-image subset:
152
 
 
172
 
173
  ## Contact and takedown
174
 
175
+ Maintainer contact and a formal correction/takedown address must be added before public release. Until then, this repository should remain private.