paper-with-me

Papers

Efficient Neural Network Compression

2018-11-30 · CVPR 2019 6 · Hyeji Kim, Muhammad Umar Karim Khan, Chong-Min Kyung

Network compression reduces the computational complexity and memory consumption of deep neural networks by reducing the number of parameters. In SVD-based network compression, the right rank needs to be decided for every layer of the network. In this paper, we propose an efficient method for obtaining the rank configuration of the whole network. Unlike previous methods which consider each layer separately, our method considers the whole network to choose the right rank configuration. We propose novel accuracy metrics to represent the accuracy and complexity relationship for a given neural network. We use these metrics in a non-iterative fashion to obtain the right rank configuration which satisfies the constraints on FLOPs and memory while maintaining sufficient accuracy. Experiments show that our method provides better compromise between accuracy and computational complexity/memory consumption while performing compression at much higher speed. For VGG-16 our network can reduce the FLOPs by 25% and improve accuracy by 0.7% compared to the baseline, while requiring only 3 minutes on a CPU to search for the right rank configuration. Previously, similar results were achieved in 4 hours with 8 GPUs. The proposed method can be used for lossless compression of a neural network as well. The better accuracy and complexity compromise, as well as the extremely fast speed of our method makes it suitable for neural network compression.

📄 PDF Abstract BibTeX arXiv:1811.12781

Code (1)

Hyeji-Kim/ENC 공식 구현 caffe2

Tasks

CPUEfficient Neural NetworkNeural Network Compression

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…

Similar Papers 제목 키워드 기반

Sample Compression Scheme Reductions

2024-10-16 · Idan Attias, Steve Hanneke, Arvind Ramaswami

We present novel reductions from sample compression schemes in multiclass classification, regression, and adversarially robust learning settings to binary sample compression schemes. Assuming we have a compression scheme…

Binary Classification

Lossy and Lossless (L$^2$) Post-training Model Size Compression

2023-08-08 · Yumeng Shi, Shihao Bai, Xiuying Wei, Ruihao Gong 외

Deep neural networks have delivered remarkable performance and have been widely used in various visual tasks. However, their huge size causes significant inconvenience for transmission and storage. Many previous studies …

Lossy and Lossless (L2) Post-training Model Size Compression

2023-01-01 · ICCV 2023 1 · Yumeng Shi, Shihao Bai, Xiuying Wei, Ruihao Gong 외

Deep neural networks have delivered remarkable performance and have been widely used in various visual tasks. However, their huge sizes cause significant inconvenience for transmission and storage. Many previous stud…

FineZip : Pushing the Limits of Large Language Models for Practical Lossless Text Compression

2024-09-25 · Fazal Mittu, Yihuan Bu, Akshat Gupta, Ashok Devireddy 외

While the language modeling objective has been shown to be deeply connected with compression, it is surprising that modern LLMs are not employed in practical text compression systems. In this paper, we provide an in-dept…

Language ModelingLanguage ModellingMemorizationText Compression

Modulating Regularization Frequency for Efficient Compression-Aware Model Training

2021-05-05 · Dongsoo Lee, Se Jung Kwon, Byeongwook Kim, Jeongin Yun 외

While model compression is increasingly important because of large neural network size, compression-aware training is challenging as it needs sophisticated model modifications and longer training time.In this paper, we i…

Model Compression