Human Visual System Neural Network Stanley Alphonso, Imran Afzal, Anand Phadake, Putta Reddy Shankar, and Charles Tappert.

Slides:



Advertisements
Similar presentations
Introduction to Neural Networks
Advertisements

Chapter 4: The Visual Cortex and Beyond
What do we know about Primary Visual Cortex (V1)
Gabor Filter: A model of visual processing in primary visual cortex (V1) Presented by: CHEN Wei (Rosary) Supervisor: Dr. Richard So.
A new approach to Artificial Intelligence.  There are HUGE differences between brain architecture and computer architecture  The difficulty to emulate.
5/16/2015Intelligent Systems and Soft Computing1 Introduction Introduction Hebbian learning Hebbian learning Generalised Hebbian learning algorithm Generalised.
Artificial neural networks:
Thesis title: “Studies in Pattern Classification – Biological Modeling, Uncertainty Reasoning, and Statistical Learning” 3 parts: (1)Handwritten Digit.
2002/01/21PSCY , Term 2, Copyright Jason Harrison, The Brain from retina to extrastriate cortex.
Pattern Recognition: Neural Networks & Other Methods
Question Examples If you were a neurosurgeon and you needed to take out part of the cortex of a patient, which technique would you use to identify the.
Human Visual System Neural Network
Artificial Neural Networks ECE 398BD Instructor: Shobha Vasudevan.
1 Biological Neural Networks Example: The Visual System.
COGNITIVE NEUROSCIENCE
November 9, 2010Neural Networks Lecture 16: Counterpropagation 1 Unsupervised Learning So far, we have only looked at supervised learning, in which an.
Human Sensing: The eye and visual processing Physiology and Function Martin Jagersand.
Associative Learning in Hierarchical Self Organizing Learning Arrays Janusz A. Starzyk, Zhen Zhu, and Yue Li School of Electrical Engineering and Computer.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
The visual system Lecture 1: Structure of the eye
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Traffic Sign Recognition Using Artificial Neural Network Radi Bekker
Presented by: Kamakhaya Argulewar Guided by: Prof. Shweta V. Jain
Sensation and Perception Part 1: Intro and Vision.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Artificial Neural Networks
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
The Brain from retina to extrastriate cortex. Neural processing responsible for vision photoreceptors retina –bipolar and horizontal cells –ganglion cells.
Neural Information in the Visual System By Paul Ruvolo Bryn Mawr College Fall 2012.
Explorations in Neural Networks Tianhui Cai Period 3.
Chapter 9 Neural Network.
Artificial Neural Network Unsupervised Learning
1 Computational Vision CSCI 363, Fall 2012 Lecture 3 Neurons Central Visual Pathways See Reading Assignment on "Assignments page"
Machine Learning Dr. Shazzad Hosain Department of EECS North South Universtiy
NEURAL NETWORKS FOR DATA MINING
LINEAR CLASSIFICATION. Biological inspirations  Some numbers…  The human brain contains about 10 billion nerve cells ( neurons )  Each neuron is connected.
Table of Contents Chapter 4 Sensation and Perception.
Unit Ten: The Nervous System: B. Special Senses
Occipital Lobe Videos: –Brain modules 8,9,10, 11 –Consciousness- Blindsight.
Artificial Neural Networks. The Brain How do brains work? How do human brains differ from that of other animals? Can we base models of artificial intelligence.
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
1 Introduction to Neural Networks And Their Applications.
The primate visual systemHelmuth Radrich, The primate visual system 1.Structure of the eye 2.Neural responses to light 3.Brightness perception.
Neural Networks II By Jinhwa Kim. 2 Neural Computing is a problem solving methodology that attempts to mimic how human brain function Artificial Neural.
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
Human vision Jitendra Malik U.C. Berkeley. Visual Areas.
Artificial Intelligence & Neural Network
Efficient Color Boundary Detection with Color-opponent Mechanisms CVPR2013 Posters.
Sejong Univ. Edge Detection Introduction Simple Edge Detectors First Order Derivative based Edge Detectors Compass Gradient based Edge Detectors Second.
Reservoir Uncertainty Assessment Using Machine Learning Techniques Authors: Jincong He Department of Energy Resources Engineering AbstractIntroduction.
1B50 – Visual System Daniel J Hulme. Errata Phylogenetic – genetic history of the species Ontogenetic – experience of the individual It was Kepler who.
Image Source: ww.physiol.ucl.ac.uk/fedwards/ ca1%20neuron.jpg
Keith Clements Introduction to Neuroscience
Artificial Neural Networks (ANN). Artificial Neural Networks First proposed in 1940s as an attempt to simulate the human brain’s cognitive learning processes.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
1 Perception and VR MONT 104S, Spring 2008 Lecture 3 Central Visual Pathways.
Leaves Recognition By Zakir Mohammed Indiana State University Computer Science.
Activity Recognition Journal Club “Neural Mechanisms for the Recognition of Biological Movements” Martin Giese, Tomaso Poggio (Nature Neuroscience Review,
Goodfellow: Chapter 9 Convolutional Networks
What is an ANN ? The inventor of the first neuro computer, Dr. Robert defines a neural network as,A human brain like system consisting of a large number.
Introduction to Neural Networks And Their Applications
Early Processing in Biological Vision
XOR problem Input 2 Input 1
network of simple neuron-like computing elements
Development of a Large Area Gamma-ray Detector
Pose Estimation in hockey videos using convolutional neural networks
Presentation transcript:

Human Visual System Neural Network Stanley Alphonso, Imran Afzal, Anand Phadake, Putta Reddy Shankar, and Charles Tappert

Agenda Introduction – make a case for the study –The Visual System –Biological Simulations of the Visual System –Machine Learning and Artificial Neural Networks (ANNs) –ANNs Using Line and/or Edge Detectors –Current Study Methodology Experimental Results Conclusions Future Work

Introduction - The Visual System The Visual System Pathway –Eye, optic nerve, lateral geniculate nucleus, visual cortex Hubel and Wiesel –1981 Nobel Prize for work in early 1960s –Cat’s visual cortex cats anesthetized, eyes open with controlling muscles paralyzed to fix the stare in a specific direction thin microelectrodes measure activity in individual cells cells specifically sensitive to line of light at specific orientation –Key discovery – line and edge detectors

Introduction - Computational Neuroscience Biological Simulations of the Visual System Hubel-Wiesel discoveries instrumental in the creation of what is now called computational neuroscience Which studies brain function in terms of information processing properties of structures that make up the nervous system Creates biologically detailed models of the brain 18 November 2009 – IBM announced they created the largest brain simulation to date on the Blue Gene supercomputer – millions of neurons and billions of synapses exceeding those in the cat’s brain

Introduction – Artificial Neural Networks (ANNs) Machine learning scientists have taken a different approach using simpler neural network models called ANNs Commonest type used in pattern recognition is a feedforward ANN Typically consists of 3 layers of neurons –Input layer –Hidden layer –Output layer

Introduction – Simple Feedforward Artificial Neural Network (ANN)

Introduction - Literature review of ANNs using line/edge detectors GIS images/maps – line and edge detectors in four orientations – 0°, 45°, 90°, and 135° Synthetic Aperture Radar (SAR) images – line detectors constructed from edge detectors Line detection can be done using edge techniques such as Sobel, Prewitt, Laplacian Gaussian, Zero Crossing and Canny edge detector

Introduction - Current Study Use ANNs to simulate line and edge detectors known to exist in the human visual cortex Construct two feedforward ANNs – one with line detectors and one without – and compare their accuracy and efficiency on a character recognition task Demonstrate superior performance using pre- wired line and edge detectors

Methodology Character recognition task - classify straight line uppercase alphabetic characters Experiment 1 – ANN without line detectors Experiment 2 – ANN with line detectors Compare –Recognition accuracy –Efficiency – training time

Alphabetic Input Patterns Six Straight Line Characters (5 x 7 bit patterns) ***** ***** * * * * ***** * * * * * * * **** **** ***** * * * * * * * * * * ***** * * * * ***** *

Experiment 1 - ANN without line detectors

Alphabet character can be placed in any position inside the 20x20 retina not adjacent to an edge – 168 (12*14) possible positions Training – choose 40 random non-identical positions for each of the 6 characters (~25% of patterns) –Total of 240 (40 x 6) input patterns –Cycle through the sequence E, F, H, I, L, T forty times for one pass (epoch) of the 240 patterns Testing – choose another 40 random non-identical positions for each character for total 240

Input patterns on the retina E(2,2) and E(12,5)

Experiment 2 - ANN with line detectors

Simple horizontal and vertical line detectors Horizontal Vertical horizontal and 288 vertical line detectors for a total of 576 simple line detectors

24 complex vertical line detectors and their feeding 12 simple line detectors

Results – No Line Detectors 10 hidden-layer units EpochsTraining Time Training Accuracy Testing Accuracy 50~2.5 hr100%26.7% 100~4 hr100%28.3% 200~8 hr100%28.8% 400~16 hr100%30.4% 800~30 hr100%28.3% 1600~2 days100%23.8% Average100%27.7%

Results – Line Detectors 10 hidden-layer units EpochsTraining Time Training Accuracy Testing Accuracy 500:37 min47.5%37.5% 1000:26 min100.0%63.3% 2000:51 min100.0%68.8% 4002:28 min71.3%50.8% 8003:37 min100.0%67.9% 16008:42 min95.8%56.7% Average85.8%57.5%

Line Detector Results 50 hidden-layer units Epochs Set/ Attained Training Time Training Accuracy Testing Accuracy 50/841 sec100%70.0% 100/945 sec100%69.8% 200/1048 sec100%71.9% 400/1049 sec100%77.1% 800/841 sec100%72.5% 1600/945 sec100%71.3% Average100%72.1%

Confusion Matrix Overall Accuracy of 77.1% Out In EFHILT E F H I L T

Conclusion - Efficiency ANN with line detectors resulted in a significantly more efficient network –training time decreased by several orders of magnitude

Conclusion - Recognition Accuracy

Conclusion – Efficiency Compare Fixed/Variable Weights ExperimentFixed Weights Variable Weights Total Weights 1 No Line Detectors 020,300 2 Line Detectors 6,9122,7009,612

Conclusion The strength of the study was its simplicity The weakness was also it simplicity and that the line detectors appear to be designed specifically for the patterns to be classified Weakness can be corrected in future work

Future Work Other alphabetic input patterns * **** *** * * * * * * * * * * * * * **** * ***** * * * * * * * * * * * **** ***

Simple horizontal and vertical edge detectors

Questions