paper-with-me

Papers

ESPACE: Dimensionality Reduction of Activations for Model Compression

2024-10-07 · Charbel Sakr, Brucek Khailany

We propose ESPACE, an LLM compression technique based on dimensionality reduction of activations. Unlike prior works on weight-centric tensor decomposition, ESPACE projects activations onto a pre-calibrated set of principal components. The activation-centrality of the approach enables retraining LLMs with no loss of expressivity; while at inference, weight decomposition is obtained as a byproduct of matrix multiplication associativity. Theoretical results on the construction of projection matrices with optimal computational accuracy are provided. Experimentally, we find ESPACE enables 50% compression of GPT3, Llama2, and Nemotron4 models with small accuracy degradation, as low as a 0.18 perplexity increase on GPT3-22B. At lower compression rates of 20% to 40%, ESPACE drives GPT3 models to outperforming their baseline, by up to a 0.38 decrease in perplexity for GPT3-8B. ESPACE also reduces GEMM execution time and prefill inference latency on existing hardware. Comparison with related works on compressing Llama2-7B via matrix factorization shows that ESPACE is a first step in advancing the state-of-the-art in tensor decomposition compression of LLMs.

📄 PDF Abstract BibTeX arXiv:2410.05437

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionmodelModel CompressionTensor Decomposition

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SCALE SPACE FLOW WITH AUTOREGRESSIVE PRIORS

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Ruihan Yang, Yibo Yang, Joseph Marino, Stephan Mandt

There has been a recent surge of interest in neural video compression models that combines data-driven dimensionality reduction with learned entropy coding. ScaleSpace Flow (SSF) is among the most popular variants due to…

Dimensionality ReductionOpen-Ended Question AnsweringVideo Compression

When Is 0.1% Enough? Analyzing the Combined Effects of Dimensionality Reduction and Quantization on Text Embedding Compression

2026-05-31 · Riku Kisako, Hayato Tsukagoshi, Ryohei Sasano arxiv

Recent high-performing text embedding models often output high-dimensional real-valued vectors, resulting in substantial storage and computational costs. To address this issue, compression methods based on dimensionality…

Dimensionality Reduction

DNN Feature Map Compression using Learned Representation over GF(2)

2018-08-15 · ICLR 2018 1 · Denis A. Gudovskiy, Alec Hodgkinson, Luca Rigazio

In this paper, we introduce a method to compress intermediate feature maps of deep neural networks (DNNs) to decrease memory storage and bandwidth requirements during inference. Unlike previous works, the proposed method…

Dimensionality ReductionGeneral Classificationobject-detectionObject Detection+1

Compression-aware Projection with Greedy Dimension Reduction for Convolutional Neural Network Activations

2021-10-17 · Yu-Shan Tai, Chieh-Fang Teng, Cheng-Yang Chang, An-Yeu Wu

Convolutional neural networks (CNNs) achieve remarkable performance in a wide range of fields. However, intensive memory access of activations introduces considerable energy consumption, impeding deployment of CNNs on re…

Dimensionality Reduction

A Low Effort Approach to Structured CNN Design Using PCA

2018-12-15 · Isha Garg, Priyadarshini Panda, Kaushik Roy

Deep learning models hold state of the art performance in many fields, yet their design is still based on heuristics or grid search methods that often result in overparametrized networks. This work proposes a method to a…

Dimensionality ReductionModel Compression