RealText-V2-Syn25k is a synthetic forgery dataset for document tampering detection, containing 25,028 high-quality forged document images generated from RealText-V2 authentic samples.
We adopt a similarity-guided synthetic method [1] that generates forgeries from the clean images within the RealText-V2 samples. Specifically, the synthetic method uses two trained selection and quality models to automatically select source-target crop pairs from these clean images and produce high-quality forgeries across five manipulation types: copy-move, splicing, insertion, inpainting, and coverage.
The dataset is distributed as a compressed tar archive (syn.tgz). Extract it with:
tar -xzvf syn.tgz
| Source Type | # Samples |
|---|---|
| RealText-V2 authentic | 6,000 |
| RealText-V2 forged | 7,500 |
| RealText-V2 Total | 13,500 |
| Synthetic copy-move | 5,009 |
| Synthetic coverage | 5,002 |
| Synthetic inpainting | 5,004 |
| Synthetic insertion | 5,004 |
| Synthetic splicing | 5,009 |
| Synthetic Total | 25,028 |
The first 13,500 samples are sourced directly from RealText-V2 (6,000 authentic + 7,500 forged). The remaining 25,028 samples are synthetic forgeries generated from RealText-V2 clean images using the similarity-guided pipeline.
[1] Mohamed Dhouib, Davide Buscaldi, Sonia Vanier, and Aymen Shabou. "Leveraging Contrastive Learning for a Similarity-Guided Tampered Document Data Generation Pipeline." arXiv preprint arXiv:2602.17322 (2026).
RealText-V2 — a dataset of authentic and forged document images.
5 commits
RealText-V2-Syn25k is a synthetic forgery dataset for document tampering detection, containing 25,028 high-quality forged document images generated from RealText-V2 authentic samples.
We adopt a similarity-guided synthetic method [1] that generates forgeries from the clean images within the RealText-V2 samples. Specifically, the synthetic method uses two trained selection and quality models to automatically select source-target crop pairs from these clean images and produce high-quality forgeries across five manipulation types: copy-move, splicing, insertion, inpainting, and coverage.
The dataset is distributed as a compressed tar archive (syn.tgz). Extract it with:
tar -xzvf syn.tgz
| Source Type | # Samples |
|---|---|
| RealText-V2 authentic | 6,000 |
| RealText-V2 forged | 7,500 |
| RealText-V2 Total | 13,500 |
| Synthetic copy-move | 5,009 |
| Synthetic coverage | 5,002 |
| Synthetic inpainting | 5,004 |
| Synthetic insertion | 5,004 |
| Synthetic splicing | 5,009 |
| Synthetic Total | 25,028 |
The first 13,500 samples are sourced directly from RealText-V2 (6,000 authentic + 7,500 forged). The remaining 25,028 samples are synthetic forgeries generated from RealText-V2 clean images using the similarity-guided pipeline.
[1] Mohamed Dhouib, Davide Buscaldi, Sonia Vanier, and Aymen Shabou. "Leveraging Contrastive Learning for a Similarity-Guided Tampered Document Data Generation Pipeline." arXiv preprint arXiv:2602.17322 (2026).
RealText-V2 — a dataset of authentic and forged document images.
5 commits