English

Neuro-Inspired Deep Neural Networks with Sparse, Strong Activations

Neural and Evolutionary Computing 2022-07-11 v3 Machine Learning

Abstract

While end-to-end training of Deep Neural Networks (DNNs) yields state of the art performance in an increasing array of applications, it does not provide insight into, or control over, the features being extracted. We report here on a promising neuro-inspired approach to DNNs with sparser and stronger activations. We use standard stochastic gradient training, supplementing the end-to-end discriminative cost function with layer-wise costs promoting Hebbian ("fire together," "wire together") updates for highly active neurons, and anti-Hebbian updates for the remaining neurons. Instead of batch norm, we use divisive normalization of activations (suppressing weak outputs using strong outputs), along with implicit 2\ell_2 normalization of neuronal weights. Experiments with standard image classification tasks on CIFAR-10 demonstrate that, relative to baseline end-to-end trained architectures, our proposed architecture (a) leads to sparser activations (with only a slight compromise on accuracy), (b) exhibits more robustness to noise (without being trained on noisy data), (c) exhibits more robustness to adversarial perturbations (without adversarial training).

Keywords

Cite

@article{arxiv.2202.13074,
  title  = {Neuro-Inspired Deep Neural Networks with Sparse, Strong Activations},
  author = {Metehan Cekic and Can Bakiskan and Upamanyu Madhow},
  journal= {arXiv preprint arXiv:2202.13074},
  year   = {2022}
}

Comments

5 pages, 5 figures

R2 v1 2026-06-24T09:54:43.545Z