arXiv:2605.19688cs.CV2026-05

用真实文档压缩表训练,提升伪造定位模型在实际场景的鲁棒性。

DocQT: Improving Document Forgery Localization Robustness via Diverse JPEG Quantization Tables

论文配图:DocQT: Improving Document Forgery Localization Robustness via Diverse JPEG Quantization Tables
图 1 · 摘自论文原文
  • 基于真实业务数据构建多样化的JPEG量化表库,替代传统单一质量因子训练。
  • 在真实文档上测试,误报率显著降低,伪造定位准确率大幅提升。
  • 仅当模型显式输入量化表时,才能获得这种鲁棒性提升,适合实际部署场景。

文档篡改定位模型在公开基准上表现优异,但在真实业务流程中泛化能力差。我们发现关键原因在于:训练时使用的JPEG量化表分布狭窄(仅限标准libjpeg质量因子),与保险业务中真实的多样化压缩特征不匹配。为此,我们通过受控实验对比两种架构(FFDN和Mesorch)在标准质量因子增强(Standard-QT)和从真实文档语料库生成的量化表库DocQT(Real-QT)下的表现,评估三种重压缩条件。结果表明,使用Real-QT训练可显著提升在DocTamper上的定位性能,并大幅降低真实文档的像素级误报率,但仅适用于显式接收量化表作为输入的模型。释放的DocQT数据集及复现材料已公开于GitHub。研究证明,标准质量因子无法有效模拟真实压缩多样性,而显式依赖量化表的架构能显著提升实际部署的鲁棒性。

原文摘要 · Abstract (English)

Document manipulation localization models achieve strong performance on public benchmarks yet fail to generalize to operational document workflows. We identify a critical and overlooked source of this gap: the mismatch between the narrow distribution of JPEG quantization tables used during training -restricted to standard libjpeg quality factors -and the heterogeneous compression profiles encountered in real-world insurance document pipelines. To isolate this factor, we conduct a controlled factorial study comparing two architectures with contrasting levels of quantization table awareness -FFDN [2] and Mesorch [20] -each trained under either standard quality factor augmentation (Standard-QT ) or operationally calibrated quantization tables sampled from DocQT, a quantization-table bank derived from a MAIF operational image corpus (Real-QT ), and evaluated under three recompression conditions. Training under Real-QT yields substantial localization gains on DocTamper [15] and significantly reduces the pixel-level false positive rate on authentic operational documents, but only for architectures that explicitly ingest the quantization table as input. The released DocQT quantization-table dataset and compression-reproduction material are directly available at https://github.com/Kyliroco/Improving-Document-Forgery-Localization-Robustness-via-Diverse-JPEG-Quantization-Tables. These results demonstrate that standard quality factor augmentation does not adequately proxy operational compression diversity, and that architectural choices explicitly conditioning on the quantization table provide a meaningful robustness advantage for real-world deployment.

文档伪造JPEG压缩鲁棒性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。