Abstract
To reduce negative environmental impacts, power stations and energy grids need to optimize the resources required for power production. Thus, predicting the energy consumption of clients is becoming an important part of every energy management system. Energy usage information collected by the clients' smart homes can be used to train a deep neural network to predict the future energy demand. Collecting data from a large number of distributed clients for centralized model training is expensive in terms of communication resources. To take advantage of distributed data in edge systems, centralized training can be replaced by federated learning where each client only needs to upload model updates produced by training on its local data. These model updates are aggregated into a single global model by the server. But since different clients can have different attributes, model updates can have diverse weights and as a result, it can take a long time for the aggregated global model to converge. To speed up the convergence process, we can apply clustering to group clients based on their properties and aggregate model updates from the same cluster together to produce a cluster specific global model. In this paper, we propose a recurrent neural network based energy demand predictor, trained with federated learning on clustered clients to take advantage of distributed data and speed up the convergence process.
Original language | English |
---|---|
Title of host publication | Proceedings - 2021 IEEE International Conference on Big Data and Smart Computing, BigComp 2021 |
Editors | Herwig Unger, Jinho Kim, U Kang, Chakchai So-In, Junping Du, Walid Saad, Young-guk Ha, Christian Wagner, Julien Bourgeois, Chanboon Sathitwiriyawong, Hyuk-Yoon Kwon, Carson Leung |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 164-167 |
Number of pages | 4 |
ISBN (Electronic) | 9781728189246 |
DOIs | |
Publication status | Published - Jan 2021 |
Event | 2021 IEEE International Conference on Big Data and Smart Computing, BigComp 2021 - Jeju Island, Korea, Republic of Duration: 17 Jan 2021 → 20 Jan 2021 |
Publication series
Name | Proceedings - 2021 IEEE International Conference on Big Data and Smart Computing, BigComp 2021 |
---|
Conference
Conference | 2021 IEEE International Conference on Big Data and Smart Computing, BigComp 2021 |
---|---|
Country/Territory | Korea, Republic of |
City | Jeju Island |
Period | 17/01/21 → 20/01/21 |
Bibliographical note
Publisher Copyright:© 2021 IEEE.
Keywords
- Clustering
- Energy
- Federated learning
- Long short-term memory
- Recurrent neural network