paper-with-me

Papers

Double Viterbi: Weight Encoding for High Compression Ratio and Fast On-Chip Reconstruction for Deep Neural Network

2019-05-01 · ICLR 2019 5 · Daehyun Ahn, Dongsoo Lee, Taesu Kim, Jae-Joon Kim

Weight pruning has been introduced as an efficient model compression technique. Even though pruning removes significant amount of weights in a network, memory requirement reduction was limited since conventional sparse matrix formats require significant amount of memory to store index-related information. Moreover, computations associated with such sparse matrix formats are slow because sequential sparse matrix decoding process does not utilize highly parallel computing systems efficiently. As an attempt to compress index information while keeping the decoding process parallelizable, Viterbi-based pruning was suggested. Decoding non-zero weights, however, is still sequential in Viterbi-based pruning. In this paper, we propose a new sparse matrix format in order to enable a highly parallel decoding process of the entire sparse matrix. The proposed sparse matrix is constructed by combining pruning and weight quantization. For the latest RNN models on PTB and WikiText-2 corpus, LSTM parameter storage requirement is compressed 19x using the proposed sparse matrix format compared to the baseline model. Compressed weight and indices can be reconstructed into a dense matrix fast using Viterbi encoders. Simulation results show that the proposed scheme can feed parameters to processing elements 20 % to 106 % faster than the case where the dense matrix values directly come from DRAM.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Viterbi-based Pruning for Sparse Matrix with Fixed and High Index Compression Ratio

2018-01-01 · ICLR 2018 1 · Dongsoo Lee, Daehyun Ahn, Taesu Kim, Pierce I. Chuang 외

Weight pruning has proven to be an effective method in reducing the model size and computation cost while not sacrificing the model accuracy. Conventional sparse matrix formats, however, involve irregular index structure…

External knowledge transfer deployment inside a simple double agent Viterbi algorithm

2021-09-06 · Zied Baklouti

We consider in this paper deploying external knowledge transfer inside a simple double agent Viterbi algorithm which is an algorithm firstly introduced by the author in his preprint "Hidden Markov Based Mathematical Mode…

Transfer Learning

Addition is almost all you need: Compressing neural networks with double binary factorization

2025-05-16 · Vladimír Boža, Vladimír Macko

Binary quantization approaches, which replace weight matrices with binary matrices and substitute costly multiplications with cheaper additions, offer a computationally efficient approach to address the increasing comput…

AllBinarizationQuantization

Encoding Weights of Irregular Sparsity for Fixed-to-Fixed Model Compression

2021-05-05 · ICLR 2022 4 · Baeseong Park, Se Jung Kwon, Daehwan Oh, Byeongwook Kim 외

Even though fine-grained pruning techniques achieve a high compression ratio, conventional sparsity representations (such as CSR) associated with irregular sparsity degrade parallelism significantly. Practical pruning me…

Model Compression

Genetic Sequence compression using Machine Learning and Arithmetic Encoding Decoding Techniques

2022-12-06 · Mehedi Hasan Sarkar, Adnan Ferdous Ashrafi

We live in a period where bio-informatics is rapidly expanding, a significant quantity of genomic data has been produced as a result of the advancement of high-throughput genome sequencing technology, raising concerns ab…