162 results on '"electricity theft detection"'
Search Results
2. Robust resampling and stacked learning models for electricity theft detection in smart grid
- Author
-
Ullah, Ashraf, Khan, Inam Ullah, Younas, Muhammad Zeeshan, Ahmad, Maqbool, and Kryvinska, Natalia
- Published
- 2025
- Full Text
- View/download PDF
3. ETD-SAC: A Series-Wise Auto-correlation Mechanism Based Electricity Theft Detector for Smart Grids
- Author
-
Si, Zhen, Liu, Zhaoqing, Mu, Changchun, Xia, Xiaofang, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Chen, Xiaofeng, editor, and Huang, Xinyi, editor
- Published
- 2025
- Full Text
- View/download PDF
4. Smart grid electricity theft prediction using cascaded R-CNN and hybrid metaheuristic optimization.
- Author
-
Kumari, Dimf Greagory Prema, Kumar, Parasuraman, and Asoka, Smitha Jolakula
- Abstract
The theft of electricity is regarded as a global problem which creates negative impacts for both electricity users and utility companies. The economic development of utility companies gets destabilized which further leads to electric hazards, thereby increasing the energy cost. Numerous methods are utilized for substantial detection of electricity theft, but these approaches consume more time and are inefficient and expensive. Electricity theft detection also uses artificial intelligence techniques like deep learning and machine learning. Despite innovative and remarkable characteristics of these approaches, their performance is unsatisfactory. Taking these aforementioned issues into consideration, a cascaded region-based convolutional neural network with a cascade of specialized regressors is proposed in this work for efficient detection of electricity theft. The proposed classifier determines the close false positives for adjacent stage training enabling the generation of high quality detection of electricity theft. Initially, pre-processing which combines data interpolation and data normalization is carried out for the process of recovering missing values. An adaptive synthetic technique is utilized to address class imbalance issue owing to unbalanced data. In order to extract relevant features, a hybrid whale optimized chicken swarm algorithm is used which selects the accurate features thus performing the effective modelling of obtained electrical parameters. In comparison with existing approaches, the proposed work generates optimized results for performance metrics values with an accuracy of 94.3%, F1-Score of 94.58%, and precision of 94%. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
5. 基于熵权法 Stacking 集成学习的多分类窃电检测.
- Author
-
孙玉芹, 王敏, 田方, and 孙园
- Abstract
To accurately locate electricity theft and reduce the economic losses caused by electricity theft to the power system, a multi-classification electricity theft detection model based on the entropy weight method Stacking E_Stacking(stacking based entropy) ensemble learning was proposed. First, based on the collinear characteristics of electricity consumption information, the VIF(variance inflation factor)was used as a standard to reduce the dimensionality of the data to reduce data complexity. Then k-fold cross-validation was embedded during model training to effectively prevent model overfitting. This model contained two layers of learners, a primary learner, and a meta-learner, it could fully combine the advantages of the two-layer learner and combine the learned complementary features and discriminative features to further improve detection performance. Finally, the Irish dataset and a portion of UCI(University of California Irvine)datasets were used to verify the model, and the results were better than several common methods at present, which demonstrates that the model has certain effectiveness and robustness. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
6. A new clustering-based semi-supervised method to restrict the users from anomalous electricity consumption: supporting urbanization.
- Author
-
Aslam, Zeeshan, Javaid, Nadeem, Javed, Muhammad Umar, Aslam, Muhammad, Aldegheishem, Abdulaziz, and Alrajeh, Nabil
- Subjects
- *
SUPERVISED learning , *GENERATIVE adversarial networks , *ELECTRIC utilities , *ELECTRIC power consumption , *ELECTRIC power distribution grids - Abstract
One of the crucial issues for power grids in strengthening the urbanization around the world is imbalance between supply and demand, which leads the users to consume electricity in an anomalous manner without paying for it. Electricity theft plays a pivotal role in cutting down on the electricity bills. The existing data-oriented approaches for electricity theft detection (ETD) in the smart cities have limited ability to handle noisy high-dimensional data and features' associations. These limitations raise the misclassification rate, which makes some of the approaches unacceptable for electric utilities. A new twofold end-to-end methodology is proposed for ETD. In the first fold, it groups the similar electricity consumption (EC) cases through grey wolf optimization (GWO)-based clustering mechanism; clustering by fast search and find of density peaks (CFSFDP), we named it GC. In the second fold, a new relational stacked denoising autoencoder (RSDAE)-based semi-supervised generative adversarial network (GAN), termed as RGAN, is used for ETD. The combined methodology is named as GC-RGAN. In the methodology, RSDAE acts as both feature extraction technique and generator sub-model of the proposed RGAN. The proposed methodology utilizes the advantages of clustering, adversarial learning and semi-supervised EC data. Besides, to validate the effectiveness of the proposed solution, extensive simulations are performed using smart meter data. Simulation results validate the excellent ETD performance of the proposed GC-RGAN against existing ETD schemes, such as random forest and semi-supervised support vector machine. In comparison, GC-RGAN covers the ETD score of 98% that shows its suitability for real-world scenarios. The proposed solution has extraordinary performance for ETD as compared to traditional solutions, which shows its superiority and usefulness for real-world applications. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
7. Improving Electricity Theft Detection Using Electricity Information Collection System and Customers' Consumption Patterns.
- Author
-
Kawoosa, Asif Iqbal, Prashar, Deepak, Anantha Raman, G R, Bijalwan, Anchit, Haq, Mohd Anul, Aleisa, Mohammed, and Alenizi, Abdullah
- Abstract
Electricity theft detection (ETD) techniques employed to identify fraudulent consumers often fail to accurately pinpoint electricity thieves in real time. The patterns associated with electricity use are leveraged to identify anomalies indicative of electricity theft. However, challenges in the benchmark ETD include overfitting and a high incidence of false positives (FPs) resulting from incorrect usage patterns formed by considering only electricity consumption patterns without accounting for external factors that contribute to variations in normal consumption patterns. Further investigation is required to precisely detect instances of electricity theft, thereby minimizing nontechnical losses and forecasting future electricity demand to maintain a stable supply. This study employs a master energy meter located on the transformer side to monitor the amount of energy distributed to the region. Zones with a high likelihood of energy theft are detected by comparing the sum of readings from all the smart meters with the readings from the master energy meter installed on the HV of the substation transformer within the same electric feeder. Ensemble XGBoost machine-learning algorithm and K-Means algorithm are used for the classification of malicious and nonmalicious samples and grouping similar types of consumers together, respectively. This makes the proposed model resistant to false-positive rates caused by changes in usage patterns that aren't done on purpose. Furthermore, energy thieves are identified by detecting anomalies in consumption behavior while maintaining constant internal and external environmental variables. This novel model proposed here mitigates the FP rate found in the present research of electricity usage data. Our approach outperforms support vector machines, convolution neural network, and logistic regression in simulations. Precision, F1-score, recall, Matthews Correlation Coefficient, Receiver Operating Characteristics (ROC)-Area Under The Curve (AUC), and Precision Recal (PR)-Area Under The Curve (AUC) validate our model. The simulation results show that the proposed K-Means-LSTM-XGBoost model improved the classifier's F1-score, precision, and recall to 93.75%, 95.16%, and 92.38%, respectively. Our model classifies huge time series data with high precision and can be utilized by the utility for real time electricity theft detection. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
8. REVIEW ON TEMPORAL CONVOLUTIONAL NETWORKS FOR ELECTRICITY THEFT DETECTION WITH LIMITED DATA.
- Author
-
Haruna, Usman, Pal, Bachcha Lal, Dhabariya, Ajay Sing, Rasheed, Faisal, Shah, Asifa Farooq, Sani, Abbas, Mu'azu, Babangida Salisu, and Yahya, Abdulgaffar Abubakar
- Subjects
ARTIFICIAL neural networks ,CONVOLUTIONAL neural networks ,COMPUTATIONAL intelligence ,ARTIFICIAL intelligence ,MACHINE learning - Abstract
Electricity theft detection using artificial intelligence (AI) and machine learning techniques have shown significant promise in recent research. However, practical implementation and widespread adoption of these advanced methods face several persistent challenges, particularly when dealing with limited data. This review delves into the computational complexity, data requirements, overfitting issues, and scalability and generalizability concerns associated with popular techniques such as Temporal Convolutional Networks (TCN), Long Short-Term Memory (LSTM), Deep Convolutional Neural Networks (DCNN), Multi-Layer Perceptron (MLP), Gated Recurrent Unit (GRU), and Artificial Neural Networks (ANN). Computational complexity and resource constraints affect the training times and convergence of TCN, LSTM, and DCNN, while high data needs and parameter tuning hinder MLP and GRU. The ANN-based method utilized by the Electricity Company of Ghana underscores overfitting and data duplication, further exacerbated by limited data availability. Moreover, the scalability and generalizability of TCN, LSTM, and DCNN across different regions and larger datasets are limited, with effectiveness varying based on electricity consumption patterns and theft tactics. Addressing these challenges through optimizing computational efficiency, improving data quality and utilization, and enhancing scalability and generalizability is crucial, especially in data-constrained environments. Continued research and development in these areas will be essential for realizing the full potential of AI-based electricity theft detection systems with limited data. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
9. The Effectiveness of Using AutoML in Electricity Theft Detection: The Impact of Data Preprocessing and Balancing Techniques
- Author
-
Yousif, Suhad A., Samawi, Venus W., Hartmanis, Juris, Founding Editor, van Leeuwen, Jan, Series Editor, Hutchison, David, Editorial Board Member, Kanade, Takeo, Editorial Board Member, Kittler, Josef, Editorial Board Member, Kleinberg, Jon M., Editorial Board Member, Kobsa, Alfred, Series Editor, Mattern, Friedemann, Editorial Board Member, Mitchell, John C., Editorial Board Member, Naor, Moni, Editorial Board Member, Nierstrasz, Oscar, Series Editor, Pandu Rangan, C., Editorial Board Member, Sudan, Madhu, Series Editor, Terzopoulos, Demetri, Editorial Board Member, Tygar, Doug, Editorial Board Member, Weikum, Gerhard, Series Editor, Vardi, Moshe Y, Series Editor, Goos, Gerhard, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Gervasi, Osvaldo, editor, Murgante, Beniamino, editor, Garau, Chiara, editor, Taniar, David, editor, C. Rocha, Ana Maria A., editor, and Faginas Lago, Maria Noelia, editor
- Published
- 2024
- Full Text
- View/download PDF
10. An Electricity Theft Identification Method by Fusing Clustering and Improved Sparrow Search Algorithm
- Author
-
Jian, Lai, Zongyao, Wang, Bing, Kang, Zhihao, Xu, Guili, Ding, Chuan, Liu, Angrisani, Leopoldo, Series Editor, Arteaga, Marco, Series Editor, Chakraborty, Samarjit, Series Editor, Chen, Jiming, Series Editor, Chen, Shanben, Series Editor, Chen, Tan Kay, Series Editor, Dillmann, Rüdiger, Series Editor, Duan, Haibin, Series Editor, Ferrari, Gianluigi, Series Editor, Ferre, Manuel, Series Editor, Jabbari, Faryar, Series Editor, Jia, Limin, Series Editor, Kacprzyk, Janusz, Series Editor, Khamis, Alaa, Series Editor, Kroeger, Torsten, Series Editor, Li, Yong, Series Editor, Liang, Qilian, Series Editor, Martín, Ferran, Series Editor, Ming, Tan Cher, Series Editor, Minker, Wolfgang, Series Editor, Misra, Pradeep, Series Editor, Mukhopadhyay, Subhas, Series Editor, Ning, Cun-Zheng, Series Editor, Nishida, Toyoaki, Series Editor, Oneto, Luca, Series Editor, Panigrahi, Bijaya Ketan, Series Editor, Pascucci, Federica, Series Editor, Qin, Yong, Series Editor, Seng, Gan Woon, Series Editor, Speidel, Joachim, Series Editor, Veiga, Germano, Series Editor, Wu, Haitao, Series Editor, Zamboni, Walter, Series Editor, Tan, Kay Chen, Series Editor, Yang, Qingxin, editor, Li, Zewen, editor, and Luo, An, editor
- Published
- 2024
- Full Text
- View/download PDF
11. A Lightweight Intrusion Detection and Electricity Theft Detection System for Smart Grid
- Author
-
Sinha, Ayush, Kaushik, Ashutosh, Vyas, Ranjana, Vyas, O. P., Angrisani, Leopoldo, Series Editor, Arteaga, Marco, Series Editor, Chakraborty, Samarjit, Series Editor, Chen, Jiming, Series Editor, Chen, Shanben, Series Editor, Chen, Tan Kay, Series Editor, Dillmann, Rüdiger, Series Editor, Duan, Haibin, Series Editor, Ferrari, Gianluigi, Series Editor, Ferre, Manuel, Series Editor, Jabbari, Faryar, Series Editor, Jia, Limin, Series Editor, Kacprzyk, Janusz, Series Editor, Khamis, Alaa, Series Editor, Kroeger, Torsten, Series Editor, Li, Yong, Series Editor, Liang, Qilian, Series Editor, Martín, Ferran, Series Editor, Ming, Tan Cher, Series Editor, Minker, Wolfgang, Series Editor, Misra, Pradeep, Series Editor, Mukhopadhyay, Subhas, Series Editor, Ning, Cun-Zheng, Series Editor, Nishida, Toyoaki, Series Editor, Oneto, Luca, Series Editor, Panigrahi, Bijaya Ketan, Series Editor, Pascucci, Federica, Series Editor, Qin, Yong, Series Editor, Seng, Gan Woon, Series Editor, Speidel, Joachim, Series Editor, Veiga, Germano, Series Editor, Wu, Haitao, Series Editor, Zamboni, Walter, Series Editor, Zhang, Junjie James, Series Editor, Tan, Kay Chen, Series Editor, Patel, Sankita J., editor, Chaudhary, Naveen Kumar, editor, Gohil, Bhavesh N., editor, and Iyengar, S. S., editor
- Published
- 2024
- Full Text
- View/download PDF
12. Electricity Theft Detection and Prevention Using Technology-Based Models: A Systematic Literature Review
- Author
-
Potego Maboe Kgaphola, Senyeki Milton Marebane, and Robert Toyo Hans
- Subjects
electricity theft ,electricity theft detection ,electricity theft prevention ,systematic literature review ,technology solutions ,Electricity ,QC501-721 - Abstract
Electricity theft comes with various disadvantages for power utilities, governments, businesses, and the general public. This continues despite the various solutions employed to detect and prevent it. Some of the disadvantages of electricity theft include revenue loss and load shedding, leading to a disruption in business operations. This study aimed to conduct a systematic literature review to identify what technology solutions have been offered to solve electricity theft and the effectiveness of those solutions by considering peer-reviewed empirical studies. The systematic literature review was undertaken following the guidelines for conducting a literature review in computer science to assess potential bias. A total of 11 journal articles published from 2012 to 2022 in SCOPUS, Science Direct, and Web of Science were analysed to reveal solutions, the type of theft addressed, and the success and limitations of the solutions. The findings show that the focus in research is channelled towards solving electricity theft in Smart Grids (SGs) and Advanced Metering Infrastructure (AMI); moreover, there is a neglect in the recent literature on finding solutions that can prevent electricity theft in countries that do not have SG and AMI installed. Although the results reported in this study are confined to the analysed research papers, the leading limitation in the selected studies, lack of real-life data for dishonest users. This study’s contribution is to show what technology solutions are prevalent in solving electricity theft in recent years and the effectiveness of such solutions.
- Published
- 2024
- Full Text
- View/download PDF
13. Electricity Theft Detection and Prevention Using Technology-Based Models: A Systematic Literature Review.
- Author
-
Kgaphola, Potego Maboe, Marebane, Senyeki Milton, and Hans, Robert Toyo
- Subjects
THEFT prevention ,DISRUPTIVE innovations ,ELECTRIC utilities ,PERIODICAL articles ,THEFT ,COMPUTER science ,ELECTRICITY - Abstract
Electricity theft comes with various disadvantages for power utilities, governments, businesses, and the general public. This continues despite the various solutions employed to detect and prevent it. Some of the disadvantages of electricity theft include revenue loss and load shedding, leading to a disruption in business operations. This study aimed to conduct a systematic literature review to identify what technology solutions have been offered to solve electricity theft and the effectiveness of those solutions by considering peer-reviewed empirical studies. The systematic literature review was undertaken following the guidelines for conducting a literature review in computer science to assess potential bias. A total of 11 journal articles published from 2012 to 2022 in SCOPUS, Science Direct, and Web of Science were analysed to reveal solutions, the type of theft addressed, and the success and limitations of the solutions. The findings show that the focus in research is channelled towards solving electricity theft in Smart Grids (SGs) and Advanced Metering Infrastructure (AMI); moreover, there is a neglect in the recent literature on finding solutions that can prevent electricity theft in countries that do not have SG and AMI installed. Although the results reported in this study are confined to the analysed research papers, the leading limitation in the selected studies, lack of real-life data for dishonest users. This study's contribution is to show what technology solutions are prevalent in solving electricity theft in recent years and the effectiveness of such solutions. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
14. 基于信息物理双侧数据的配电网 CPS 窃电检测方法.
- Author
-
杜龙, 沙建秀, 樊贝, 胡静威, and 刘增稷
- Abstract
Copyright of Integrated Intelligent Energy is the property of Editorial Department of Integrated Intelligent Energy and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
15. Electricity Theft Detection Using Rule-Based Machine Learning (rML) Approach.
- Author
-
BAHRAMI, Sheyda, YUMUK, Erol, KEREM, Alper, TOPCU, Beytullah, and KAYA, Ahmetcan
- Subjects
MACHINE learning ,ELECTRIC power distribution ,ELECTRIC utilities ,ELECTRIC meters ,RANDOM forest algorithms - Abstract
Copyright of Gazi Üniversitesi Fen Bilimleri Dergisi Part C: Tasarım ve Teknoloji is the property of Gazi University and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
16. Electricity theft detection in smart grid using machine learning.
- Author
-
Iftikhar, Hasnain, Khan, Nitasha, Raza, Muhammad Amir, Abbas, Ghulam, Khan, Murad, Aoudia, Mouloud, Touti, Ezzeddine, Emara, Ahmed, Kumar, Nishant, and Okedu, Kenneth E.
- Subjects
HYBRID systems ,MACHINE learning ,RECURRENT neural networks ,ELECTRIC utilities ,ELECTRICITY - Abstract
Nowadays, electricity theft is a major issue in many countries and poses a significant financial loss for global power utilities. Conventional Electricity Theft Detection (ETD) models face challenges such as the curse of dimensionality and highly imbalanced electricity consumption data distribution. To overcome these problems, a hybrid system Multi-Layer Perceptron (MLP) approach with Gated Recurrent Units (GRU) is proposed in this work. The proposed hybrid system is applied to analyze and solve electricity theft using data from the Chinese National Grid Corporation (CNGC). In the proposed hybrid system, first, preprocess the data; second, balance the data using the k-means Synthetic Minority Oversampling Technique (SMOTE) technique; third, apply the GTU model to the extracted purified data; fourth, apply the MLP model to the extracted purified data; and finally, evaluate the performance of the proposed system using different performance measures such as graphical analysis and a statistical test. To verify the consistency of our proposed hybrid system, we use three different ratios for training and testing the dataset. The outcomes show that the proposed hybrid system for ETD is highly accurate and efficient compared to the other models like Alexnet, GRU, Bidirectional Gated Recurrent Unit (BGRU) and Recurrent Neural Network (RNN). [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
17. Unsupervised Learning With Hybrid Models for Detecting Electricity Theft in Smart Grids
- Author
-
Ali Jaber Almalki
- Subjects
Electricity theft detection ,smart grids ,unsupervised learning ,hybrid models ,anomaly detection ,supervised learning ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
In the energy sector, electricity theft presents serious financial and security risks. By fusing supervised learning models (Random Forest) with unsupervised learning algorithms (Isolation Forest, One-Class Support Vector Machine (SVM), Local Outlier Factor (LOF), and Density-Based Spatial Clustering of Applications with Noise(DBSCAN)), this study presents a unique hybrid technique for identifying power theft. The models are developed and tested by the study using data from the State Grid Corporation of China (SGCC). Data on power use is examined by unsupervised algorithms to find abnormalities, which are then further examined by the Random Forest classifier for increased precision. The hybrid models work well in identifying anomalous consumption patterns that point to theft without requiring large amounts of labeled data. To improve grid sustainability and lower non-technical losses, this study offers power providers a scalable and effective option. The study advances the discipline by providing an original model detection and demonstrating its potential application in practical scenarios.
- Published
- 2024
- Full Text
- View/download PDF
18. Dynamic Generative Residual Graph Convolutional Neural Networks for Electricity Theft Detection
- Author
-
Wei Zhuang, Wen Jiang, Min Xia, and Jun Liu
- Subjects
Electricity theft detection ,graph convolutional network ,smote ,smart grid ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Illegal electricity users pose a significant threat to the economic and security aspects of the power system by illicitly accessing or manipulating electrical resources. With the widespread adoption of Advanced Metering Infrastructure (AMI), researchers have turned to leveraging smart meter data for electricity theft detection. However, existing models rely on methods that model a single electricity load curve and cannot capture the temporal dependencies, periodicity, and underlying features between electricity consumption cycles. This study introduces a novel electricity theft detection method based on dynamic residual graph networks. Innovatively, it proposes a dynamic topological graph construction technique that allows for the real-time updating of adjacency matrices during the training process, thereby effectively capturing the complex relationships in electricity usage patterns. Utilizing the MixHop graph convolutional network, it delves into the temporal sequence dependencies, periodicity, and hidden characteristics within user electricity consumption data. Additionally, to address the issue of model instability caused by scarce theft data, we employ the SMOTE (Synthetic Minority Over-sampling Technique) oversampling technique and enhance overall classification performance by modifying class weights in the loss function. We trained this network architecture on the real SGCC (State Grid Corporation of China) dataset, and the results demonstrate its superiority over other mainstream existing models.
- Published
- 2024
- Full Text
- View/download PDF
19. Electricity Theft Detection for Smart Homes: Harnessing the Power of Machine Learning With Real and Synthetic Attacks
- Author
-
Olufemi Abiodun Abraham, Hideya Ochiai, Md. Delwar Hossain, Yuzo Taenaka, and Youki Kadobayashi
- Subjects
Electricity theft detection ,machine learning ,synthetic attack data ,smart home ,real attack data ,unsupervised learning ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Electricity theft is a pervasive issue with economic implications that necessitate innovative approaches for its detection, given the critical challenge of limited labeled data. However, connecting smart home devices introduces numerous vectors for electricity theft. Therefore, this study introduces an innovative approach to detecting electricity theft in smart homes, leveraging knowledge-based, fine-grained, time-series appliance benign and anomalous consumption patterns. We simulated five attack classes and extended our model’s detection capabilities to unknown anomalies across residential settings by segmenting the anonymized data into three different home categories. We validated our experiment using simulated and real building attack data. Extreme Gradient Boost (XGB), Random Forest, and Multilayer Perceptron (MLP) outperform the legacy unsupervised model (LUM), which included MLP-Autoencoder (AE), 1D-CONV-AE, and Isolation Forest (RF). XGB had the highest average AUC scores of 98.69% and 98.74% for simulated and real attack detection, respectively, followed by RF at 96.76% and 97.07%, respectively, across all homes, indicating the robustness of our model in detecting benign and anomalous appliance consumption patterns. This study contributes to the academic discourse in the field and offers practical solutions to energy providers and stakeholders in the smart home industry.
- Published
- 2024
- Full Text
- View/download PDF
20. Electricity Theft Detection in Smart Grids Based on Omni-Scale CNN and AutoXGB
- Author
-
Sanyuan Zhu, Ziwei Xue, and Youfeng Li
- Subjects
Electricity theft detection ,SMOTEENN ,omni-scale CNN ,AutoXGB ,smart grid ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Electricity theft is a prevalent global issue that has detrimental effects on both utility providers and electricity consumers. This phenomenon undermines the economic stability of utility companies, worsens power hazards, and influences electricity costs for consumers. The advancements in Smart Grid technology play an essential role in Electricity Theft Detection (ETD), as they generate large amounts of data that can be effectively utilized for ETD through the application of Machine Learning (ML) and Deep Learning (DL) methodologies. The present study presents a novel approach for ETD by combining Omni-Scale CNN (OS-CNN) and AutoXGB. Firstly, the Piecewise Cubic Hermite Interpolating Polynomial (PCHIP) is employed as the data interpolation technique to address the limitations and missing data in the dataset. Additionally, a combination of the Synthetic Minority Over-Sampling Technique (SMOTE) and the Edited Nearest Neighbors (ENN), known as SMOTEENN, is utilized for data resampling to tackle the issue of class imbalance in the dataset. Secondly, the multi-layer Omni-Scale block stack is employed to effectively cover the receptive fields of diverse time series scales based on a straightforward rule. This enables the One-dimensional Convolutional Neural Network (1D-CNN) to acquire enhanced learning capabilities for both irregular electricity consumption data anomalies and periodic normal electricity consumption patterns in smart grid datasets, facilitating superior extraction of essential data features. The AutoXGB classifier is then utilized to classify the extracted features. AutoXGB possesses the capability of automatically optimizing the hyperparameters required by the model, ensuring that the classification model maintains optimal accuracy and settings. Finally, the method exhibits superior competitiveness compared to other methods on the same dataset. The experimental results demonstrate that the proposed model achieves an accuracy rate of 99.2%, a precision rate of 97.5%, and an area under the ROC curve of 98.4%. These results establish its significant superiority over alternative models.
- Published
- 2024
- Full Text
- View/download PDF
21. Electricity Theft Detection Method Based on Ensemble Learning and Prototype Learning
- Author
-
Xinwu Sun, Jiaxiang Hu, Zhenyuan Zhang, Di Cao, Qi Huang, Zhe Chen, and Weihao Hu
- Subjects
Electricity theft detection ,ensemble learning ,prototype learning ,imbalanced dataset ,deep learning ,abnormal level ,Production of electric energy or power. Powerplants. Central stations ,TK1001-1841 ,Renewable energy sources ,TJ807-830 - Abstract
With the development of advanced metering infrastructure (AMI), large amounts of electricity consumption data can be collected for electricity theft detection. However, the imbalance of electricity consumption data is violent, which makes the training of detection model challenging. In this case, this paper proposes an electricity theft detection method based on ensemble learning and prototype learning, which has great performance on imbalanced dataset and abnormal data with different abnormal level. In this paper, convolutional neural network (CNN) and long short-term memory (LSTM) are employed to obtain abstract feature from electricity consumption data. After calculating the means of the abstract feature, the prototype per class is obtained, which is used to predict the labels of unknown samples. In the meanwhile, through training the network by different balanced subsets of training set, the prototype is representative. Compared with some mainstream methods including CNN, random forest (RF) and so on, the proposed method has been proved to effectively deal with the electricity theft detection when abnormal data only account for 2.5% and 1.25% of normal data. The results show that the proposed method outperforms other state-of-the-art methods.
- Published
- 2024
- Full Text
- View/download PDF
22. A Novel Electricity Theft Detection Strategy Based on Dual-Time Feature Fusion and Deep Learning Methods.
- Author
-
Huang, Qinyu, Tang, Zhenli, Weng, Xiaofeng, He, Min, Liu, Fang, Yang, Mingfa, and Jin, Tao
- Subjects
- *
DEEP learning , *CONVOLUTIONAL neural networks , *THEFT , *ELECTRICITY , *FEATURE extraction - Abstract
To enhance the accuracy of theft detection for electricity consumers, this paper introduces a novel strategy based on the fusion of the dual-time feature and deep learning methods. Initially, considering electricity-consumption features at dual temporal scales, the paper employs temporal convolutional networks (TCN) with a long short-term memory (LSTM) multi-level feature extraction module (LSTM-TCN) and deep convolutional neural network (DCNN) to parallelly extract features at these scales. Subsequently, the extracted features are coupled and input into a fully connected (FC) layer for classification, enabling the precise detection of theft users. To validate the method's effectiveness, real electricity-consumption data from the State Grid Corporation of China (SGCC) is used for testing. The experimental results demonstrate that the proposed method achieves a remarkable detection accuracy of up to 94.7% during testing, showcasing excellent performance across various evaluation metrics. Specifically, it attained values of 0.932, 0.964, 0.948, and 0.986 for precision, recall, F1 score, and AUC, respectively. Additionally, the paper conducts a comparative analysis with mainstream theft identification approaches. In the comparison of training processes, the proposed method exhibits significant advantages in terms of identification accuracy and fitting degree. Moreover, with adjustments to the training set proportions, the proposed method shows minimal impact, indicating robustness. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
23. A detection method for electricity theft by distribution network users based on a hybrid neural network
- Author
-
CHENG Yueyu and CHENG Guofeng
- Subjects
distribution network ,electricity theft detection ,mtf ,hybrid neural network ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Given the low accuracy of the traditional electricity theft detection method based on one-dimensional electricity consumption data mining and analysis, a detection method for electricity theft by distribution network users based on a hybrid neural network is proposed. Firstly, to enhance the characteristic difference between the electricity consumption of normal users and that of power theft users, the Markov transition field (MTF) is used to transform one-dimensional electricity consumption data into two-dimensional graphs. Moreover, to improve the accuracy and generalization of the model, profile data of users' electricity consumption is introduced. Then, the hybrid neural network is used to extract and fuse the feature quantities of the preprocessed two-dimensional electricity consumption graphs and profile data respectively to detect electricity theft by distribution network users. Finally, the effectiveness and accuracy of the proposed method are verified through two sets of comparison experiments. The experimental results show that the method based on a hybrid neural network is superior to other models in detection accuracy of electricity theft, recall rate, and AUROC (area under the receiver operating characteristics), and has higher detection performance.
- Published
- 2023
- Full Text
- View/download PDF
24. Electricity theft detection for energy optimization using deep learning models
- Author
-
Pamir, Nadeem Javaid, Muhammad Umar Javed, Mohamad Abou Houran, Abdullah M. Almasoud, and Muhammad Imran
- Subjects
convolutional autoencoder ,deep learning ,electricity theft detection ,long short‐term memory ,smart grids ,weighting ,Technology ,Science - Abstract
Abstract The rapid increase in nontechnical loss (NTL) has become a principal concern for distribution system operators (DSOs) over the years. Electricity theft makes up a major part of NTL. It causes losses for the DSOs and also deteriorates the quality of electricity. The introduction of advanced metering infrastructure along with the upgradation of the traditional grids to the smart grids (SGs) has helped the electric utilities to collect the electricity consumption (EC) readings of consumers, which further empowers the machine learning (ML) algorithms to be exploited for efficient electricity theft detection (ETD). However, there are still some shortcomings, such as class imbalance, curse of dimensionality, and bypassing the automated tuning of hyperparameters in the existing ML‐based theft classification schemes that limit their performances. Therefore, it is essential to develop a novel approach to deal with these problems and efficiently detect electricity theft in SGs. Using the salp swarm algorithm (SSA), gate convolutional autoencoder (GCAE), and cost‐sensitive learning and long short‐term memory (CSLSTM), an effective ETD model named SSA–GCAE–CSLSTM is proposed in this work. Furthermore, a hybrid GCAE model is developed via the combination of gated recurrent unit and convolutional autoencoder. The proposed model comprises five submodules: (1) data preparation, (2) data balancing, (3) dimensionality reduction, (4) hyperparameters' optimization, and (5) electricity theft classification. The real‐time EC data provided by the state grid corporation of China are used for performance evaluations via extensive simulations. The proposed model is compared with two basic models, CSLSTM and GCAE–CSLSTM, along with seven benchmarks, support vector machine, decision tree, extra trees, random forest, adaptive boosting, extreme gradient boosting, and convolutional neural network. The results exhibit that SSA–GCAE–CSLSTM yields 99.45% precision, 95.93% F1 score, 92.25% accuracy, and 71.13% area under the receiver operating characteristic curve score, and surpasses the other models in terms of ETD.
- Published
- 2023
- Full Text
- View/download PDF
25. A Study of Electricity Theft Detection Method Based on Anomaly Transformer
- Author
-
Chen, Shufen, Yang, Yikun, You, Shuaiying, Chen, Wenbin, Li, Zhigang, Filipe, Joaquim, Editorial Board Member, Ghosh, Ashish, Editorial Board Member, Prates, Raquel Oliveira, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Chen, Enhong, editor, Gao, Yang, editor, Cao, Longbing, editor, Xiao, Fu, editor, Cui, Yiping, editor, Gu, Rong, editor, Wang, Li, editor, Cui, Laizhong, editor, and Yang, Wanqi, editor
- Published
- 2023
- Full Text
- View/download PDF
26. Electricity Anomaly Detection Research of Flue-Cured Tobacco Users Considering the Characteristics of Industry Electricity Consumption Behavior
- Author
-
Zhengyi, Xu, Jianping, Yang, Yunhua, Liang, Akan, Ozgur, Editorial Board Member, Bellavista, Paolo, Editorial Board Member, Cao, Jiannong, Editorial Board Member, Coulson, Geoffrey, Editorial Board Member, Dressler, Falko, Editorial Board Member, Ferrari, Domenico, Editorial Board Member, Gerla, Mario, Editorial Board Member, Kobayashi, Hisashi, Editorial Board Member, Palazzo, Sergio, Editorial Board Member, Sahni, Sartaj, Editorial Board Member, Shen, Xuemin, Editorial Board Member, Stan, Mircea, Editorial Board Member, Jia, Xiaohua, Editorial Board Member, Zomaya, Albert Y., Editorial Board Member, Yang, Hongming, editor, Fei, Jiang, editor, and Qiang, Tang, editor
- Published
- 2023
- Full Text
- View/download PDF
27. Electricity Theft Detection System for Smart Metering Application Using Bi-LSTM
- Author
-
Kaur, Ranbirjeet, Saini, Garima, Kacprzyk, Janusz, Series Editor, Gomide, Fernando, Advisory Editor, Kaynak, Okyay, Advisory Editor, Liu, Derong, Advisory Editor, Pedrycz, Witold, Advisory Editor, Polycarpou, Marios M., Advisory Editor, Rudas, Imre J., Advisory Editor, Wang, Jun, Advisory Editor, Rawat, Sanyog, editor, Kumar, Sandeep, editor, Kumar, Pramod, editor, and Anguera, Jaume, editor
- Published
- 2023
- Full Text
- View/download PDF
28. Electricity theft detection in smart grid using machine learning
- Author
-
Hasnain Iftikhar, Nitasha Khan, Muhammad Amir Raza, Ghulam Abbas, Murad Khan, Mouloud Aoudia, Ezzeddine Touti, and Ahmed Emara
- Subjects
electricity theft detection ,anomaly detection ,smart grid ,machine learning ,economic development ,General Works - Abstract
Nowadays, electricity theft is a major issue in many countries and poses a significant financial loss for global power utilities. Conventional Electricity Theft Detection (ETD) models face challenges such as the curse of dimensionality and highly imbalanced electricity consumption data distribution. To overcome these problems, a hybrid system Multi-Layer Perceptron (MLP) approach with Gated Recurrent Units (GRU) is proposed in this work. The proposed hybrid system is applied to analyze and solve electricity theft using data from the Chinese National Grid Corporation (CNGC). In the proposed hybrid system, first, preprocess the data; second, balance the data using the k-means Synthetic Minority Oversampling Technique (SMOTE) technique; third, apply the GTU model to the extracted purified data; fourth, apply the MLP model to the extracted purified data; and finally, evaluate the performance of the proposed system using different performance measures such as graphical analysis and a statistical test. To verify the consistency of our proposed hybrid system, we use three different ratios for training and testing the dataset. The outcomes show that the proposed hybrid system for ETD is highly accurate and efficient compared to the other models like Alexnet, GRU, Bidirectional Gated Recurrent Unit (BGRU) and Recurrent Neural Network (RNN).
- Published
- 2024
- Full Text
- View/download PDF
29. Detection and Confirmation of Electricity Thefts in Advanced Metering Infrastructure by Long Short-Term Memory and Fuzzy Inference System Models
- Author
-
A. O. Otuoze, M. W. Mustafa, U. Sultana, E. A. Abiodun, B. Jimada-Ojuolape, O. Ibrahim, I. O. Avazi-Omeiza, and A. I. Abdullateef
- Subjects
Advanced Metering Infrastructure ,Anomaly Detection ,Confirmation Model ,Electricity Theft Detection ,Fuzzy Inference System ,Long Short-Term Memory ,Technology ,Geophysics. Cosmic physics ,QC801-809 - Abstract
The successful implementation of Smart Grids heavily relies on energy efficiency, particularly through the Advanced Metering Infrastructure (AMI) and Smart Electricity Meters (SEM). However, cyber-attacks pose a threat to SEM, with electricity theft being a primary motivation. Despite the valuable data provided by SEM for analytical purposes, existing methods to identify theft involve cumbersome and costly on-site inspections. This research proposes an electricity theft detection model using the Long Short-Term Memory (LSTM) network. The model employs a collective anomaly approach, defining prediction errors through a threshold and forecast horizon. Suspicious consumption profiles are analysed, and a fuzzy inference system (FIS) implemented in MATLAB 2021b is used to model security risks based on these profiles. The study utilizes energy consumption data from four diverse consumer profiles (consumers 1, 2, 3, and 4) to develop consumer-specific LSTM models for detection and an FIS model for confirmation. Tampered consumer data is identified and confirmed based on selected AMI parameters. While all consumers exhibit suspicious profiles at times, only consumers 2 and 3 are confirmed as engaging in electricity theft. This research provides a robust approach to detecting and verifying fraudulent consumption profiles within the context of AMI, offering a more reliable dimension to theft detection and confirmation.
- Published
- 2024
30. 基于混合神经网络的配电网用户窃电检测方法.
- Author
-
成跃宇 and 成国锋
- Abstract
Copyright of Zhejiang Electric Power is the property of Zhejiang Electric Power Editorial Office and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2023
- Full Text
- View/download PDF
31. Deep Ensemble Framework with Supervised Learning for Secure IoT Network.
- Author
-
Reddy, Trishala, Reddy, C. Vaishnavi, Ruchitha, T., and Anitha, G.
- Subjects
- *
SUPERVISED learning , *CONVOLUTIONAL neural networks , *MACHINE learning , *RECURRENT neural networks , *DEEP learning - Abstract
Electricity theft represents a pressing problem that has brought enormous financial losses to electric utility companies worldwide. In the United States alone, $6 billion worth of electricity is stolen annually. Traditionally, electricity theft is committed in the consumption domain via physical attacks that includes line tapping or meter tampering. Therefore, this project evaluating performance of various deep learning algorithms such as deep feed forward neural network (DNN), recurrent neural network with gated recurrent unit (RNN-GRU) and convolutional neural network (CNN) for electricity cyber-attack detection. Now-a-days in advance countries solar plates are used to generate electricity and these users can sale excess energy to other needy users and they will be maintained two different meters which will record consumption and production details. While producing some malicious users may tamper smart meter to get more bill which can be collected from electricity renewable distributed energy. This attack may cause huge losses to agencies. To detect such attack, this project is employing deep learning models which can detect all possible alterations to predict theft. [ABSTRACT FROM AUTHOR]
- Published
- 2023
32. Hybrid CNN–Transformer Network for Electricity Theft Detection in Smart Grids.
- Author
-
Bai, Yu, Sun, Haitong, Zhang, Lili, and Wu, Haoqi
- Subjects
- *
CONVOLUTIONAL neural networks , *ARTIFICIAL neural networks , *TRANSFORMER models , *THEFT , *FEATURE extraction - Abstract
Illicitly obtaining electricity, commonly referred to as electricity theft, is a prominent contributor to power loss. In recent years, there has been growing recognition of the significance of neural network models in electrical theft detection (ETD). Nevertheless, the existing approaches have a restricted capacity to acquire profound characteristics, posing a persistent challenge in reliably and effectively detecting anomalies in power consumption data. Hence, the present study puts forth a hybrid model that amalgamates a convolutional neural network (CNN) and a transformer network as a means to tackle this concern. The CNN model with a dual-scale dual-branch (DSDB) structure incorporates inter- and intra-periodic convolutional blocks to conduct shallow feature extraction of sequences from varying dimensions. This enables the model to capture multi-scale features in a local-to-global fashion. The transformer module with Gaussian weighting (GWT) effectively captures the overall temporal dependencies present in the electricity consumption data, enabling the extraction of sequence features at a deep level. Numerous studies have demonstrated that the proposed method exhibits enhanced efficiency in feature extraction, yielding high F1 scores and AUC values, while also exhibiting notable robustness. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
33. A electricity theft detection method through contrastive learning in smart grid
- Author
-
Zijian Liu, Weilong Ding, Tao Chen, Maoxiang Sun, Hongmin Cai, and Chen Liu
- Subjects
Smart grid ,Electricity theft detection ,Contrastive learning ,Telecommunication ,TK5101-6720 ,Electronics ,TK7800-8360 - Abstract
Abstract As an important edge device of power grid, smart meters enable the detection of illegal behaviors such as electricity theft by analyzing large-scale electricity consumption data. Electricity theft poses a major threat to the economy and the security of society. Electricity theft detection (ETD) methods can effectively reduce losses and suppress illegal behaviors. On electricity consumption data from smart meters, ETD methods always train deep learning models. However, these methods are limited to extract different electricity consumption characteristics between independent users, and the pattern differences between users cannot be actively learned. Such difficulty prevents ETD further performance improvement. Therefore, a novel ETD method is proposed, which is the first attempt to apply supervised contrastive learning for electricity theft detection. On the one hand, our method allows the detection model to improve its detection performance by actively comparing users’ representation vectors. On the other hand, in order to obtain high-quality augmented views, largest triangle three buckets time series downsampling is adopted innovatively to improve model stability through data augment. Experiments on real-world datasets show that our model outperforms state-of-the-art models.
- Published
- 2023
- Full Text
- View/download PDF
34. Electricity theft detection method based on multi‐domain feature fusion
- Author
-
Hong‐shan Zhao, Cheng‐yan Sun, Li‐bo Ma, Yang Xue, Xiao‐mei Guo, and Jie‐ying Chang
- Subjects
electricity theft detection ,improved tensor fusion ,Maximal Overlap Discrete Wavelet Transform ,multi‐domain feature ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Abstract To solve the problem of low accuracy of the previous electricity theft detection methods, the authors propose a multi‐domain feature (MDF) fusion electricity theft detection method based on improved tensor fusion (ITF). Firstly, the original electricity consumption series is transformed by gram angle field (GAF) to obtain the time‐domain matrix. The original electricity consumption series is converted into frequency‐domain by Maximal Overlap Discrete Wavelet Transform (MODWT) to obtain the frequency‐domain matrix. Then, the convolutional neural networks (CNN) are used to extract features of the time‐domain matrix and frequency‐domain matrix, respectively. Next, in order to fuse single‐domain feature information and MDF interaction information while reducing redundant information, the authors propose an ITF method to obtain a multi‐domain fusion tensor. Finally, the multi‐domain fusion tensor is input into the electricity theft inference module to judge whether the user implements electricity theft behaviour. The authors simulate six electricity theft types and evaluate the method's performance separately for each electricity theft type. The results show that the proposed method outperforms other methods.
- Published
- 2023
- Full Text
- View/download PDF
35. A Convolution–Non-Convolution Parallel Deep Network for Electricity Theft Detection.
- Author
-
Wang, Yiran, Jin, Shuowei, and Cheng, Ming
- Abstract
This paper proposes a novel convolution–non-convolution parallel deep network (CNCP)-based method for electricity theft detection. First, the load time series of normal residents and electricity thieves were analyzed and it was found that, compared with the load time series of electricity thieves, the normal residents' load time series present more obvious periodicity in different time scales, e.g., weeks and years; second, the load times series were converted into 2D images according to the periodicity, and then electricity theft detection was considered as an image classification issue; third, a novel CNCP-based method was proposed in which two heterogeneous deep neural networks were used to capture the features of the load time series in different time scales, and the outputs were fused to obtain the detection result. Extensive experiments show that, compared with some state-of-the-art methods, the proposed method can greatly improve the performance of electricity theft detection. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
36. A Novel Combined DenseNet and Gated Recurrent Unit Approach to Detect Energy Thefts in Smart Grids
- Author
-
Afrah Naeem, Zeeshan Aslam, Tamara Al Shloul, Aqdas Naz, Muhammad Imran Nadeem, Mosleh Hmoud Al-Adhaileh, Yazeed Yasin Ghadi, and Heba G. Mohamed
- Subjects
DenseNet-fully convolutional network ,oversampling ,electricity theft detection ,light gradient boosting method ,machine learning ,gated recurrent unit ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Due to the illegal use of electricity, non-technical losses are exponentially increasing in electricity distribution systems day by day. With the debut of smart meters in the smart grid, new electricity theft attacks are welcomed. The investigation of abnormal electricity consumption patterns helps in detecting electricity thieves. Moreover, existing methods have poor electricity theft detection (ETD) accuracy due to imbalanced datasets provided by the utilities. They have also failed to capture both periodicity and non-periodicity of 1-D daily electricity usage data. We primarily propose a novel sampling technique to balance the dataset, named as random oversampling using both classes (ROBC). This technique performs oversampling using both the theft and normal classes. With this technique, the problem of low accuracy has been resolved. We also propose a unique ETD model using densenet-fully convolutional network (DenseNet-FCN) and gated recurrent unit (GRU) with a light gradient boosting machine (LightGBM), known as DenseNet-GRU-LightGBM, to address the above mentioned concerns. DenseNet-FCN module extracts periodic and non-periodic patterns from 2-D electricity consumption data in a precise way. Whereas, GRU module captures as well as memorizes features from 1-D consumption data. Afterwards, LightGBM module is used as an ensemble classifier to give final ETD results. As a result, the proposed model has excellent ETD results. Comprehensive simulations indicate that the proposed scheme outperforms other existing methods regarding ETD.
- Published
- 2023
- Full Text
- View/download PDF
37. A Privacy-Preserving Electricity Theft Detection (PETD) Scheme for Smart Grid
- Author
-
Dong, Siliang, Liu, Yining, Filipe, Joaquim, Editorial Board Member, Ghosh, Ashish, Editorial Board Member, Prates, Raquel Oliveira, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Su, Chunhua, editor, and Sakurai, Kouichi, editor
- Published
- 2022
- Full Text
- View/download PDF
38. Convolution Neural Network Scheme for Detection of Electricity Theft in Smart Grids
- Author
-
Palmer, Matthew, Jaspher Willsie Kathrine, G., Jebapriya, S., Pisello, Anna Laura, Editorial Board Member, Hawkes, Dean, Editorial Board Member, Bougdah, Hocine, Editorial Board Member, Rosso, Federica, Editorial Board Member, Abdalla, Hassan, Editorial Board Member, Boemi, Sofia-Natalia, Editorial Board Member, Mohareb, Nabil, Editorial Board Member, Mesbah Elkaffas, Saleh, Editorial Board Member, Bozonnet, Emmanuel, Editorial Board Member, Pignatta, Gloria, Editorial Board Member, Mahgoub, Yasser, Editorial Board Member, De Bonis, Luciano, Editorial Board Member, Kostopoulou, Stella, Editorial Board Member, Pradhan, Biswajeet, Editorial Board Member, Abdul Mannan, Md., Editorial Board Member, Alalouch, Chaham, Editorial Board Member, O. Gawad, Iman, Editorial Board Member, Nayyar, Anand, Editorial Board Member, Amer, Mourad, Series Editor, and Hemanth, D. Jude, editor
- Published
- 2022
- Full Text
- View/download PDF
39. Multi-layer Electricity Theft Detection System Based on the Concept of Triple Detection
- Author
-
Yang, Yining, Song, Runan, Peng, Yanlin, Angrisani, Leopoldo, Series Editor, Arteaga, Marco, Series Editor, Panigrahi, Bijaya Ketan, Series Editor, Chakraborty, Samarjit, Series Editor, Chen, Jiming, Series Editor, Chen, Shanben, Series Editor, Chen, Tan Kay, Series Editor, Dillmann, Rüdiger, Series Editor, Duan, Haibin, Series Editor, Ferrari, Gianluigi, Series Editor, Ferre, Manuel, Series Editor, Hirche, Sandra, Series Editor, Jabbari, Faryar, Series Editor, Jia, Limin, Series Editor, Kacprzyk, Janusz, Series Editor, Khamis, Alaa, Series Editor, Kroeger, Torsten, Series Editor, Li, Yong, Series Editor, Liang, Qilian, Series Editor, Martín, Ferran, Series Editor, Ming, Tan Cher, Series Editor, Minker, Wolfgang, Series Editor, Misra, Pradeep, Series Editor, Möller, Sebastian, Series Editor, Mukhopadhyay, Subhas, Series Editor, Ning, Cun-Zheng, Series Editor, Nishida, Toyoaki, Series Editor, Pascucci, Federica, Series Editor, Qin, Yong, Series Editor, Seng, Gan Woon, Series Editor, Speidel, Joachim, Series Editor, Veiga, Germano, Series Editor, Wu, Haitao, Series Editor, Zamboni, Walter, Series Editor, Zhang, Junjie James, Series Editor, Hung, Jason C., editor, Chang, Jia-Wei, editor, Pei, Yan, editor, and Wu, Wei-Chen, editor
- Published
- 2022
- Full Text
- View/download PDF
40. Performance Evaluation Using Machine Learning: Detecting Non-technical Losses in Smart Grid
- Author
-
Abhinayaa, P., Ezhilarasie, R., Umamakeswari, A., Kacprzyk, Janusz, Series Editor, Gomide, Fernando, Advisory Editor, Kaynak, Okyay, Advisory Editor, Liu, Derong, Advisory Editor, Pedrycz, Witold, Advisory Editor, Polycarpou, Marios M., Advisory Editor, Rudas, Imre J., Advisory Editor, Wang, Jun, Advisory Editor, Rawat, Sanyog, editor, Kumar, Arvind, editor, Kumar, Pramod, editor, and Anguera, Jaume, editor
- Published
- 2022
- Full Text
- View/download PDF
41. A electricity theft detection method through contrastive learning in smart grid.
- Author
-
Liu, Zijian, Ding, Weilong, Chen, Tao, Sun, Maoxiang, Cai, Hongmin, and Liu, Chen
- Subjects
- *
DEEP learning , *ELECTRICITY , *THEFT , *SMART meters , *ELECTRIC power consumption , *ELECTRIC power distribution grids , *SUPERVISED learning - Abstract
As an important edge device of power grid, smart meters enable the detection of illegal behaviors such as electricity theft by analyzing large-scale electricity consumption data. Electricity theft poses a major threat to the economy and the security of society. Electricity theft detection (ETD) methods can effectively reduce losses and suppress illegal behaviors. On electricity consumption data from smart meters, ETD methods always train deep learning models. However, these methods are limited to extract different electricity consumption characteristics between independent users, and the pattern differences between users cannot be actively learned. Such difficulty prevents ETD further performance improvement. Therefore, a novel ETD method is proposed, which is the first attempt to apply supervised contrastive learning for electricity theft detection. On the one hand, our method allows the detection model to improve its detection performance by actively comparing users' representation vectors. On the other hand, in order to obtain high-quality augmented views, largest triangle three buckets time series downsampling is adopted innovatively to improve model stability through data augment. Experiments on real-world datasets show that our model outperforms state-of-the-art models. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
42. 基于熵权法集成异质分类器的窃电检测.
- Author
-
孙园, 王珅, 黄冬梅, 胡伟, 胡安铎, 孙锦中, and 房岭峰
- Abstract
Aiming at the limitation of traditional detection model for electricity stealing detection only by a single method and the class imbalance in electricity consumption data, an electricity theft detection model based on the entropy weight method fusing heterogeneous classifiers from the perspective of ensemble learning was proposed. Firstly, the problem of imbalance in electricity consumption data was handled by synthetic minority oversampling technique (SMOTE). Secondly, the diversity of individual classifiers and their respective detection performance and training mechanism were considered to optimize the base classifier. Finally, the concept of information entropy was introduced to calculate the weight share of each base classifier based on the dispersion of its classification results, and the output of each base classifier was integrated with this weight share. The experimental results show that compared with the traditional electricity stealing detection model, the model proposed in this paper performs better in multiple evaluation indicators and has good detection performance. [ABSTRACT FROM AUTHOR]
- Published
- 2023
43. Electricity theft detection method based on multi‐domain feature fusion.
- Author
-
Zhao, Hong‐shan, Sun, Cheng‐yan, Ma, Li‐bo, Xue, Yang, Guo, Xiao‐mei, and Chang, Jie‐ying
- Subjects
- *
DISCRETE wavelet transforms , *THEFT , *CONVOLUTIONAL neural networks , *FEATURE extraction , *ELECTRIC power consumption - Abstract
To solve the problem of low accuracy of the previous electricity theft detection methods, the authors propose a multi‐domain feature (MDF) fusion electricity theft detection method based on improved tensor fusion (ITF). Firstly, the original electricity consumption series is transformed by gram angle field (GAF) to obtain the time‐domain matrix. The original electricity consumption series is converted into frequency‐domain by Maximal Overlap Discrete Wavelet Transform (MODWT) to obtain the frequency‐domain matrix. Then, the convolutional neural networks (CNN) are used to extract features of the time‐domain matrix and frequency‐domain matrix, respectively. Next, in order to fuse single‐domain feature information and MDF interaction information while reducing redundant information, the authors propose an ITF method to obtain a multi‐domain fusion tensor. Finally, the multi‐domain fusion tensor is input into the electricity theft inference module to judge whether the user implements electricity theft behaviour. The authors simulate six electricity theft types and evaluate the method's performance separately for each electricity theft type. The results show that the proposed method outperforms other methods. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
44. Electricity theft detection in unbalanced sample distribution: a novel approach including a mechanism of sample augmentation.
- Author
-
Yao, Ruizhe, Wang, Ning, Ke, Weipeng, Chen, Peng, and Sheng, Xianjun
- Subjects
GENERATIVE adversarial networks ,THEFT ,ELECTRICITY ,ELECTRIC power distribution - Abstract
Electricity theft is a major cause of non-technical loss (NTL) in smart grids. However, existing research on electricity theft detection (ETD) lacks a generalized analysis of the characteristics of theft behaviors and fails to effectively address the problem of unbalanced sample distribution; the electricity theft features they recognize are also singular. To address these problems, a novel approach consisting of a sample augmentation mechanism based on convolutional transformer-Wasserstein generative adversarial networks (CT-WGANs) and an electricity theft detection scheme using bridged multiscale convolutional neural network-bidirectional gate recurrent units (MCNN-BiGRUs) is proposed in this paper. First, the generalized characteristics of electricity theft behavior in multiple time dimensions are analyzed, and the data slices are constructed. Then, with the aim of reducing the influence of unbalanced sample distribution, CT-WGAN, which focuses on the generalized characteristics of electricity theft in various time dimensions, is designed and has better sample generation capability. Finally, a bridged MCNN-BiGRU is proposed to recognize the temporal, transition, and persistence characteristics of electricity theft to improve the efficiency of ETD. Experimental results on the State Grid Corporation of China (SGCC) and Irish Smart Energy Trial (ISET) datasets show that the proposed approach outperforms traditional schemes in terms of the area under curve (AUC), precision, recall, f1-score, and accuracy. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
45. Smart Grid Theft Detection Based on Hybrid Multi-Time Scale Neural Network.
- Author
-
Sun, Yuefei, Sun, Xianbo, Hu, Tao, and Zhu, Li
- Subjects
ARTIFICIAL intelligence ,GENERATIVE adversarial networks ,THEFT ,ELECTRIC power consumption ,SMART meters - Abstract
Despite the widespread use of artificial intelligence-based methods in detecting electricity theft by smart grid customers, current methods suffer from two main flaws: a limited amount of data on electricity theft customers compared to that on normal customers and an imbalanced dataset that can significantly affect the accuracy of the detection method. Additionally, most existing methods for detecting electricity theft rely solely on one-dimensional electricity consumption data, which fails to capture the periodicity of consumption and overlooks the temporal correlation of customers' electricity consumption based on their weekly, monthly, or other time scales. To address the mentioned issues, this paper proposes a novel approach that first employed a time series generative adversarial network to balance the dataset by generating synthetic data for electricity theft customers. Then, a hybrid multi-time-scale neural network-based model was utilized to extract customers' features and a CatBoost classifier was applied to achieve classification. Experiments were conducted on a real-world smart meter dataset obtained from the State Grid Corporation of China. The results demonstrated that the proposed method could detect electricity theft by customers with a precision rate of 96.64%, a recall rate of 96.87%, and a significantly reduced false detection rate of 3.77%. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
46. A novel data balancing approach and a deep fractal network with light gradient boosting approach for theft detection in smart grids
- Author
-
Afrah Naeem, Nadeem Javaid, Zeeshan Aslam, Muhammad Imran Nadeem, Kanwal Ahmed, Yazeed Yasin Ghadi, Tahani Jaser Alahmadi, Nivin A. Ghamry, and Sayed M. Eldin
- Subjects
Deep learning ,ELectricity theft detection ,Fractal network ,Hybrid sampling ,Light boosting method ,Smart grids ,Science (General) ,Q1-390 ,Social sciences (General) ,H1-99 - Abstract
Electricity theft is the largest type of non-technical losses faced by power utilities around the globe. It not only raises revenue losses to the utilities but also leads to lethal fires and electric shocks at distribution side. In the past, field operation groups were sent by the utilities to conduct inspections of suspicions electric equipments stated by the public. Advanced metering infrastructure based recent development in the smart grids makes it easy to detect electricity thefts. However, the conventional supervised learning techniques have low theft detection performance mainly due to imbalance datasets available for training. Therefore, in this paper, we develop a novel theft detection model with twofold contribution. A unique hybrid sampling technique named as hybrid oversampling and undersampling using both classes (HOUBC) is proposed to balance the dataset. HOUBC first performs undersampling and then oversampling using both the majority (normal) and minority (theft) classes. A new deep learning method, fractal network is applied with light gradient boosting method to extract and learn important characteristics from electricity consumption profiles for identifying electricity thieves. The proposed model relies on smart meter's data for theft detection and hence, a rapid and widespread adaption of this model is feasible, which shows its main advantage. The performance of the model is evaluated with real-world smart meter's data, i.e., state grid corporation of China. Comprehensive simulation results describe the effectiveness of the proposed model against conventional schemes in terms of electricity theft detection.
- Published
- 2023
- Full Text
- View/download PDF
47. A Novel Electricity Theft Detection Strategy Based on Dual-Time Feature Fusion and Deep Learning Methods
- Author
-
Qinyu Huang, Zhenli Tang, Xiaofeng Weng, Min He, Fang Liu, Mingfa Yang, and Tao Jin
- Subjects
deep learning ,electricity theft detection ,feature fusion ,parallel model ,Technology - Abstract
To enhance the accuracy of theft detection for electricity consumers, this paper introduces a novel strategy based on the fusion of the dual-time feature and deep learning methods. Initially, considering electricity-consumption features at dual temporal scales, the paper employs temporal convolutional networks (TCN) with a long short-term memory (LSTM) multi-level feature extraction module (LSTM-TCN) and deep convolutional neural network (DCNN) to parallelly extract features at these scales. Subsequently, the extracted features are coupled and input into a fully connected (FC) layer for classification, enabling the precise detection of theft users. To validate the method’s effectiveness, real electricity-consumption data from the State Grid Corporation of China (SGCC) is used for testing. The experimental results demonstrate that the proposed method achieves a remarkable detection accuracy of up to 94.7% during testing, showcasing excellent performance across various evaluation metrics. Specifically, it attained values of 0.932, 0.964, 0.948, and 0.986 for precision, recall, F1 score, and AUC, respectively. Additionally, the paper conducts a comparative analysis with mainstream theft identification approaches. In the comparison of training processes, the proposed method exhibits significant advantages in terms of identification accuracy and fitting degree. Moreover, with adjustments to the training set proportions, the proposed method shows minimal impact, indicating robustness.
- Published
- 2024
- Full Text
- View/download PDF
48. Extremely randomised trees machine learning model for electricity theft detection
- Author
-
Stanley Yaw Appiah, Emmanuel Kofi Akowuah, Valentine Chibueze Ikpo, and Albert Dede
- Subjects
Electricity theft detection ,SMOTETomek ,ExtraTrees ,Cybernetics ,Q300-390 ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Electricity ranks among the world’s most plundered commodities. The fraudulent act of acquiring electrical power without paying for it is termed electricity theft. Electricity theft is captured in power distribution systems as non-technical losses (NTL), representing a major loss in revenue for power utility companies. Electricity theft has far-reaching financial consequences owing to unrealised revenue, and this has a knock-on effect on both developed and developing countries because electricity represents a major part of a country’s GDP and facilitates other industries. AMI-based smart energy meters (SM) gather large amounts of electricity consumption (EC) data that power utilities can utilise to monitor and detect fraudulent customers. This EC data is fed to a machine learning (ML) based electricity theft detection model to learn the behaviour of fraudulent customers. However, existing ML-based electricity theft detection (ETD) models do not produce the best outcomes because of; consecutive missing values in EC datasets, data class imbalance problems, inappropriate hyperparameter tuning of ML models, etc. This research introduces an ETD model using an extremely randomised trees classifier to detect electricity theft in smart grids efficiently. SMOTE Tomek sampling is used to deal with the data class imbalance, and the grid search optimisation technique is employed to optimise the hyperparameters of the proposed model. The proposed model shows its capacity to detect electricity theft by obtaining 98%, 95.06%, 98%, 97%, 98%, and 99.65% accuracy, Matthew’s correlation coefficient, detection rate, Precision, F1-score, and area under the curve receiver operating characteristic, respectively.
- Published
- 2023
- Full Text
- View/download PDF
49. Hybrid CNN–Transformer Network for Electricity Theft Detection in Smart Grids
- Author
-
Yu Bai, Haitong Sun, Lili Zhang, and Haoqi Wu
- Subjects
electricity theft detection ,transformer neural network ,convolutional neural network ,smart grids ,Chemical technology ,TP1-1185 - Abstract
Illicitly obtaining electricity, commonly referred to as electricity theft, is a prominent contributor to power loss. In recent years, there has been growing recognition of the significance of neural network models in electrical theft detection (ETD). Nevertheless, the existing approaches have a restricted capacity to acquire profound characteristics, posing a persistent challenge in reliably and effectively detecting anomalies in power consumption data. Hence, the present study puts forth a hybrid model that amalgamates a convolutional neural network (CNN) and a transformer network as a means to tackle this concern. The CNN model with a dual-scale dual-branch (DSDB) structure incorporates inter- and intra-periodic convolutional blocks to conduct shallow feature extraction of sequences from varying dimensions. This enables the model to capture multi-scale features in a local-to-global fashion. The transformer module with Gaussian weighting (GWT) effectively captures the overall temporal dependencies present in the electricity consumption data, enabling the extraction of sequence features at a deep level. Numerous studies have demonstrated that the proposed method exhibits enhanced efficiency in feature extraction, yielding high F1 scores and AUC values, while also exhibiting notable robustness.
- Published
- 2023
- Full Text
- View/download PDF
50. Adaptive electricity theft detection method based on load shape dictionary of customers
- Author
-
Chunjiang Yan, Feng Ma, Weigang Nie, Xiaokun Han, Xiaotao Hai, Yuejie Xu, and Yanlin Peng
- Subjects
Electricity theft detection ,K-means ,Load shape dictionary ,Data mining ,Energy conservation ,TJ163.26-163.5 ,Energy industries. Energy policy. Fuel trade ,HD9502-9502.5 - Abstract
With the application of the advanced measurement infrastructure in power grids, data driven electricity theft detection methods become the primary stream for pinpointing electricity thieves. However, owing to anomaly submergence, which shows that the usage patterns of electricity thieves may not always deviate from those of normal users, the performance of the existing usage-pattern-based method could be affected. In addition, the detection results of some unsupervised learning algorithm models are abnormal degrees rather than “0-1” to ascertain whether electricity theft has occurred. The detection with fixed threshold value may lead to deviation and would not be sufficiently flexible to handle the detection for different scenes and users. To address these issues, this study proposes a new electricity theft detection method based on load shape dictionary of users. A corresponding strategy for tunable threshold is proposed to optimize the detection effect of electricity theft, and the efficacy and applicability of the proposed adaptive electricity theft detection method were verified from numerical experiments.
- Published
- 2022
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.