Title: Training Neural Networks with Fixed Sparse Masks
Authors: Yi-Lin Sung, Varun Nair, Colin Raffel
Published: 18th November 2021 (Thursday) @ 18:06:01
Link: http://arxiv.org/abs/2111.09839v1
Abstract
During typical gradient-based training of deep neural networks, all of the modelâs parameters are updated at each iteration. Recent work has shown that it is possible to update only a small subset of the modelâs parameters during training, which can alleviate storage and communication requirements. In this paper, we show that it is possible to induce a fixed sparse mask on the modelâs parameters that selects a subset to update over many iterations. Our method constructs the mask out of the parameters with the largest Fisher information as a simple approximation as to which parameters are most important for the task at hand. In experiments on parameter-efficient transfer learning and distributed training, we show that our approach matches or exceeds the performance of other methods for training with sparse updates while being more efficient in terms of memory usage and communication costs. We release our code publicly to promote further applications of our approach.