2017
DOI: 10.1007/978-3-319-70010-6_1
|View full text |Cite
|
Sign up to set email alerts
|

Vehicle Detection Using Alex Net and Faster R-CNN Deep Learning Models: A Comparative Study

Abstract: This paper presents a comparative study of two deep learning models used here for vehicle detection. Alex Net and Faster R-CNN are compared with the analysis of an urban video sequence. Several tests were carried to evaluate the quality of detections, failure rates and times employed to complete the detection task. The results allow to obtain important conclusions regarding the architectures and strategies used for implementing such network for the task of video detection, encouraging future research in this t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
12
0

Year Published

2019
2019
2021
2021

Publication Types

Select...
6
3

Relationship

1
8

Authors

Journals

citations
Cited by 35 publications
(12 citation statements)
references
References 49 publications
0
12
0
Order By: Relevance
“…Explaining The faster RCNN architecture was proposed to reduce the running time of the object detection in a given image. The Regional Proposal Network (RPN) is in the heart of the Faster RCNN structure [24,25]. RPN is composed of four layers such as input layer, region proposal layer, feature extraction layer and classification layer, respectively.…”
Section: Research Methods 31 Faster Region With Convolutional Neural Networkmentioning
confidence: 99%
See 1 more Smart Citation
“…Explaining The faster RCNN architecture was proposed to reduce the running time of the object detection in a given image. The Regional Proposal Network (RPN) is in the heart of the Faster RCNN structure [24,25]. RPN is composed of four layers such as input layer, region proposal layer, feature extraction layer and classification layer, respectively.…”
Section: Research Methods 31 Faster Region With Convolutional Neural Networkmentioning
confidence: 99%
“…Region proposal network (RPN) aims to generate potential regions and it employs a network to determine if the potential regions contain any objects [24,25]. The region proposals are generated by the selective search algorithm.…”
Section: Region Proposal Network (Rpn)mentioning
confidence: 99%
“…Some methods perform background subtraction for object individualization, then CNN is applied to extract features from the detected moving objects, these features are later used for classification. Such a method is reported for vehicle classification in [73], applying the same strategy for feature extraction in [74], using AlexNet [52] as a feature extractor for motorcycle classification in urban scenarios. Features extracted by the CNN model are then classified by a linear SVM, reaching an almost perfect accuracy on classification (albeit in a small dataset).…”
Section: Other Approachesmentioning
confidence: 99%
“…The work of Vishnu et al [32] use Convolutional Neural Networks (CNNs) as feature extractors in combination with background subtraction for object detection. Once the object is detected, for instance using GMM, the features extracted using the CNN model (e.g., AlexNet), are used to perform classification [33]. Instead of background subtraction, object localisation uses selective search as in [34].…”
Section: Deep Learning For Motorcycle Detectionmentioning
confidence: 99%