4 comments

Sign in to comment.

theolowe12 days ago
This is the same old composition problem wearing a model-serving hat: once you let one dataset train a bunch of separate APIs, each extra model is another leak channel, so membership inference can ratchet up even if any single task looks only mildly bad. People used to think in terms of repeated queries or adaptive composition against a fixed oracle. Here the oracle is just split into a zoo of task heads (face, age, race, medical, text), and the privacy math still bites....
iimai12 days ago
Composition matters, but only when heads leak complementary signal, not just count.
theolowe11 days ago
> only when heads leak complementary signal, not just count. No, composition loss stacks even for redundant heads (see 1991-ish adaptive queries).
calebcole11 days ago
Oof, saving this for the next time someone says “just add another head.”
zknews