scispace - formally typeset
Proceedings ArticleDOI

Real-Time Automatic License Plate Recognition through Deep Multi-Task Networks

TLDR
This work proposes a technique that is able to perform ALPR using only two deep networks, the first performs license plate detection (LPD) and the second performslicense plate recognition (LPR), which does not execute explicit character segmentation, which reduces significantly the error propagation.
Abstract
With the increasing number of cameras available in the cities, video traffic analysis can provide useful insights for the transportation segment. One of such analysis is the Automatic License Plate Recognition (ALPR). Previous approaches divided this task into several cascaded subtasks, i.e., vehicle location, license plate detection, character segmentation and optical character recognition. However, since each task has its own accuracy, the error propagation between each subtask is detrimental to the final accuracy. Therefore, focusing on the reduction of error propagation, we propose a technique that is able to perform ALPR using only two deep networks, the first performs license plate detection (LPD) and the second performs license plate recognition (LPR). The latter does not execute explicit character segmentation, which reduces significantly the error propagation. As these deep networks need a large number of samples to converge, we develop new data augmentation techniques that allow them to reach their full potential as well as a new dataset to train and evaluate ALPR approaches. According to experimental results, our approach is able to achieve state-of-the-art results in the SSIG-SegPlate dataset, reaching improvements up to 1.4 percentage point when compared to the best baseline. Furthermore, the approach is also able to perform in real time even in scenarios where many plates are present at the same frame, reaching significantly higher frame rates when compared with previously proposed approaches.

read more

Citations
More filters
Journal ArticleDOI

An Efficient and Layout-Independent Automatic License Plate Recognition System Based on the YOLO detector

TL;DR: Li et al. as discussed by the authors presented an efficient and layout-independent Automatic License Plate Recognition (ALPR) system based on the state-of-the-art YOLO object detector that contains a unified approach for license plate (LP) detection and layout classification to improve the recognition results using post-processing rules.
Journal ArticleDOI

Investigations of Object Detection in Images/Videos Using Various Deep Learning Techniques and Embedded Platforms—A Comprehensive Review

TL;DR: This paper shows a detailed survey on recent advancements and achievements in object detection using various deep learning techniques, and identifies promising future directions.
Journal ArticleDOI

Research on License Plate Recognition Algorithms Based on Deep Learning in Complex Environment

TL;DR: The application of deep learning in license plate recognition is discussed, and the main work is to introduce the most advanced algorithms from the three main technical difficulties: license plate skew, image noise and license plate blur.
Journal ArticleDOI

Convolutional Neural Networks for Automatic Meter Reading

TL;DR: In this article, a two-stage approach that employs the Fast-YOLO object detector for counter detection and evaluates three different CNN-based approaches for counter recognition is proposed.
Proceedings ArticleDOI

Real Time Indian License Plate Detection using Deep Neural Networks and Optical Character Recognition using LSTM Tesseract

TL;DR: The goal of this paper is to design a robust technique for License Plate Detection in the images using deep neural networks, Pre-process the detected license plates and perform License Plate Recognition (LPR) using LSTMTesseract OCR Engine and achieve robust results.
References
More filters
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.
Posted Content

Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

TL;DR: Faster R-CNN as discussed by the authors proposes a Region Proposal Network (RPN) to generate high-quality region proposals, which are used by Fast R-NN for detection.
Proceedings ArticleDOI

Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation

TL;DR: RCNN as discussed by the authors combines CNNs with bottom-up region proposals to localize and segment objects, and when labeled training data is scarce, supervised pre-training for an auxiliary task, followed by domain-specific fine-tuning, yields a significant performance boost.
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

Fast R-CNN

TL;DR: Fast R-CNN as discussed by the authors proposes a Fast Region-based Convolutional Network method for object detection, which employs several innovations to improve training and testing speed while also increasing detection accuracy and achieves a higher mAP on PASCAL VOC 2012.
Related Papers (5)