paper-with-me

Papers

Network Pruning for Low-Rank Binary Indexing

2019-05-14 · Dongsoo Lee, Se Jung Kwon, Byeongwook Kim, Parichay Kapoor, Gu-Yeon Wei

Pruning is an efficient model compression technique to remove redundancy in the connectivity of deep neural networks (DNNs). Computations using sparse matrices obtained by pruning parameters, however, exhibit vastly different parallelism depending on the index representation scheme. As a result, fine-grained pruning has not gained much attention due to its irregular index form leading to large memory footprint and low parallelism for convolutions and matrix multiplications. In this paper, we propose a new network pruning technique that generates a low-rank binary index matrix to compress index data while decompressing index data is performed by simple binary matrix multiplication. This proposed compression method finds a particular fine-grained pruning mask that can be decomposed into two binary matrices. We also propose a tile-based factorization technique that not only lowers memory requirements but also enhances compression ratio. Various DNN models can be pruned with much fewer indexes compared to previous sparse matrix formats while maintaining the same pruning rate.

📄 PDF Abstract BibTeX arXiv:1905.05686

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Network Pruning for Low-Rank Binary Index

2019-09-25 · Dongsoo Lee, Se Jung Kwon, Byeongwook Kim, Parichay Kapoor 외

Pruning is an efficient model compression technique to remove redundancy in the connectivity of deep neural networks (DNNs). A critical problem to represent sparse matrices after pruning is that if fewer bits are used …

Model CompressionNetwork PruningQuantization

A Study on Token Pruning for ColBERT

2021-12-13 · Carlos Lassance, Maroua Maachou, Joohee Park, Stéphane Clinchant

The ColBERT model has recently been proposed as an effective BERT based ranker. By adopting a late interaction mechanism, a major advantage of ColBERT is that document representations can be precomputed in advance. Howev…

Partial 3D Object Retrieval using Local Binary QUICCI Descriptors and Dissimilarity Tree Indexing

2021-07-07 · Bart Iver van Blokland, Theoharis Theoharis

A complete pipeline is presented for accurate and efficient partial 3D object retrieval based on Quick Intersection Count Change Image (QUICCI) binary local descriptors and a novel indexing tree. It is shown how a modifi…

3D Object RetrievalRetrieval

On Large-Scale Retrieval: Binary or n-ary Coding?

2015-09-20 · Mahyar Najibi, Mohammad Rastegari, Larry S. Davis

The growing amount of data available in modern-day datasets makes the need to efficiently search and retrieve information. To make large-scale search feasible, Distance Estimation and Subset Indexing are the main approac…

Image RetrievalQuantizationRetrieval

SLaB: Sparse-Lowrank-Binary Decomposition for Efficient Large Language Models

2026-04-06 · Ziwei Li, Yuang Ma, Yi Kang arxiv

The rapid growth of large language models (LLMs) presents significant deployment challenges due to their massive computational and memory demands. While model compression, such as network pruning, offers potential soluti…

Model CompressionNetwork Pruning