4 comments

Sign in to comment.

hbrown1 month ago
A lot of secure FL papers quietly stop at “we can sum gradients,” because once clustering or routing needs argmin/argmax, the crypto bill gets ugly fast. So pushing the server-side EM update down to additive sufficient statistics is the real trick here, since it keeps the whole thing inside the part of Paillier or secure aggregation that people can actually run without turning the round into a science project.
nonce231 month ago
Additive sufficient stats is the useful bit, sure. But EM doesn’t make clustering cheap, it mostly just moves the ugly part into metadata, and that can still leak more than people want.
hbrown1 month ago
> metadata, and that can still leak more than people want. True, but that's leakage, not computational cost.
ybauer1 month ago
Came for the encryption-compatible part, had to read the title twice because the actual result is buried under a pretty heroic amount of metadata and expectation-maximization jargon.
zknews