LGCVNEMLJul 17, 2020

Neural Networks with Recurrent Generative Feedback

arXiv:2007.09200v247 citations
Originality Highly original
AI Analysis

This work addresses the problem of adversarial robustness in neural networks for AI security applications, representing a novel method for a known bottleneck.

The paper tackles the vulnerability of neural networks to input perturbations like adversarial attacks by introducing a generative feedback mechanism inspired by the Bayesian brain hypothesis, resulting in CNN-F which shows considerably improved adversarial robustness on standard benchmarks.

Neural networks are vulnerable to input perturbations such as additive noise and adversarial attacks. In contrast, human perception is much more robust to such perturbations. The Bayesian brain hypothesis states that human brains use an internal generative model to update the posterior beliefs of the sensory input. This mechanism can be interpreted as a form of self-consistency between the maximum a posteriori (MAP) estimation of an internal generative model and the external environment. Inspired by such hypothesis, we enforce self-consistency in neural networks by incorporating generative recurrent feedback. We instantiate this design on convolutional neural networks (CNNs). The proposed framework, termed Convolutional Neural Networks with Feedback (CNN-F), introduces a generative feedback with latent variables to existing CNN architectures, where consistent predictions are made through alternating MAP inference under a Bayesian framework. In the experiments, CNN-F shows considerably improved adversarial robustness over conventional feedforward CNNs on standard benchmarks.

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