28,944 research outputs found

    Using Optimized Features for Modified Optical Backpropagation Neural Network Model in Online Handwritten Character Recognition System

    Get PDF
    One major problem encountered by researchers in developing character recognition system is selection of efficient features (optimal features). In this paper, Particle Swarm Optimization (PSO) is proposed for feature selection. However, backpropagation algorithm has been reported to be an effective and most widely used supervised training algorithm for multi-layered feedforward neural networks but has the shortcomings of longer training time and entrapment into a local minimal. Several research works have been proposed to improve this algorithm but some of these research works were based on ‘learning parameter’ which in some cases slowed down the training process. Hence, this paper has focused on alleviating the problem of standard backpropagation algorithm based on ‘error adjustment’. To this effect, PSO is integrated with a ‘Modified Optical Backpropagation (MOBP)’ neural network to enhancement the performance of the classifier in terms of recognition accuracy and recognition time.  Experiments were conducted on MOBP neural network and PSO-based MOBP classifiers using 6,200 handwritten character samples (uppercase (A-Z), lowercase (a-z) English alphabet and 10 digits (0-9)) collected from 100 subjects using G-Pen 450 digitizer and the system was tested with 100 character samples written by people who did not participate in the initial data acquisition process. Experimental results show promising results for the PSO-based MOBP classifier in terms of the performance measures. Keywords: Artificial Neural Network, Feature Extraction, Feature Selection, Particle Swarm Optimization, Modified Optical Backpropagation

    Research report on Bengla OCR training and testing methods

    Get PDF
    Includes bibliographical references (page 6-7).In this paper we present the training and recognition mechanism of a Hidden Markov Model (HMM) based multi-font Optical Character Recognition (OCR) system for Bengali character. In our approach, the central idea is to separate the HMM model for each segmented character or word. The system uses HTK toolkit for data preparation, model training and recognition. The Features of each trained character are calculated by applying the Discrete Cosine Transform (DCT) to each pixel value of the character image where the image is divided into several frames according to its size. The extracted features of each frame are used as discrete probability distributions which will be given as input parameters to each HMM model. In the case of recognition, a model for each separated character or word is built up using the same approach. This model is given to the HTK toolkit to perform the recognition using the Viterbi Decoding method. The experimental results show significant performance over models using neural network based training and recognition systems.Md. Abul Hasna

    Recognition and Detection of Vehicle License Plates Using Convolutional Neural Networks

    Get PDF
    The rise in toll road usage has sparked a lot of interest in the newest, most effective, and most innovative intelligent transportation system (ITS), such as the Vehicle License Plate Recognition (VLPR) approach. This research uses Convolutional Neural Networks to deliver effective deep learning principally based on Automatic License Plate Recognition (ALPR) for detection and recognition of numerous License Plates (LPs) (CNN). Two fully convolutional one-stage object detectors are utilized in ALPRNet to concurrently identify and categorize LPs and characters, followed by an assembly module that outputs the LP strings. Object detectors are typically employed in CNN-based approaches such as You Only Look Once (YOLO), Faster Region-based Convolutional Neural Network (Faster R-CNN), and Mask Region-based Convolutional Neural Network (Mask R-CNN) to locate LPs. The VLPR model is used here to detect license plates using You Only Look Once (YOLO) and to recognize characters in license plates using Optical Character Recognition (OCR). Unlike existing methods, which treat license plate detection and recognition as two independent problems to be solved one at a time, the proposed method accomplishes both goals using a single network. Matlab R2020a was used as a tool

    Recognition and Detection of Vehicle License Plates Using Convolutional Neural Networks

    Get PDF
    The rise in toll road usage has sparked a lot of interest in the newest, most effective, and most innovative intelligent transportation system (ITS), such as the Vehicle License Plate Recognition (VLPR) approach. This research uses Convolutional Neural Networks to deliver effective deep learning principally based on Automatic License Plate Recognition (ALPR) for detection and recognition of numerous License Plates (LPs) (CNN). Two fully convolutional one-stage object detectors are utilized in ALPRNet to concurrently identify and categorize LPs and characters, followed by an assembly module that outputs the LP strings. Object detectors are typically employed in CNN-based approaches such as You Only Look Once (YOLO), Faster Region-based Convolutional Neural Network (Faster R-CNN), and Mask Region-based Convolutional Neural Network (Mask R-CNN) to locate LPs. The VLPR model is used here to detect license plates using You Only Look Once (YOLO) and to recognize characters in license plates using Optical Character Recognition (OCR). Unlike existing methods, which treat license plate detection and recognition as two independent problems to be solved one at a time, the proposed method accomplishes both goals using a single network. Matlab R2020a was used as a tool

    Predictor of OCR accuracy using statistical techniques

    Full text link
    Systems that predict optical character recognition (OCR) accuracy of an input image by a given OCR system were developed. Seven features associated with image defects were identified and utilized. Two kinds of nonparametric classification engines, the nearest neighbor rule-based and neural network-based, were implemented. The performance of these systems were compared to an old heuristic-based system using a cost model of a large-scale document conversion process and a test data set consisting of 502 pages. The results show that the performance of new classifiers were better than that of the heuristic-based system. The neural network-based system outperformed the nearest-neighbor-based system. These new systems can be used to reduce the cost of a large-scale document conversion process by discriminating good quality pages for OCR from degraded images for manual data entry

    License Plate Detection and Recognition from Still Image

    Get PDF
    Tato práce se zabývá návrhem a vývojem systému pro detekci a rozpoznání registrační značky vozidla. Tento systém je rozdělen na tři části, kterými jsou detekce registrační značky, segmentace znaků a rozpoznání znaků. Pro detekci registrační značky je použita kaskáda klasifikátorů, která dosahuje úspěšnosti až 95,5% a přesnosti 95,9%. Segmentace znaků je provedena pomocí vyhledávání kontur s úspěšností 93,3% a přesností 96,5%. Pro rozpoznání znaků je využita neuronová síť, která dosahuje úspěšnosti 98,4% pro jednotlivé znaky. Celý systém je schopen detekovat a rozpoznat 81,5% registračních značek v pořízené testovací datové sadě.This thesis describes the design and implementation of system for detection and recognition of license plate. This system is divided into three parts which are license plate detection, character segmentation and optical character recognition. License plate detection is done by cascade classifier that achieves hit rate of 95.5% and precision rate of 95.9%. Character segmentation is based on contour finding that achieves hit rate of 93.3% and precision rate of 96.5%. Optical character recognition is done by neural network and achieves hit rate of 98.4% for individual characters. The whole system is able to detect and recognize up to 81.5% of license plates from the test data set.

    Automatic Car Registration Plate Recognition Using the Hough Transform

    Get PDF
    The development of automatic car registration plate recognition systems will provide greater efficiency for vehicle monitoring in automatic access control, and will avoid the need to equip vehicles with special RF tags for identification since all vehicles possess a unique registration plate. Thus this study is an attempt to introduce an automatic car registration plate recognition system based on identifying the plate characters by using the Hough transform. However, the proposed recognition system can be used in conjunction with a tag system for higher security access control. The automatic registration plate recognition could also have considerable potential in a wide range of applications especially in the identification of vehicle-based offences and with law enforcement. Recent advances in computer vision technology and the falling price of the related devices has contributed in making it practical to build an automatic, registration plate recognition systems. There have been a number of Optical Character Recognition (OCR) techniques, which have been used in the recognition of car registration plate characters. These systems include the character details matching process (Lotufo, et al. 1990), BAM (Bi-directional Associative Memories) neural network (Fahmy 1994) neural network (Tindall, 1995) and cross correlation pattern matching character matching techniques (Cornelli, et al. 1995). All of these systems recognized the characters by matching the full image of every character with a character\u27s template database which requires considerable processing time and large memory for the database. The purpose of this study is to explore the potential for using Hough transform (Hough 1962) in vehicle registration plate recognition. The OCR technique used in this project is unlike the other systems where the character recognition was based on matching the character\u27s full image; However the OCR technique in this system used Hough transform to identify the characters, where the recognition of a character is based on matching its identification array to the database. To validate the research, a car registration plate recognition system was developed to locate the registration plate from the full image of a vehicle and then extrar.t the plate characters by using image processing techniques. A Hough transform algorithm was applied to every character within the registration plate image to produce an identification array for these characters, and the plate characters were recognized by matching their identification array to the database. The system has been applied to a number of video recorded car images to recognize their registration plates. The rate of correctly recognized characters was 82.7% of the extracted characters, but improvement can be granted by using a faster digital camera and taking some precautions in the registration plate frames. However, the research indicated that the optical character recognition technique used in the study is an efficient and simple algorithm to identify characters, without requiring a relatively large processing memory

    An Efficient FPGA Implementation of Optical Character Recognition System for License Plate Recognition

    Get PDF
    Optical Character Recognition system (OCR) has been found very useful in the field of intelligent transportation. In this work, a FPGA-based OCR system aimed at image-based License Plate Recognition (LPR) has been designed and tested. A feed-forward neural networks has been chosen as the core of the proposed OCR system. The neural network parameters are acquired beforehand and will not change during its operation time. A set of Matlab programs have been made in the network\u27s design process. The verification process includes Matlab simulation where programs using binary numbers which has the same representation format as the system are used to compute the results, and Modelsim simulation where data is computed and transferred between modules under clock signals\u27 control. The synthesis process is done in the Altera\u27s FPGA design software - Quartus II. The result shows that calculation speed of the system implemented in hardware is much faster than software running on a PC while it maintains a high recognition accuracy. The proposed image recognition system is used with a set of images that are generally difficult for such networks to handle. Most images include shadows and other imperfections in the image. The proposed network was able to achieve 95%95 \% accuracy in recognizing the correct character despite the image imperfections. Moreover, it takes advantage of very compact and efficient non-liner sigmoid function

    A Unified Multilingual Handwriting Recognition System using multigrams sub-lexical units

    Full text link
    We address the design of a unified multilingual system for handwriting recognition. Most of multi- lingual systems rests on specialized models that are trained on a single language and one of them is selected at test time. While some recognition systems are based on a unified optical model, dealing with a unified language model remains a major issue, as traditional language models are generally trained on corpora composed of large word lexicons per language. Here, we bring a solution by con- sidering language models based on sub-lexical units, called multigrams. Dealing with multigrams strongly reduces the lexicon size and thus decreases the language model complexity. This makes pos- sible the design of an end-to-end unified multilingual recognition system where both a single optical model and a single language model are trained on all the languages. We discuss the impact of the language unification on each model and show that our system reaches state-of-the-art methods perfor- mance with a strong reduction of the complexity.Comment: preprin
    corecore