scispace - formally typeset
Book ChapterDOI

Emergency Vehicle Detection Using Deep Convolutional Neural Network

TLDR
In this paper , an automated method for detecting emergency vehicles is implemented, which includes a convolutional neural network (CNN) and transfer learning technique with VGG16's fine-tuned model is employed for emergency vehicle detection.
Abstract
In densely populated cities, emergency vehicles getting caught in traffic is a regular occurrence. As a result, emergency vehicles arrive late, resulting in asset and human life losses. It is critical to treat emergency vehicles differently to avoid losses. The purpose underlying this research is to preserve human lives and reduce losses. For this, an automated method for detecting emergency vehicles is implemented. Ambulance and fire trucks are considered an emergency, and other vehicles are considered non-emergency vehicles in the proposed method. Initially, it identifies several vehicles from an image. The YOLOv4 object detector accomplished this part of the method. The identified vehicles are the region of interest for the rest of the research. Finally, the method classifies the vehicles into emergencies or non-emergencies. This study contributes by developing a model based on rigorous testing and analysis and includes a viral algorithm in deep learning: convolutional neural network (CNN). Furthermore, the transfer learning technique with VGG16’s fine-tuned model is employed for emergency vehicle detection. On the Emergency Vehicle Identification v1 dataset, this model had an average accuracy of 82.03%.

read more

Content maybe subject to copyright    Report

References
More filters
Book ChapterDOI

Microsoft COCO: Common Objects in Context

TL;DR: A new dataset with the goal of advancing the state-of-the-art in object recognition by placing the question of object recognition in the context of the broader question of scene understanding by gathering images of complex everyday scenes containing common objects in their natural context.
Proceedings ArticleDOI

You Only Look Once: Unified, Real-Time Object Detection

TL;DR: Compared to state-of-the-art detection systems, YOLO makes more localization errors but is less likely to predict false positives on background, and outperforms other detection methods, including DPM and R-CNN, when generalizing from natural images to other domains like artwork.
Book ChapterDOI

SSD: Single Shot MultiBox Detector

TL;DR: The approach, named SSD, discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature map location, which makes SSD easy to train and straightforward to integrate into systems that require a detection component.
Proceedings ArticleDOI

Xception: Deep Learning with Depthwise Separable Convolutions

TL;DR: This work proposes a novel deep convolutional neural network architecture inspired by Inception, where Inception modules have been replaced with depthwise separable convolutions, and shows that this architecture, dubbed Xception, slightly outperforms Inception V3 on the ImageNet dataset, and significantly outperforms it on a larger image classification dataset.
Journal ArticleDOI

A Stochastic Approximation Method

TL;DR: In this article, a method for making successive experiments at levels x1, x2, ··· in such a way that xn will tend to θ in probability is presented.
Related Papers (5)