Digit Recognition Using SIS Testbed Mengjie Mao. Overview Cycle 1: sequential component AAM training Cycle 2: sequential components Identifier 0 Ten perfect.

Slides:



Advertisements
Similar presentations
1 Image Classification MSc Image Processing Assignment March 2003.
Advertisements

Face Recognition and Biometric Systems
CS771 Machine Learning : Tools, Techniques & Application Gaurav Krishna Y Harshit Maheshwari Pulkit Jain Sayantan Marik
Handwritten Character Recognition Using Artificial Neural Networks Shimie Atkins & Daniel Marco Supervisor: Johanan Erez Technion - Israel Institute of.
Real-time Computer Vision with Scanning N-Tuple Grids Simon Lucas Computer Science Dept.
Pattern Recognition using Hebbian Learning and Floating-Gates Certain pattern recognition problems have been shown to be easily solved by Artificial neural.
Implementing a reliable neuro-classifier
November 30, 2010Neural Networks Lecture 20: Interpolative Associative Memory 1 Associative Networks Associative networks are able to store a set of patterns.
October 14, 2010Neural Networks Lecture 12: Backpropagation Examples 1 Example I: Predicting the Weather We decide (or experimentally determine) to use.
LOGO Classification III Lecturer: Dr. Bo Yuan
K-means Based Unsupervised Feature Learning for Image Recognition Ling Zheng.
Autoencoders Mostafa Heidarpour
Face Processing System Presented by: Harvest Jang Group meeting Fall 2002.
Traffic Sign Recognition Using Artificial Neural Network Radi Bekker
VEHICLE NUMBER PLATE RECOGNITION SYSTEM. Information and constraints Character recognition using moments. Character recognition using OCR. Signature.
Software Engineering Project Fruit Recognition Zheng Liu.
Comp 5013 Deep Learning Architectures Daniel L. Silver March,
Image Recognition and Processing Using Artificial Neural Network Md. Iqbal Quraishi, J Pal Choudhury and Mallika De, IEEE.
A Genetic Algorithms Approach to Feature Subset Selection Problem by Hasan Doğu TAŞKIRAN CS 550 – Machine Learning Workshop Department of Computer Engineering.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Face Detection And Recognition For Distributed Systems Meng Lin and Ermin Hodžić 1.
Artificial Neural Network Theory and Application Ashish Venugopal Sriram Gollapalli Ulas Bardak.
Department of Computer Science & Engineering Background Subtraction Algorithm for the Intelligent Scarecrow System Francisco Blanquicet, Mentor: Dr. Dmitry.
Rotation Invariant Neural-Network Based Face Detection
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
Machine Learning Using Support Vector Machines (Paper Review) Presented to: Prof. Dr. Mohamed Batouche Prepared By: Asma B. Al-Saleh Amani A. Al-Ajlan.
Yang, Luyu.  Postal service for sorting mails by the postal code written on the envelop  Bank system for processing checks by reading the amount of.
Digital Image Processing Lecture 3: Image Display & Enhancement March 2, 2005 Prof. Charlene Tsai.
School of Engineering and Computer Science Victoria University of Wellington Copyright: Peter Andreae, VUW Image Recognition COMP # 18.
Object detection, deep learning, and R-CNNs
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Face recognition via sparse representation. Breakdown Problem Classical techniques New method based on sparsity Results.
Analysis of Classification Algorithms In Handwritten Digit Recognition Logan Helms Jon Daniele.
CSC321: Introduction to Neural Networks and Machine Learning Lecture 19: Learning Restricted Boltzmann Machines Geoffrey Hinton.
Objectives: Terminology Components The Design Cycle Resources: DHS Slides – Chapter 1 Glossary Java Applet URL:.../publications/courses/ece_8443/lectures/current/lecture_02.ppt.../publications/courses/ece_8443/lectures/current/lecture_02.ppt.
Neural Networks Vladimir Pleskonjić 3188/ /20 Vladimir Pleskonjić General Feedforward neural networks Inputs are numeric features Outputs are in.
Mentor Prof. Amitabha Mukerjee Deepak Pathak Kaustubh Tapi 10346
Quiz Week 8 Topical. Topical Quiz (Section 2) What is the difference between Computer Vision and Computer Graphics What is the difference between Computer.
Convolutional Restricted Boltzmann Machines for Feature Learning Mohammad Norouzi Advisor: Dr. Greg Mori Simon Fraser University 27 Nov
Lecture 9 Model of Hopfield
Essential components of the implementation are:  Formation of the network and weight initialization routine  Pixel analysis of images for symbol detection.
Grim Grins Project Number 5.. Grim Grins: The Team. Team members: Adrian Hoitan (Romania) Serkan Öztürk (Turkey) Günnar Yagcilar (Turkey) Póth Miklós.
Robodog Frontal Facial Recognition AUTHORS GROUP 5: Jing Hu EE ’05 Jessica Pannequin EE ‘05 Chanatip Kitwiwattanachai EE’ 05 DEMO TIMES: Thursday, April.
NMF Demo: Lee, Seung Bryan Russell Computer Demonstration.
Surface Defect Inspection: an Artificial Immune Approach Dr. Hong Zheng and Dr. Saeid Nahavandi School of Engineering and Technology.
What is an Object? —— an experimental evaluation Presented by: Yao Pan.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Data Mining, Neural Network and Genetic Programming
DeepCount Mark Lenson.
A class of binary images thinning using two PCNNs
Car License Plate Recognition
Final Year Project Presentation --- Magic Paint Face
A Comparative Study of Convolutional Neural Network Models with Rosenblatt’s Brain Model Abu Kamruzzaman, Atik Khatri , Milind Ikke, Damiano Mastrandrea,
Bryan Russell Computer Demonstration
A Kaggle Project By Ryan Bambrough
Introduction to Pattern Recognition
Face Recognition with Neural Networks
network of simple neuron-like computing elements
8-3 RRAM Based Convolutional Neural Networks for High Accuracy Pattern Recognition and Online Learning Tasks Z. Dong, Z. Zhou, Z.F. Li, C. Liu, Y.N. Jiang,
CSSE463: Image Recognition Day 17
Optimization for Fully Connected Neural Network for FPGA application
Image to Image Translation using GANs
Final Project presentation
Analysis of Trained CNN (Receptive Field & Weights of Network)
CSC321 Winter 2007 Lecture 21: Some Demonstrations of Restricted Boltzmann Machines Geoffrey Hinton.
Word2Vec.
Outline Announcement Neural networks Perceptrons - continued
Presentation transcript:

Digit Recognition Using SIS Testbed Mengjie Mao

Overview Cycle 1: sequential component AAM training Cycle 2: sequential components Identifier 0 Ten perfect digit image for training Randomly generated digit images with defects for testing Identifier 9 Ten weight matrixes for next cycle ……

Cycle 1: AAM training Training input Hand-written pixel images for digit 0~9, the size is 20x15 Implement a tool outside Testbed to extract the pixel data, by which a image can be represented by a binary matrix with size 20x15(1 for black, 0 for white) Training output Ten weight matrixes, each of which is for one digit Algorithm Hopfield network Give up the MNIST dataset

Cycle 2: Testing Testing input Randomly generate the digit images with defect pixels (black white) Testing procedure Each digit identifier initializes its owe weight matrix which is output from cycle 1 All identifier take a defected image as input The best identifier is the one which converges fastest

Demo & Conclusion With 1 defect pixel With 15 defect pixels With 45 defect pixels The digit recognition prototype can be used for any recognition tasks: face, car, fingerprint…… Using parallel components in cycle 2 is more preferable

Acknowledgment Thanks for Prof. Chang’s lecture and consultancy Thanks for Haifeng Xu and Angen Zheng, for their helps on the Java program