Edge Detection via Lateral Inhibition

Slides:



Advertisements
Similar presentations
Chapter 2.
Advertisements

Chapter 7: Processing the Image Review structure of the eye Review structure of the retina Review receptive fields –Apply to an image on the retina –Usage.
Chapter 3: Neural Processing and Perception. Lateral Inhibition and Perception Experiments with eye of Limulus –Ommatidia allow recordings from a single.
What is vision Aristotle - vision is knowing what is where by looking.
Perception Chapter 3 Light is necessary but not sufficient for vision Ganzfeld: a visual field completely lacking in contour, or luminance changes. Prolonged.
Perception of Stimuli Stephen Taylor.
Chapter 6 The Visual System
The visual system II Eye and retina. The primary visual pathway From perret-optic.ch.
Exam in 12 days in class assortment of question types including written answers.
Human eye, horizontal section. “V1” Lateral Geniculate Nucleus The retinal bipolar cells send impulses to the.
Exam 1 week from today in class assortment of question types including written answers.
Visual Processing Structure of the Retina Lateral Inhibition Receptive Fields.
Color vision Different cone photo- receptors have opsin molecules which are differentially sensitive to certain wavelengths of light – these are the physical.
Human Sensing: The eye and visual processing Physiology and Function Martin Jagersand.
Ch 31 Sensation & Perception Ch. 3: Vision © Takashi Yamauchi (Dept. of Psychology, Texas A&M University) Main topics –convergence –Inhibition, lateral.
Physics 1230: Light and Color Ivan I. Smalyukh, Instructor Office: Gamow Tower, F Phone: Lectures: Tuesdays.
The visual system Lecture 1: Structure of the eye
-Review of Retinal Physiology -Seeing Edges with the Retina -Retinal Implants.
Vision is more than what we see.. Karl Lashley American Psychologist Memory storage Migraine Headaches.
The Visual System General plan for visual system material: How the visual input is received and transduced at the retina by photoreceptors (rods and cones)
EYES!.
LECTURE 17: VISION--ORGANIZATION AND FUNCTION OF RETINA REQUIRED READING: Kandel text, Chapter 26 central The retina is part of the central nervous system,
University Studies 15A: Consciousness I The Neurobiology of Vision.
Foveal cones are about 2.4 μm in diameter (0.7 min of arc) Peripheral cones are about 5.8 μm in diameter (1.7 min of arc)
1 Perception, Illusion and VR HNRS , Spring 2008 Lecture 3 The Eye.
Ch 31 Sensation & Perception Ch. 3: Vision © Takashi Yamauchi (Dept. of Psychology, Texas A&M University) Main topics –convergence –Inhibition, lateral.
The primate visual systemHelmuth Radrich, The primate visual system 1.Structure of the eye 2.Neural responses to light 3.Brightness perception.
The Visual System: Retinal Mechanisms
Chapter 3: Neural Processing and Perception. Neural Processing and Perception Neural processing is the interaction of signals in many neurons.
1 Computational Vision CSCI 363, Fall 2012 Lecture 5 The Retina.
Human vision Jitendra Malik U.C. Berkeley. Visual Areas.
Sensory Processes First Hour - How does perception depend on
1 Perception and VR MONT 104S, Fall 2008 Lecture 4 Lightness, Brightness and Edges.
1 Perception and VR MONT 104S, Fall 2008 Lecture 2 The Eye.
1B50 – Visual System Daniel J Hulme. Errata Phylogenetic – genetic history of the species Ontogenetic – experience of the individual It was Kepler who.
Sensory Receptor Cells of the Eye Sensory Neural Systems 22 January 2008 Rachel L. Leon.
Processing visual information - pathways
Psychology 304: Brain and Behaviour Lecture 28
Vision AP Psych Transduction – converting one form of energy into another In sensation, transforming stimulus energies such as sights, sounds,
Vision.
Light Sensing and Vision
Retinal Circuit and Processing
Visual Sensory System.
Cognitive Architectures
BY DR. MUDASSAR ALI ROOMI (MBBS, M. Phil.)
Journal #3: Which 3 cranial nerves monitor the tongue?
Wednesday, 19 September Organisms respond to changes in their internal and external environments Eye Receptors • identify the pigments.
Lateral Inhibition: How does it work
Anatomy of the Human Eye
Title: The nervous system 1
Early Processing in Biological Vision
Ch 6: The Visual System pt 2
The Visual System: Retinal Mechanisms
VISION Module 18.
Visual Processing Processing in the Retina
Physiology of Photoreceptors Vertebrate photoreceptors hyperpolarize and produce graded potentials Photoreceptors use glutamate as transmitter.
Sensation: Some Neural Principles
Covariation Learning and Auto-Associative Memory
Mind, Brain & Behavior Wednesday February 12, 2003.
Grossberg Network.
Visual processing: The Devil is in the details
Orientation tuning: strongest response to one orientation
Human vision: physical apparatus
Photochemistry of Vision
Experiencing the World
Computational Vision CSCI 384, Spring 2004 Lecture 4 The Retina
(Do Now) Journal What is psychophysics? How does it connect sensation with perception? What is an absolute threshold? What are some implications of Signal.
Outline Announcements Human Visual Information Processing
Eye: Retina and Neural Mechanisms.
VISION.
Presentation transcript:

Edge Detection via Lateral Inhibition Anastasio Section 3.1 Learning Objectives: After mastering the material in this lesson, you should be able to: explain how lateral inhibition generates center-surround receptive fields write code to model processing of visual stimuli by a neuronal network with lateral inhibition

Receptive fields of retinal ganglion cells --recall: retinal ganglion cells do NOT function like pixels in a digital camera

Hierarchical processing of visual information --retinal ganglion cells respond to “center-surround” patterns of light --simple cells in primary visual cortex detect edges --neurons in much higher processing centers such as the inferior temporal cortex respond to entire faces Principles of Neural Science, Kandel, pp. 588, 604, 626

Lateral inhibition Tutorial on Neural Systems Modeling, Anastasio, p. 67

Horseshoe crab (Limulus) eye

Edge detection via lateral inhibition What happens to firing rate of a neuron that is stimulated with light, and whose neighbors are also stimulated with light? Tutorial on Neural Systems Modeling, Anastasio, p. 68

Simulating later inhibition with matrix multiplication Output activity Input (light intensity) Connectivity matrix

An example x (input) y (output)

Lateral inhibition crudely calculates the second spatial derivative (inv) Tutorial on Neural Systems Modeling, Anastasio, p. 75

What determines the receptive fields of retinal ganglion cells? Firing rate --note how flooding a receptive field either entirely with light or entirely with darkness has very little effect upon the firing rate of the corresponding retinal ganglion neuron --if you shine a spot of light the size of the center of the receptive field, it makes a big difference where you place that spot of light -- Ganglion cells in the fovea have small receptive fields of 0.5 minutes of arc (viewing a quarter from 500 feet), while ganglion cells which contribute to peripheral vision have receptive fields of one degree or more --two main kinds of retinal ganglion cells: on-center and off-center. --on-center respond when the center of the receptive field is lit up, and the surrounding region is dark --off-center respond to the inverted stimulus --it is interesting to think about how such a receptive field is produced based on the wiring of the retinal ganglion cells to rods, cones, horizontal cells, etc. --it is a result of a method of wiring called later inhibition, which we will explore later in the class Time (s) Principles of Neural Science, Kandel, p. 588

Retinal ganglion cell receptive fields are produced by lateral inhibition --stimulation by light actually causes the membrane potential of a rod to decrease Bipolar cells link receptor cells to retinal ganglion cells Horizontal cells and amacrine cells provide lateral inhibition Tutorial on Neural Systems Modeling, Anastasio, p. 76

This figure shows a computer simulation of the retinal ganglion cell neural image in response to Prof. Heeger's daughter and her bunny. The image on the left is the input stimulus presented to the eye. The image on the right is a simulation of the retinal ganglion cell responses. The intensity at each position is proportional to the response of a retinal ganglion cell with a receptive field centered at that position. Mid-gray means no response. White means a large response by the ON-center ganglion cells. Black means a large response by the OFF-center cells. What's the point of center-surround receptive fields? They emphasize edges. http://www.cns.nyu.edu/~david/courses/perception/lecturenotes/ganglion/ganglion.html