SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 906
Automobile Insurance Claim Fraud Detection
Dhruvang Gondalia1, Omkar Gurav2, Ameya Joshi3, Aniruddha Joshi4, Prof. Sangeetha Selvan5
1,2,3,4UG Student, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, India
5Assistant Professor, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - As there has been an increase in the number of
fraudulent claims in the insurance industry there is a need to
curb this problem. Automobile insurance fraud is found to be
the most predominant when compared to all the other types of
fraudulent insurance claims. Therefore, there should be a
system for the detection and prevention of such fraud and
hence there comes the need to develop a system to detect
insurance fraud. Many fraud detection models have been
created using several algorithmsandtechniques.Wehaveused
Random Forest as a classifier and ADASYN to balance the
dataset. This application madebyuscanbeusedbyAutomobile
insurance providers to evaluate the claims made by their
customers faster as compared to other traditional techniques
which involve manual tasks, and thus the application helps
ensurethat whiletheircustomersclaimtheinsurancetheclaim
is genuine and not a fraudulent one with high accuracy as
compared totraditional methods.Othertechniquescanalsobe
used like the SVM, but for this particular topic, Random Forest
seems to be ideal as it gives pretty good accuracy as compared
to the other technique.
Key Words: ADASYN, Random Forest, Data Sampling,
Insurance Fraud, Fraud Detection
1.INTRODUCTION
Insurance fraud takes place when an insurance provider,
advisor, adjuster, or consumer intentionally deceivesforthe
purpose of obtaining an unlawful gain. In recent years,there
is a rise in Fraudulent Insurance claims particularly in the
Automobile Insurance Industry. Auto insurance fraud can
range from falsifying information on insurance applications
and overstating insuranceclaimstoportrayingaccidentsand
submitting claim forms for damage or injury that never
occurred to false allegations of vehicle theft. Frauddetection
systems when used by Insurance Companies help them not
only detect frauds but also save millions of dollars and
sometimes even billionsofdollarswhichwouldotherwisebe
given to the person who would have made a fraudulent
claim. The primary aim of fraud detection algorithms is to
determine whether there is any fraud or not.
2. LITERATURE REVIEW
A. Detecting FraudulentInsuranceClaimsUsingRandom
Forests and Synthetic Minority Oversampling
Technique:
In this paper a Machine Learning approach wasmadefor the
detection of Insurance Fraud. The collected dataset is
prepared on past history claims made by an insurance
company. Once the dataset is prepared, they came to know
that the dataset needs to be balanced so they used SMOTE to
balance the dataset and used Random Forest for the
prediction of the claim, So SMOTE with random forest gives
accuracy up to 94%. But the model can be improved by
applying other data balancing techniques such as ADASYN
which is over samplingtechniqueoroversamplingtechnique
such as bootstrapping, repetition or otherclassifiersthatare
not affected by the class imbalance.
B. Performance comparative study of machine learning
algorithms for automobile insurance fraud detection:
For developing Insurance fraud detection models there are
various machine learningtechniqueswhichcanbeusedsuch
as Logistic Regression, k-Nearest Neighbors, DecisionTrees,
Support Vector Machine, Naive Bayes and many more. So,
selecting one classifier with the best accuracy is a tedious
task to perform. So, the Author presented a comparative
study for ten most frequently used machine learning
algorithms for Insurance fraud detection. The study shows
that the Random Forest algorithm has the best performance
for insurance fraud detection.
C. Detecting Fraudulent Motor Insurance Claims Using
Support Vector Machines with Adaptive Synthetic
Sampling Method:
As proposed in [2] we need a model with different data
balancing techniques or a classifier which is not affected by
the class imbalance. So the authortestedthedataset byusing
an over sampling technique ADASYN in which the author
tried to increase the samples of the minority class by adding
the mean of columns in the particular row and he observed
that ADASYN gave a better accuracy compared to SMOTE
along with this the author changed base model with SVM.
Which gave accuracy up to 93% again this model can be
improved by using other balanced techniquesthatare based
on more knowledge of the data patterns, rather than using
statistical techniques.
D. Automobile Insurance Fraud Detection using
Supervised Classifiers:
In this paper the author tested claimswithdifferentmachine
learning techniques such as Multi-Layer Perceptron,
Decision Tree C4.5, and Random Forest with SMOTE as data
balancing technique for the model. Among these techniques
Random Forest proved to be the best technique for
Automobile insurance fraud detection. But the Author
proposed that model prediction can be improved by adding
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 907
more features like past historical claims,marital statusofthe
policyholder, driver rating, and base policy.
E. Fraud Detection by Machine Learning:
In this paper the author told about different types of
credit fraud and presented a machine learning approach
which is capable of replacing human for the detection of
fraud. The Author proposed that the dataset which we are
going to use should have number of fraud and non-fraud in
the ratio of 1:1 for best prediction he also provided different
machinelearning technique which are found useful forfraud
detection such as logisticregression,supportvectormachine,
boosted trees, random forest, and neural network. So if you
are going to develop a fraud detection model then the model
should be trained with balanced dataset and he or she need
to find best fit algorithm for his problem statement,Themost
preferred ML algorithm is Random forest forfrauddetection.
2.1 SUMMARY OF RELATED WORK
The summary of methods used in literature is given in Table
1.
Table 1 Summary of literature survey
SN Paper Advantages and
Disadvantages
1. Sonakshi Harjai,
Sunil Kumar Khatri,
Gurinder Singh,
2019 [1]
Advantages: Used SMOTE
to sample dataset and
Random Forest as
classifier.
Disadvantages: Need other
balancing technique
2. Bouzgarne Itri,
Youssfi Mohamed,
QbadouMohammed,
Bouattane Omar
,2019 [2]
Advantages:Acomparative
study for ten used
machine-learning
algorithms. The Random
Forest algorithm has the
best performance.
Disadvantages: Biased
output observed. Need a
balancing technique.
3. Charles Muranda,
Ahmed Ali,
Thokozani Shongwe
,2020 [3]
Advantages: ADASYN
which is better than
SMOTE
Disadvantage: Used a poor
classifier (SVM) compared
to Random Forest
4. Iffa Maula Nur
Prasasti,Arian
Dhini,Enrico
Laoh,2020 [4]
Advantages: Balanced
dataset using statistical
technique and they used
Random Forest as a
classifier.
Disadvantage:Model needs
to be improved by using
balancedtechniquesrather
than statistical techniques.
5. Yiheng Wei, Yu Qi,
Qianyu Ma,Zhangchi
Liu, Chengyang
Shen, Chen Fang
,2020 [5]
Advantages: Give an idea
about different machine
learning technique which
can be used to detect a
fraud
3. PROPOSED WORK
We have used ADASYN sampling technique for balancing
data and Random Forest classifier for classification of given
cases of insurance claim as fraud or genuine.
3.1 SYSTEM ARCHITECTURE
The system architecture is given in Figure 1. Each block is
described in this Section.
Fig. 1 Proposed system architecture
A. Dataset Collected on past history: The dataset was
created using all data from previous insurance claims. The
data has been checked for any missing values, redundant
data, duplicates or any noise. Thedata isthentransformedto
meet the demand. The processed dataset is now passed for
balancing.
B. Data Balancing using ADASYN: The processed dataset
contains a large amount of Non fraud class data when
compared Fraud class data. This creates a biased prediction
model. To balance this dataset, we use Adaptive Synthetic
Sampling Technique on the dataset. It is an oversampling
technique i.e. it increases the Fraud class data to match with
Non fraud class data.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 908
C. Data Splitting: For training the model we will split the
dataset in two parts for example 20% of data for testing and
remaining 80% of data for training.
D. Training: We have used the Random Forest classifier
which trains the data set aside for training the dataset into a
model which will classify any new input case as fraud or not
fraud.
E. Random Forest: The Random Forest, as the name
suggests, consists of a large number of individual decision
trees that act as a whole. Each individual tree in the random
forest will make a class prediction, and the class with the
most votes will become our model's prediction.
F. Testing: Remaining of splitted data is used for testing the
model. This will give us the accuracy of our trained model.
G. Trained Model: Trained model iscreatedafterthedataset
is trained using random forest and it is tested
simultaneously. This model gives us a prediction whether a
new insurance claim is fraud or non-fraud.
3.2 REQUIREMENT ANALYSIS
A. Software
We are going to develop an Automobile insurance fraud
detection system which is deployed as a website using flask.
The detection system needs python as a programming
language, and a machine learning model is developed using
Jupyter notebook. Database is made using SQLite. For the
front end, we will be using bootstrap and HTML.
B. Hardware
In our project we have done data sampling using ADASYN
and used that data for classification of genuine or fraud
insurance claims using machine learning techniqueRandom
Forest. To run these modules properlyweminimallyrequire
a 2 GHz processor and 8 RAM and 180 GB of HDD.
4. CONCLUSION
The fraudulent insurance claim detection model can help
detect fraudulent insurance claims. Based on literature
surveys we can conclude that depending entirely on
imbalanced dataset will affect accuracy of our model.
Therefore, to increase the accuracy of the model, in the
proposed work, ADASYN should be used to balance thedata.
With the user giving the insurance details for the claim, the
claim is fraudulent or not can be checked. Thus, the model
for detecting fraudulent insurance claims successfully
categorizes the fraudulent and genuine claims.
ACKNOWLEDGEMENT
It is our privilege to express our sincerest regards to our
supervisor Prof. Sangeetha Selvan for the valuable inputs,
able guidance, encouragement, whole-hearted cooperation
and constructive criticism throughout the duration of this
work. We deeply express our sincere thanks to our Head of
the Department Dr. Sharvari Govilkar and our Principal Dr.
Sandeep M. Joshi for encouraging and allowing us to present
this work.
REFERENCES
[1] Sonakshi Harjai, Sunil Kumar Khatri, Gurinder Singh,
“Detecting Fraudulent Insurance Claims Using Random
Forests and Synthetic Minority Oversampling
Technique”, Nov 2019 Available: [Online]
https://ieeexplore.ieee.org/document/9036162
[2] Bouzgarne Itri, Youssfi Mohamed, Qbadou Mohammed,
Bouattane Omar, “Performance comparative study of
machine learning algorithms for automobile insurance
fraud detection”,30 Oct 2019 Available: [Online]
https://ieeexplore.ieee.org/document/8942277
[3] Charles Muranda, Ahmed Ali, Thokozani Shongwe,
“Detecting Fraudulent Motor Insurance Claims Using
Support Vector Machines with Adaptive Synthetic
Sampling Method”,16 Oct 2020 Available: [Online]
https://ieeexplore.ieee.org/document/9259322
[4] Iffa Maula Nur Prasasti,Arian Dhini,Enrico Laoh,
“Automobile Insurance Fraud Detection using
Supervised Classifiers”,18 Oct. 2020 Available: [Online]
https://ieeexplore.ieee.org/document/9255426
[5] Yiheng Wei, Yu Qi, Qianyu Ma, Zhangchi Liu, Chengyang
Shen, Chen Fang, “Fraud Detection by Machine
Learning”,25 Oct 2020 , Available: [Online]
https://ieeexplore.ieee.org/document/9361052
BIOGRAPHIES
Dhruvang Gondalia
Omkar Gurav
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 909
Ameya Joshi
Aniruddha Joshi

Mais conteúdo relacionado

Semelhante a Automobile Insurance Claim Fraud Detection

IRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute ResolutionIRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute ResolutionIRJET Journal
 
Credit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data ScienceCredit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data ScienceIRJET Journal
 
Credit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data ScienceCredit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data ScienceIRJET Journal
 
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...IRJET Journal
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningIRJET Journal
 
In Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine LearningIn Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine LearningIRJET Journal
 
IRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET Journal
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET Journal
 
IRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection using Machine LearningIRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection using Machine LearningIRJET Journal
 
A Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud DetectionA Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud DetectionIRJET Journal
 
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNINGCREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNINGIRJET Journal
 
Pricing Optimization using Machine Learning
Pricing Optimization using Machine LearningPricing Optimization using Machine Learning
Pricing Optimization using Machine LearningIRJET Journal
 
A Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine LearningA Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine LearningIRJET Journal
 
IRJET - Fraud Detection in Credit Card using Machine Learning Techniques
IRJET -  	  Fraud Detection in Credit Card using Machine Learning TechniquesIRJET -  	  Fraud Detection in Credit Card using Machine Learning Techniques
IRJET - Fraud Detection in Credit Card using Machine Learning TechniquesIRJET Journal
 
Bank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim PredictionBank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim PredictionIRJET Journal
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAM Publications
 
IRJET - House Price Prediction using Machine Learning and RPA
 IRJET - House Price Prediction using Machine Learning and RPA IRJET - House Price Prediction using Machine Learning and RPA
IRJET - House Price Prediction using Machine Learning and RPAIRJET Journal
 
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...IRJET Journal
 
IRJET- Identify the Human or Bots Twitter Data using Machine Learning Alg...
IRJET-  	  Identify the Human or Bots Twitter Data using Machine Learning Alg...IRJET-  	  Identify the Human or Bots Twitter Data using Machine Learning Alg...
IRJET- Identify the Human or Bots Twitter Data using Machine Learning Alg...IRJET Journal
 
Prediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning TechniquesPrediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning TechniquesIRJET Journal
 

Semelhante a Automobile Insurance Claim Fraud Detection (20)

IRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute ResolutionIRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute Resolution
 
Credit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data ScienceCredit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data Science
 
Credit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data ScienceCredit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data Science
 
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine Learning
 
In Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine LearningIn Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine Learning
 
IRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance System
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
 
IRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection using Machine LearningIRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection using Machine Learning
 
A Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud DetectionA Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud Detection
 
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNINGCREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
 
Pricing Optimization using Machine Learning
Pricing Optimization using Machine LearningPricing Optimization using Machine Learning
Pricing Optimization using Machine Learning
 
A Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine LearningA Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine Learning
 
IRJET - Fraud Detection in Credit Card using Machine Learning Techniques
IRJET -  	  Fraud Detection in Credit Card using Machine Learning TechniquesIRJET -  	  Fraud Detection in Credit Card using Machine Learning Techniques
IRJET - Fraud Detection in Credit Card using Machine Learning Techniques
 
Bank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim PredictionBank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim Prediction
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
 
IRJET - House Price Prediction using Machine Learning and RPA
 IRJET - House Price Prediction using Machine Learning and RPA IRJET - House Price Prediction using Machine Learning and RPA
IRJET - House Price Prediction using Machine Learning and RPA
 
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
 
IRJET- Identify the Human or Bots Twitter Data using Machine Learning Alg...
IRJET-  	  Identify the Human or Bots Twitter Data using Machine Learning Alg...IRJET-  	  Identify the Human or Bots Twitter Data using Machine Learning Alg...
IRJET- Identify the Human or Bots Twitter Data using Machine Learning Alg...
 
Prediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning TechniquesPrediction of Used Car Prices using Machine Learning Techniques
Prediction of Used Car Prices using Machine Learning Techniques
 

Mais de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEselvakumar948
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 

Último (20)

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 

Automobile Insurance Claim Fraud Detection

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 906 Automobile Insurance Claim Fraud Detection Dhruvang Gondalia1, Omkar Gurav2, Ameya Joshi3, Aniruddha Joshi4, Prof. Sangeetha Selvan5 1,2,3,4UG Student, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, India 5Assistant Professor, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - As there has been an increase in the number of fraudulent claims in the insurance industry there is a need to curb this problem. Automobile insurance fraud is found to be the most predominant when compared to all the other types of fraudulent insurance claims. Therefore, there should be a system for the detection and prevention of such fraud and hence there comes the need to develop a system to detect insurance fraud. Many fraud detection models have been created using several algorithmsandtechniques.Wehaveused Random Forest as a classifier and ADASYN to balance the dataset. This application madebyuscanbeusedbyAutomobile insurance providers to evaluate the claims made by their customers faster as compared to other traditional techniques which involve manual tasks, and thus the application helps ensurethat whiletheircustomersclaimtheinsurancetheclaim is genuine and not a fraudulent one with high accuracy as compared totraditional methods.Othertechniquescanalsobe used like the SVM, but for this particular topic, Random Forest seems to be ideal as it gives pretty good accuracy as compared to the other technique. Key Words: ADASYN, Random Forest, Data Sampling, Insurance Fraud, Fraud Detection 1.INTRODUCTION Insurance fraud takes place when an insurance provider, advisor, adjuster, or consumer intentionally deceivesforthe purpose of obtaining an unlawful gain. In recent years,there is a rise in Fraudulent Insurance claims particularly in the Automobile Insurance Industry. Auto insurance fraud can range from falsifying information on insurance applications and overstating insuranceclaimstoportrayingaccidentsand submitting claim forms for damage or injury that never occurred to false allegations of vehicle theft. Frauddetection systems when used by Insurance Companies help them not only detect frauds but also save millions of dollars and sometimes even billionsofdollarswhichwouldotherwisebe given to the person who would have made a fraudulent claim. The primary aim of fraud detection algorithms is to determine whether there is any fraud or not. 2. LITERATURE REVIEW A. Detecting FraudulentInsuranceClaimsUsingRandom Forests and Synthetic Minority Oversampling Technique: In this paper a Machine Learning approach wasmadefor the detection of Insurance Fraud. The collected dataset is prepared on past history claims made by an insurance company. Once the dataset is prepared, they came to know that the dataset needs to be balanced so they used SMOTE to balance the dataset and used Random Forest for the prediction of the claim, So SMOTE with random forest gives accuracy up to 94%. But the model can be improved by applying other data balancing techniques such as ADASYN which is over samplingtechniqueoroversamplingtechnique such as bootstrapping, repetition or otherclassifiersthatare not affected by the class imbalance. B. Performance comparative study of machine learning algorithms for automobile insurance fraud detection: For developing Insurance fraud detection models there are various machine learningtechniqueswhichcanbeusedsuch as Logistic Regression, k-Nearest Neighbors, DecisionTrees, Support Vector Machine, Naive Bayes and many more. So, selecting one classifier with the best accuracy is a tedious task to perform. So, the Author presented a comparative study for ten most frequently used machine learning algorithms for Insurance fraud detection. The study shows that the Random Forest algorithm has the best performance for insurance fraud detection. C. Detecting Fraudulent Motor Insurance Claims Using Support Vector Machines with Adaptive Synthetic Sampling Method: As proposed in [2] we need a model with different data balancing techniques or a classifier which is not affected by the class imbalance. So the authortestedthedataset byusing an over sampling technique ADASYN in which the author tried to increase the samples of the minority class by adding the mean of columns in the particular row and he observed that ADASYN gave a better accuracy compared to SMOTE along with this the author changed base model with SVM. Which gave accuracy up to 93% again this model can be improved by using other balanced techniquesthatare based on more knowledge of the data patterns, rather than using statistical techniques. D. Automobile Insurance Fraud Detection using Supervised Classifiers: In this paper the author tested claimswithdifferentmachine learning techniques such as Multi-Layer Perceptron, Decision Tree C4.5, and Random Forest with SMOTE as data balancing technique for the model. Among these techniques Random Forest proved to be the best technique for Automobile insurance fraud detection. But the Author proposed that model prediction can be improved by adding
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 907 more features like past historical claims,marital statusofthe policyholder, driver rating, and base policy. E. Fraud Detection by Machine Learning: In this paper the author told about different types of credit fraud and presented a machine learning approach which is capable of replacing human for the detection of fraud. The Author proposed that the dataset which we are going to use should have number of fraud and non-fraud in the ratio of 1:1 for best prediction he also provided different machinelearning technique which are found useful forfraud detection such as logisticregression,supportvectormachine, boosted trees, random forest, and neural network. So if you are going to develop a fraud detection model then the model should be trained with balanced dataset and he or she need to find best fit algorithm for his problem statement,Themost preferred ML algorithm is Random forest forfrauddetection. 2.1 SUMMARY OF RELATED WORK The summary of methods used in literature is given in Table 1. Table 1 Summary of literature survey SN Paper Advantages and Disadvantages 1. Sonakshi Harjai, Sunil Kumar Khatri, Gurinder Singh, 2019 [1] Advantages: Used SMOTE to sample dataset and Random Forest as classifier. Disadvantages: Need other balancing technique 2. Bouzgarne Itri, Youssfi Mohamed, QbadouMohammed, Bouattane Omar ,2019 [2] Advantages:Acomparative study for ten used machine-learning algorithms. The Random Forest algorithm has the best performance. Disadvantages: Biased output observed. Need a balancing technique. 3. Charles Muranda, Ahmed Ali, Thokozani Shongwe ,2020 [3] Advantages: ADASYN which is better than SMOTE Disadvantage: Used a poor classifier (SVM) compared to Random Forest 4. Iffa Maula Nur Prasasti,Arian Dhini,Enrico Laoh,2020 [4] Advantages: Balanced dataset using statistical technique and they used Random Forest as a classifier. Disadvantage:Model needs to be improved by using balancedtechniquesrather than statistical techniques. 5. Yiheng Wei, Yu Qi, Qianyu Ma,Zhangchi Liu, Chengyang Shen, Chen Fang ,2020 [5] Advantages: Give an idea about different machine learning technique which can be used to detect a fraud 3. PROPOSED WORK We have used ADASYN sampling technique for balancing data and Random Forest classifier for classification of given cases of insurance claim as fraud or genuine. 3.1 SYSTEM ARCHITECTURE The system architecture is given in Figure 1. Each block is described in this Section. Fig. 1 Proposed system architecture A. Dataset Collected on past history: The dataset was created using all data from previous insurance claims. The data has been checked for any missing values, redundant data, duplicates or any noise. Thedata isthentransformedto meet the demand. The processed dataset is now passed for balancing. B. Data Balancing using ADASYN: The processed dataset contains a large amount of Non fraud class data when compared Fraud class data. This creates a biased prediction model. To balance this dataset, we use Adaptive Synthetic Sampling Technique on the dataset. It is an oversampling technique i.e. it increases the Fraud class data to match with Non fraud class data.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 908 C. Data Splitting: For training the model we will split the dataset in two parts for example 20% of data for testing and remaining 80% of data for training. D. Training: We have used the Random Forest classifier which trains the data set aside for training the dataset into a model which will classify any new input case as fraud or not fraud. E. Random Forest: The Random Forest, as the name suggests, consists of a large number of individual decision trees that act as a whole. Each individual tree in the random forest will make a class prediction, and the class with the most votes will become our model's prediction. F. Testing: Remaining of splitted data is used for testing the model. This will give us the accuracy of our trained model. G. Trained Model: Trained model iscreatedafterthedataset is trained using random forest and it is tested simultaneously. This model gives us a prediction whether a new insurance claim is fraud or non-fraud. 3.2 REQUIREMENT ANALYSIS A. Software We are going to develop an Automobile insurance fraud detection system which is deployed as a website using flask. The detection system needs python as a programming language, and a machine learning model is developed using Jupyter notebook. Database is made using SQLite. For the front end, we will be using bootstrap and HTML. B. Hardware In our project we have done data sampling using ADASYN and used that data for classification of genuine or fraud insurance claims using machine learning techniqueRandom Forest. To run these modules properlyweminimallyrequire a 2 GHz processor and 8 RAM and 180 GB of HDD. 4. CONCLUSION The fraudulent insurance claim detection model can help detect fraudulent insurance claims. Based on literature surveys we can conclude that depending entirely on imbalanced dataset will affect accuracy of our model. Therefore, to increase the accuracy of the model, in the proposed work, ADASYN should be used to balance thedata. With the user giving the insurance details for the claim, the claim is fraudulent or not can be checked. Thus, the model for detecting fraudulent insurance claims successfully categorizes the fraudulent and genuine claims. ACKNOWLEDGEMENT It is our privilege to express our sincerest regards to our supervisor Prof. Sangeetha Selvan for the valuable inputs, able guidance, encouragement, whole-hearted cooperation and constructive criticism throughout the duration of this work. We deeply express our sincere thanks to our Head of the Department Dr. Sharvari Govilkar and our Principal Dr. Sandeep M. Joshi for encouraging and allowing us to present this work. REFERENCES [1] Sonakshi Harjai, Sunil Kumar Khatri, Gurinder Singh, “Detecting Fraudulent Insurance Claims Using Random Forests and Synthetic Minority Oversampling Technique”, Nov 2019 Available: [Online] https://ieeexplore.ieee.org/document/9036162 [2] Bouzgarne Itri, Youssfi Mohamed, Qbadou Mohammed, Bouattane Omar, “Performance comparative study of machine learning algorithms for automobile insurance fraud detection”,30 Oct 2019 Available: [Online] https://ieeexplore.ieee.org/document/8942277 [3] Charles Muranda, Ahmed Ali, Thokozani Shongwe, “Detecting Fraudulent Motor Insurance Claims Using Support Vector Machines with Adaptive Synthetic Sampling Method”,16 Oct 2020 Available: [Online] https://ieeexplore.ieee.org/document/9259322 [4] Iffa Maula Nur Prasasti,Arian Dhini,Enrico Laoh, “Automobile Insurance Fraud Detection using Supervised Classifiers”,18 Oct. 2020 Available: [Online] https://ieeexplore.ieee.org/document/9255426 [5] Yiheng Wei, Yu Qi, Qianyu Ma, Zhangchi Liu, Chengyang Shen, Chen Fang, “Fraud Detection by Machine Learning”,25 Oct 2020 , Available: [Online] https://ieeexplore.ieee.org/document/9361052 BIOGRAPHIES Dhruvang Gondalia Omkar Gurav
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 909 Ameya Joshi Aniruddha Joshi