paper-with-me

홈 › Papers

Efficient Sparse Artificial Neural Networks

2021-03-13 · Seyed Majid Naji, Azra Abtahi, Farokh Marvasti

The brain, as the source of inspiration for Artificial Neural Networks (ANN), is based on a sparse structure. This sparse structure helps the brain to consume less energy, learn easier and generalize patterns better than any other ANN. In this paper, two evolutionary methods for adopting sparsity to ANNs are proposed. In the proposed methods, the sparse structure of a network as well as the values of its parameters are trained and updated during the learning process. The simulation results show that these two methods have better accuracy and faster convergence while they need fewer training samples compared to their sparse and non-sparse counterparts. Furthermore, the proposed methods significantly improve the generalization power and reduce the number of parameters. For example, the sparsification of the ResNet47 network by exploiting our proposed methods for the image classification of ImageNet dataset uses 40 % fewer parameters while the top-1 accuracy of the model improves by 12% and 5% compared to the dense network and their sparse counterpart, respectively. As another example, the proposed methods for the CIFAR10 dataset converge to their final structure 7 times faster than its sparse counterpart, while the final accuracy increases by 6%.

📄 PDF Abstract BibTeX arXiv:2103.07674

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Scalable Training of Artificial Neural Networks with Adaptive Sparse Connectivity inspired by Network Science

2017-07-15 · Decebal Constantin Mocanu, Elena Mocanu, Peter Stone, Phuong H. Nguyen 외

Through the success of deep learning in various domains, artificial neural networks are currently among the most used artificial intelligence methods. Taking inspiration from the network properties of biological neural n…

Sparse Learning

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 Neural Networks generated by Low Discrepancy Sequences

2021-03-05 · Alexander Keller, Matthijs Van Keirsbilck

Artificial neural networks can be represented by paths. Generated as random walks on a dense network graph, we find that the resulting sparse networks allow for deterministic initialization and even weights with fixed si…

Robustness in sparse artificial neural networks trained with adaptive topology

2026-02-25 · Bendegúz Sulyok, Gergely Palla, Filippo Radicchi, Santo Fortunato arxiv

We investigate the robustness of sparse artificial neural networks trained with adaptive topology. We focus on a simple yet effective architecture consisting of three sparse layers with 99% sparsity followed by a dense l…

Image ClassificationAdversarial Attack

Knowledge accumulating: The general pattern of learning

2021-08-09 · Zhuoran Xu, Hao liu

Artificial Intelligence has been developed for decades with the achievement of great progress. Recently, deep learning shows its ability to solve many real world problems, e.g. image classification and detection, natural…

image-classificationImage ClassificationReinforcement Learning (RL)