Weight Freezing: A Regularization Approach for Fully Connected Layers with an Application in EEG Classification
Zhengqing Miao, Meirong Zhao

TL;DR
This paper introduces 'weight freezing', a regularization technique for fully connected layers in neural networks, which improves EEG classification accuracy by selectively freezing weights during training.
Contribution
The study proposes a novel weight freezing method that enhances EEG decoding performance by regularizing fully connected layers using a mask and threshold, validated across multiple architectures and datasets.
Findings
Weight freezing outperforms traditional fully connected networks in EEG classification.
The method achieves higher accuracy across three EEG datasets.
Control experiments reveal the impact of the freezing threshold on performance.
Abstract
In the realm of EEG decoding, enhancing the performance of artificial neural networks (ANNs) carries significant potential. This study introduces a novel approach, termed "weight freezing", that is anchored on the principles of ANN regularization and neuroscience prior knowledge. The concept of weight freezing revolves around the idea of reducing certain neurons' influence on the decision-making process for a specific EEG task by freezing specific weights in the fully connected layer during the backpropagation process. This is actualized through the use of a mask matrix and a threshold to determine the proportion of weights to be frozen during backpropagation. Moreover, by setting the masked weights to zero, weight freezing can not only realize sparse connections in networks with a fully connected layer as the classifier but also function as an efficacious regularization method for…
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 · Advanced Memory and Neural Computing · Neural dynamics and brain function
