Response to Reviewer YtVL 's Weaknesses
> **Weakness 1:** It is quite weird that the modern neural network ResNet9 can only achieve at most 97% testing accuracy on MNIST across all the methods and some results are even lower than 90% in Table 2 (e.g., PerAvg and FedPAC). A simple LeNet-5 model can already achieve 90% testing accuracy on MNIST by FedAvg even in the case of extremely non-i.i.d. partition (e.g., one label per client) [a]. In addition, the performance of FedAvg on MNIST-Dir(0.5) is lower than its performance on MNIST-Dir(0.1), which is also strange since a higher degree of data heterogeneity leads to a better performance for a non-personalized method. These factors make the experimental results less convincing. Please explain the potential reasons for these anomalous results.
In our work, we use the settings from well-known FL benchmark, so-called pFLlib. Currently, there are various SOTA that leveraged pFLlib as benchmarks [R1] as well as other SOTA [R2], [R3], [R4], [R5] achieve the approximately similar results (the accuracy on MNIST achieves the relatively low performance).
According to the non-iid partition, we have made a mistake according to two different tables. We will make a revision in our update manuscript. To validate our algorithm along with other baselines, we also provide parts of our running results which is demonstrated in the anonymous wandb link: https://wandb.ai/anonymous-anonymous/fedlag
* [R1] Canh et al., Personalized Federated Learning with Moreau Envelopes, NIPS 2020.
* [R2] Prateek et al., Bayesian Coreset Optimization for Personalized Federated Learning, ICLR 2024.
* [R3] Xinmeng Huang et al., Stochastic Controlled Averaging for Federated Learning with Communication Compression, ICLR 2024.
* [R4] Wei et al., Understanding Convergence and Generalization in Federated Learning through Feature Learning Theory, ICLR 2024.
* [R5] Zhuang et al., FedWon: Triumphing Multi-domain Federated Learning without Normalization, ICLR 2024.
> **Weakness 2:** There may be some typo errors. For example, in the first line of Sec. 7.1.1, the α in the sentence "We assess at two heterogeneity levels, i.e., α = 0.1, 1." is inconsistent with α 's values in Table 2. In the Sec. 6.2, the method name GBFL (Zhang et al., 2023c) should be GPFL. Please correct these issues and check over the manuscript.
Thank you for pointing out these typographical errors. We will correct the α values in Section 7.1.1 and the method name in Section 6.2, as well as review the manuscript for any other typos. We appreciate your careful review and feedback.
> **Weakness 3:** Some works related to leveraging gradient conflicts in FL [b][c][d] were missing. More discuss on how the approach relates to or differs from the gradient conflict handling methods is needed. One highly related baseline [e] similarly tackling the layer personalization problem in FL was also ignored. Please compare with this method in the experiments.\\
[a] Zhao Y, Li M, Lai L, et al. Federated learning with non-iid data[J]. arXiv preprint arXiv:1806.00582, 2018.\\
[b] Pan Z, Li C, Yu F, et al. FedLF: Layer-Wise Fair Federated Learning[C]//Proceedings of the AAAI Conference on Artificial Intelligence. 2024, 38(13): 14527-14535.\\
[c] Wang Z, Fan X, Qi J, et al. Federated learning with fair averaging[J]. arXiv preprint arXiv:2104.14937, 2021.\\
[d] Hu Z, Shaloudegi K, Zhang G, et al. Federated learning meets multi-objective optimization[J]. IEEE Transactions on Network Science and Engineering, 2022, 9(4): 2039-2051.\\
[e] Ma X, Zhang J, Guo S, et al. Layer-wised model aggregation for personalized federated learning[C]//Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2022: 10092-10101.
We thank the Reviewer for indicating some similar works to our works. Per Reviewer's comment, we will add [b] [c] [d] into our discussion of related works and their difference and currently working on the results of [e]. Besides, want to discuss about [a] and [e].
- [a] is the popular work in FL which indicates a terminology of weight divergence, and also motivated us for investigating gradient divergence. However, [a] did not leverage the gradient divergence and also only provide the analysis while not providing any new method.
- We conducted an investigation into [e] and identified its key mechanism: employing a hyper-network on the server to determine the set of parameters used for averaging, thereby minimizing the average loss value. However, existing studies demonstrate that achieving the lowest loss value at each round does not necessarily ensure appropriate gradient progression. In our research, we propose FedLAG, which utilizes a well-established rationale to design personalized layers. We believe our approach is distinct from [e] and represents an improvement over it.