Abstract
Federated learning (FL) is a relatively new approach to
machine learning that aims to ensure data privacy is preserved by
training models on a distributed network of clients. While FL has
shown potential, challenges such as inefficient communication schemes
and poor performance with non-independent and identically distributed
data pose significant barriers to its wider adoption. This work proposes
a framework to overcome some of these challenges by exploring
methods to improve communication reliability, improve client selection
and investigate pathways to implement robust trust mechanisms. The
goal is to develop a trustworthy FL framework with a focus on
constrained IoT devices that will be applicable to a range of use cases
such as those found in industrial settings, where there is a need to
improve efficiency and safety, or detecting fraudulent transactions on
mobile devices, helping protect customers. A FL network of this type
must be capable of handling devices that produce poor quality data,
have an efficient communication scheme, and efficient training processes
to preserve battery life, while working efficiently with multi-modal
data. This paper will first provide background information on FL,
discuss the approach to address some of its challenges, and detail the
framework’s verification process. Additionally, it will present initial
baseline experiments using the Flower framework to develop an
understanding of how FL networks are created and implemented, and
to assess the impact of varying the number of clients or training rounds
on overall accuracy.
machine learning that aims to ensure data privacy is preserved by
training models on a distributed network of clients. While FL has
shown potential, challenges such as inefficient communication schemes
and poor performance with non-independent and identically distributed
data pose significant barriers to its wider adoption. This work proposes
a framework to overcome some of these challenges by exploring
methods to improve communication reliability, improve client selection
and investigate pathways to implement robust trust mechanisms. The
goal is to develop a trustworthy FL framework with a focus on
constrained IoT devices that will be applicable to a range of use cases
such as those found in industrial settings, where there is a need to
improve efficiency and safety, or detecting fraudulent transactions on
mobile devices, helping protect customers. A FL network of this type
must be capable of handling devices that produce poor quality data,
have an efficient communication scheme, and efficient training processes
to preserve battery life, while working efficiently with multi-modal
data. This paper will first provide background information on FL,
discuss the approach to address some of its challenges, and detail the
framework’s verification process. Additionally, it will present initial
baseline experiments using the Flower framework to develop an
understanding of how FL networks are created and implemented, and
to assess the impact of varying the number of clients or training rounds
on overall accuracy.
Original language | English |
---|---|
Title of host publication | Proceedings of the International Conference on Ubiquitous Computing and Ambient Intelligence (UCAmI 2024) |
Editors | José Bravo, Chris Nugent, Ian Cleland |
Publisher | Springer Cham |
Pages | 680-691 |
Number of pages | 12 |
Volume | 1212 |
ISBN (Electronic) | 978-3-031-77571-0 |
ISBN (Print) | 978-3-031-77570-3 |
DOIs | |
Publication status | Published online - 21 Dec 2024 |
Event | UCAmI 2024 - 16th International Conference on Ubiquitous Computing and Ambient Intelligence - Ulster University, Belfast, United Kingdom Duration: 27 Nov 2024 → 29 Nov 2024 https://ucami.org |
Publication series
Name | Lecture Notes in Networks and Systems |
---|---|
Publisher | Springer Cham |
Number | 1 |
Volume | 1212 |
ISSN (Print) | 2367-3370 |
ISSN (Electronic) | 2367-3389 |
Conference
Conference | UCAmI 2024 - 16th International Conference on Ubiquitous Computing and Ambient Intelligence |
---|---|
Abbreviated title | UCAmI 2024 |
Country/Territory | United Kingdom |
City | Belfast |
Period | 27/11/24 → 29/11/24 |
Internet address |
Keywords
- Federated Learning
- Trustworthy AI
- Constrained Devices
- Challenges