ZK-JPEG:零知识图像编辑与压缩

Hacker News 热门(buzzing.cc 中文翻译)·2026-09-21 01:18·59分钟前·gslin
AI 导读

研究人员提出 ZK-JPEG,一种针对 JPEG 压缩的密码学工具,可证明图像由秘密承诺的输入正确压缩而来,并能以极低开销验证多种图像变换。该方案基于 PicoZK 将 Python 图像编辑代码转换为 ZK 电路,用于线点点零知识(LPZK)证明系统,可借助现成 ZK 工具实例化。此前工作虽用零知识证明图像编辑历史,但无法兼容 JPEG 等有损编码。

Hacker News 热门(buzzing.cc 中文翻译)
38AI 编辑部评分,满分 100

ZK-JPEG:零知识图像编辑与压缩

2026-09-21 01:18· 59分钟前· gslin
AI 导读

研究人员提出 ZK-JPEG,一种针对 JPEG 压缩的密码学工具,可证明图像由秘密承诺的输入正确压缩而来,并能以极低开销验证多种图像变换。该方案基于 PicoZK 将 Python 图像编辑代码转换为 ZK 电路,用于线点点零知识(LPZK)证明系统,可借助现成 ZK 工具实例化。此前工作虽用零知识证明图像编辑历史,但无法兼容 JPEG 等有损编码。

Paper 2026/2039

ZK-JPEG: Zero-knowledge Image Editing and Compression

Samuel Dittmer

, Stealth Software Technologies, Inc.

Steve Lu

, Stealth Software Technologies, Inc.

Kimberlee Model

, Stealth Software Technologies, Inc.

Joseph Near

, University of Vermont

Abstract

Tools for generating deep fake photographs are proliferating with greater ease of use and prominence in pop culture. Image authentication tools can defeat these deceitful developments by verifying that a digital image was actually produced by a physical camera. The challenge is that these tools must be robust to desirable image transformations. Camera attestation uses digital signatures to prove an image's provenance from a camera. Lossy compression makes minute changes in order to reduce an image's size, and blurring or redacting regions of an image can protect its subjects.

These changes invalidate an image's signature. Prior works use zero-knowledge (ZK) to prove a published image's edit history, but they do not survive lossy encoding such as the JPEG format. We present \zkjpeg, a cryptographic tool for JPEG compression that proves an image was correctly compressed from a secret, committed input. In addition, our tool can verify a large family of image transformations by integrating them into JPEG compression with minimal cost. Our system is fast, flexible, and can be instantiated from off-the-shelf ZK tools. We use PicoZK to convert Python image editing code into a ZK circuit for the line-point zero knowledge (LPZK) proof system.

Metadata
Available format(s)
PDF
Category
Applications
Publication info
Published elsewhere. Minor revision. SCN 2026
Keywords
Zero-knowledge proofsimage provenanceverifiable image editing
Contact author(s)
sam @ stealthsoftwareinc com
steve @ stealthsoftwareinc com
kimee @ stealthsoftwareinc com
jnear @ uvm edu
History
2026-09-17: approved
2026-09-15: received
See all versions
Short URL
https://ia.cr/2026/2039
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2026/2039,
      author = {Samuel Dittmer and Steve Lu and Kimberlee Model and Joseph Near},
      title = {{ZK}-{JPEG}: Zero-knowledge Image Editing and Compression},
      howpublished = {Cryptology {ePrint} Archive, Paper 2026/2039},
      year = {2026},
      url = {https://eprint.iacr.org/2026/2039}
}

来源:Hacker News 热门(buzzing.cc 中文翻译)· eprint.iacr.org