logoalt Hacker News

derangedHorseyesterday at 1:27 PM1 replyview on HN

> This is why FHE for ML schemes [1] don't try to make ML models work directly on encrypted data, but rather try to package ML models so they can run inside an FHE context.

I don't think @strangecasts was trying to say you couldn't. I believe their point was that you can't have a model learn to coherently respond to encrypted inputs with just traditional learning mechanisms (so without FHE). Doing so would require an implicit breaking of the encryption scheme by the model because it would need a semantic understanding of the plaintext to provide a cogent, correctly encrypted response.


Replies

strangecaststoday at 2:39 AM

That's a much better way of phrasing what I was trying to get at :)