A simulation platform for auction-based federated learning

Federated learning (FL) is a vast field of research that is concerned with distributed training of machine learning models while adhering to laws governing data privacy. Notwithstanding its benefits over traditional centralised machine learning, FL itself is augmented by methods introducing...

全面介紹

Saved in:
書目詳細資料
主要作者: Tang, Daryl Jun Da
其他作者: Yu Han
格式: Final Year Project
語言:English
出版: Nanyang Technological University 2024
主題:
在線閱讀:https://hdl.handle.net/10356/181267
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:Federated learning (FL) is a vast field of research that is concerned with distributed training of machine learning models while adhering to laws governing data privacy. Notwithstanding its benefits over traditional centralised machine learning, FL itself is augmented by methods introducing the concepts of incentives and reputation among the data owners (DO’s) and data consumers (DC’s) participating in FL. Indeed, research into Auction-based Federated Learning (AFL) delves into the various incentive mechanisms to aid in goal alignment of auctioneers, DO’s, and DC’s. AFL promises to retain the perks of privacy preserving distributed model training without the drawbacks of communication overheads and data which is non-independent and identically distributed (non-IID problem). In reverse-AFL, a single DC recruits several DO’s for model training, providing a bounty for clients contributing the most significant data and model advancements. This project aims to be a layer of abstraction that makes learning about FL, AFL, and reverse-AFL more accessible for prospective DO’s and DC’s. Being a simulation platform built on top of frameworks such as Flask, Tensorflow, React, and Flower, users will be able to run simulations using the default configuration values provided by the Flower framework. Users who are more keen on tweaking the simulation parameters can do so via the command line of the project code.