Feature extraction using convolution

From Ufldl

Jump to: navigation, search
(Locally Connected Networks)
(Weight Sharing (Convolution))
Line 13: Line 13:
This idea of having locally connected networks also draws inspiration from how the early visual system is wired up in biology.  Specifically, neurons in the visual cortex have localized receptive fields (i.e., they respond only to stimuli in a certain location).
This idea of having locally connected networks also draws inspiration from how the early visual system is wired up in biology.  Specifically, neurons in the visual cortex have localized receptive fields (i.e., they respond only to stimuli in a certain location).
-
== Weight Sharing (Convolution) ==
+
== Convolutions ==
Natural images have the property of being '''stationary''', meaning that the statistics of one part of the image are the same as any other part.  This suggests that the features that we learn at one part of the image can also be applied to other regions--i.e., we can use the same features at all locations.  
Natural images have the property of being '''stationary''', meaning that the statistics of one part of the image are the same as any other part.  This suggests that the features that we learn at one part of the image can also be applied to other regions--i.e., we can use the same features at all locations.  

Revision as of 18:13, 27 May 2011

Personal tools