Interesting work.<p>> our tool can verify a large family of image transformations<p>Is this family large enough to transform real image A into arbitrary fake image B?<p>> ZK-JPEG can merge transparent or translucent layers into an image, useful for placing visual watermarks,
creating double exposures, or merging visual layers, potentially AI generated over portions of the image. In
our tool, the transparent layer is revealed, but anything beneath an opaque portion of the layer becomes
secret. Note that in the case of an AI generated layer, the layer itself is revealed, minimizing the dishonesty
in using generative AI (but not minimizing the dishonesty of stealing artwork to train the AI)<p>Seems like the answer to my question is "yes", so you have to carefully inspect the transformations to see if they look legit. (The parenthetical was a surprising inclusion in an academic context)
Presumably in a real application there would be a list of acceptable operations.<p>Like first you have to show you can do everything necessary in the system which is what this paper does. Step 2 is coming up with a policy of what restrictions to place on allowed transformations
Viewers could provide a way to see the original before transforms, and perhaps apply each one at a time to see how the end result is arrived at.
If you're preserving the original, then you don't need the ZKP. Part of the appeal of this approach is that you could apply redactions or make the file smaller, without invalidating the signature.