LGAIMay 24, 2023

PruMUX: Augmenting Data Multiplexing with Model Compression

arXiv:2305.14706v2223 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges for deploying language models in applications, but it is incremental as it builds on existing methods.

The paper tackles the problem of efficient inference for large language models by combining structured pruning and data multiplexing to improve throughput, achieving up to 7.5-29.5X speedup over BERT-base with accuracy thresholds from 80% to 74%.

As language models increase in size by the day, methods for efficient inference are critical to leveraging their capabilities for various applications. Prior work has investigated techniques like model pruning, knowledge distillation, and data multiplexing to increase model throughput without sacrificing accuracy. In this paper, we combine two such methods -- structured pruning and data multiplexing -- to compound the speedup gains obtained by either method. Our approach, PruMUX, obtains up to 7.5-29.5X throughput improvement over BERT-base model with accuracy threshold from 80% to 74%. We further study various combinations of parameters (such as sparsity and multiplexing factor) in the two techniques to provide a comprehensive analysis of the tradeoff between accuracy and throughput in the resulting models. We then propose Auto-PruMUX, a meta-level model that can predict the high-performance parameters for pruning and multiplexing given a desired accuracy loss budget, providing a practical method to leverage the combination effectively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes