15dc389f91e43ff3.tex
1: \begin{abstract}
2: % Recently, data regulatory bodies around the globe have imposed obligations on sharing user data to ensure data privacy and security laws.
3: % This can introduce an obstacle in the efforts of building machine learning models that require large and sensitive training datasets to perform accurately. 
4: 
5: 
6: Federated learning (FL) has enabled training models collaboratively from multiple data owning parties without sharing their data. Given the privacy regulations of patient's healthcare data, learning-based systems in healthcare can greatly benefit from privacy-preserving FL approaches.
7: However, typical model aggregation methods in FL are sensitive to local model updates, which may lead to failure in learning a robust and accurate global model.
8: In this work, we implement and evaluate different robust aggregation methods in FL applied to healthcare data. 
9: Furthermore, we show that such methods can detect and discard faulty or malicious local clients during training.
10: We run two sets of experiments using two real-world healthcare datasets for training medical diagnosis classification tasks. Each dataset is used to simulate the performance of three different robust FL aggregation strategies when facing different poisoning attacks. 
11: The results show that privacy preserving methods can be successfully applied alongside Byzantine-robust aggregation techniques. We observed in particular how using differential privacy (DP) did not significantly impact the final learning convergence of the different aggregation strategies. 
12: 
13: \end{abstract}
14: