federated learning framework and energy disaggregation techniques for residential energy management
abstract
residential energy use is a significant part of total power usage in developed countries. to reduce overall
energy use and save funds, these countries need solutions that help them keep track of how different
appliances are used at residences. non-intrusive load monitoring (nilm) or energy disaggregation
is a method for calculating individual appliance power consumption from a single meter tracking the
aggregated power of several appliances. to implement any nilm approach in the real world, it is
necessary to collect massive amounts of data from individual residences and transfer them to centralized
servers, where they will undergo extensive analysis. the centralized fashion of this procedure makes it
time-consuming and costly since transferring the data from thousands of residences to the central server
takes a lot of time and storage. this thesis proposes utilizing federated learning (fl) framework for
nilm in order to make the entire system cost-effective and efficient. rather than collecting data from
all clients (residences) and sending it back to the central server, local models are generated on each
client’s end and trained on local data in fl. this allows fl to respond more quickly to changes in the
environment and handle data locally in a single household, increasing the system’s speed. on top of
that, without any data transfer, fl prevents data leakage and preserves the clients’ privacy, leading
to a safe and trustworthy system. for the first time, in this work, the performance of deploying fl
in nilm was investigated with two different energy disaggregation models: short sequence-to-point
(seq2point) and variational auto-encoder (vae). short seq2point with fewer samples as input window
for each appliance, tries to simulate the real-time energy disaggregation for the different appliances.
despite having a light-weighted model, short seq2point lacks generalizability and might confront some
challenges while disaggregating multi-state appliances.