Update README.md
Browse files
README.md
CHANGED
|
@@ -7,12 +7,33 @@ Repository containing JPEG quantization tables used for the Real-QT protocol.
|
|
| 7 |
Dataset name: DocQT.
|
| 8 |
Only header-extracted quantization matrices are provided.
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
## Available quantization tables
|
| 11 |
|
| 12 |
- Luminance tables: `quantification_luminance.json`
|
| 13 |
-
|
| 14 |
- Chrominance tables: `quantification_chrominance.json`
|
| 15 |
-
|
| 16 |
|
| 17 |
## File format
|
| 18 |
|
|
|
|
| 7 |
Dataset name: DocQT.
|
| 8 |
Only header-extracted quantization matrices are provided.
|
| 9 |
|
| 10 |
+
## Paper
|
| 11 |
+
|
| 12 |
+
- arXiv: https://arxiv.org/abs/2605.19688
|
| 13 |
+
|
| 14 |
+
## Citation
|
| 15 |
+
|
| 16 |
+
If you use DocQT, this quantization-table repository, or build upon our article, please cite our paper:
|
| 17 |
+
|
| 18 |
+
```bibtex
|
| 19 |
+
@misc{ronfleuxcorail2026docqt,
|
| 20 |
+
title={DocQT: Improving Document Forgery Localization Robustness via Diverse JPEG Quantization Tables},
|
| 21 |
+
author={Kylian Ronfleux-Corail and Guillaume Bernard and Mickael Coustaty and Nicolas Sidere},
|
| 22 |
+
year={2026},
|
| 23 |
+
eprint={2605.19688},
|
| 24 |
+
archivePrefix={arXiv},
|
| 25 |
+
primaryClass={cs.CV},
|
| 26 |
+
doi={10.48550/arXiv.2605.19688},
|
| 27 |
+
url={https://arxiv.org/abs/2605.19688}
|
| 28 |
+
}
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
## Available quantization tables
|
| 32 |
|
| 33 |
- Luminance tables: `quantification_luminance.json`
|
| 34 |
+
- Number of tables: 859
|
| 35 |
- Chrominance tables: `quantification_chrominance.json`
|
| 36 |
+
- Number of tables: 294
|
| 37 |
|
| 38 |
## File format
|
| 39 |
|