Locality Principle in Computer Vision
The locality principle asserts that the earliest layers of a computer vision network should focus exclusively on local regions, without regard for the contents of the image in distant areas. Mathematically, this constrains the network's parameters such that outside a localized range ( or ), the convolution weights are set to zero (). The hidden representation is computed as:
By restricting the network to glean relevant information only from a bounded window around each pixel, this principle drastically reduces the number of learnable parameters (e.g., from down to ).
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
CNN Reference
Applications of Convolutional Neural Networks
Hybrid of Convolutional and Recurrent Neural Network
Methods to Calculate Convolution in Python
Convolutional Neural Networks Architecture
3D Convolutional Neural Network
Visualizing and Understanding Convolutional Networks Paper
Structured Output from CNN
Convolutional Recurrent Neural Network (CRNN)
Questions about the ReLU.
Neocognitron
Spatial Invariance in Object Detection
Locality Principle in Computer Vision
Fully Convolutional Network (FCN) Architecture
Time-Delay Neural Networks (TDNNs)
Locality Principle in Computer Vision