Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    229comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    680comments
  3. Measure internet censorship. Contribute to the largest open dataset(ooni.org ↗)
    21comments
  4. Brood War Bench(swerdlow.dev ↗)
    47comments
  5. Compiler-style optimization for drawing via Skia(arxiv.org ↗)
    2comments
  6. English: A vs. An(redblobgames.com ↗)
    discuss
  7. Two parallel neural ectoderm progenitors contribute to the developing brain(stanford.edu ↗)
    228comments
  8. Mayday Mysteries(maydaymystery.org ↗)
    discuss
  9. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    5comments
  10. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    4comments
  11. Deodands put a price on objects that caused death(jstor.org ↗)
    10comments
  12. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    17comments
  13. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    639comments
  14. Tin: full-text search for Postgres(planetscale.com ↗)
    69comments
  15. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    13comments
  16. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  17. The Secret Life of Circuits(coredump.cx ↗)
    67comments
  18. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    32comments
  19. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    41comments
  20. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    157comments
  21. I think you should almost never use AI to write(erichgrunewald.substack.com ↗)
    94comments
  22. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    4comments
  23. San Francisco Onion Futures Company(onionfutures.com ↗)
    149comments
  24. How to Write with an LLM(sockpuppet.org ↗)
    370comments
  25. Cloudflare Quick Tunnels(cloudflare.com ↗)
    306comments
  26. Microsoft director: AI scraping 'the largest theft of labor in human history'(tomshardware.com ↗)
    18comments
  27. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    70comments
  28. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    228comments
  29. Saving another 100TB of RAM(cloudflare.com ↗)
    106comments
  30. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    30comments

ZK-JPEG: Zero-Knowledge Image Editing and Compression

36 pointsby 2h agoeprint.iacr.org
5 comments
1h agoHN ↗

Interesting work.

our tool can verify a large family of image transformations

Is this family large enough to transform real image A into arbitrary fake image B?

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)

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)

43m agoHN ↗

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.

6m agoHN ↗

If you're preserving the original, then you don't need the ZKP

42m agoHN ↗

Hasn't this crossed over into being a philosophical question? You want to attest to reality or provenance. But then you start making lists of "acceptable" changes: file format; compression; color-correction; size; taking "medium" into account... It then slowly slides into "average human perceptibility"; "irrelevant details"; keeping the "spirit" of the image intact; judging the intention or motive of the user or of the viewer; aligning the image with "values"; appropriate/legal use... etc. Not sure what the end-game is?

We are trying to make images in the AI era be as reliable as they were pre-AI? But they were not reliable pre-AI, it was just more difficult to intentionally doctor them.

35m agoHN ↗

Tie this into the Apple/Android/Sony/Leica signed photos, and you get provenance from capture to publish