Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

BLAST: Block-Level Adaptive Structured Matrices for Efficient Deep Neural Network Inference

About

Large-scale foundation models have demonstrated exceptional performance in language and vision tasks. However, the numerous dense matrix-vector operations involved in these large networks pose significant computational challenges during inference. To address these challenges, we introduce the Block-Level Adaptive STructured (BLAST) matrix, designed to learn and leverage efficient structures prevalent in the weight matrices of linear layers within deep learning models. Compared to existing structured matrices, the BLAST matrix offers substantial flexibility, as it can represent various types of structures that are either learned from data or computed from pre-existing weight matrices. We demonstrate the efficiency of using the BLAST matrix for compressing both language and vision tasks, showing that (i) for medium-sized models such as ViT and GPT-2, training with BLAST weights boosts performance while reducing complexity by 70% and 40%, respectively; and (ii) for large foundation models such as Llama-7B and DiT-XL, the BLAST matrix achieves a 2x compression while exhibiting the lowest performance degradation among all tested structured matrices. Our code is available at https://github.com/changwoolee/BLAST.

Changwoo Lee, Soo Min Kwon, Qing Qu, Hun-Seok Kim• 2024

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-2 (test)
PPL12.13
1949
Language ModelingWikiText-2
Perplexity (PPL)14.21
1624
Image GenerationImageNet (val)
Inception Score111
247
Language ModelingWikiText-103
PPL20.7
189
Zero-shot Common Sense ReasoningCommon Sense Reasoning
Zero-shot Accuracy56.23
95
Image GenerationImageNet
FID10.45
68
Zero-shot ClassificationClassification Suite Zero-shot
Average Accuracy (Zero-Shot Suite)62.94
51
Image ClassificationImageNet-1k (val)
Accuracy79.3
5
Showing 8 of 8 rows

Other info

Code

Follow for update