Papers · Federated & aggregation · PRoVeFL
PRoVeFL
PRoVeFL: Private Robust and Verifiable Aggregation in Federated Learning
Reported benchmarks
| model | params | aggregation rule | clients | wallclock s |
|---|---|---|---|---|
| LeNet5 (CIFAR-10 S) | 62K | — | — | — |
| ResNet-18 (CIFAR-10 L) | 273K | — | — | — |
| LSTM (Shakespeare) | 818K | — | — | — |
| — | — | Krum | 200 | 2000 |
| — | — | Trimmed-Mean | 200 | 400 |
| — | — | FLTrust | 200 | 20 |
params_note: As reported. Standard ResNet-18 is ~11M params, so this must be a reduced variant -- worth checking.
Notes
These wallclock numbers are per-round aggregation cost, NOT proving time. Plotting them against zkPoT proving times would be a category error.
Our reading
Citation neighbourhood
Builds on
- none recorded
Cited by, in this corpus
- none recorded
Edges are a proxy: paper A's text mentions B anywhere (body or bibliography). See the full graph.
Discussed in
Other recorded fields
uses_zk_note: 'VERIFIED: the strings "zero-knowledge", "ZKP", "SNARK" and "proof of training" do not appear anywhere in the paper. Do not file this under zkML.' primitive: Multi-key FHE (Ring-LWE) + discrete-log commitments; bilinear pairwise checks what_is_proven: That a server performed the aggregation rule's arithmetic correctly (distances for Krum, differences for Trimmed-Mean, inner products for FLTrust). Verified BY ANOTHER SERVER, assuming >=1 server is honest. Not publicly verifiable, not succinct, not zero-knowledge. communication_gb: - 0.001 - 26