Proceedings Article10.1109/ICDE51399.2021.00039
Efficient Federated-Learning Model Debugging
Anran Li,Lan Zhang,Junhao Wang,Juntao Tan,Feng Han,Yaxuan Qin,Nikolaos M. Freris,Xiang-Yang Li +7 more
- 19 Apr 2021
- pp 372-383
42
TL;DR: Zhang et al. as discussed by the authors proposed FLDebugger, which traces the global model's test errors, jointly through the training log and the underlying learning algorithm, back to first identify the clients and subsequently their training samples that are most responsible for the errors.
read more
Abstract: Federated learning (FL) enables large amounts of participants to construct a global learning model, while storing training data privately at each client device. A fundamental issue in this framework is the susceptibility to the erroneous training data. This problem is especially challenging due to the invisibility of clients’ local training data and training process, as well as the resource constraints of a large number of mobile and edge devices. In this paper, we try to tackle this challenging issue by introducing the first FL debugging framework, FLDebugger, for mitigating test error caused by erroneous training data. The pro-posed solution traces the global model’s bugs (test errors), jointly through the training log and the underlying learning algorithm, back to first identify the clients and subsequently their training samples that are most responsible for the errors. In addition, we devise an influence-based participant selection strategy to fix bugs as well as to accelerate the convergence of model retraining. The performance of the identification algorithm is evaluated via extensive experiments on a real AIoT system (50 clients, including 20 edge computers, 20 laptops and 10 desktops) and in larger-scale simulated environments. The evaluation results attest to that our framework achieves accurate and efficient identification of negatively influential clients and samples, and significantly improves the model performance by fixing bugs.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Privacy-Preserving Efficient Federated-Learning Model Debugging
TL;DR: In this article , the authors proposed a debugging framework for detecting test error caused by erroneous training data. But the work in this paper is focused on the detection of negatively influential clients and samples that are most responsible for the errors.
32
Federated Graph Neural Networks: Overview, Techniques, and Challenges.
Rui Liu,Pengwei Xing,Zichao Deng,Anran Li,Cuntai Guan,Han Yu +5 more
TL;DR: A 2-D taxonomy of the FedGNN literature is proposed: the main taxonomy provides a clear perspective on the integration of GNNs and FL by analyzing how GNNs enhance FL training as well as how FL assists GNN training and the auxiliary taxonomy provides a view on how FedGNNs deal with heterogeneity across FL clients.
31
Efficient Participant Contribution Evaluation for Horizontal and Vertical Federated Learning
Junhao Wang,Lan Zhang,Anran Li,Xuanke You,Haoran Cheng +4 more
- 01 May 2022
TL;DR: This paper proposes a DIG-FL based reweight mechanism to improve the model training in terms of accuracy and convergence speed by dynamically adjusting the weights of participants according to their per-epoch contributions, and theoretically analyze the convergence speed.
28
Towards Verifiable Federated Learning
Yan Zhang,Hanyou Yu +1 more
- 15 Feb 2022
TL;DR: A novel taxonomy for verifiableFL covering both centralised and decentralised settings is proposed, the commonly adopted performance evaluation approaches are summarized, and promising directions towards a versatile verifiable FL framework are discussed.
FedSDG-FS: Efficient and Secure Feature Selection for Vertical Federated Learning
Anran Li,Hongyi Peng,Lan Zhang,Jiayi Huang,Qi Guo,Yu Han,Yang Liu +6 more
- 17 May 2023
TL;DR: FedSDG-FS efficiently and securely selects high-quality features in Vertical Federated Learning, improving model performance while minimizing overhead.
15
References
Gradient-based learning applied to document recognition
Yann LeCun,Léon Bottou,Léon Bottou,Yoshua Bengio,Yoshua Bengio,Yoshua Bengio,Patrick Haffner +6 more
- 01 Jan 1998
TL;DR: In this article, a graph transformer network (GTN) is proposed for handwritten character recognition, which can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters.
53.5K
Gradient-based learning applied to document recognition
Yann LeCun,Léon Bottou,Léon Bottou,Yoshua Bengio,Yoshua Bengio,Yoshua Bengio,Patrick Haffner,Patrick Haffner +7 more
- 01 Jan 2001
TL;DR: This paper reviews various methods applied to handwritten character recognition and compares them on a standard handwritten digit recognition task, and Convolutional neural networks are shown to outperform all other techniques.
32.7K
•Dissertation
Learning Multiple Layers of Features from Tiny Images
Alex Krizhevsky
- 01 Jan 2009
TL;DR: In this paper, the authors describe how to train a multi-layer generative model of natural images, using a dataset of millions of tiny colour images, described in the next section.
"Why Should I Trust You?": Explaining the Predictions of Any Classifier
Marco Tulio Ribeiro,Sameer Singh,Carlos Guestrin +2 more
- 13 Aug 2016
TL;DR: In this article, the authors propose LIME, a method to explain models by presenting representative individual predictions and their explanations in a non-redundant way, framing the task as a submodular optimization problem.
DeepFool: A Simple and Accurate Method to Fool Deep Neural Networks
Seyed-Mohsen Moosavi-Dezfooli,Alhussein Fawzi,Pascal Frossard +2 more
- 27 Jun 2016
TL;DR: DeepFool as discussed by the authors proposes the DeepFool algorithm to efficiently compute perturbations that fool deep networks, and thus reliably quantify the robustness of these classifiers by making them more robust.