paper-with-me

Papers

Compression for Better: A General and Stable Lossless Compression Framework

2024-12-09 · Boyang Zhang, Daning Cheng, Yunquan Zhang, Fangmin Liu, WenGuang Chen

This work focus on how to stabilize and lossless model compression, aiming to reduce model complexity and enhance efficiency without sacrificing performance due to compression errors. A key challenge is effectively leveraging compression errors and defining the boundaries for lossless compression to minimize model loss. i.e., compression for better. Currently, there is no systematic approach to determining this error boundary or understanding its specific impact on model performance. We propose a general \textbf{L}oss\textbf{L}ess \textbf{C}ompression theoretical framework (\textbf{LLC}), which further delineates the compression neighborhood and higher-order analysis boundaries through the total differential, thereby specifying the error range within which a model can be compressed without loss. To verify the effectiveness of LLC, we apply various compression techniques, including quantization and decomposition. Specifically, for quantization, we reformulate the classic quantization search problem as a grouped knapsack problem within the lossless neighborhood, achieving lossless quantization while improving computational efficiency. For decomposition, LLC addresses the approximation problem under low-rank constraints, automatically determining the rank for each layer and producing lossless low-rank models. We conduct extensive experiments on multiple neural network architectures on different datasets. The results show that without fancy tricks, LLC can effectively achieve lossless model compression. Our code will be made publicly.

📄 PDF Abstract BibTeX arXiv:2412.06868

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyModel CompressionQuantization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Lossless Image Compression Using Multi-level Dictionaries: Binary Images

2024-06-05 · Samar Agnihotri, Renu Rameshan, Ritwik Ghosal

Lossless image compression is required in various applications to reduce storage or transmission costs of images, while requiring the reconstructed images to have zero information loss compared to the original. Existing …

Image Compression

Bit-Swap: Recursive Bits-Back Coding for Lossless Compression with Hierarchical Latent Variables

2019-05-16 · Friso H. Kingma, Pieter Abbeel, Jonathan Ho

The bits-back argument suggests that latent variable models can be turned into lossless compression schemes. Translating the bits-back argument into efficient and practical lossless compression schemes for general latent…

RAGE for the Machine: Image Compression with Low-Cost Random Access for Embedded Applications

2024-02-07 · Christian D. Rask, Daniel E. Lucani

We introduce RAGE, an image compression framework that achieves four generally conflicting objectives: 1) good compression for a wide variety of color images, 2) computationally efficient, fast decompression, 3) fast ran…

Image Compression

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…