AIRBiS project goal is to do pneumonia detection and analysis by using Convolutional Neural Network(CNN) on lung x-ray images. But, due to the nature of the distribution of data amongst hospitals and privacy concerns for hospitals as well as patients, a conventional approach of centralized training would not work in this kind of setting. To solve this problem, Federated learning is adopted to collaborate across multi-edge nodes without sharing the raw data and achieve good decentralized training results.
| Date | Task |
| ☑️June 1 - June 30, 2020 | Run demos, Read papers and books, Understand the basic concepts of CNN and federated learning |
| ☑️July 1 - July 31, 2020 | Do basic CNN and federated learning tutorials & implement own simple CNN and federated learning system |
| August 1 - September 30, 2020 | Implement federated learning with the prototype CNN |
| September 20 - October 10, 2020 | Prepare for mid-term presentation |
| October 1 - November 20, 2020 | Implement communication between FL system with UI & Optimization |
| October 10 - November 20, 2020 | Write paper |