Computational neuroscience of vision
[Marr, 1982]Computational neuroscience of vision
[Sejnowski, Koch & Churchland (1998)]Anatomy of the Human Visual system
Human Visual system : the HMAX model
[Serre and Poggio, 2007]Primary visual cortex
[Hubel & Wiesel, 1962]Primary visual cortex
[Hubel & Wiesel, 1962]
Convolutional Neural Nets (CNN)
[Boutin et al, 2021]CNN: Mathematics
- One-dimensional discrete convolution (eg in time) with a kernel $g$ of radius $K$:
$$
(f \ast g)[n]=\sum_{m=-K}^{K} f[n-m] \cdot g[m]
$$
CNN: Mathematics
- Convolution of an image (two-dimensional) with a kernel $g$ of radius $K\times K$:
$$
(f \ast g)[x, y] = \sum_{i=-K}^{K} \sum_{j=-K}^{K} f[x-i, y-j] \cdot g[i, j]
$$
CNN: Mathematics
- Cross-correlation of an image (two-dimensional) with a kernel $g$ of radius $K\times K$:
$$
(f \ast \tilde{g})[x, y] = \sum_{i=-K}^{K} \sum_{j=-K}^{K} f[x+i, y+j] \cdot g[i, j]
$$
CNN: Mathematics
[Amidi & Amidi]CNN: Mathematics
$$
(f \ast \tilde{g})[x, y] = \sum_{c=1}^{C} \sum_{c,i,j} f[c, x+i, y+j] \cdot g[c, i, j]
$$
CNN: Mathematics
$$
(f \ast \tilde{g})[k, x, y] = \sum_{c,i,j} f[c, x+i, y+j] \cdot g[k, c, i, j]
$$
CNN: challenges
[Boutin et al, 2021]CNN: Predictive processing
[Boutin et al, 2021]CNN: Topography
[Bosking et al, 1997]