SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2674
CAR DAMAGE DETECTION USING DEEP LEARNING
Dindayal Bhadrecha1, Divyesh Tharakan2, Chandrababu Godasu3, Hrushikesh Jadhav4
Department of Computer Science and Engineering, School of Engineering,
MIT Art, Design and Technology University,
Pune, Maharashtra - 412201
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Image-based vehicle insurance processingisakey
industry with a lot of possibilities for automation. We look at
the subject of car damage categorization in this paper, where
certain damages are classed as minor and othersasserious. In
several of the categories, fine-granularity is feasible. We go
into the bowels of knowledge. We'llusebasedwaysforthis. We
attempted to train a CNN straight at first. However, itdoesnot
work well with data due to the small number of tagged
samples. The impact of pre-training in the domain is next
examined, followed by fine-tuning. Finally, we put ensemble
and transfer learning to the test. According to research,
transfer learning outperformsdomain-specificfine-tuning. We
have a high level of commitment.
1. INTRODUCTION
A lot of money is lost today in the car insurance
market owing to claims leakage. The discrepancy between
the actual claim and the underwriting claim is referred to as
claims leakage or underwriting leakage. The amount that
was paid and the amount that should have been paid if all of
the industry's best practices were used. Visual examination,
Validation and other techniques have been employed to
reduce such impacts. They do, however, cause delays in the
processing of claims. There have been initiatives by a small
number of start-ups to reduce claim processing times. For
automotive insurance claims, an automated method is
available. An hour of processing is required. We use
Convolutional Neural Networks in this paper. (CNN)-based
systems for classifying various types of vehicle damage.
Damage types include bumper dent, door dent,glassshatter,
headlight shattered, tail lamp damaged, scratch, and smash.
To our knowledge, there is no publicly available dataset on
car damage classification on the other hand. As a result, we
created our own set of data. The categorization task is
challenging when using images from the internet and
manually tagging them based on these qualities. There is a
great deal of inter-class similarity, but the consequences are
minor. We used to experiment with a variety of
methodologies, such as direct training a CNN, pre-training a
CNN with an auto-encoder, and then fine-tuning with
transfer learning from large CNNs that had been taught,
establishing an ensemble classifier on top of ImageNet the
collection of trained classifiers. The most effective method
appears to be transfer learning combined with ensemble
learning. Experiments have shown that our strategy is a
viable alternative to the one that has been proposed.
2. LITERATURE SURVEY
Several models have been implemented for car
damage detection. So, when it comes to object detection the
Deep Learning [DL] has always been effective and shown
promising results. One of the most accepted detection
algorithms is the CNN (Convolutional Neural Network), as it
executes well for computer vision tasks such as visual
objects detection and recognition.
Deep learning has been exceptional in image
classification, with computing resources based on transfer
learning solutions and extensive use of data. Pre-trained
CNN models are very complex tounderstand.Largeamounts
of labelled data and computer resources are needed for
supervised methods. Whereas, unsupervised pre-training
techniques such as Autoencoders, proved to enhance the
generalization performance of theclassifierincaseofa small
quantity of labelled sample. For images, Convolutional
Autoencoders (CAE) have been effective.
One of the well-known techniques whichhasshown
results for small labelleddataisTransferLearning.There are
a bunch of CNN models trained on ImageNet. These models
are available publicly such as VGG-19, VGG-16, Alex net,
Inception, Resnet. Transferable feature representation
learned by CNN minimizes the effect of over-fittingincase of
small labelled sets.
To the best of our knowledge, deep learning-based
techniques have not been employed for automated car
damage classification, especially for the fine granular
classification.
3. DATASET DESCRIPTION
Because there was no standard dataset for this
topic, we decided to create our own by gathering
photographs of damaged cars from the internet. After
gathering a large number of them, we discovered that the
dataset had numerous photographs of entirely scrambled
and damaged automobiles, which had to be avoided for
better model training. The second thing we saw was thatthe
number of photographs was insufficient, thus data
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2675
augmentation was a viable option.The numberofphotoshas
risen to 970 from 600. When there was no publicly available
dataset for automobile damage classification, we generated
our dataset with 970 car damaged photos that included
various types of car damage. The dataset was then divided
into two folders, Specifically, train and Val (training and
validation). There are 777 photographs in the train folder
and 194 images in the validation folder. Wespenta longtime
preparing the dataset because everything wasdone byhand,
including labelling each image according to the damage
classification.
4. TRANSFER LEARNING
Several assumptions must usually be included in
training, validation, and test data with the underlying
distribution for a certain task when training a deep learning
model. If it does not work, the mapping and featuresmust be
rebuilt from the ground up, which is a difficult task.Transfer
learning is the answer to this arduous task. This approach
focuses mostly on feature extraction and suitable data from
sources, which is then applied to the task at hand.
Transfer learning is beneficial for a variety of reasons,oneof
which is to minimize training time and improve model
efficiency. It solves classification and clustering problems as
well as overfitting issues. There's no need to start from
scratch; pre-trained weightscanbeusedtocontinuetraining
our model, saving time and GPU resources. We got a cocofile
(in.h5 format) from the official website for the initial phase
because it provides us with pre-trained weights that would
generate numids for each picture classification. The main
aspect is that there should be clarity as to whatknowledge is
useful for the model and between the source and targettask.
A common concept used in the field of deep learning which
reduces time and the model can adapt to new changes and
update from time to time. Algorithms, for instance, Mask R-
CNN, has the ability to create an efficient model
5. PROPOSED METHODOLOGY
1.Collecting Images/data: More above 1000 images were
collected which were further segregated into 3 categories
that are Scratch, Dent and Glass Broken in the damage class.
So, each category will have certain number of images to be
trained over the Mask RCNN.
2.VGG annotator: VGG Image Annotator is a simple and
standalone manual annotationsoftwareforimage,audio and
video. VGG runs in a web browser and does not require any
installation or setup. The complete VGG software fits in a
single self-contained HTML page of size less than 400
Kilobyte that runs as an offline application in most modern
web browsers.
The input to the network is image of
dimensions (224,224,3). The first two layers
have 64 channels of 3*3 filter size andsimilarpadding.Then
after a max pool layer of stride (2,2), two layers which have
convolution layers of 256 filter size and filter size (3, 3).
After that a max pooling layer of stride (2, 2) which is same
as previous layer. After which there are 2 convolutionlayers
of filter size (3,3) and 256 filter. After that there are 2 sets
of 3 convolution layer and a max pool layer. Each
have 512 filters of (3, 3) size with same padding. This image
is then passed to the stack of two convolutionlayers.Inthese
convolution and max pooling layers, the filters we use is of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2676
the size 3*3 insteadof 11*11 inAlexNetand 7*7 inZF-Net.In
many of the layers, it also uses 1*1 pixel which is used to
manipulate the number of input channels.Thereisa padding
of 1-pixel (same padding) done after each convolution layer
to prevent the spatial feature of the image. Thisisthesecond
step related to Project.3.Json file: After the second step of
annotating the image using VGG annotator the desired file is
saved in the json file on which the conventional neural
networks are applied. This is the third step in the Project.
3. Json file: After the second step of annotating image using
VGG annotator the desired file is saved in json file on which
the conventional neural networks are applied. This is the
third step in the Project.
4.Apply Mask RCNN: Mask R-CNN is best at detecting the
objects in the input image. It has a very low detection time
which can also be used in real-time systems. It is very
similar to Faster R-CNN. The stage of region proposal
generation is same in both the architecture the second stage
which works in parallel predict class,generate boundingbox
as well as outputs a binary mask for each RoI (Region of
Interest).
It comprises of –
· Backbone Network
· Region Proposal Network
· Mask Representation
· RoI Align
5.NeuralNetworkExtractingFeatures:Featureextraction
is generally used on convolution base as convolution base
are more generic than densely connected layers. The
advantage of Convolution base is they are reusable. The
feature maps of the convnet are the presence maps of
generic concepts over a picture which is useful regardless of
the computer-vision problem or any other problem.
In densely connected layers, feature extraction is not visible
as it no longer contains any information about the objects
that are located in input image as these layers get rid of
where notion of space is whereas object location is still
described by the convolutional feature maps exists. Densely
connected featuresareuselesswhereobjectlocationmatters
in problem.
Convolution bases of VGG16 network which is trained on
ImageNet is popularly used for feature extraction. Among
others are Xception, ResNet50, InceptionV3, VGG19,
MobileNet model etc.
6.Deployment of Transfer Learning: We humans are very
much kin and experienced in applying transfer learning in
our day-to-day life. For e.g., when we do a project or
assignment on particular topic in which there is an
involvement of mathematics, here we don’t bring new
formulas or rules to solve that particular activity. We apply
various techniques, formulas and rules which are already
defined into our activity. This is known as transfer learning.
This makes our work easy and fast to finish. For instance, if
you know how to ride a bicycle and if you want are to ride a
motorbike which you have never done before.Insucha case,
our experience with a bicycle will come into play and handle
tasks which are involvedduringbiking.This will makethings
easier compared to a complete beginner. Such learnings are
very useful in real life as it makes us more perfectandallows
us to earn more experience.
Following the same approach, a term was
introduced Transfer Learning in the field of machine
learning. This approach involves the use of knowledge that
was learned in earlier tasks, and apply it to solve the
problem in the related target task. While most machine
learning is designed to address a single task, the
development of algorithms that facilitatetransferlearningis
a topic of ongoing interest in the machine-learning
community.
Why Transfer Learning?
Many deep neural networks trained on images have a
curious phenomenon in common: in early layers of the
network, a deep learning model tries to learn a low level of
features, like detecting edges, colours, variations of
intensities, etc. Such kind of features appears not to be
specific to a particular dataset or a task because ofnomatter
what type of image we are processing either for detecting an
animal or vehicle. In both cases, we have to detecttheselow-
level features. All these featuresoccurregardlessofthe exact
cost function or image dataset. Thus, learning these features
in one task of detecting animal can be usedinothertaskslike
detecting humans. This is what transfer learning is.
Nowadays, it is very hard to see people training whole
convolutional neural network fromscratch,anditiscommon
to use a pre-trained model trained on a varietyofimagesina
similar task, e.g., models trained on ImageNet (1.3 million
images with 1500 categories), and usefeaturesfromthem to
solve a new task.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2677
7.Predict Damage Result: Using the flavors of above 6
points the result is predicted and the resultant is stored or
shown over the screen.
6. BLOCK DIAGRAM
7. CONCLUSION
In this paper, we proposed a deep learning-based
solution for car damage classification. Since there was no
publicly available dataset, we created a new dataset by
collecting images from the web and manually annotating
them. We experimented with various algorithms such as
Yolo v5 and Faster CNN. We observed that the transfer
learning combined with Mask RCNN performed thebest.We
also note that only car specific features may not be effective
for damage classification. It thus underlines the superiority
of feature representation learned from thelargetrainingset.
8. REFERENCES
[1] www.geeksforgeeks.org/mask-r-cnn-ml/
[2] Bengio Y. Lecun Y., Bottou L. and Haffner P.,
“Gradient-based learning applied to document
recognition,” Proceedings of IEEE, vol. 86, no. 11,
1998.
[3] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E.
Hinton, “Imagenet classification with deep
convolutional neural networks,” in Advances in
Neural Information Processing Systems 25, F.
Pereira, C. J. C. Burges, L. Bottou, and K. Q.
Weinberger, Eds., pp. 1097–1105. Curran
Associates, Inc., 2012.
[4] Michael Giering Mark R. Gurvich Soumalya Sarkar,
Kishore K. Reddy, “Deep learning for structural
health monitoring: A damage characterization
application,” in Annual Conference of the
Prognostics and Health Management Society, 2016
[5] www.projectpro.io/recipes/what-is-feature-
extraction-neural-
networks#:~:text=Feature%20extraction%20in%2
0neural%20networks%20contains%20the%20repr
esentations,new%20classifier%20which%20is%20
already%20trained%20from%20scratch.
[6] https://www.geeksforgeeks.org/ml-introduction-
to-transfer-learning/
[7] Müller M. Detektion und Klassifikation von
Krafteinwirkungen auf die Fahrzeugaußenhaut auf
Grundlage piezoelektrischer Signale. Phd thesis.
University of Rostock; 2013.
[8] Baumgärtel H, Kneifel A, Gontscharov S,Skwarek V,
KriegerK-L.Drei-kanaligerpiezoelektrischerSensor
zur Detektion von Bagatellschäden und deren
Ursprungsort an Fahrzeugkarosserieteilen.
Sensoren im Automobil, München, 2014.
[9] Kammeyer KD, Kroschel K. Digitale
Signalverarbeitung.7thEdition.Wiesbaden:Vieweg
Teuber Verlag; 2009.
[10] The MathWorks Inc. Envelope
Detection.http://www.mathworks.de/de/help/dsp
/examples/envelope detection.html,Application
note, accessed Jan. 2014.
[11] H. Baumgärtel, V. Skwarek, A. Kneifel, S.
Gontscharov, K.-L. Krieger Intelligent monitoringof
vehicle bodydamages for CarSharing applications
Electronics in Vehicles, Baden-Baden (2013) Bd.16

Más contenido relacionado

Similar a CAR DAMAGE DETECTION USING DEEP LEARNING

A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringIRJET Journal
 
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET Journal
 
Artificial Intelligence based CCTV accident detection and nearby patrol alert...
Artificial Intelligence based CCTV accident detection and nearby patrol alert...Artificial Intelligence based CCTV accident detection and nearby patrol alert...
Artificial Intelligence based CCTV accident detection and nearby patrol alert...IRJET Journal
 
A Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign RecognitionA Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign RecognitionIRJET Journal
 
Photo Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted FeaturesPhoto Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted FeaturesIRJET Journal
 
Object Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/MLObject Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/MLIRJET Journal
 
Identifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIdentifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIRJET Journal
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETIRJET Journal
 
IMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIRJET Journal
 
IRJET- Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...
IRJET-  	  Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...IRJET-  	  Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...
IRJET- Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...IRJET Journal
 
IRJET- Self Driving RC Car using Behavioral Cloning
IRJET-  	  Self Driving RC Car using Behavioral CloningIRJET-  	  Self Driving RC Car using Behavioral Cloning
IRJET- Self Driving RC Car using Behavioral CloningIRJET Journal
 
A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...IRJET Journal
 
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
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition SystemIRJET Journal
 
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNINGHANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNINGIRJET Journal
 
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNINGHANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNINGIRJET Journal
 
IRJET- Mango Classification using Convolutional Neural Networks
IRJET- Mango Classification using Convolutional Neural NetworksIRJET- Mango Classification using Convolutional Neural Networks
IRJET- Mango Classification using Convolutional Neural NetworksIRJET 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
 

Similar a CAR DAMAGE DETECTION USING DEEP LEARNING (20)

A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question Answering
 
Self Driving Car
Self Driving CarSelf Driving Car
Self Driving Car
 
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
 
Artificial Intelligence based CCTV accident detection and nearby patrol alert...
Artificial Intelligence based CCTV accident detection and nearby patrol alert...Artificial Intelligence based CCTV accident detection and nearby patrol alert...
Artificial Intelligence based CCTV accident detection and nearby patrol alert...
 
A Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign RecognitionA Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign Recognition
 
Photo Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted FeaturesPhoto Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted Features
 
Object Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/MLObject Detection for Autonomous Cars using AI/ML
Object Detection for Autonomous Cars using AI/ML
 
Identifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIdentifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNN
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
 
IMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNING
 
IRJET- Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...
IRJET-  	  Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...IRJET-  	  Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...
IRJET- Ship Detection for Pre-Annotated Ship Dataset in Machine Learning ...
 
IRJET- Self Driving RC Car using Behavioral Cloning
IRJET-  	  Self Driving RC Car using Behavioral CloningIRJET-  	  Self Driving RC Car using Behavioral Cloning
IRJET- Self Driving RC Car using Behavioral Cloning
 
kanimozhi2019.pdf
kanimozhi2019.pdfkanimozhi2019.pdf
kanimozhi2019.pdf
 
A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...
 
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
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition System
 
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNINGHANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
 
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNINGHANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
HANDWRITTEN DIGIT RECOGNITION USING MACHINE LEARNING
 
IRJET- Mango Classification using Convolutional Neural Networks
IRJET- Mango Classification using Convolutional Neural NetworksIRJET- Mango Classification using Convolutional Neural Networks
IRJET- Mango Classification using Convolutional Neural Networks
 
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
 

Más 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
 

Más 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

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
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
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Último (20)

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
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
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
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
 

CAR DAMAGE DETECTION USING DEEP LEARNING

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2674 CAR DAMAGE DETECTION USING DEEP LEARNING Dindayal Bhadrecha1, Divyesh Tharakan2, Chandrababu Godasu3, Hrushikesh Jadhav4 Department of Computer Science and Engineering, School of Engineering, MIT Art, Design and Technology University, Pune, Maharashtra - 412201 ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Image-based vehicle insurance processingisakey industry with a lot of possibilities for automation. We look at the subject of car damage categorization in this paper, where certain damages are classed as minor and othersasserious. In several of the categories, fine-granularity is feasible. We go into the bowels of knowledge. We'llusebasedwaysforthis. We attempted to train a CNN straight at first. However, itdoesnot work well with data due to the small number of tagged samples. The impact of pre-training in the domain is next examined, followed by fine-tuning. Finally, we put ensemble and transfer learning to the test. According to research, transfer learning outperformsdomain-specificfine-tuning. We have a high level of commitment. 1. INTRODUCTION A lot of money is lost today in the car insurance market owing to claims leakage. The discrepancy between the actual claim and the underwriting claim is referred to as claims leakage or underwriting leakage. The amount that was paid and the amount that should have been paid if all of the industry's best practices were used. Visual examination, Validation and other techniques have been employed to reduce such impacts. They do, however, cause delays in the processing of claims. There have been initiatives by a small number of start-ups to reduce claim processing times. For automotive insurance claims, an automated method is available. An hour of processing is required. We use Convolutional Neural Networks in this paper. (CNN)-based systems for classifying various types of vehicle damage. Damage types include bumper dent, door dent,glassshatter, headlight shattered, tail lamp damaged, scratch, and smash. To our knowledge, there is no publicly available dataset on car damage classification on the other hand. As a result, we created our own set of data. The categorization task is challenging when using images from the internet and manually tagging them based on these qualities. There is a great deal of inter-class similarity, but the consequences are minor. We used to experiment with a variety of methodologies, such as direct training a CNN, pre-training a CNN with an auto-encoder, and then fine-tuning with transfer learning from large CNNs that had been taught, establishing an ensemble classifier on top of ImageNet the collection of trained classifiers. The most effective method appears to be transfer learning combined with ensemble learning. Experiments have shown that our strategy is a viable alternative to the one that has been proposed. 2. LITERATURE SURVEY Several models have been implemented for car damage detection. So, when it comes to object detection the Deep Learning [DL] has always been effective and shown promising results. One of the most accepted detection algorithms is the CNN (Convolutional Neural Network), as it executes well for computer vision tasks such as visual objects detection and recognition. Deep learning has been exceptional in image classification, with computing resources based on transfer learning solutions and extensive use of data. Pre-trained CNN models are very complex tounderstand.Largeamounts of labelled data and computer resources are needed for supervised methods. Whereas, unsupervised pre-training techniques such as Autoencoders, proved to enhance the generalization performance of theclassifierincaseofa small quantity of labelled sample. For images, Convolutional Autoencoders (CAE) have been effective. One of the well-known techniques whichhasshown results for small labelleddataisTransferLearning.There are a bunch of CNN models trained on ImageNet. These models are available publicly such as VGG-19, VGG-16, Alex net, Inception, Resnet. Transferable feature representation learned by CNN minimizes the effect of over-fittingincase of small labelled sets. To the best of our knowledge, deep learning-based techniques have not been employed for automated car damage classification, especially for the fine granular classification. 3. DATASET DESCRIPTION Because there was no standard dataset for this topic, we decided to create our own by gathering photographs of damaged cars from the internet. After gathering a large number of them, we discovered that the dataset had numerous photographs of entirely scrambled and damaged automobiles, which had to be avoided for better model training. The second thing we saw was thatthe number of photographs was insufficient, thus data
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2675 augmentation was a viable option.The numberofphotoshas risen to 970 from 600. When there was no publicly available dataset for automobile damage classification, we generated our dataset with 970 car damaged photos that included various types of car damage. The dataset was then divided into two folders, Specifically, train and Val (training and validation). There are 777 photographs in the train folder and 194 images in the validation folder. Wespenta longtime preparing the dataset because everything wasdone byhand, including labelling each image according to the damage classification. 4. TRANSFER LEARNING Several assumptions must usually be included in training, validation, and test data with the underlying distribution for a certain task when training a deep learning model. If it does not work, the mapping and featuresmust be rebuilt from the ground up, which is a difficult task.Transfer learning is the answer to this arduous task. This approach focuses mostly on feature extraction and suitable data from sources, which is then applied to the task at hand. Transfer learning is beneficial for a variety of reasons,oneof which is to minimize training time and improve model efficiency. It solves classification and clustering problems as well as overfitting issues. There's no need to start from scratch; pre-trained weightscanbeusedtocontinuetraining our model, saving time and GPU resources. We got a cocofile (in.h5 format) from the official website for the initial phase because it provides us with pre-trained weights that would generate numids for each picture classification. The main aspect is that there should be clarity as to whatknowledge is useful for the model and between the source and targettask. A common concept used in the field of deep learning which reduces time and the model can adapt to new changes and update from time to time. Algorithms, for instance, Mask R- CNN, has the ability to create an efficient model 5. PROPOSED METHODOLOGY 1.Collecting Images/data: More above 1000 images were collected which were further segregated into 3 categories that are Scratch, Dent and Glass Broken in the damage class. So, each category will have certain number of images to be trained over the Mask RCNN. 2.VGG annotator: VGG Image Annotator is a simple and standalone manual annotationsoftwareforimage,audio and video. VGG runs in a web browser and does not require any installation or setup. The complete VGG software fits in a single self-contained HTML page of size less than 400 Kilobyte that runs as an offline application in most modern web browsers. The input to the network is image of dimensions (224,224,3). The first two layers have 64 channels of 3*3 filter size andsimilarpadding.Then after a max pool layer of stride (2,2), two layers which have convolution layers of 256 filter size and filter size (3, 3). After that a max pooling layer of stride (2, 2) which is same as previous layer. After which there are 2 convolutionlayers of filter size (3,3) and 256 filter. After that there are 2 sets of 3 convolution layer and a max pool layer. Each have 512 filters of (3, 3) size with same padding. This image is then passed to the stack of two convolutionlayers.Inthese convolution and max pooling layers, the filters we use is of
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2676 the size 3*3 insteadof 11*11 inAlexNetand 7*7 inZF-Net.In many of the layers, it also uses 1*1 pixel which is used to manipulate the number of input channels.Thereisa padding of 1-pixel (same padding) done after each convolution layer to prevent the spatial feature of the image. Thisisthesecond step related to Project.3.Json file: After the second step of annotating the image using VGG annotator the desired file is saved in the json file on which the conventional neural networks are applied. This is the third step in the Project. 3. Json file: After the second step of annotating image using VGG annotator the desired file is saved in json file on which the conventional neural networks are applied. This is the third step in the Project. 4.Apply Mask RCNN: Mask R-CNN is best at detecting the objects in the input image. It has a very low detection time which can also be used in real-time systems. It is very similar to Faster R-CNN. The stage of region proposal generation is same in both the architecture the second stage which works in parallel predict class,generate boundingbox as well as outputs a binary mask for each RoI (Region of Interest). It comprises of – · Backbone Network · Region Proposal Network · Mask Representation · RoI Align 5.NeuralNetworkExtractingFeatures:Featureextraction is generally used on convolution base as convolution base are more generic than densely connected layers. The advantage of Convolution base is they are reusable. The feature maps of the convnet are the presence maps of generic concepts over a picture which is useful regardless of the computer-vision problem or any other problem. In densely connected layers, feature extraction is not visible as it no longer contains any information about the objects that are located in input image as these layers get rid of where notion of space is whereas object location is still described by the convolutional feature maps exists. Densely connected featuresareuselesswhereobjectlocationmatters in problem. Convolution bases of VGG16 network which is trained on ImageNet is popularly used for feature extraction. Among others are Xception, ResNet50, InceptionV3, VGG19, MobileNet model etc. 6.Deployment of Transfer Learning: We humans are very much kin and experienced in applying transfer learning in our day-to-day life. For e.g., when we do a project or assignment on particular topic in which there is an involvement of mathematics, here we don’t bring new formulas or rules to solve that particular activity. We apply various techniques, formulas and rules which are already defined into our activity. This is known as transfer learning. This makes our work easy and fast to finish. For instance, if you know how to ride a bicycle and if you want are to ride a motorbike which you have never done before.Insucha case, our experience with a bicycle will come into play and handle tasks which are involvedduringbiking.This will makethings easier compared to a complete beginner. Such learnings are very useful in real life as it makes us more perfectandallows us to earn more experience. Following the same approach, a term was introduced Transfer Learning in the field of machine learning. This approach involves the use of knowledge that was learned in earlier tasks, and apply it to solve the problem in the related target task. While most machine learning is designed to address a single task, the development of algorithms that facilitatetransferlearningis a topic of ongoing interest in the machine-learning community. Why Transfer Learning? Many deep neural networks trained on images have a curious phenomenon in common: in early layers of the network, a deep learning model tries to learn a low level of features, like detecting edges, colours, variations of intensities, etc. Such kind of features appears not to be specific to a particular dataset or a task because ofnomatter what type of image we are processing either for detecting an animal or vehicle. In both cases, we have to detecttheselow- level features. All these featuresoccurregardlessofthe exact cost function or image dataset. Thus, learning these features in one task of detecting animal can be usedinothertaskslike detecting humans. This is what transfer learning is. Nowadays, it is very hard to see people training whole convolutional neural network fromscratch,anditiscommon to use a pre-trained model trained on a varietyofimagesina similar task, e.g., models trained on ImageNet (1.3 million images with 1500 categories), and usefeaturesfromthem to solve a new task.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2677 7.Predict Damage Result: Using the flavors of above 6 points the result is predicted and the resultant is stored or shown over the screen. 6. BLOCK DIAGRAM 7. CONCLUSION In this paper, we proposed a deep learning-based solution for car damage classification. Since there was no publicly available dataset, we created a new dataset by collecting images from the web and manually annotating them. We experimented with various algorithms such as Yolo v5 and Faster CNN. We observed that the transfer learning combined with Mask RCNN performed thebest.We also note that only car specific features may not be effective for damage classification. It thus underlines the superiority of feature representation learned from thelargetrainingset. 8. REFERENCES [1] www.geeksforgeeks.org/mask-r-cnn-ml/ [2] Bengio Y. Lecun Y., Bottou L. and Haffner P., “Gradient-based learning applied to document recognition,” Proceedings of IEEE, vol. 86, no. 11, 1998. [3] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton, “Imagenet classification with deep convolutional neural networks,” in Advances in Neural Information Processing Systems 25, F. Pereira, C. J. C. Burges, L. Bottou, and K. Q. Weinberger, Eds., pp. 1097–1105. Curran Associates, Inc., 2012. [4] Michael Giering Mark R. Gurvich Soumalya Sarkar, Kishore K. Reddy, “Deep learning for structural health monitoring: A damage characterization application,” in Annual Conference of the Prognostics and Health Management Society, 2016 [5] www.projectpro.io/recipes/what-is-feature- extraction-neural- networks#:~:text=Feature%20extraction%20in%2 0neural%20networks%20contains%20the%20repr esentations,new%20classifier%20which%20is%20 already%20trained%20from%20scratch. [6] https://www.geeksforgeeks.org/ml-introduction- to-transfer-learning/ [7] Müller M. Detektion und Klassifikation von Krafteinwirkungen auf die Fahrzeugaußenhaut auf Grundlage piezoelektrischer Signale. Phd thesis. University of Rostock; 2013. [8] Baumgärtel H, Kneifel A, Gontscharov S,Skwarek V, KriegerK-L.Drei-kanaligerpiezoelektrischerSensor zur Detektion von Bagatellschäden und deren Ursprungsort an Fahrzeugkarosserieteilen. Sensoren im Automobil, München, 2014. [9] Kammeyer KD, Kroschel K. Digitale Signalverarbeitung.7thEdition.Wiesbaden:Vieweg Teuber Verlag; 2009. [10] The MathWorks Inc. Envelope Detection.http://www.mathworks.de/de/help/dsp /examples/envelope detection.html,Application note, accessed Jan. 2014. [11] H. Baumgärtel, V. Skwarek, A. Kneifel, S. Gontscharov, K.-L. Krieger Intelligent monitoringof vehicle bodydamages for CarSharing applications Electronics in Vehicles, Baden-Baden (2013) Bd.16