4 ms·
If that became popular, the AIs would learn how to generate a realistic depth map along with any generated image.
by ks2048 7d ago
If that became popular, the AIs would learn how to generate a realistic depth map along with any generated image.
- lokar 7d agoHow would that work? I thought the premise here is that you can fool the apple camera by taking a (very carefully aligned) picture of a still image (printed out). A depth map from the apple camera (again, signed) would show that the entire image had the same distance from the camera.
- ks2048 7d agoYou're right. I think my comment above doesn't make sense - it wouldn't help in this case.
- Gigachad 7d agoThe photos are cryptographically signed in the apple image pipeline so it's not as simple as just AI generating something. That said, I can't see how this is any different to all the other times we have embedded crypto keys in consumer hardware where eventually someone finds a way to extract the key and the whole thing is busted open.
- jaggederest 7d agoGiven the whole private cloud bit, I am assuming they keep the private keys server side and never let them out.
- Gigachad 7d agoThat's a good point, You might still be able to trick the cloud to sign your photos, but that's something they could patch in updates without losing control of the key. They could have the server only sign photos taken on the latest ios version.
- jaggederest 7d agoAnd honestly you could have a similar antitampering oracle that was at least obscured, in terms of "we've detected tampering but won't tell you how or why", which is frustrating but I have to imagine that 99.9%+ of images are clean.
- deleted 7d ago[deleted]
- monocasa 7d agoI think there's a chain of trust. The sensor signs raws, and the private cloud takes signed raws, does minimal processing so they're at least coherent, and re signs that output (maybe even including the original signed raw as well in the image file).
- lxgr 7d agoHow would the server know that the request is coming from a real iPhone? This is a pretty standard application of trusted computing and can be done entirely on the iPhone. A server would only possibly be needed for anonymization (while retaining key revocation capabilities if a key does end up leaking), but there are serverless ways to do even that (TPMs have supported these for a while now).
- jaggederest 7d agoIt wouldn't, but you could validate that a particular picture was created at a particular time, and had not changed, for example, especially with metadata that you may not want to share but that establishes certain parameters like gps coordinates. A lock, rather than an end-to-end pixel signature, which shows what was contemporaneous rather than exact provenance. If an event happened on day 0000-00-00 00:00:00am, but your photo was taken at some other time, it casts doubt. I think a big part of validation for things like these are just "could it have been modified since Z event happened", because Z was not something people paid attention to before.
- lxgr 7d agoThat's just a timestamping service then, not a content provenance/authentication scheme. Timestamping has been a solved problem for years; certificate authorities offer this, or you could just throw a hash onto any sufficiently trusted blockchain. Nothing prevents anyone from opportunistically pre-generating and timestamping millions of permutations of fake kompromat and then selectively revealing the one that turns out to be useful after the fact. You could charge per attestation, but the economics of that don't look great; you could demand publication of the image itself before attestation, but that would obviously not fly for most use cases out of privacy concerns.
- jaggederest 6d ago> Nothing prevents anyone from opportunistically pre-generating and timestamping millions of permutations of fake kompromat and then selectively revealing the one that turns out to be useful after the fact. If you're doing server-side timestamping and someone is sending millions of items, I think you just ban them. Apple accounts are free but not inexpensive.
- khalic 7d agoNobody has breached the Secure Enclave, not sure it’s doable without investing millions in direct circuit manipulation. Seems good enough
- embedding-shape 7d agoEven simpler, a 3D printed relief with an image "stamped" on it, now you effectively have a 3D image.
- bayindirh 7d ago…and the PDAF data will show how shallow it is.
- embedding-shape 7d ago... don't make it so shallow then. Perfectly possible in a consumer-friendly 3D printer for a face or even human body if you have lots of time for the prints.
- dylan604 7d agobut what are we really trying to solve here. you're suggesting a helluvalota work for what purpose?
- ceejayoz 7d agoYou’re well on the way to 1:1 replicas at this point. Next you’ll need to match the thermal signature and the exact weather in the sky for the time at that location.
- lxgr 7d agoThen take and sign a one-second video and you’re adding a few orders of magnitude of complexity again.
- golem14 7d agoSounds like Rincewind's spell from the Octavo.
- DrammBA 7d agoThis is almost reaching Kubrick’s joke about wanting to film the fake moon landing on location.
- deleted 7d ago[deleted]
- bayindirh 7d ago> generate a realistic depth map along with any generated image. There are already pretty good depth map generation algorithms (for a decade or so) which works on 2D images. Generate the image, feed it to a depth map generator, viola. However, you can't get it signed by the sensor itself. That'd be hard.