SpinalNet: Deep Neural Network with Gradual Input
H M Dipu Kabir, Moloud Abdar, Seyed Mohammad Jafar Jalali, Abbas, Khosravi, Amir F Atiya, Saeid Nahavandi, Dipti Srinivasan

TL;DR
SpinalNet is a neural network architecture inspired by the human somatosensory system that achieves higher accuracy with fewer computations by splitting layers into three parts and reducing incoming weights.
Contribution
The paper introduces SpinalNet, a novel neural network design that reduces computational complexity and improves accuracy by mimicking the layered input processing of the human somatosensory system.
Findings
Achieved state-of-the-art performance on multiple datasets.
Reduced computational costs compared to traditional DNNs.
Effective as a classification layer in various architectures.
Abstract
Deep neural networks (DNNs) have achieved the state of the art performance in numerous fields. However, DNNs need high computation times, and people always expect better performance in a lower computation. Therefore, we study the human somatosensory system and design a neural network (SpinalNet) to achieve higher accuracy with fewer computations. Hidden layers in traditional NNs receive inputs in the previous layer, apply activation function, and then transfer the outcomes to the next layer. In the proposed SpinalNet, each layer is split into three splits: 1) input split, 2) intermediate split, and 3) output split. Input split of each layer receives a part of the inputs. The intermediate split of each layer receives outputs of the intermediate split of the previous layer and outputs of the input split of the current layer. The number of incoming weights becomes significantly lower than…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEEG and Brain-Computer Interfaces · Muscle activation and electromyography studies · Hand Gesture Recognition Systems
MethodsRandAugment · Image Scale Augmentation · SGD with Momentum · Adam
