LGFeb 10, 2022

Deep Learning in Random Neural Fields: Numerical Experiments via Neural Tangent Kernel

arXiv:2202.05254v2
Originality Synthesis-oriented
AI Analysis

This work addresses robustness and generalization in neural networks for applications in noisy environments, but it is incremental as it extends existing neural tangent kernel theory to a specific model.

The paper investigates supervised learning in multilayer neural fields with spatially correlated random connections, showing that these fields are more robust to noisy input deformations and have slightly better generalization than conventional randomly connected deep networks.

A biological neural network in the cortex forms a neural field. Neurons in the field have their own receptive fields, and connection weights between two neurons are random but highly correlated when they are in close proximity in receptive fields. In this paper, we investigate such neural fields in a multilayer architecture to investigate the supervised learning of the fields. We empirically compare the performances of our field model with those of randomly connected deep networks. The behavior of a randomly connected network is investigated on the basis of the key idea of the neural tangent kernel regime, a recent development in the machine learning theory of over-parameterized networks; for most randomly connected neural networks, it is shown that global minima always exist in their small neighborhoods. We numerically show that this claim also holds for our neural fields. In more detail, our model has two structures: i) each neuron in a field has a continuously distributed receptive field, and ii) the initial connection weights are random but not independent, having correlations when the positions of neurons are close in each layer. We show that such a multilayer neural field is more robust than conventional models when input patterns are deformed by noise disturbances. Moreover, its generalization ability can be slightly superior to that of conventional models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes