Skip to content

Commit 8001a8e

Browse files
authoredMar 15, 2025
Update README.md
1 parent 00a3acf commit 8001a8e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## On the Byzantine-Resilience of Distillation-Based Federated Learning
1+
## [ICLR25] On the Byzantine-Resilience of Distillation-Based Federated Learning
22

33
*Authors: [Christophe Roux](http://christopheroux.de/), [Max Zimmer](https://maxzimmer.org/), [Sebastian Pokutta](http://www.pokutta.com/)*
44

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).
66
The code is based on [PyTorch 1.9](https://pytorch.org/) and the experiment-tracking platform [Weights & Biases](https://wandb.ai).
77

88
### Structure and Usage
@@ -31,10 +31,11 @@ Define the parameters in the [`main.py`](main.py) defaults-dictionary and run it
3131
In case you find the paper or the implementation useful for your own research, please consider citing:
3232

3333
```
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}
3940
}
4041
```

0 commit comments

Comments
 (0)
Please sign in to comment.