SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1500
Automatic Car Insurance using Image Analysis
Aniket Gupta1, Jitesh Chogale2, Shashank Shrivastav3, Prof. Rupali Nikhare4
1,2,3
Student, Dept. of Information Technology Engineering, Pillai College of Engineering, Maharashtra, India
4
Professor, Dept. of Computer Engineering, Pillai College of Engineering, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The vehicle damage detection task is one of the
most vital activities in the vehicle insurance and vehiclerental
industries. The systems of these kinds are used to identify the
damage of a vehicle once an accident happens by the driver
and also by the insurance company to detect and determine a
suitable amount as per damage and vehicle rental companies
to inform about the damage of a vehicle to the customer. The
core technique here is object recognition. So once vehiclebody
damages, the driver does not have to wait until the insurance
company calculates the appraisal, he/she himself can get a
brief idea as to how much will it cost to recover the damage.
Once the image is uploaded, the system will process the image
and identify the dent, scratches, shattered glasses, etc. Next, it
is classified into the various severity classes by consideringthe
features of the vehicle like the make, model and the year of
manufacture. Later, the severity generated as per damage
image is mapped with the cost rules, which are constructed
based on various properties of the vehicle such as the make,
model and the year of manufacture. In the end, the customer
gets notified with a level of damage severity and an average
cost from which the damage can be recovered. So to solve this
problem, we are applying the concept of imageanalysis, which
is used to gain more accurate damage result of any exterior
part of the car and provide suitable liability.
Key Words: Body damage detection, cost prediction, image
analysis, object recognition.
1. INTRODUCTION
At present, in the car insurance industry, a lot of money is
wasted because of claims leakage. Claims leakage is simply
defined as the difference amount between the actual claim
payment made and the amount that should have been paid.
Validation and visual inspection have been used to reduce
such effects. There have been efforts by too few start-ups to
reduce the claim processing time.Fortheclassificationof car
damage types we made the use of Convolutional Neural
Network (CNN) based methods. Specifically, we are
considering common damage types suchastheglassshatter,
door dent, bumper dent, tail lampbroken,headlampbroken,
smash and scratch. As there is no publicly available dataset
for car damage classification, therefore we also created our
own dataset by collecting multiple images of different types
from the internet and annotating them manually. The
classification task is challenging duetofactorssuchasbarely
visible damages and large inter-class similarity.
Experimental results validate the effectiveness of our future
architecture of insurance solutions.
2. LITERATURE SURVEY
A. Deep learning based car damage classification- Kalpesh
Patil, Mandar Kulkarni and Shirish Karande (2017) [4] have
employed CNN based methods for classification of car
damage types. Specifically they considered common
damaged types such as glass shatter, bumper and door dent,
head lamp and tail lamp broken, smashes and various
scratches. They have collected data over the web because it
is not possible to collect the data personally. In this method
the classification task was challenging because of factors
such as barely visible damages and large inter-class
similarity. They experimented with multiple deep learning
based techniques such as training CNNs from random
initialization, Convolution Auto encoder based pre-training
followed by supervised fine tuning and transfer learning.
They also observed that the transfer learning performedthe
best. They also concluded that only car specific features may
not be effective for damage classification.
B. Image based automatic vehicle damage detection- Srimal
Jayewardene’s (2013) [9] approach requires 3D computer
aided design (CAD) modes of the considered vehicle to
identify how it would look if it were undamaged. But they
were not able to obtain such 3D models so they have used
advanced applications like convolutional neural networks in
computer vision. In convnets have proven their power in
object recognition tasks for which image large scale visual
recognition challenge (ILSVRC). Automatically detectingthe
damage of the vehicle using photographs clicked at the
accident site is extremely functional as it can greatly
decrease the rate of processing insurance claims, and it will
also provide greater conveniences for customers who are
making the best use of this functionality. An ideal scenario
would be where the client can upload some photographs of
the damaged car taken from a smartphone and have the
damage assessment and insurance claim processing done
automatically by the system. However, such a solution
remains a challenging task due toa numberoffactors[9].For
a start, the scene of the accident is typically an unknownand
uncontrolled outdoor environment with a lot of factors
beyond our control including scene illumination and the
presence of surrounding objects which are not known [9].
And as vehicles have very reflective metallic bodies the
photographs taken in such an uncontrolled environment can
be expected to have a certain amount of inter object
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1501
reflection [9]. Therefore, the application of standard
computer vision techniques in this context is a very
challenging task [9].
C. Drowsiness warning system using artificial intelligence-
The authors Sharma N. & Banga, V K. (2010) [12] have
discussed the various artificial detection methods for
detecting driver's drowsiness processing technique. This
system is based on analysis of facial images for warning the
driver of drowsiness or in attention to prevent traffic
accidents [10]. They have used computer vision approaches
to detection of fatigue and have focused on the analysis of
blinks and head movements. The detection mechanism into
vehicles might help in preventing many accidents on a daily
basis.
D. Applying image analysis to auto insurance Triage:Anovel
application- The authors Ying Li and Chitra Dorai (2007)
[13] have used a simple approach for analysing minor
damages on the car and claim the process efficientlyasthere
is no need for training the model. The architecture of
insurance applies advanced image analysis and pattern
recognition technologies to automatically identify and
characterize vehicle damage. To demonstrate its potential,
they have built a prototype system which identifies
externally visible damage by comparing the before- and
after-accident images. All the required test images were
taken under an extremely controlledcapturingenvironment
[13]. Since their goal of developing the prototype system is
to quickly investigate the feasibility of applying image
analysis technology to industries that desire (semi-
)automated assessment, it was thus not their interest to
develop complicated algorithms that may work perfectly in
all real-world situations without firstknowingwhethersuch
an application is desired [13].
E. On-road vehicle detection: A review- The authors Zeheng
Sun, G. Bebis and R. Miller (2006) [14] presented a review of
recent vision-based on-road vehicledetectionsystems.Their
focus was on systems where the camera wasmountedon the
vehicle rather than being fixed such as in driveway/traffic
monitoring systems. Initially,theydiscussedtheissuesof on-
road vehicle detection using optical sensors followed by a
short review of intelligent vehicle research all over the
world. Later, they discussed about the passive and active
sensors for vision based vehicle detection. Methods aiming
to consider the location of vehicles in an image quickly and
to verify that the considered locations were reviewed later
or not [14]. Integrating detection with tracking was also
reviewed to illustrate the benefits of exploiting temporal
continuity for vehicle detection [14].
3. SYSTEM DESIGN
In this system, CNN Model is used to implement automatic
car insurance using image analysis andprovideanoptimistic
cost to the user. Suppose some damage occurs to the car, so
to claim the insurance and to know the estimated cost of the
repair, the policyholder will access the website. Initially the
policyholder will have to register on the website, then fill in
the required information of the customer and car and then
upload the image. By using the CNN model the cost will be
predicted and it will be displayed on the screen. We have
used the Django framework to design our user interface and
integrate our car damage prediction model to the system.
A. Model
Model is generated by the training datasetofall categories of
car damage data based on different classes. Model is
designed to predict the approximate cost of a damaged car.
Model is the core component of this system as good as the
model is trained, the better the results should be for
estimating optimistic cost and providing the required
amount to be paid. But in case of severity of damage is high
i.e. if a model prediction results in smash or destroys. For
such cases the assessment team from the company or car
insurance provider is sent for assessing the damaged car
condition. Model training requires large amounts of data
which indirectly affect the accuracy. The larger the trained
data, better the result will be achieved. Model is trained
using Convolutional Neural Network (CNN) which is a class
of deep learning.
B. Dataset
Dataset is connected from github which contains all kinds of
damaged car images. Then we labeled the dataset images
based on classes such as scratch, dent, smash, glass shatter,
etc. As training the CNN models requires large amounts of
dataset, which won't be possible orfeasibletogeneratelarge
dataset so we have augmented available dataset.
C. Augmented Dataset
It is the data which is generated after applying certain
operations on image those operations are rotate, shift, flip
etc.
Table -1: Augmented Dataset
Classes No. of
Dataset
No. of Train
Dataset
No. of Test
Dataset
Scratch 280 224 56
Dent 300 240 60
Side_dent 285 228 57
Shuttered 310 248 62
Glass_shattered 300 240 60
Lamp_Broken 280 224 56
Mirror_broken 280 224 56
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1502
Bumper_dent 300 240 60
Destroy 285 228 57
Not_damage 295 236 59
D. Training Process
In training the model we have to preprocess the image
before training it. The preprocessed image size (150,150, 3)
i.e. (width, height and channel) respectively. We have used
(RGB) scale images to train models then these images are
turned into CNN models.
3.1 BLOCK DIAGRAM
Fig -1: Automatic Vehicle Damage Assessment and Cost Estimation System
3.2 SNAPSHOTS
Fig -2: File uploading page
Fig -3: Result displaying the damage occurred
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1503
Fig -4: Result displaying amount to be paid (1)
Fig -5: Result displaying amount to be paid (2)
Fig -6: Model Accuracy
The accuracy is defined as how good your machine learning
model is at predicting a correct class for a givenobservation.
Fig -7: Model Loss
The term loss is simply defined as a number indicating how
bad the models prediction was on a certain example.
4. CONCLUSIONS
Image analysis methods extract information from an image
by using semi-automatic or automatic techniques termed:
image understanding, image description, scene analysis,
pattern recognition, computer/machine vision etc). Image
analysis is different from the various other types of image
processing methods, such astherestorationorenhancement
in that the end result of image analysis procedures is a
numerical output rather than an image or some pictorial
output. By analyzing different techniques in literature
review we conclude different technologies used to provide
solutions for insurance companies, such as Srimal
Jayawardena uses 3D model of car and other latest papers
uses CNN model and categories different types of damages
which provide efficient machinelearningconceptstopredict
cost evaluation for damage.
ACKNOWLEDGMENT
It is our privilege to express our respect and very sincerest
regards to our supervisor Prof. Rupali Nikhare for the
valuable inputs, able guidance, encouragement, whole-
hearted cooperation and constructive criticism throughout
the duration of this work. We also thank our project
coordinator, Prof. Gayatri Hegde for her guidance on the
planning and implementation of our project. We deeply
express our sincere thanks to our Head of the Department
Satishkumar Varma and our Principal Dr. Sandeep M.
Joshi for encouraging, motivatingand allowingustopresent
this work at this scale.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1504
REFERENCES
[1] Sanket Doshi. “Traffic Sign Detection using
Convolutional Neural Network.” 2019.
[2] de Deijn, Jeffrey. "Automatic Car Damage Recognition
using Convolutional Neural Networks." (2018).
[3] Manju, More E. "RESEARCH PAPER ON INTELLIGENT
FARMING FOR FARMERS USING CONTROL SYSTEM IN
IOT." International Journal of Advanced Research in
Computer Science 9.3 (2018): 181.
[4] Patil, Kalpesh, et al. "Deep learning based car damage
classification." 2017 16thIEEE International Conference
on Machine Learning and Applications (ICMLA). IEEE,
2017.
[5] Harshani, WA Rukshala and Kaneeka Vidanage. "Image
processing based severity and cost prediction of
damages in the vehicle body: A computational
intelligence approach." 2017 National Information
Technology Conference (NITC). IEEE, 2017.
[6] Kinsella, Graham. Car damage monitoring system: Final
project report analysis anddesign.Diss.Dublin,National
College of Ireland, 2017.
[7] Huang, Gao, et al. "Densely connected convolutional
networks." Proceedings of the IEEE conference on
computer vision and pattern recognition. 2017.
[8] He, Kaiming, et al. "Deep residual learning for image
recognition." Proceedings of the IEEE conference on
computer vision and pattern recognition. 2016.
[9] Jayawardena, Srimal. "Image based automatic vehicle
damage detection." (2013).
[10] Image Based Automatic Vehicle Damage Detection,
Marcus Hutter, Stephen Gould, Richard Hartley,
Hongdong Li, 2013.
[11] Ting, Hua-Nong, ed. 5th Kuala Lumpur International
Conference on Biomedical Engineering 2011: BIOMED
2011, 20-23 June 2011, Kuala Lumpur,Malaysia.Vol.35.
Springer Science & Business Media, 2011.
[12] Sharma, Nidhi, and V. K. Banga. "Drowsiness warning
system using artificial intelligence." World Academy of
Science, Engineering and Technology 4.7 (2010): 1771-
1773.
[13] Li, Ying, and Chitra Dorai. "Applying Image Analysis to
Auto Insurance Triage: A Novel Application." 2007 IEEE
9th Workshop on Multimedia Signal Processing. IEEE,
2007.
[14] Sun, Zehang, George Bebis, and Ronald Miller. "On-road
vehicle detection: A review." IEEE transactions on
pattern analysis and machine intelligence 28.5 (2006):
694-711.
[15] Traffic Sign Detection using Convolutional Neural
Network.
[16] P. Strumillo. “Segmentation.pdf”.

More Related Content

What's hot

IRJET- Drowziness Detection with Alarm Monitoring
IRJET-  	  Drowziness Detection with Alarm MonitoringIRJET-  	  Drowziness Detection with Alarm Monitoring
IRJET- Drowziness Detection with Alarm MonitoringIRJET Journal
 
IRJET- Robust Visual Analysis of Eye State
IRJET-  	  Robust Visual Analysis of Eye StateIRJET-  	  Robust Visual Analysis of Eye State
IRJET- Robust Visual Analysis of Eye StateIRJET Journal
 
Saksham presentation
Saksham presentationSaksham presentation
Saksham presentationSakshamTurki
 
Self-Navigation Car using Reinforcement Learning
Self-Navigation Car using Reinforcement LearningSelf-Navigation Car using Reinforcement Learning
Self-Navigation Car using Reinforcement LearningDr. Amarjeet Singh
 
IRJET- Drive Assistance an Android Application for Drowsiness Detection
IRJET- Drive Assistance an Android Application for Drowsiness DetectionIRJET- Drive Assistance an Android Application for Drowsiness Detection
IRJET- Drive Assistance an Android Application for Drowsiness DetectionIRJET Journal
 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection SystemIRJET Journal
 
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance SystemIRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance SystemIRJET Journal
 
Saksham seminar report
Saksham seminar reportSaksham seminar report
Saksham seminar reportSakshamTurki
 
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...AM Publications
 
Designing Gesture Interface for Automotive Environment
Designing Gesture Interface for Automotive EnvironmentDesigning Gesture Interface for Automotive Environment
Designing Gesture Interface for Automotive EnvironmentAM Publications
 
Robert Bosch accident research project India
Robert Bosch accident research project IndiaRobert Bosch accident research project India
Robert Bosch accident research project IndiaRushLane
 
Feature based head pose estimation for controlling movement of
Feature based head pose estimation for controlling movement ofFeature based head pose estimation for controlling movement of
Feature based head pose estimation for controlling movement ofIAEME Publication
 
Analysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data SetsAnalysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data SetsDr. Amarjeet Singh
 

What's hot (14)

IRJET- Drowziness Detection with Alarm Monitoring
IRJET-  	  Drowziness Detection with Alarm MonitoringIRJET-  	  Drowziness Detection with Alarm Monitoring
IRJET- Drowziness Detection with Alarm Monitoring
 
Computer vision ppt
Computer vision pptComputer vision ppt
Computer vision ppt
 
IRJET- Robust Visual Analysis of Eye State
IRJET-  	  Robust Visual Analysis of Eye StateIRJET-  	  Robust Visual Analysis of Eye State
IRJET- Robust Visual Analysis of Eye State
 
Saksham presentation
Saksham presentationSaksham presentation
Saksham presentation
 
Self-Navigation Car using Reinforcement Learning
Self-Navigation Car using Reinforcement LearningSelf-Navigation Car using Reinforcement Learning
Self-Navigation Car using Reinforcement Learning
 
IRJET- Drive Assistance an Android Application for Drowsiness Detection
IRJET- Drive Assistance an Android Application for Drowsiness DetectionIRJET- Drive Assistance an Android Application for Drowsiness Detection
IRJET- Drive Assistance an Android Application for Drowsiness Detection
 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection System
 
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance SystemIRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
 
Saksham seminar report
Saksham seminar reportSaksham seminar report
Saksham seminar report
 
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
DESIGN OF SERVICE APPLICATION FOR AUTO DETAILING: A CASE STUDY OF JETWASH AUT...
 
Designing Gesture Interface for Automotive Environment
Designing Gesture Interface for Automotive EnvironmentDesigning Gesture Interface for Automotive Environment
Designing Gesture Interface for Automotive Environment
 
Robert Bosch accident research project India
Robert Bosch accident research project IndiaRobert Bosch accident research project India
Robert Bosch accident research project India
 
Feature based head pose estimation for controlling movement of
Feature based head pose estimation for controlling movement ofFeature based head pose estimation for controlling movement of
Feature based head pose estimation for controlling movement of
 
Analysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data SetsAnalysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data Sets
 

Similar to IRJET - Automatic Car Insurance using Image Analysis

CAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNING
CAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNINGCAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNING
CAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNINGIRJET Journal
 
Car Damage Assessment to Automate Insurance Claim
Car Damage Assessment to Automate Insurance ClaimCar Damage Assessment to Automate Insurance Claim
Car Damage Assessment to Automate Insurance ClaimIRJET Journal
 
AUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARSAUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARSIRJET Journal
 
IRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident AnalysisIRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident AnalysisIRJET Journal
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMIRJET Journal
 
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningIRJET Journal
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
A TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRY
A TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRYA TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRY
A TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRYIRJET Journal
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
IRJET- Self Driving Car using Deep Q-Learning
IRJET-  	  Self Driving Car using Deep Q-LearningIRJET-  	  Self Driving Car using Deep Q-Learning
IRJET- Self Driving Car using Deep Q-LearningIRJET Journal
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET Journal
 
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...Happiest Minds Technologies
 
Accident Precaution System For Vehicle In Motion Using Machine Learning
Accident Precaution System For Vehicle In Motion Using Machine LearningAccident Precaution System For Vehicle In Motion Using Machine Learning
Accident Precaution System For Vehicle In Motion Using Machine LearningIRJET Journal
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET Journal
 
DROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONDROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONIRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemIRJET Journal
 
Distracted Driver Detection
Distracted Driver DetectionDistracted Driver Detection
Distracted Driver DetectionIRJET Journal
 

Similar to IRJET - Automatic Car Insurance using Image Analysis (20)

CAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNING
CAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNINGCAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNING
CAR DAMAGE DETECTION AND PRICE PREDICTION USING DEEP LEARNING
 
Car Damage Assessment to Automate Insurance Claim
Car Damage Assessment to Automate Insurance ClaimCar Damage Assessment to Automate Insurance Claim
Car Damage Assessment to Automate Insurance Claim
 
AUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARSAUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARS
 
IRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident AnalysisIRJET - Automobile Black Box System for Vehicle Accident Analysis
IRJET - Automobile Black Box System for Vehicle Accident Analysis
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEM
 
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security System
 
Self Driving Car
Self Driving CarSelf Driving Car
Self Driving Car
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
A TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRY
A TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRYA TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRY
A TECHNICAL REVIEW ON USE OF VEHICLE MONITORING SYSTEM IN CONSTRUCTION INDUSTRY
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
IRJET- Self Driving Car using Deep Q-Learning
IRJET-  	  Self Driving Car using Deep Q-LearningIRJET-  	  Self Driving Car using Deep Q-Learning
IRJET- Self Driving Car using Deep Q-Learning
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLAB
 
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
Whitepaper: M2M Telematics for Vehicle Detection Using Computer Vision - Happ...
 
Accident Precaution System For Vehicle In Motion Using Machine Learning
Accident Precaution System For Vehicle In Motion Using Machine LearningAccident Precaution System For Vehicle In Motion Using Machine Learning
Accident Precaution System For Vehicle In Motion Using Machine Learning
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
 
DROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONDROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHON
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
Distracted Driver Detection
Distracted Driver DetectionDistracted Driver Detection
Distracted Driver Detection
 

More from 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
 

More from 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...
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

IRJET - Automatic Car Insurance using Image Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1500 Automatic Car Insurance using Image Analysis Aniket Gupta1, Jitesh Chogale2, Shashank Shrivastav3, Prof. Rupali Nikhare4 1,2,3 Student, Dept. of Information Technology Engineering, Pillai College of Engineering, Maharashtra, India 4 Professor, Dept. of Computer Engineering, Pillai College of Engineering, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The vehicle damage detection task is one of the most vital activities in the vehicle insurance and vehiclerental industries. The systems of these kinds are used to identify the damage of a vehicle once an accident happens by the driver and also by the insurance company to detect and determine a suitable amount as per damage and vehicle rental companies to inform about the damage of a vehicle to the customer. The core technique here is object recognition. So once vehiclebody damages, the driver does not have to wait until the insurance company calculates the appraisal, he/she himself can get a brief idea as to how much will it cost to recover the damage. Once the image is uploaded, the system will process the image and identify the dent, scratches, shattered glasses, etc. Next, it is classified into the various severity classes by consideringthe features of the vehicle like the make, model and the year of manufacture. Later, the severity generated as per damage image is mapped with the cost rules, which are constructed based on various properties of the vehicle such as the make, model and the year of manufacture. In the end, the customer gets notified with a level of damage severity and an average cost from which the damage can be recovered. So to solve this problem, we are applying the concept of imageanalysis, which is used to gain more accurate damage result of any exterior part of the car and provide suitable liability. Key Words: Body damage detection, cost prediction, image analysis, object recognition. 1. INTRODUCTION At present, in the car insurance industry, a lot of money is wasted because of claims leakage. Claims leakage is simply defined as the difference amount between the actual claim payment made and the amount that should have been paid. Validation and visual inspection have been used to reduce such effects. There have been efforts by too few start-ups to reduce the claim processing time.Fortheclassificationof car damage types we made the use of Convolutional Neural Network (CNN) based methods. Specifically, we are considering common damage types suchastheglassshatter, door dent, bumper dent, tail lampbroken,headlampbroken, smash and scratch. As there is no publicly available dataset for car damage classification, therefore we also created our own dataset by collecting multiple images of different types from the internet and annotating them manually. The classification task is challenging duetofactorssuchasbarely visible damages and large inter-class similarity. Experimental results validate the effectiveness of our future architecture of insurance solutions. 2. LITERATURE SURVEY A. Deep learning based car damage classification- Kalpesh Patil, Mandar Kulkarni and Shirish Karande (2017) [4] have employed CNN based methods for classification of car damage types. Specifically they considered common damaged types such as glass shatter, bumper and door dent, head lamp and tail lamp broken, smashes and various scratches. They have collected data over the web because it is not possible to collect the data personally. In this method the classification task was challenging because of factors such as barely visible damages and large inter-class similarity. They experimented with multiple deep learning based techniques such as training CNNs from random initialization, Convolution Auto encoder based pre-training followed by supervised fine tuning and transfer learning. They also observed that the transfer learning performedthe best. They also concluded that only car specific features may not be effective for damage classification. B. Image based automatic vehicle damage detection- Srimal Jayewardene’s (2013) [9] approach requires 3D computer aided design (CAD) modes of the considered vehicle to identify how it would look if it were undamaged. But they were not able to obtain such 3D models so they have used advanced applications like convolutional neural networks in computer vision. In convnets have proven their power in object recognition tasks for which image large scale visual recognition challenge (ILSVRC). Automatically detectingthe damage of the vehicle using photographs clicked at the accident site is extremely functional as it can greatly decrease the rate of processing insurance claims, and it will also provide greater conveniences for customers who are making the best use of this functionality. An ideal scenario would be where the client can upload some photographs of the damaged car taken from a smartphone and have the damage assessment and insurance claim processing done automatically by the system. However, such a solution remains a challenging task due toa numberoffactors[9].For a start, the scene of the accident is typically an unknownand uncontrolled outdoor environment with a lot of factors beyond our control including scene illumination and the presence of surrounding objects which are not known [9]. And as vehicles have very reflective metallic bodies the photographs taken in such an uncontrolled environment can be expected to have a certain amount of inter object
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1501 reflection [9]. Therefore, the application of standard computer vision techniques in this context is a very challenging task [9]. C. Drowsiness warning system using artificial intelligence- The authors Sharma N. & Banga, V K. (2010) [12] have discussed the various artificial detection methods for detecting driver's drowsiness processing technique. This system is based on analysis of facial images for warning the driver of drowsiness or in attention to prevent traffic accidents [10]. They have used computer vision approaches to detection of fatigue and have focused on the analysis of blinks and head movements. The detection mechanism into vehicles might help in preventing many accidents on a daily basis. D. Applying image analysis to auto insurance Triage:Anovel application- The authors Ying Li and Chitra Dorai (2007) [13] have used a simple approach for analysing minor damages on the car and claim the process efficientlyasthere is no need for training the model. The architecture of insurance applies advanced image analysis and pattern recognition technologies to automatically identify and characterize vehicle damage. To demonstrate its potential, they have built a prototype system which identifies externally visible damage by comparing the before- and after-accident images. All the required test images were taken under an extremely controlledcapturingenvironment [13]. Since their goal of developing the prototype system is to quickly investigate the feasibility of applying image analysis technology to industries that desire (semi- )automated assessment, it was thus not their interest to develop complicated algorithms that may work perfectly in all real-world situations without firstknowingwhethersuch an application is desired [13]. E. On-road vehicle detection: A review- The authors Zeheng Sun, G. Bebis and R. Miller (2006) [14] presented a review of recent vision-based on-road vehicledetectionsystems.Their focus was on systems where the camera wasmountedon the vehicle rather than being fixed such as in driveway/traffic monitoring systems. Initially,theydiscussedtheissuesof on- road vehicle detection using optical sensors followed by a short review of intelligent vehicle research all over the world. Later, they discussed about the passive and active sensors for vision based vehicle detection. Methods aiming to consider the location of vehicles in an image quickly and to verify that the considered locations were reviewed later or not [14]. Integrating detection with tracking was also reviewed to illustrate the benefits of exploiting temporal continuity for vehicle detection [14]. 3. SYSTEM DESIGN In this system, CNN Model is used to implement automatic car insurance using image analysis andprovideanoptimistic cost to the user. Suppose some damage occurs to the car, so to claim the insurance and to know the estimated cost of the repair, the policyholder will access the website. Initially the policyholder will have to register on the website, then fill in the required information of the customer and car and then upload the image. By using the CNN model the cost will be predicted and it will be displayed on the screen. We have used the Django framework to design our user interface and integrate our car damage prediction model to the system. A. Model Model is generated by the training datasetofall categories of car damage data based on different classes. Model is designed to predict the approximate cost of a damaged car. Model is the core component of this system as good as the model is trained, the better the results should be for estimating optimistic cost and providing the required amount to be paid. But in case of severity of damage is high i.e. if a model prediction results in smash or destroys. For such cases the assessment team from the company or car insurance provider is sent for assessing the damaged car condition. Model training requires large amounts of data which indirectly affect the accuracy. The larger the trained data, better the result will be achieved. Model is trained using Convolutional Neural Network (CNN) which is a class of deep learning. B. Dataset Dataset is connected from github which contains all kinds of damaged car images. Then we labeled the dataset images based on classes such as scratch, dent, smash, glass shatter, etc. As training the CNN models requires large amounts of dataset, which won't be possible orfeasibletogeneratelarge dataset so we have augmented available dataset. C. Augmented Dataset It is the data which is generated after applying certain operations on image those operations are rotate, shift, flip etc. Table -1: Augmented Dataset Classes No. of Dataset No. of Train Dataset No. of Test Dataset Scratch 280 224 56 Dent 300 240 60 Side_dent 285 228 57 Shuttered 310 248 62 Glass_shattered 300 240 60 Lamp_Broken 280 224 56 Mirror_broken 280 224 56
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1502 Bumper_dent 300 240 60 Destroy 285 228 57 Not_damage 295 236 59 D. Training Process In training the model we have to preprocess the image before training it. The preprocessed image size (150,150, 3) i.e. (width, height and channel) respectively. We have used (RGB) scale images to train models then these images are turned into CNN models. 3.1 BLOCK DIAGRAM Fig -1: Automatic Vehicle Damage Assessment and Cost Estimation System 3.2 SNAPSHOTS Fig -2: File uploading page Fig -3: Result displaying the damage occurred
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1503 Fig -4: Result displaying amount to be paid (1) Fig -5: Result displaying amount to be paid (2) Fig -6: Model Accuracy The accuracy is defined as how good your machine learning model is at predicting a correct class for a givenobservation. Fig -7: Model Loss The term loss is simply defined as a number indicating how bad the models prediction was on a certain example. 4. CONCLUSIONS Image analysis methods extract information from an image by using semi-automatic or automatic techniques termed: image understanding, image description, scene analysis, pattern recognition, computer/machine vision etc). Image analysis is different from the various other types of image processing methods, such astherestorationorenhancement in that the end result of image analysis procedures is a numerical output rather than an image or some pictorial output. By analyzing different techniques in literature review we conclude different technologies used to provide solutions for insurance companies, such as Srimal Jayawardena uses 3D model of car and other latest papers uses CNN model and categories different types of damages which provide efficient machinelearningconceptstopredict cost evaluation for damage. ACKNOWLEDGMENT It is our privilege to express our respect and very sincerest regards to our supervisor Prof. Rupali Nikhare for the valuable inputs, able guidance, encouragement, whole- hearted cooperation and constructive criticism throughout the duration of this work. We also thank our project coordinator, Prof. Gayatri Hegde for her guidance on the planning and implementation of our project. We deeply express our sincere thanks to our Head of the Department Satishkumar Varma and our Principal Dr. Sandeep M. Joshi for encouraging, motivatingand allowingustopresent this work at this scale.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1504 REFERENCES [1] Sanket Doshi. “Traffic Sign Detection using Convolutional Neural Network.” 2019. [2] de Deijn, Jeffrey. "Automatic Car Damage Recognition using Convolutional Neural Networks." (2018). [3] Manju, More E. "RESEARCH PAPER ON INTELLIGENT FARMING FOR FARMERS USING CONTROL SYSTEM IN IOT." International Journal of Advanced Research in Computer Science 9.3 (2018): 181. [4] Patil, Kalpesh, et al. "Deep learning based car damage classification." 2017 16thIEEE International Conference on Machine Learning and Applications (ICMLA). IEEE, 2017. [5] Harshani, WA Rukshala and Kaneeka Vidanage. "Image processing based severity and cost prediction of damages in the vehicle body: A computational intelligence approach." 2017 National Information Technology Conference (NITC). IEEE, 2017. [6] Kinsella, Graham. Car damage monitoring system: Final project report analysis anddesign.Diss.Dublin,National College of Ireland, 2017. [7] Huang, Gao, et al. "Densely connected convolutional networks." Proceedings of the IEEE conference on computer vision and pattern recognition. 2017. [8] He, Kaiming, et al. "Deep residual learning for image recognition." Proceedings of the IEEE conference on computer vision and pattern recognition. 2016. [9] Jayawardena, Srimal. "Image based automatic vehicle damage detection." (2013). [10] Image Based Automatic Vehicle Damage Detection, Marcus Hutter, Stephen Gould, Richard Hartley, Hongdong Li, 2013. [11] Ting, Hua-Nong, ed. 5th Kuala Lumpur International Conference on Biomedical Engineering 2011: BIOMED 2011, 20-23 June 2011, Kuala Lumpur,Malaysia.Vol.35. Springer Science & Business Media, 2011. [12] Sharma, Nidhi, and V. K. Banga. "Drowsiness warning system using artificial intelligence." World Academy of Science, Engineering and Technology 4.7 (2010): 1771- 1773. [13] Li, Ying, and Chitra Dorai. "Applying Image Analysis to Auto Insurance Triage: A Novel Application." 2007 IEEE 9th Workshop on Multimedia Signal Processing. IEEE, 2007. [14] Sun, Zehang, George Bebis, and Ronald Miller. "On-road vehicle detection: A review." IEEE transactions on pattern analysis and machine intelligence 28.5 (2006): 694-711. [15] Traffic Sign Detection using Convolutional Neural Network. [16] P. Strumillo. “Segmentation.pdf”.