Machine Learning on Encrypted Data Without Decrypting It
juliacomputing.com
Machine Learning on Encrypted Data Without Decrypting It
1–10 of 122 posts
Re: Machine Learning on Encrypted Data Without Decrypting It
#2After reading: Yup. It makes sense, so long as your resulting model is run against similarly encrypted data, the same patterns will be there for the ML to identify.
Which is, of course, one of the issues with homomorphic encryption.
Re: Machine Learning on Encrypted Data Without Decrypting It
#3Re: Machine Learning on Encrypted Data Without Decrypting It
#4Before reading: "I bet they're using homomorphic encryption to expose patterns in the encrypted data" After reading: Yup. It makes sense, so long as your resulting model is run against similarly encrypted data, the same patterns will be there for the ML to identify. Which is, of course, one of the issues with homomorphic encryption.
Re: Machine Learning on Encrypted Data Without Decrypting It
#5Re: Machine Learning on Encrypted Data Without Decrypting It
#6If you can infer information from encrypted data then it's not properly encrypted. Generally you would use a salt that would render this type of analyses useless.
Re: Machine Learning on Encrypted Data Without Decrypting It
#7Before reading: "I bet they're using homomorphic encryption to expose patterns in the encrypted data" After reading: Yup. It makes sense, so long as your resulting model is run against similarly encrypted data, the same patterns will be there for the ML to identify. Which is, of course, one of the issues with homomorphic encryption.
Just to clarify, homomorphic encryption does not expose patterns. At every point in the computation the ciphertexts are computationally indistinguishable from random. The result of evaluating the ML model will be an encrypted prediction that you then need to send back to whoever encrypted the data (or more precisely whoever has the key - doesn't need to be the same person) so they can decrypt and use the prediction.
Re: Machine Learning on Encrypted Data Without Decrypting It
#8What are the runtimes?
Re: Machine Learning on Encrypted Data Without Decrypting It
#9If you can infer information from encrypted data then it's not properly encrypted. Generally you would use a salt that would render this type of analyses useless.
Re: Machine Learning on Encrypted Data Without Decrypting It
#10If you can infer information from encrypted data then it's not properly encrypted. Generally you would use a salt that would render this type of analyses useless.