|
1 |
| -## On the Byzantine-Resilience of Distillation-Based Federated Learning |
| 1 | +## [ICLR25] On the Byzantine-Resilience of Distillation-Based Federated Learning |
2 | 2 |
|
3 | 3 | *Authors: [Christophe Roux](http://christopheroux.de/), [Max Zimmer](https://maxzimmer.org/), [Sebastian Pokutta](http://www.pokutta.com/)*
|
4 | 4 |
|
5 |
| -This repository contains the code to reproduce the experiments from the paper ["On the Byzantine-Resilience of Distillation-Based Federated Learning"](https://arxiv.org/abs/2402.12265). |
| 5 | +This repository contains the code to reproduce the experiments from the ICLR25 paper ["On the Byzantine-Resilience of Distillation-Based Federated Learning"](https://arxiv.org/abs/2402.12265). |
6 | 6 | The code is based on [PyTorch 1.9](https://pytorch.org/) and the experiment-tracking platform [Weights & Biases](https://wandb.ai).
|
7 | 7 |
|
8 | 8 | ### Structure and Usage
|
@@ -31,10 +31,11 @@ Define the parameters in the [`main.py`](main.py) defaults-dictionary and run it
|
31 | 31 | In case you find the paper or the implementation useful for your own research, please consider citing:
|
32 | 32 |
|
33 | 33 | ```
|
34 |
| -@article{roux2024byzantine, |
35 |
| - author = {Roux, Christophe and Zimmer, Max and Pokutta, Sebastian}, |
36 |
| - title = {On the Byzantine-Resilience of Distillation-Based Federated Learning}, |
37 |
| - year = {2024}, |
38 |
| - journal = {arXiv preprint arXiv:2402.12265}, |
| 34 | +@inproceedings{roux2025on, |
| 35 | +title={On the Byzantine-Resilience of Distillation-Based Federated Learning}, |
| 36 | +author={Christophe Roux and Max Zimmer and Sebastian Pokutta}, |
| 37 | +booktitle={The Thirteenth International Conference on Learning Representations}, |
| 38 | +year={2025}, |
| 39 | +url={https://openreview.net/forum?id=of6EuHT7de} |
39 | 40 | }
|
40 | 41 | ```
|
0 commit comments