paper-with-me

홈 › Papers

On sparse connectivity, adversarial robustness, and a novel model of the artificial neuron

2020-06-16 · Sergey Bochkanov

Deep neural networks have achieved human-level accuracy on almost all perceptual benchmarks. It is interesting that these advances were made using two ideas that are decades old: (a) an artificial neuron based on a linear summator and (b) SGD training. However, there are important metrics beyond accuracy: computational efficiency and stability against adversarial perturbations. In this paper, we propose two closely connected methods to improve these metrics on contour recognition tasks: (a) a novel model of an artificial neuron, a "strong neuron," with low hardware requirements and inherent robustness against adversarial perturbations and (b) a novel constructive training algorithm that generates sparse networks with $O(1)$ connections per neuron. We demonstrate the feasibility of our approach through experiments on SVHN and GTSRB benchmarks. We achieved an impressive 10x-100x reduction in operations count (10x when compared with other sparsification approaches, 100x when compared with dense networks) and a substantial reduction in hardware requirements (8-bit fixed-point math was used) with no reduction in model accuracy. Superior stability against adversarial perturbations (exceeding that of adversarial training) was achieved without any counteradversarial measures, relying on the robustness of strong neurons alone. We also proved that constituent blocks of our strong neuron are the only activation functions with perfect stability against adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2006.09510

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessComputational EfficiencyMath

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Adversarially Robust Spiking Neural Networks with Sparse Connectivity

2025-05-16 · Mathias Schmolli, Maximilian Baronig, Robert Legenstein, Ozan Özdenizci

Deployment of deep neural networks in resource-constrained embedded systems requires innovative algorithmic solutions to facilitate their energy and memory efficiency. To further ensure the reliability of these systems a…

Adversarial Robustness

Asymptotic properties of one-layer artificial neural networks with sparse connectivity

2021-12-01 · Christian Hirsch, Matthias Neumann, Volker Schmidt

A law of large numbers for the empirical distribution of parameters of a one-layer artificial neural networks with sparse connectivity is derived for a simultaneously increasing number of both, neurons and training itera…

Artificial Kuramoto Oscillatory Neurons

2024-10-17 · Takeru Miyato, Sindy Löwe, Andreas Geiger, Max Welling

It has long been known in both neuroscience and AI that ``binding'' between neurons leads to a form of competitive learning where representations are compressed in order to represent more abstract concepts in deeper laye…

Adversarial RobustnessObject DiscoveryUncertainty Quantification

Exploring Biologically Inspired Mechanisms of Adversarial Robustness

2024-02-05 · Konstantin Holzhausen, Mia Merlid, Håkon Olav Torvik, Anders Malthe-Sørenssen 외

Backpropagation-optimized artificial neural networks, while precise, lack robustness, leading to unforeseen behaviors that affect their safety. Biological neural systems do solve some of these issues already. Unlike arti…

Adversarial Robustness

Evaluating adversarial robustness in simulated cerebellum

2020-12-05 · Liu Yuezhang, Bo Li, Qifeng Chen

It is well known that artificial neural networks are vulnerable to adversarial examples, in which great efforts have been made to improve the robustness. However, such examples are usually imperceptible to humans, and th…

Adversarial Robustness