Min-Jaewon commited on
Commit
7fd3313
·
verified ·
1 Parent(s): 98a4e5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -39,3 +39,35 @@ configs:
39
  - split: test
40
  path: data/test-*
41
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  - split: test
40
  path: data/test-*
41
  ---
42
+
43
+ # SA-Text
44
+
45
+ **Text-Aware Image Restoration with Diffusion Models** (arXiv:2506.09993)
46
+ Large-scale training dataset for the **Text-Aware Image Restoration (TAIR)** task.
47
+
48
+ - 📄 Paper: https://arxiv.org/abs/2506.09993
49
+ - 🌐 Project Page: https://cvlab-kaist.github.io/TAIR/
50
+ - 💻 GitHub: https://github.com/cvlab-kaist/TAIR
51
+ - 🛠 Dataset Pipeline: https://github.com/paulcho98/text_restoration_dataset
52
+
53
+ ## Dataset Description
54
+
55
+ **SA-Text** is constructed from SA-1B dataset using our official [dataset pipeline](https://github.com/paulcho98/text_restoration_dataset). It contains **100K** high-resolution scene images paired with polygon-level text annotations.
56
+ This dataset is tailored for TAIR task, which aims to restore both visual quality and text fidelity in degraded images.
57
+
58
+ ## Notes
59
+
60
+ - Each image includes one or more **text instances** with transcriptions and polygon-level labels.
61
+ - Designed for training **TeReDiff**, a multi-task diffusion model introduced in our paper.
62
+ - For the training set of SA-Text, check [SA-Text](https://huggingface.co/datasets/Min-Jaewon/SA-Text)
63
+ - For real-world evaluation, check [Real-Text](https://huggingface.co/datasets/Min-Jaewon/Real-Text).
64
+ -
65
+ ## Citation
66
+ Please cite the following paper if you use this dataset:
67
+ ```bibtex
68
+ @article{min2024textaware,
69
+ title={Text-Aware Image Restoration with Diffusion Models},
70
+ author={Min, Jaewon and Kim, Jin Hyeon and Cho, Paul Hyunbin and Lee, Jaeeun and Park, Jihye and Park, Minkyu and Kim, Sangpil and Park, Hyunhee and Kim, Seungryong},
71
+ journal={arXiv preprint arXiv:2506.09993},
72
+ year={2025}
73
+ }