Zegkim commited on
Commit
bb1e50d
·
verified ·
1 Parent(s): 5d7cf8e

Upload 2 files

Browse files
Files changed (2) hide show
  1. Readme.md +100 -0
  2. STFD_ICASSP2023.zip +3 -0
Readme.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # STFD Dataset
2
+
3
+ This folder contains the **STFD (Screenshot Text Forgery Dataset)** used in the paper:
4
+
5
+ **Learning to Locate the Text Forgery in Smartphone Screenshots**
6
+ Zeqin Yu, Bin Li, Yuzhen Lin, Jinhua Zeng, Jishen Zeng
7
+ ICASSP 2023
8
+
9
+ Project page: https://github.com/ZeqinYu/STFL-Net
10
+
11
+ STFD is designed for **text image forgery localization (T-IFL)** in smartphone screenshots.
12
+ The dataset contains tampered screenshots and their corresponding **pixel-level forgery masks**.
13
+
14
+ ---
15
+
16
+ ## Dataset Structure
17
+
18
+ ```
19
+ STFD/
20
+ ├── 1_Copy-move/
21
+ │ ├── tamper/ # tampered screenshots
22
+ │ └── masks/ # binary forgery masks
23
+ ├── 2_Splicing/
24
+ │ ├── tamper/
25
+ │ └── masks/
26
+ ├── 3_Removal/
27
+ │ ├── tamper/
28
+ │ └── masks/
29
+ ├── 4_Insertion/
30
+ │ ├── tamper/
31
+ │ └── masks/
32
+ └── 5_Replacement/
33
+ ├── tamper/
34
+ └── masks/
35
+ ```
36
+
37
+ Each image in `tamper/` has a corresponding mask with the **same filename** in `masks/`.
38
+
39
+ Example:
40
+
41
+ ```
42
+ tamper/ffa3cedd4317633601c6fb82d94fc783.png
43
+ masks/ffa3cedd4317633601c6fb82d94fc783.png
44
+ ```
45
+
46
+ The mask is a **binary image**, where:
47
+
48
+ * **0** = non-tampered region
49
+ * **255** = tampered region
50
+
51
+ ---
52
+
53
+ ## Tampering Types
54
+
55
+ STFD contains five common screenshot text manipulation operations:
56
+
57
+ 1. **Copy-Move**: copy a text region and paste it to another location within the same image.
58
+ 2. **Splicing**: paste text regions from another image into the target image.
59
+ 3. **Removal**: remove existing text and fill the region using inpainting.
60
+ 4. **Insertion**: insert new text content into blank regions.
61
+ 5. **Replacement**: replace original text with newly generated text.
62
+
63
+ ---
64
+
65
+ ### Screenshot Sources
66
+ The screenshots were captured from real devices to reflect realistic usage scenarios.
67
+
68
+ | Category | Description |
69
+ |----------|-------------|
70
+ | Systems | Android, HarmonyOS, iOS, Windows |
71
+ | Scenes | Chat, Social Media, Mobile Payment, E-commerce, Online Banking, Maps & Transportation, Web Browsing, System Interfaces, Documents|
72
+ | Devices | Realme Q3 Pro, Oppo Reno1, Honor 9, Honor V30, Vivo X21s, Samsung Note20 Ultra, Vivo X60, Honor 30-1, Xiaomi 9, Honor V20, Nova 8, OnePlus 9, Huawei Mate30, Honor 30-2, Honor 20 Pro, iPhone 7, iPad Air 3, iPad 2020, iPhone 12, iPhone XS, iPhone 11, iPhone SE2, iPhone 14 Pro, MacBook Air 2015, MacBook Pro 2017, Win10 Dell Optiplex 7080, Win11 Xiaomi Air14, Win10 Xiaomi Air14 |
73
+ | Format | PNG / JPEG |
74
+
75
+ ---
76
+
77
+ ## Citation
78
+
79
+ If you use this dataset in your research, please cite:
80
+
81
+ ```bibtex
82
+ @inproceedings{yu2023learning,
83
+ title = {Learning to Locate the Text Forgery in Smartphone Screenshots},
84
+ author = {Yu, Zeqin and Li, Bin and Lin, Yuzhen and Zeng, Jinhua and Zeng, Jishen},
85
+ booktitle = {ICASSP 2023–2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
86
+ pages = {1--5},
87
+ year = {2023},
88
+ organization = {IEEE}
89
+ }
90
+ ```
91
+
92
+ ## License and Notice
93
+
94
+ * This dataset is released for **academic research purposes only**.
95
+
96
+ * All images are collected from **real-world scenarios** and have been manually screened to remove sensitive information.
97
+
98
+ * If you believe that any image may contain unintended information leakage, please notify us so that we can remove it promptly. We kindly ask users **not to redistribute such images**.
99
+
100
+ * For any concerns, please contact: **Zeqin Yu ([kimjyu@foxmail.com](mailto:kimjyu@foxmail.com))**.
STFD_ICASSP2023.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6159a6611caaf71f40acf181b404af5a5dd0547f3d2d8d819bb640e3fb5de18c
3
+ size 2941753426