SlideShare a Scribd company logo
ISSN: 2249-7196
IJMRR/July 2023/ Volume 13/Issue 3/01-11
Mrs. CH. Harshini/ International Journal of Management Research & Review
ELECTRICITY THEFT DETECTION IN POWER GRIDS WITH
DEEP LEARNING AND RANDOM FORESTS
Mrs.CH Harshini, G. Deepthi, G. Akshaya Reddy, G. Vijaya Laxmi, G. Rajasree
Associate professor,Scholar2
,Scholar3
, Scholar4
, Scholar5
Department of Computer Science and Engineering, Malla Reddy Engineering College for Women,
Hyderabad, India.
chikkaharshini@gmail.com, gattudeepthi06@gmail.com , gudaakshayareddy2501@gmail.com ,
vijayalaxmig219@gmail.com ,gurralarajasree@gmail.com
ABSTRACT:
As one of the major factors of the nontechnical losses (NTLs) in distribution networks, the
electricity theft causes significant harm to power grids, which influences power supply quality and
reduces operating profits. In order to help utility companies solve the problems of inefficient
electricity inspection and irregular power consumption, a novel hybrid convolutional neural
network-random forest (CNN-RF) model for automatic electricity theft detection is presented in
this paper. In this model, a convolutional neural network (CNN) firstly is designed to learn the
features between different hours of the day and different days from massive and varying smart
meter data by the operations of convolution and down sampling. In addition, a dropout layer is
added to retard the risk of over fitting, and the back propagation algorithm is applied to update
network parameters in the training phase. And then, the random forest (RF) is trained based on the
obtained features to detect whether the consumer steals electricity. To build the RF in the hybrid
model, the grid search algorithm is adopted to determine optimal parameters. Finally, experiments
are conducted based on real energy consumption data, and the results show that the proposed
detection model outperforms other methods in terms of accuracy and efficiency.
Keywords: CNN, RF, NTL, hybrid model, electricity model.
Mrs. CH. Harshini / International Journal of Management Research & Review
1. INTRODUCTION:
The loss of energy in electricity transmission and distribution is an important problem faced by
power companies all over the world. The energy losses are usually classified into technical losses (TLs)
and nontechnical losses (NTLs) [1]. The TL is inherent to the transportation of electricity, which is
caused by internal actions in the power system components such as the transmission liner and
transformers [2]; the NTL is defined as the difference between total losses and TLs, which is primarily
caused by electricity theft. Actually, the electricity theft occurs mostly through physical attacks like line
tapping, meter breaking, or meter reading tampering [3]. These electricity fraud behaviours may bring
about the revenue loss of power companies. As an example, the losses caused by electricity theft are
estimated as about
$4.5 billion every year in the United States (US) [4]. And it is estimated that utility companies
worldwide lose more than 20 billion every year in the form of electricity theft [5]. In addition, electricity
theft behaviours can also affect the power system safety. For instance, the heavy load of electrical
systems caused by electricity theft may lead to fires, which threaten the public safety.
Therefore, accurate electricity theft detection is crucial for power grid safety and stableness.
With the implementation of the advanced metering infrastructure (AMI) in smart grids, power utilities
obtained massive amounts of electricityconsumption data at a high frequency from smart meters, which
is helpful for us to detect electricity theft [6, 7]. However, every coin has two sides; the AMI network
opens the door for some new electricity theft attacks. These attacks in the AMI can be launched by
various means such as digital tools and cyber attacks. The primary means of electricity theft detection
include humanly examining unauthorized line diversions, comparing malicious meter records with the
benign ones, and checking problematic equipment or hardware. However, these methods are extremely
time-consuming and costly during full verification of all meters in a system. Besides, these manual
approaches cannot avoid cyber attacks. In order to solve the problems mentioned above, many
approaches have been put forward in the past years. These methods are mainly categorized into state-
based, game-theory-based, and artificial-intelligence-based models [
The key idea of state-based detection [9–11] is based on special devices such as wireless sensors and
distribution transformers [12]. These methods could detect electricity theft but rely on the real- time
acquisition of system topology and additional physical measurements, which is sometimes unattainable.
Game-based detection schemes formulate a game between electricity utility and theft, and then
different distributions of normal and abnormal behaviours can be derived from the game equilibrium.
As detailed in [13], they can achieve a low cost and reasonable result for
Mrs. CH. Harshini / International Journal of Management Research & Review
reducing energy theft. Yet formulating the utility function of all players (e.g., distributors, regulators,
and thieves) is still a challenge. Artificial-intelligence-based methods include machine learning and deep
learning methods. Existing machine learning solutions can be further categorized into classification and
clustering models, as is presented in [14–17]. Although aforementioned machine learning detection
methods are innovative and remarkable, their performances are still not satisfactory enough for practice.
For example, most of these approaches require manual feature extraction, which partlyresults from their
limited ability to handle high- dimensional data. Indeed, traditional hand- designed features include the
mean, standard deviation, maximum, and minimum of consumption data. The process of manual feature
extraction is a tedious and time-consuming task and cannot capture the 2D features from smart meter
data
Deep learning techniques for electricity theft detection are studied in [18], where the authors present a
comparison between different deep learning architectures such as convolutional neuralnetworks (CNNs),
long-short-term memory (LSTM) recurrent neural networks (RNNs), and stacked autoencoders.
However, the performance of the detectors is investigated using synthetic data, which does not allow a
reliable assessment of the detector‟s performance compared with shallow architectures. Moreover, the
authors in [19] proposed a deep neural network- (DNN-) based customer-specific detector that can
efficiently thwart such cyber attacks. In recent years, the CNN has been applied to generate useful and
discriminative features from raw data and has wide applications in different areas [20–22]. These
applications motivate the CNN applied for feature extraction from high-resolution smart meter data in
electricity theft detection. In [23], a wide and deep convolutional neural network (CNN) model was
developed and applied to analyse the electricity theft in smart grids.
In a plain CNN, the softmax classifier layer is the same as a general single hidden layer feedforward
neural network (SLFN) and trained through the backpropagation algorithm [24]. On the one hand, the
SLFN is likely to be overtrained leading to degradation of its generalization performance when it
performs the backpropagation algorithm. On the other hand, the backpropagation algorithm is based on
empirical risk minimization, which is sensitive to local minima of training errors. As mentioned above,
because of the shortcoming of the softmax classifier, the CNN is not always optimal for classification,
although it has shown great advantages in the feature extraction process. Therefore, it is urgent to find a
better classifier which not only owns the similar ability as the softmax classifier but also can make full
use of theobtained features. In most classifiers, the random
Mrs. CH. Harshini / International Journal of Management Research & Review
forest (RF) classifier takes advantage of two powerful machine learning techniques including bagging
and random feature selection which could overcome the limitation of the softmax classifier. Inspired by
these particular works, a novel convolutional neural network-random forest (CNN-RF) model is adopted
for electricity theft detection. The CNN is proposed to automatically capture various features of
customers‟ consumption behaviours from smart meter data, which is one of the key factors in the success
of the electricity theft detection model. To improve detection performance, the RF is used to replace the
softmax classifier detecting the patterns of consumers based on extracted features. This model has been
trained and tested with real data from allthe customers of electricity utility in Ireland and London.
2. LITERATURE SURVEY
In this paper author is using combination of CNN (Convolution Neural Networks) and Random
Forest to detect theft from electricity power grid as this theft will cause huge financial loss and
disturbance in power supply. To efficiently detect theft from power grid author combining CNN and
Random Forest Algorithms and after combining we are getting better prediction accuracy compare to
normal algorithms. In power consumption if there is huge consumption in certain period then in dataset
we will get value as 1 which indicates energy theft else we will have 0 as class label which means
normal energy usage.
The main aim of the methodology described in this paper is to provide the utilities with a ranked
list of their customers, according totheir probability of having an anomaly in their electricity meter.
As shown in Figure 1, the electricity theft detection system is divided into three main stages as
follows:(i)Data analysis and preprocess: to explain the reason of applying a CNN for feature extraction,
we firstly analyse the factors that affectthe behaviours of electricity consumers. For the data preprocess,
we consider several tasks such as data cleaning (resolving outliers), missing value imputation, and data
transformation (normalization).(ii)Generation of train and test datasets: to evaluate the performance of
the methodology described in this paper, the preprocessed dataset is split into the train dataset and test
dataset by the cross-validation algorithm. The train dataset is used to train the parameters of our model,
whilst the test dataset is used to assess how well the model generalizes to new, unseen customer
samples. Given that electricity theft consumers remarkably outnumber nonfraudulent ones, the
imbalanced nature of the dataset can have a major negative impact on the performance of supervised
machine learning methods. To reduce
Mrs. CH. Harshini / International Journal of Management Research & Review
this bias, the synthetic minority oversampling technique (SMOT) algorithm is used to make the number
of electricity thefts and nonfraudulent consumers equal in the train dataset.(iii)Classification using the
CNN-RF model: in the proposed CNN-RF model, the CNN firstly is designed to learn the features
between different hours of the day and different days from massive and varying smart meter data by the
operations of convolution and downsampling. Andthen, RF classification is trained based on theobtained
features to detect whether the consumer steals electricity. Finally, the confusion matrix and receiver-
operating characteristic (ROC) curves areused to evaluate the accuracy of the CNN-RFmodel on the test
dataset.
3. METHODOLOGYMODULES:
Agreeable means peoples who use words such as „am, will have and this words also refers as
ARTICLES or AUXILIARY VERBS‟ etc will come in this category. MRC dictionary contains allwords
of this categories and by applying this dictionary on user‟s tweets we can predict person category as
agreeable.
Neuroticism means peoples in this category is consider as sentiment or emotion, peoples who
use words such as „ugly, nasty, sad‟ etc will come under this category. By looking for such words in
tweets we can predict score of this category.
Extroversion means peoples of this category are friendly and person who has many number of
friends or followers or following in twitter profile will comes under this category.
Conscientious means peoples who express hard working ideas in their post will come under this
category.
So by analysing above 5 features O (openness), C (Conscientious), E (Extroversion), A
(Agreeable), N (Neuroticism) from twitter profile and post we can predict personality of a person.
We will find average of each features from tweets and then apply Pearson Correlation formulato
get score for all five features. If score > 0.1 for any feature then person belongs to that category. If
person has 0.1 value for more than 1 features then that person personality belongs to that many
categories. For example same person can be predicted as openness and conscientious etc.
All features values we will apply using SVM, Random Forest, Naïve Bayes & Logistic
Regression algorithms to calculate accuracy ofdataset and algorithms.
Mrs. CH. Harshini / International Journal of Management Research & Review
In above screen with CNN-RF we got 100% accuracy and now click on „CNN with SVM‟button to train
dataset with CNN and SVM
In above screen with CNN-SVM we got 99% accuracy and now click on „Run Random Forest‟ button to
train alone RF on dataset
In above screen with alone Random Forest we got 94% accuracy and now click on „Run SVM
Algorithm‟ button to train alone SVM with abovedataset
Mrs. CH. Harshini / International Journal of Management Research & Review
In above screen with alone SVM we got 96% accuracy and now click on „Predict Electricity Theft‟
button to upload test data
In above screen selecting and uploading „test.csv‟ file and then click on „Open‟ button to load test data
and to get below prediction result
In above screen in square brackets we can see test data and after square bracket we can see prediction
result as „record detected as ENERGY THEFT‟ or„record NOT detected as ENERGY THEFT‟. Now
Mrs. CH. Harshini / International Journal of Management Research & Review
click on „Comparison Graph‟ button to get below graph
In above graph x-axis represents algorithm names and y-axis represents precision, recall, FSCORE and
Accuracy for each algorithm and in all algorithms CNN-RF is giving 100% accuracy.
CONCLUSION
In this paper, a novel CNN-RF model is presented to detect electricity theft. In this model, the CNN is
similar to an automatic feature extractor in investigating smart meter data and the RF is the output
classifier. Because a large number of parameters must be optimized that increase the risk of overfitting,
a fully connected layer with a dropout rate of 0.4 is designed during the training phase. In addition, the
SMOT algorithm is adoptedto overcome the problem of data imbalance. Somemachine learning and deep
learning methods such as SVM, RF, GBDT, and LR are applied to the same problem as a benchmark,
and all those methods have been conducted on SEAI and LCL datasets. The results indicate that the
proposed
CNN-RF model is quite a promising classificationmethod in the electricity theft detection field because
of two properties: The first is that featurescan be automatically extracted by the hybrid model, while the
success of most other traditional classifiers relies largely on the retrieval of good hand-designed features
which is a laborious and time-consuming task. The second lies in that the hybrid model combines the
advantages of the RF and CNN, as both are the most popular and successful classifiers in the electricity
theft detection field. Since the detection of electricity theft affects the privacy of consumers, the future
work will focus on investigating how the granularity and duration of smart meter data might affect this
privacy. Extending the proposed hybridCNN-RF model to other applications (e.g., load forecasting) is a
task worth investigating.
Mrs. CH. Harshini / International Journal of Management Research & Review
REFERANCES
1. S. S. S. R. Depuru, L. Wang, and V. Devabhaktuni, “Electricity theft: overview, issues,
prevention and a smart meter based approach to control theft,” Energy Policy, vol. 39, no. 2,
pp. 1007–1015, 2011.View at: Publisher Site | Google Scholar
2. J. P. Navani, N. K. Sharma, and S. Sapra, “Technical and non-technical losses in power system
and its economic consequence in Indianeconomy,” International Journal of
Electronics and Computer Science Engineering, vol. 1, no. 2, pp. 757–761, 2012.View at:
Google Scholar
3. S. McLaughlin, B. Holbert, A. Fawaz, R. Berthier, and S. Zonouz, “A multi-sensor energy theft
detection framework for advanced metering infrastructures,” IEEE Journal on Selected Areas in
Communications, vol. 31, no. 7, pp. 1319–1330, 2013.View at: Publisher Site | Google
Scholar
4. P. McDaniel and S. McLaughlin, “Security and privacy challenges in the smart grid,” IEEE
Security & Privacy Magazine,vol. 7, no. 3, pp. 75–77, 2009.Viewat: Publisher Site | Google
Scholar
5. T. B. Smith, “Electricity theft: a comparative analysis,” Energy Policy, vol. 32, no. 1, pp.
2067–2076, 2004.View at: Publisher Site | Google Scholar
6. J. I. Guerrero, C. León, I. Monedero, F. Biscarri, and J. Biscarri, “Improving knowledge-based
systems with statistical techniques, text mining, and neural networks for non-technical loss
detection,” Knowledge-Based Systems, vol. 71, no. 4, pp. 376–388, 2014.View at: Publisher
Site | Google Scholar
7. C. C. O. Ramos, A. N. Souza, G. Chiachia,
A. X. Falcão, and J. P. Papa, “A novel algorithm for feature selection using harmony search and
its application for non-technical losses
detection,” Computers & Electrical Engineering, vol. 37, no. 6, pp. 886–894, 2011.View at:
Publisher Site | Google Scholar
8. P. Glauner, J. A. Meira, P. Valtchev, R. State, and F. Bettinger, “The challenge of non-technical
loss detection using artificial intelligence: a surveyficial intelligence: a survey,” International
Journal of Computational Intelligence Systems, vol. 10, no. 1, pp. 760–775, 2017.View at:
Publisher Site | Google Scholar
Mrs. CH. Harshini / International Journal of Management Research & Review
9. S.-C. Huang, Y.-L. Lo, and C.-N. Lu, “Non-technical loss detection using state estimation and
analysis of variance,” IEEETransactions on Power Systems, vol. 28, no. 3, pp. 2959–2966,
2013.View at: Publisher Site | Google Scholar
10. O. Rahmati, H. R. Pourghasemi, and A. M. Melesse, “Application of GIS-based data driven
random forest and maximum entropy models for groundwater potential mapping: a case study at
Mehran region, Iran,” CATENA, vol. 137, pp. 360–372, 2016.View at: Publisher Site |
GoogleScholar

More Related Content

Similar to journal about operation management

Software Based Transmission Line Fault Analysis
Software Based Transmission Line Fault AnalysisSoftware Based Transmission Line Fault Analysis
The integration of smart meters into electrical grids bangladesh chapter
The integration of smart meters into electrical grids bangladesh chapterThe integration of smart meters into electrical grids bangladesh chapter
The integration of smart meters into electrical grids bangladesh chapter
Alexander Decker
 
11.the integration of smart meters into electrical grids bangladesh chapter
11.the integration of smart meters into electrical grids bangladesh chapter11.the integration of smart meters into electrical grids bangladesh chapter
11.the integration of smart meters into electrical grids bangladesh chapterAlexander Decker
 
Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...
Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...
Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...
IRJET Journal
 
Power Theft Identification System Using Iot
Power Theft Identification System Using IotPower Theft Identification System Using Iot
Power Theft Identification System Using Iot
sakru naik
 
Communication Networks and Non-Technical Energy Loss Control System for Smart...
Communication Networks and Non-Technical Energy Loss Control System for Smart...Communication Networks and Non-Technical Energy Loss Control System for Smart...
Communication Networks and Non-Technical Energy Loss Control System for Smart...
Perumalraja Rengaraju
 
IRJET-A Novel Approach for Automatic Monitoring of Power Consumption using S...
IRJET-A Novel Approach for Automatic Monitoring of Power Consumption  using S...IRJET-A Novel Approach for Automatic Monitoring of Power Consumption  using S...
IRJET-A Novel Approach for Automatic Monitoring of Power Consumption using S...
IRJET Journal
 
Safeguard the Automatic Generation Control using Game Theory Technique
Safeguard the Automatic Generation Control using Game Theory TechniqueSafeguard the Automatic Generation Control using Game Theory Technique
Safeguard the Automatic Generation Control using Game Theory Technique
IRJET Journal
 
IRJET-Electrical Power Robbery Detection and Transformer Fault Detection
IRJET-Electrical Power Robbery Detection and Transformer Fault Detection  IRJET-Electrical Power Robbery Detection and Transformer Fault Detection
IRJET-Electrical Power Robbery Detection and Transformer Fault Detection
IRJET Journal
 
What is a Smart Grid_ What are the Major Smart Grid Technologies_.pdf
What is a Smart Grid_ What are the Major Smart Grid Technologies_.pdfWhat is a Smart Grid_ What are the Major Smart Grid Technologies_.pdf
What is a Smart Grid_ What are the Major Smart Grid Technologies_.pdf
VijethaK3
 
Analysis of Electric Power Consumption using Smart Meter Data
Analysis of Electric Power Consumption using Smart Meter DataAnalysis of Electric Power Consumption using Smart Meter Data
Analysis of Electric Power Consumption using Smart Meter Data
IRJET Journal
 
Project Synopsis Electricity Theft Detection.docx
Project Synopsis Electricity Theft Detection.docxProject Synopsis Electricity Theft Detection.docx
Project Synopsis Electricity Theft Detection.docx
Komal526846
 
IRJET- Feature Ranking for Energy Disaggregation
IRJET-  	  Feature Ranking for Energy Disaggregation IRJET-  	  Feature Ranking for Energy Disaggregation
IRJET- Feature Ranking for Energy Disaggregation
IRJET Journal
 
IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...
IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...
IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...
IRJET Journal
 
Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...Alexander Decker
 
Smart Anti Power Theft System
Smart Anti Power Theft SystemSmart Anti Power Theft System
Smart Anti Power Theft System
IRJET Journal
 
Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...Alexander Decker
 
presentationggjjfdfbbjhggvnnjjgvvbbnn.pptx
presentationggjjfdfbbjhggvnnjjgvvbbnn.pptxpresentationggjjfdfbbjhggvnnjjgvvbbnn.pptx
presentationggjjfdfbbjhggvnnjjgvvbbnn.pptx
Geetha982072
 
Advance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterAdvance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart Meter
MD NAWAZ
 

Similar to journal about operation management (20)

Software Based Transmission Line Fault Analysis
Software Based Transmission Line Fault AnalysisSoftware Based Transmission Line Fault Analysis
Software Based Transmission Line Fault Analysis
 
The integration of smart meters into electrical grids bangladesh chapter
The integration of smart meters into electrical grids bangladesh chapterThe integration of smart meters into electrical grids bangladesh chapter
The integration of smart meters into electrical grids bangladesh chapter
 
11.the integration of smart meters into electrical grids bangladesh chapter
11.the integration of smart meters into electrical grids bangladesh chapter11.the integration of smart meters into electrical grids bangladesh chapter
11.the integration of smart meters into electrical grids bangladesh chapter
 
Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...
Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...
Advancement in Smart grid by Embedding a Last meter in a Internet of Things P...
 
Power Theft Identification System Using Iot
Power Theft Identification System Using IotPower Theft Identification System Using Iot
Power Theft Identification System Using Iot
 
Communication Networks and Non-Technical Energy Loss Control System for Smart...
Communication Networks and Non-Technical Energy Loss Control System for Smart...Communication Networks and Non-Technical Energy Loss Control System for Smart...
Communication Networks and Non-Technical Energy Loss Control System for Smart...
 
IRJET-A Novel Approach for Automatic Monitoring of Power Consumption using S...
IRJET-A Novel Approach for Automatic Monitoring of Power Consumption  using S...IRJET-A Novel Approach for Automatic Monitoring of Power Consumption  using S...
IRJET-A Novel Approach for Automatic Monitoring of Power Consumption using S...
 
Safeguard the Automatic Generation Control using Game Theory Technique
Safeguard the Automatic Generation Control using Game Theory TechniqueSafeguard the Automatic Generation Control using Game Theory Technique
Safeguard the Automatic Generation Control using Game Theory Technique
 
IRJET-Electrical Power Robbery Detection and Transformer Fault Detection
IRJET-Electrical Power Robbery Detection and Transformer Fault Detection  IRJET-Electrical Power Robbery Detection and Transformer Fault Detection
IRJET-Electrical Power Robbery Detection and Transformer Fault Detection
 
What is a Smart Grid_ What are the Major Smart Grid Technologies_.pdf
What is a Smart Grid_ What are the Major Smart Grid Technologies_.pdfWhat is a Smart Grid_ What are the Major Smart Grid Technologies_.pdf
What is a Smart Grid_ What are the Major Smart Grid Technologies_.pdf
 
Analysis of Electric Power Consumption using Smart Meter Data
Analysis of Electric Power Consumption using Smart Meter DataAnalysis of Electric Power Consumption using Smart Meter Data
Analysis of Electric Power Consumption using Smart Meter Data
 
Project Synopsis Electricity Theft Detection.docx
Project Synopsis Electricity Theft Detection.docxProject Synopsis Electricity Theft Detection.docx
Project Synopsis Electricity Theft Detection.docx
 
IRJET- Feature Ranking for Energy Disaggregation
IRJET-  	  Feature Ranking for Energy Disaggregation IRJET-  	  Feature Ranking for Energy Disaggregation
IRJET- Feature Ranking for Energy Disaggregation
 
IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...
IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...
IRJET-Comparative Study on Evolution of State of Art Practices on Smart Grid ...
 
Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...
 
Smart Anti Power Theft System
Smart Anti Power Theft SystemSmart Anti Power Theft System
Smart Anti Power Theft System
 
Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...Interoperability framework for data exchange between legacy and advanced mete...
Interoperability framework for data exchange between legacy and advanced mete...
 
ASHUTOSH BHATT DT19EEJ008 RPC JUNE22.ppt
ASHUTOSH BHATT DT19EEJ008 RPC JUNE22.pptASHUTOSH BHATT DT19EEJ008 RPC JUNE22.ppt
ASHUTOSH BHATT DT19EEJ008 RPC JUNE22.ppt
 
presentationggjjfdfbbjhggvnnjjgvvbbnn.pptx
presentationggjjfdfbbjhggvnnjjgvvbbnn.pptxpresentationggjjfdfbbjhggvnnjjgvvbbnn.pptx
presentationggjjfdfbbjhggvnnjjgvvbbnn.pptx
 
Advance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterAdvance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart Meter
 

More from graphicdesigner79

PhD research publications
PhD research publicationsPhD research publications
PhD research publications
graphicdesigner79
 
Science journal
Science journalScience journal
Science journal
graphicdesigner79
 
Publisher in research
Publisher in researchPublisher in research
Publisher in research
graphicdesigner79
 
best publications
best publicationsbest publications
best publications
graphicdesigner79
 
CSE journals
CSE journalsCSE journals
CSE journals
graphicdesigner79
 
Journalism Journals
Journalism JournalsJournalism Journals
Journalism Journals
graphicdesigner79
 
Journal Paper Publication
Journal Paper PublicationJournal Paper Publication
Journal Paper Publication
graphicdesigner79
 
Journal Publishers
Journal PublishersJournal Publishers
Journal Publishers
graphicdesigner79
 
Paper Publication
Paper PublicationPaper Publication
Paper Publication
graphicdesigner79
 
research on journaling
research on journalingresearch on journaling
research on journaling
graphicdesigner79
 
journal for research
journal for researchjournal for research
journal for research
graphicdesigner79
 
original research papers
original research papersoriginal research papers
original research papers
graphicdesigner79
 
Journal Publication
Journal PublicationJournal Publication
Journal Publication
graphicdesigner79
 
journals public
journals publicjournals public
journals public
graphicdesigner79
 
Paper Publication
Paper PublicationPaper Publication
Paper Publication
graphicdesigner79
 
Research Journal
Research JournalResearch Journal
Research Journal
graphicdesigner79
 
journal in research
journal in research journal in research
journal in research
graphicdesigner79
 
journal of management research
journal of management researchjournal of management research
journal of management research
graphicdesigner79
 
journalism research
journalism researchjournalism research
journalism research
graphicdesigner79
 
Research article
Research articleResearch article
Research article
graphicdesigner79
 

More from graphicdesigner79 (20)

PhD research publications
PhD research publicationsPhD research publications
PhD research publications
 
Science journal
Science journalScience journal
Science journal
 
Publisher in research
Publisher in researchPublisher in research
Publisher in research
 
best publications
best publicationsbest publications
best publications
 
CSE journals
CSE journalsCSE journals
CSE journals
 
Journalism Journals
Journalism JournalsJournalism Journals
Journalism Journals
 
Journal Paper Publication
Journal Paper PublicationJournal Paper Publication
Journal Paper Publication
 
Journal Publishers
Journal PublishersJournal Publishers
Journal Publishers
 
Paper Publication
Paper PublicationPaper Publication
Paper Publication
 
research on journaling
research on journalingresearch on journaling
research on journaling
 
journal for research
journal for researchjournal for research
journal for research
 
original research papers
original research papersoriginal research papers
original research papers
 
Journal Publication
Journal PublicationJournal Publication
Journal Publication
 
journals public
journals publicjournals public
journals public
 
Paper Publication
Paper PublicationPaper Publication
Paper Publication
 
Research Journal
Research JournalResearch Journal
Research Journal
 
journal in research
journal in research journal in research
journal in research
 
journal of management research
journal of management researchjournal of management research
journal of management research
 
journalism research
journalism researchjournalism research
journalism research
 
Research article
Research articleResearch article
Research article
 

Recently uploaded

Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 

Recently uploaded (20)

Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 

journal about operation management

  • 1. ISSN: 2249-7196 IJMRR/July 2023/ Volume 13/Issue 3/01-11 Mrs. CH. Harshini/ International Journal of Management Research & Review ELECTRICITY THEFT DETECTION IN POWER GRIDS WITH DEEP LEARNING AND RANDOM FORESTS Mrs.CH Harshini, G. Deepthi, G. Akshaya Reddy, G. Vijaya Laxmi, G. Rajasree Associate professor,Scholar2 ,Scholar3 , Scholar4 , Scholar5 Department of Computer Science and Engineering, Malla Reddy Engineering College for Women, Hyderabad, India. chikkaharshini@gmail.com, gattudeepthi06@gmail.com , gudaakshayareddy2501@gmail.com , vijayalaxmig219@gmail.com ,gurralarajasree@gmail.com ABSTRACT: As one of the major factors of the nontechnical losses (NTLs) in distribution networks, the electricity theft causes significant harm to power grids, which influences power supply quality and reduces operating profits. In order to help utility companies solve the problems of inefficient electricity inspection and irregular power consumption, a novel hybrid convolutional neural network-random forest (CNN-RF) model for automatic electricity theft detection is presented in this paper. In this model, a convolutional neural network (CNN) firstly is designed to learn the features between different hours of the day and different days from massive and varying smart meter data by the operations of convolution and down sampling. In addition, a dropout layer is added to retard the risk of over fitting, and the back propagation algorithm is applied to update network parameters in the training phase. And then, the random forest (RF) is trained based on the obtained features to detect whether the consumer steals electricity. To build the RF in the hybrid model, the grid search algorithm is adopted to determine optimal parameters. Finally, experiments are conducted based on real energy consumption data, and the results show that the proposed detection model outperforms other methods in terms of accuracy and efficiency. Keywords: CNN, RF, NTL, hybrid model, electricity model.
  • 2. Mrs. CH. Harshini / International Journal of Management Research & Review 1. INTRODUCTION: The loss of energy in electricity transmission and distribution is an important problem faced by power companies all over the world. The energy losses are usually classified into technical losses (TLs) and nontechnical losses (NTLs) [1]. The TL is inherent to the transportation of electricity, which is caused by internal actions in the power system components such as the transmission liner and transformers [2]; the NTL is defined as the difference between total losses and TLs, which is primarily caused by electricity theft. Actually, the electricity theft occurs mostly through physical attacks like line tapping, meter breaking, or meter reading tampering [3]. These electricity fraud behaviours may bring about the revenue loss of power companies. As an example, the losses caused by electricity theft are estimated as about $4.5 billion every year in the United States (US) [4]. And it is estimated that utility companies worldwide lose more than 20 billion every year in the form of electricity theft [5]. In addition, electricity theft behaviours can also affect the power system safety. For instance, the heavy load of electrical systems caused by electricity theft may lead to fires, which threaten the public safety. Therefore, accurate electricity theft detection is crucial for power grid safety and stableness. With the implementation of the advanced metering infrastructure (AMI) in smart grids, power utilities obtained massive amounts of electricityconsumption data at a high frequency from smart meters, which is helpful for us to detect electricity theft [6, 7]. However, every coin has two sides; the AMI network opens the door for some new electricity theft attacks. These attacks in the AMI can be launched by various means such as digital tools and cyber attacks. The primary means of electricity theft detection include humanly examining unauthorized line diversions, comparing malicious meter records with the benign ones, and checking problematic equipment or hardware. However, these methods are extremely time-consuming and costly during full verification of all meters in a system. Besides, these manual approaches cannot avoid cyber attacks. In order to solve the problems mentioned above, many approaches have been put forward in the past years. These methods are mainly categorized into state- based, game-theory-based, and artificial-intelligence-based models [ The key idea of state-based detection [9–11] is based on special devices such as wireless sensors and distribution transformers [12]. These methods could detect electricity theft but rely on the real- time acquisition of system topology and additional physical measurements, which is sometimes unattainable. Game-based detection schemes formulate a game between electricity utility and theft, and then different distributions of normal and abnormal behaviours can be derived from the game equilibrium. As detailed in [13], they can achieve a low cost and reasonable result for
  • 3. Mrs. CH. Harshini / International Journal of Management Research & Review reducing energy theft. Yet formulating the utility function of all players (e.g., distributors, regulators, and thieves) is still a challenge. Artificial-intelligence-based methods include machine learning and deep learning methods. Existing machine learning solutions can be further categorized into classification and clustering models, as is presented in [14–17]. Although aforementioned machine learning detection methods are innovative and remarkable, their performances are still not satisfactory enough for practice. For example, most of these approaches require manual feature extraction, which partlyresults from their limited ability to handle high- dimensional data. Indeed, traditional hand- designed features include the mean, standard deviation, maximum, and minimum of consumption data. The process of manual feature extraction is a tedious and time-consuming task and cannot capture the 2D features from smart meter data Deep learning techniques for electricity theft detection are studied in [18], where the authors present a comparison between different deep learning architectures such as convolutional neuralnetworks (CNNs), long-short-term memory (LSTM) recurrent neural networks (RNNs), and stacked autoencoders. However, the performance of the detectors is investigated using synthetic data, which does not allow a reliable assessment of the detector‟s performance compared with shallow architectures. Moreover, the authors in [19] proposed a deep neural network- (DNN-) based customer-specific detector that can efficiently thwart such cyber attacks. In recent years, the CNN has been applied to generate useful and discriminative features from raw data and has wide applications in different areas [20–22]. These applications motivate the CNN applied for feature extraction from high-resolution smart meter data in electricity theft detection. In [23], a wide and deep convolutional neural network (CNN) model was developed and applied to analyse the electricity theft in smart grids. In a plain CNN, the softmax classifier layer is the same as a general single hidden layer feedforward neural network (SLFN) and trained through the backpropagation algorithm [24]. On the one hand, the SLFN is likely to be overtrained leading to degradation of its generalization performance when it performs the backpropagation algorithm. On the other hand, the backpropagation algorithm is based on empirical risk minimization, which is sensitive to local minima of training errors. As mentioned above, because of the shortcoming of the softmax classifier, the CNN is not always optimal for classification, although it has shown great advantages in the feature extraction process. Therefore, it is urgent to find a better classifier which not only owns the similar ability as the softmax classifier but also can make full use of theobtained features. In most classifiers, the random
  • 4. Mrs. CH. Harshini / International Journal of Management Research & Review forest (RF) classifier takes advantage of two powerful machine learning techniques including bagging and random feature selection which could overcome the limitation of the softmax classifier. Inspired by these particular works, a novel convolutional neural network-random forest (CNN-RF) model is adopted for electricity theft detection. The CNN is proposed to automatically capture various features of customers‟ consumption behaviours from smart meter data, which is one of the key factors in the success of the electricity theft detection model. To improve detection performance, the RF is used to replace the softmax classifier detecting the patterns of consumers based on extracted features. This model has been trained and tested with real data from allthe customers of electricity utility in Ireland and London. 2. LITERATURE SURVEY In this paper author is using combination of CNN (Convolution Neural Networks) and Random Forest to detect theft from electricity power grid as this theft will cause huge financial loss and disturbance in power supply. To efficiently detect theft from power grid author combining CNN and Random Forest Algorithms and after combining we are getting better prediction accuracy compare to normal algorithms. In power consumption if there is huge consumption in certain period then in dataset we will get value as 1 which indicates energy theft else we will have 0 as class label which means normal energy usage. The main aim of the methodology described in this paper is to provide the utilities with a ranked list of their customers, according totheir probability of having an anomaly in their electricity meter. As shown in Figure 1, the electricity theft detection system is divided into three main stages as follows:(i)Data analysis and preprocess: to explain the reason of applying a CNN for feature extraction, we firstly analyse the factors that affectthe behaviours of electricity consumers. For the data preprocess, we consider several tasks such as data cleaning (resolving outliers), missing value imputation, and data transformation (normalization).(ii)Generation of train and test datasets: to evaluate the performance of the methodology described in this paper, the preprocessed dataset is split into the train dataset and test dataset by the cross-validation algorithm. The train dataset is used to train the parameters of our model, whilst the test dataset is used to assess how well the model generalizes to new, unseen customer samples. Given that electricity theft consumers remarkably outnumber nonfraudulent ones, the imbalanced nature of the dataset can have a major negative impact on the performance of supervised machine learning methods. To reduce
  • 5. Mrs. CH. Harshini / International Journal of Management Research & Review this bias, the synthetic minority oversampling technique (SMOT) algorithm is used to make the number of electricity thefts and nonfraudulent consumers equal in the train dataset.(iii)Classification using the CNN-RF model: in the proposed CNN-RF model, the CNN firstly is designed to learn the features between different hours of the day and different days from massive and varying smart meter data by the operations of convolution and downsampling. Andthen, RF classification is trained based on theobtained features to detect whether the consumer steals electricity. Finally, the confusion matrix and receiver- operating characteristic (ROC) curves areused to evaluate the accuracy of the CNN-RFmodel on the test dataset. 3. METHODOLOGYMODULES: Agreeable means peoples who use words such as „am, will have and this words also refers as ARTICLES or AUXILIARY VERBS‟ etc will come in this category. MRC dictionary contains allwords of this categories and by applying this dictionary on user‟s tweets we can predict person category as agreeable. Neuroticism means peoples in this category is consider as sentiment or emotion, peoples who use words such as „ugly, nasty, sad‟ etc will come under this category. By looking for such words in tweets we can predict score of this category. Extroversion means peoples of this category are friendly and person who has many number of friends or followers or following in twitter profile will comes under this category. Conscientious means peoples who express hard working ideas in their post will come under this category. So by analysing above 5 features O (openness), C (Conscientious), E (Extroversion), A (Agreeable), N (Neuroticism) from twitter profile and post we can predict personality of a person. We will find average of each features from tweets and then apply Pearson Correlation formulato get score for all five features. If score > 0.1 for any feature then person belongs to that category. If person has 0.1 value for more than 1 features then that person personality belongs to that many categories. For example same person can be predicted as openness and conscientious etc. All features values we will apply using SVM, Random Forest, Naïve Bayes & Logistic Regression algorithms to calculate accuracy ofdataset and algorithms.
  • 6. Mrs. CH. Harshini / International Journal of Management Research & Review In above screen with CNN-RF we got 100% accuracy and now click on „CNN with SVM‟button to train dataset with CNN and SVM In above screen with CNN-SVM we got 99% accuracy and now click on „Run Random Forest‟ button to train alone RF on dataset In above screen with alone Random Forest we got 94% accuracy and now click on „Run SVM Algorithm‟ button to train alone SVM with abovedataset
  • 7. Mrs. CH. Harshini / International Journal of Management Research & Review In above screen with alone SVM we got 96% accuracy and now click on „Predict Electricity Theft‟ button to upload test data In above screen selecting and uploading „test.csv‟ file and then click on „Open‟ button to load test data and to get below prediction result In above screen in square brackets we can see test data and after square bracket we can see prediction result as „record detected as ENERGY THEFT‟ or„record NOT detected as ENERGY THEFT‟. Now
  • 8. Mrs. CH. Harshini / International Journal of Management Research & Review click on „Comparison Graph‟ button to get below graph In above graph x-axis represents algorithm names and y-axis represents precision, recall, FSCORE and Accuracy for each algorithm and in all algorithms CNN-RF is giving 100% accuracy. CONCLUSION In this paper, a novel CNN-RF model is presented to detect electricity theft. In this model, the CNN is similar to an automatic feature extractor in investigating smart meter data and the RF is the output classifier. Because a large number of parameters must be optimized that increase the risk of overfitting, a fully connected layer with a dropout rate of 0.4 is designed during the training phase. In addition, the SMOT algorithm is adoptedto overcome the problem of data imbalance. Somemachine learning and deep learning methods such as SVM, RF, GBDT, and LR are applied to the same problem as a benchmark, and all those methods have been conducted on SEAI and LCL datasets. The results indicate that the proposed CNN-RF model is quite a promising classificationmethod in the electricity theft detection field because of two properties: The first is that featurescan be automatically extracted by the hybrid model, while the success of most other traditional classifiers relies largely on the retrieval of good hand-designed features which is a laborious and time-consuming task. The second lies in that the hybrid model combines the advantages of the RF and CNN, as both are the most popular and successful classifiers in the electricity theft detection field. Since the detection of electricity theft affects the privacy of consumers, the future work will focus on investigating how the granularity and duration of smart meter data might affect this privacy. Extending the proposed hybridCNN-RF model to other applications (e.g., load forecasting) is a task worth investigating.
  • 9. Mrs. CH. Harshini / International Journal of Management Research & Review REFERANCES 1. S. S. S. R. Depuru, L. Wang, and V. Devabhaktuni, “Electricity theft: overview, issues, prevention and a smart meter based approach to control theft,” Energy Policy, vol. 39, no. 2, pp. 1007–1015, 2011.View at: Publisher Site | Google Scholar 2. J. P. Navani, N. K. Sharma, and S. Sapra, “Technical and non-technical losses in power system and its economic consequence in Indianeconomy,” International Journal of Electronics and Computer Science Engineering, vol. 1, no. 2, pp. 757–761, 2012.View at: Google Scholar 3. S. McLaughlin, B. Holbert, A. Fawaz, R. Berthier, and S. Zonouz, “A multi-sensor energy theft detection framework for advanced metering infrastructures,” IEEE Journal on Selected Areas in Communications, vol. 31, no. 7, pp. 1319–1330, 2013.View at: Publisher Site | Google Scholar 4. P. McDaniel and S. McLaughlin, “Security and privacy challenges in the smart grid,” IEEE Security & Privacy Magazine,vol. 7, no. 3, pp. 75–77, 2009.Viewat: Publisher Site | Google Scholar 5. T. B. Smith, “Electricity theft: a comparative analysis,” Energy Policy, vol. 32, no. 1, pp. 2067–2076, 2004.View at: Publisher Site | Google Scholar 6. J. I. Guerrero, C. León, I. Monedero, F. Biscarri, and J. Biscarri, “Improving knowledge-based systems with statistical techniques, text mining, and neural networks for non-technical loss detection,” Knowledge-Based Systems, vol. 71, no. 4, pp. 376–388, 2014.View at: Publisher Site | Google Scholar 7. C. C. O. Ramos, A. N. Souza, G. Chiachia, A. X. Falcão, and J. P. Papa, “A novel algorithm for feature selection using harmony search and its application for non-technical losses detection,” Computers & Electrical Engineering, vol. 37, no. 6, pp. 886–894, 2011.View at: Publisher Site | Google Scholar 8. P. Glauner, J. A. Meira, P. Valtchev, R. State, and F. Bettinger, “The challenge of non-technical loss detection using artificial intelligence: a surveyficial intelligence: a survey,” International Journal of Computational Intelligence Systems, vol. 10, no. 1, pp. 760–775, 2017.View at: Publisher Site | Google Scholar
  • 10. Mrs. CH. Harshini / International Journal of Management Research & Review 9. S.-C. Huang, Y.-L. Lo, and C.-N. Lu, “Non-technical loss detection using state estimation and analysis of variance,” IEEETransactions on Power Systems, vol. 28, no. 3, pp. 2959–2966, 2013.View at: Publisher Site | Google Scholar 10. O. Rahmati, H. R. Pourghasemi, and A. M. Melesse, “Application of GIS-based data driven random forest and maximum entropy models for groundwater potential mapping: a case study at Mehran region, Iran,” CATENA, vol. 137, pp. 360–372, 2016.View at: Publisher Site | GoogleScholar