ADF & TransApp: A Transformer-Based Framework for Appliance Detection Using Smart Meter Consumption Series

Adrien Petralia,Philippe Charpentier,Themis Palpanas
DOI: https://doi.org/10.14778/3632093.3632115
2023-12-18
Abstract:Over the past decade, millions of smart meters have been installed by electricity suppliers worldwide, allowing them to collect a large amount of electricity consumption data, albeit sampled at a low frequency (one point every 30min). One of the important challenges these suppliers face is how to utilize these data to detect the presence/absence of different appliances in the customers' households. This valuable information can help them provide personalized offers and recommendations to help customers towards the energy transition. Appliance detection can be cast as a time series classification problem. However, the large amount of data combined with the long and variable length of the consumption series pose challenges when training a classifier. In this paper, we propose ADF, a framework that uses subsequences of a client consumption series to detect the presence/absence of appliances. We also introduce TransApp, a Transformer-based time series classifier that is first pretrained in a self-supervised way to enhance its performance on appliance detection tasks. We test our approach on two real datasets, including a publicly available one. The experimental results with two large real datasets show that the proposed approach outperforms current solutions, including state-of-the-art time series classifiers applied to appliance detection. This paper appeared in VLDB 2024.
Signal Processing,Machine Learning
What problem does this paper attempt to address?
The paper introduces an Appliance Detection Framework (ADF) and a Transformer-based time series classifier named TransApp, aiming to detect the presence or absence of specific electrical appliances within households using smart meter consumption data. ### Problem Addressed The paper addresses the challenge faced by electricity suppliers in utilizing smart meter data to detect the presence of specific appliances in customers' households. This information is valuable for providing personalized offers and recommendations to customers, helping them toward more sustainable energy consumption. ### Key Contributions 1. **ADF Framework**: The ADF framework processes long and variable-length consumption time series by operating on subsequences rather than the entire series. This approach handles the challenges posed by the length and variability of the consumption series. 2. **TransApp Classifier**: TransApp is a Transformer-based classifier that is first pre-trained in a self-supervised manner using unlabeled consumption time series. This pre-training enhances its ability to accurately detect appliances in subsequent supervised training. 3. **Evaluation and Results**: - The proposed approach (ADF + TransApp) is evaluated in terms of accuracy and scalability on 2 real-world datasets. - Experimental results demonstrate the superiority of the proposed solution compared to previous approaches for appliance detection, including state-of-the-art time series classifiers.