SAAP scores LLM structures with a weighted fusion of two importance measures, prunes the most volatile units, and recovers performance with grouped quantized low-rank fine-tuning.
Structured Model Pruning of Convolutional Networks on Tensor Processing Units
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The deployment of convolutional neural networks is often hindered by high computational and storage requirements. Structured model pruning is a promising approach to alleviate these requirements. Using the VGG-16 model as an example, we measure the accuracy-efficiency trade-off for various structured model pruning methods and datasets (CIFAR-10 and ImageNet) on Tensor Processing Units (TPUs). To measure the actual performance of models, we develop a structured model pruning library for TensorFlow2 to modify models in place (instead of adding mask layers). We show that structured model pruning can significantly improve model memory usage and speed on TPUs without losing accuracy, especially for small datasets (e.g., CIFAR-10).
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2024 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Adaptive Pruning for Large Language Models with Structural Importance Awareness
SAAP scores LLM structures with a weighted fusion of two importance measures, prunes the most volatile units, and recovers performance with grouped quantized low-rank fine-tuning.