paper-with-me

홈 › Papers

Order of Compression: A Systematic and Optimal Sequence to Combinationally Compress CNN

2024-03-26 · Yingtao Shen, Minqing Sun, Jianzhe Lin, Jie Zhao, An Zou

Model compression has gained significant popularity as a means to alleviate the computational and memory demands of machine learning models. Each compression technique leverages unique features to reduce the size of neural networks. Although intuitively combining different techniques may enhance compression effectiveness, we find that the order in which they are combined significantly influences performance. To identify the optimal sequence for compressing neural networks, we propose the Order of Compression, a systematic and optimal sequence to apply multiple compression techniques in the most effective order. We start by building the foundations of the orders between any two compression approaches and then demonstrate inserting additional compression between any two compressions will not break the order of the two compression approaches. Based on the foundations, an optimal order is obtained with topological sorting. Validated on image-based regression and classification networks across different datasets, our proposed Order of Compression significantly reduces computational costs by up to 859 times on ResNet34, with negligible accuracy loss (-0.09% for CIFAR10) compared to the baseline model. We believe our simple yet effective exploration of the order of compression will shed light on the practice of model compression.

📄 PDF Abstract BibTeX arXiv:2403.17447

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel CompressionQuantization

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

A Systematic Study of Compression Ordering for Large Language Models

2025-11-23 · Shivansh Chhawri, Rahul Mahadik, Suparna Rooj arxiv

Large Language Models (LLMs) require substantial computational resources, making model compression essential for efficient deployment in constrained environments. Among the dominant compression techniques: knowledge dist…

Knowledge DistillationModel Compression

Matrix Product State for Higher-Order Tensor Compression and Classification

2016-09-15 · Johann A. Bengua, Ho N. Phien, Hoang D. Tuan, Minh N. Do

This paper introduces matrix product state (MPS) decomposition as a new and systematic method to compress multidimensional data represented by higher-order tensors. It solves two major bottlenecks in tensor compression: …

General Classification

Entropy Coding of Unordered Data Structures

2024-08-16 · Julius Kunze, Daniel Severo, Giulio Zani, Jan-Willem van de Meent 외

We present shuffle coding, a general method for optimal compression of sequences of unordered objects using bits-back coding. Data structures that can be compressed using shuffle coding include multisets, graphs, hypergr…

With Measured Words: Simple Sentence Selection for Black-Box Optimization of Sentence Compression Algorithms

2021-01-25 · EACL 2021 2 · Yotam Shichel, Meir Kalech, Oren Tsur

Sentence Compression is the task of generating a shorter, yet grammatical version of a given sentence, preserving the essence of the original sentence. This paper proposes a Black-Box Optimizer for Compression (B-BOC): g…

SentenceSentence Compression

The risk of KV cache compression

2026-07-01 · Lukas Haverbeck, Carmen Amo Alonso, Andres Felipe Posada-Moreno, Sebastian Trimpe 외 arxiv

Transformer inference on long sequences is expensive because softmax attention repeatedly reads from a large KV cache. The prevalent approach to this bottleneck is KV cache compression, which replaces the full cache with…