English

PruMUX: Augmenting Data Multiplexing with Model Compression

Machine Learning 2023-08-25 v2 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2305.14706,
  title  = {PruMUX: Augmenting Data Multiplexing with Model Compression},
  author = {Yushan Su and Vishvak Murahari and Karthik Narasimhan and Kai Li},
  journal= {arXiv preprint arXiv:2305.14706},
  year   = {2023}
}

Comments

Published at Findings of the Association for Computational Linguistics (ACL 2023)

R2 v1 2026-06-28T10:43:57.587Z