Looked at the network logs and the JS, did some testing, there's a caveat here. For an encryption demo you might expect your secrets to be generated locally, they do the compute on something they can't read, you compare their results to your original plaintext; (imo at least) the point would be that it isn't physically possible for them to cheat. Here, you literally download client_secret.bin from their server, so th…
Homomorphically encrypted CIFAR-10 inference in 200ms
31–40 of 45 posts
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#32Does a given plain image always result in the same encrypted payload?
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#33Earlier quoted context omitted.
Consider encrypted AI. You ask a question under encryption. The remote calculates the answer, which is still under encryption. This is the critical point; the remote cannot see the question and answer. It only calculates. Once you receive the answer, you decrypt it and see the answer; only you see the answer.
Ah, that sounds impossible. Good luck, sir...Also, who wants this if you can just run a local model?
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#34Earlier quoted context omitted.
Have you considered that maybe the computation itself on the private data, no matter how you put it, even if encrypted , was designed to protect the consumer? I.E., gaining any sort of insight a transaction of protected information is what the protections were in place for. So is FHE more about skirting regulations and privacy laws? Or, is it a new frontier of an untapped data source that has some red tape around it?…
> gaining any sort of insight The server providing the FHE-based service does not gain any sort of insight. This is a key point: only the client can see the output of the computation.
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#35I think they only trained on dogs with floppy ears, because it is very confident the German Shepherd is a cat.
did they remove a German Shepherd from the sample images since your comment? I cannot see a German Shepard. Only a black dog with floppy ears.
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#36> Image classification without the server seeing the image. Does a given plain image always result in the same encrypted payload?
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#37Big if true! One of the caveats here is that the file size seems to balloon 341 times.
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#38Earlier quoted context omitted.
Consider encrypted AI. You ask a question under encryption. The remote calculates the answer, which is still under encryption. This is the critical point; the remote cannot see the question and answer. It only calculates. Once you receive the answer, you decrypt it and see the answer; only you see the answer.
Ah, that sounds impossible. Good luck, sir...Also, who wants this if you can just run a local model?
Re: Homomorphically encrypted CIFAR-10 inference in 200ms
#39Earlier quoted context omitted.
> gaining any sort of insight The server providing the FHE-based service does not gain any sort of insight. This is a key point: only the client can see the output of the computation.
this is only true in the IND-CPA model for most "practical" FHE work. So a more precise way to describe things is "a server who faithfully performs the task given to them does not gain any sort of insight" (perhaps with an additional caveat about decryption failures).