An Empirical Study on Improving the Speed and Generalization of Neural Networks Using a Parallel Circuit Approach

Kien Tuong Phan,Tomas Henrique Maul,Tuong Thuy Vu
DOI: https://doi.org/10.1007/s10766-016-0435-4
2016-05-12
International Journal of Parallel Programming
Abstract:One of the common problems of neural networks, especially those with many layers, consists of their lengthy training time. We attempt to solve this problem at the algorithmic level, proposing a simple parallel design which is inspired by the parallel circuits found in the human retina. To avoid large matrix calculations, we split the original network vertically into parallel circuits and let the backpropagation algorithm flow in each subnetwork independently. Experimental results have shown the speed advantage of the proposed approach but also point out that this advantage is affected by multiple dependencies. The results also suggest that parallel circuits improve the generalization ability of neural networks presumably due to automatic problem decomposition. By studying network sparsity, we partly justified this theory and proposed a potential method for improving the design.
computer science, theory & methods
What problem does this paper attempt to address?