Block-wise Dynamic Sparseness
Amir Hadifar, Johannes Deleu, Chris Develder, and Thomas Demeester

TL;DR
This paper introduces a dynamic sparseness method for neural networks that selectively omits weight blocks during computation, improving efficiency while maintaining performance, demonstrated on language modeling tasks.
Contribution
The paper presents a novel dynamic sparseness technique combining block-wise matrix operations with input-dependent computation, outperforming static sparseness in language models.
Findings
Outperforms static sparseness baseline in language modeling.
Achieves similar perplexity as dense models with half the inference cost.
Maintains full network capacity by accessing all trained weights.
Abstract
Neural networks have achieved state of the art performance across a wide variety of machine learning tasks, often with large and computation-heavy models. Inducing sparseness as a way to reduce the memory and computation footprint of these models has seen significant research attention in recent years. In this paper, we present a new method for \emph{dynamic sparseness}, whereby part of the computations are omitted dynamically, based on the input. For efficiency, we combined the idea of dynamic sparseness with block-wise matrix-vector multiplications. In contrast to static sparseness, which permanently zeroes out selected positions in weight matrices, our method preserves the full network capabilities by potentially accessing any trained weights. Yet, matrix vector multiplications are accelerated by omitting a pre-defined fraction of weight blocks from the matrix, based on the input.…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
