Live data from Hacker News

Viewing profile — CyanTas

CyanTas

HN member
Joined
Sat, May 18, 2019, 4:44 AM UTC
HN karma
8
Public activity
7 items

About CyanTas

No profile information was provided.

Recent public activity

  1. comment
    Comment #27368845

    I'm also Jewish, and I have to say the last paragraph at of that blog at least is blatantly antisemitic. On the other hand, it is from 2007, so I don't think we need to destroy thi…

  2. comment
    Comment #19947672

    You're thinking of "somewhat homomorphic encryption", which is homomorphic encryption that can support both addition/OR and multiplication/AND, but only in circuits of a limited de…

  3. comment
    Comment #19947105

    I definitely recommend reading more about it because I’m not the best at explaining it. But differential privacy (without federated learning) is what Apple has been doing.

  4. comment
    Comment #19945848

    Do you have a specific technical criticism of the secure aggregation protocol? That’s what’s supposed to make it impossible to deduce the data from model updates. Or is your concer…

  5. comment
    Comment #19945837

    You’re not wrong, but it does say those privacy risks can be mitigated with differential privacy. That McMahan et al. paper (which is also Google) makes the accuracy cost seem low.…

  6. comment
    Comment #19945820

    Secure aggregation isn’t meaningless, but you’re right that it’s the wrong tool for the problem you’re talking about. The right tool is differential privacy. Differential privacy i…

  7. comment
    Comment #19945716

    Fully homomorphic encryption, in which you can do arbitrary computation on encrypted data, is still quite slow. But partially homomorphic decryption, in which you can add encrypted…