# Towards Fair and Privacy-Preserving Federated Deep Models

**Authors:** Lingjuan Lyu, Jiangshan Yu, Karthik Nandakumar, Yitong Li, Xingjun Ma,, Jiong Jin, Han Yu, and Kee Siong Ng

arXiv: 1906.01167 · 2020-05-20

## TL;DR

This paper introduces FPPDL, a decentralized federated learning framework that ensures fairness and privacy, allowing participants to receive models tailored to their contributions while maintaining high accuracy.

## Contribution

The paper proposes a novel decentralized framework with a credibility evaluation and onion encryption to enhance fairness and privacy in federated deep learning.

## Key findings

- FPPDL balances fairness, privacy, and accuracy effectively.
- Participants receive models proportional to their contributions.
- Framework detects and isolates low-contribution parties.

## Abstract

The current standalone deep learning framework tends to result in overfitting and low utility. This problem can be addressed by either a centralized framework that deploys a central server to train a global model on the joint data from all parties, or a distributed framework that leverages a parameter server to aggregate local model updates. Server-based solutions are prone to the problem of a single-point-of-failure. In this respect, collaborative learning frameworks, such as federated learning (FL), are more robust. Existing federated learning frameworks overlook an important aspect of participation: fairness. All parties are given the same final model without regard to their contributions. To address these issues, we propose a decentralized Fair and Privacy-Preserving Deep Learning (FPPDL) framework to incorporate fairness into federated deep learning models. In particular, we design a local credibility mutual evaluation mechanism to guarantee fairness, and a three-layer onion-style encryption scheme to guarantee both accuracy and privacy. Different from existing FL paradigm, under FPPDL, each participant receives a different version of the FL model with performance commensurate with his contributions. Experiments on benchmark datasets demonstrate that FPPDL balances fairness, privacy and accuracy. It enables federated learning ecosystems to detect and isolate low-contribution parties, thereby promoting responsible participation.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01167/full.md

## Figures

44 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01167/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1906.01167/full.md

---
Source: https://tomesphere.com/paper/1906.01167