paper-with-me

홈 › Papers

AntMan: Sparse Low-Rank Compression to Accelerate RNN inference

2019-10-02 · ICLR 2019 5 · Samyam Rajbhandari, Harsh Shrivastava, Yuxiong He

Wide adoption of complex RNN based models is hindered by their inference performance, cost and memory requirements. To address this issue, we develop AntMan, combining structured sparsity with low-rank decomposition synergistically, to reduce model computation, size and execution time of RNNs while attaining desired accuracy. AntMan extends knowledge distillation based training to learn the compressed models efficiently. Our evaluation shows that AntMan offers up to 100x computation reduction with less than 1pt accuracy drop for language and machine reading comprehension models. Our evaluation also shows that for a given accuracy target, AntMan produces 5x smaller models than the state-of-art. Lastly, we show that AntMan offers super-linear speed gains compared to theoretical speedup, demonstrating its practical value on commodity hardware.

📄 PDF Abstract BibTeX arXiv:1910.01740

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLow-rank compressionMachine Reading ComprehensionReading Comprehension

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

SLoPe: Double-Pruned Sparse Plus Lazy Low-Rank Adapter Pretraining of LLMs

2024-05-25 · Mohammad Mozaffari, Amir Yazdanbakhsh, Zhao Zhang, Maryam Mehri Dehnavi

We propose SLoPe, a Double-Pruned Sparse Plus Lazy Low-rank Adapter Pretraining method for LLMs that improves the accuracy of sparse LLMs while accelerating their pretraining and inference and reducing their memory footp…

GEAR: An Efficient KV Cache Compression Recipe for Near-Lossless Generative Inference of LLM

2024-03-08 · Hao Kang, Qingru Zhang, Souvik Kundu, Geonhwa Jeong 외

Key-value (KV) caching has become the de-facto to accelerate generation speed for large language models (LLMs) inference. However, the growing cache demand with increasing sequence length has transformed LLM inference to…

Quantization

Endor: Hardware-Friendly Sparse Format for Offloaded LLM Inference

2024-06-17 · Donghyeon Joo, Ramyad Hadidi, Soheil Feizi, Bahar Asgari

The increasing size of large language models (LLMs) challenges their usage on resource-constrained platforms. For example, memory on modern GPUs is insufficient to hold LLMs that are hundreds of Gigabytes in size. Offloa…

CPUGPU

On the Adversarial Robustness of Large Vision-Language Models under Visual Token Compression

2026-01-29 · Xinwei Zhang, Hangcheng Liu, Li Bai, Hao Wang 외 arxiv

Visual token compression is widely used to accelerate large vision-language models (LVLMs) by pruning or merging visual tokens, yet its adversarial robustness remains unexplored. We show that existing encoder-based attac…

Adversarial Robustness

Convolutional neural networks compression with low rank and sparse tensor decompositions

2020-06-11 · Pavel Kaloshin

Convolutional neural networks show outstanding results in a variety of computer vision tasks. However, a neural network architecture design usually faces a trade-off between model performance and computational/memory com…

CPUimage-classificationImage ClassificationNeural Network Compression