Electricity Theft Detection with self-attention
Paulo Finardi, Israel Campiotti, Gustavo Plensack, Rafael Derradi de, Souza, Rodrigo Nogueira, Gustavo Pinheiro, Roberto Lotufo

TL;DR
This paper introduces a novel self-attention based model with dilated convolutions and a binary mask for electricity theft detection, significantly improving accuracy on real-world imbalanced data.
Contribution
The work presents a new self-attention model with dilated convolutions and a binary mask for handling missing data in electricity theft detection.
Findings
Achieved an AUC of 0.926, over 17% better than previous methods.
Effectively handled missing data with the binary mask.
Demonstrated improved detection performance on real-world dataset.
Abstract
In this work we propose a novel self-attention mechanism model to address electricity theft detection on an imbalanced realistic dataset that presents a daily electricity consumption provided by State Grid Corporation of China. Our key contribution is the introduction of a multi-head self-attention mechanism concatenated with dilated convolutions and unified by a convolution of kernel size . Moreover, we introduce a binary input channel (Binary Mask) to identify the position of the missing values, allowing the network to learn how to deal with these values. Our model achieves an AUC of which is an improvement in more than with respect to previous baseline work. The code is available on GitHub at https://github.com/neuralmind-ai/electricity-theft-detection-with-self-attention.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsElectricity Theft Detection Techniques · Imbalanced Data Classification Techniques · Water Systems and Optimization
MethodsConvolution
