paper-with-me

Papers

Efficient Micro-Structured Weight Unification and Pruning for Neural Network Compression

2021-06-15 · Sheng Lin, Wei Jiang, Wei Wang, Kaidi Xu, Yanzhi Wang, Shan Liu, Songnan Li

Compressing Deep Neural Network (DNN) models to alleviate the storage and computation requirements is essential for practical applications, especially for resource limited devices. Although capable of reducing a reasonable amount of model parameters, previous unstructured or structured weight pruning methods can hardly truly accelerate inference, either due to the poor hardware compatibility of the unstructured sparsity or due to the low sparse rate of the structurally pruned network. Aiming at reducing both storage and computation, as well as preserving the original task performance, we propose a generalized weight unification framework at a hardware compatible micro-structured level to achieve high amount of compression and acceleration. Weight coefficients of a selected micro-structured block are unified to reduce the storage and computation of the block without changing the neuron connections, which turns to a micro-structured pruning special case when all unified coefficients are set to zero, where neuron connections (hence storage and computation) are completely removed. In addition, we developed an effective training framework based on the alternating direction method of multipliers (ADMM), which converts our complex constrained optimization into separately solvable subproblems. Through iteratively optimizing the subproblems, the desired micro-structure can be ensured with high compression ratio and low performance degradation. We extensively evaluated our method using a variety of benchmark models and datasets for different applications. Experimental results demonstrate state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2106.08301

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Network Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Deep Microcompression: Structured Pruning and Bit-packed Quantization for Microcontrollers

2026-09-04 · Opegbemi Matthias Busoye, Tolulope Matthew Busoye, Eghonghon-aye Eigbe arxiv

This paper introduces Deep Microcompression (DMC), a hardware-aware pipeline for deep learning inference on bare-metal microcontrollers. DMC integrates structured pruning, quantization-aware training, and fixed-length bi…

Tight Compression: Compressing CNN Through Fine-Grained Pruning and Weight Permutation for Efficient Implementation

2021-04-03 · Xizi Chen, Jingyang Zhu, Jingbo Jiang, Chi-Ying Tsui

The unstructured sparsity after pruning poses a challenge to the efficient implementation of deep learning models in existing regular architectures like systolic arrays. On the other hand, coarse-grained structured pruni…

Model Compression

CAMERA: Multi-Matrix Joint Compression for MoE Models via Micro-Expert Redundancy Analysis

2025-08-04 · Yuzhuang Xu, Xu Han, Yuanchi Zhang, Yixuan Wang 외 arxiv

Large Language Models (LLMs) with Mixture-of-Experts (MoE) architectures are distinguished by their strong performance scaling with increasing parameters across a wide range of tasks, yet they also suffer from substantia…

Computational Efficiency

Thanos: A Block-wise Pruning Algorithm for Efficient Large Language Model Compression

2025-04-06 · Ivan Ilin, Peter Richtarik

This paper presents Thanos, a novel weight-pruning algorithm designed to reduce the memory footprint and enhance the computational efficiency of large language models (LLMs) by removing redundant weights while maintainin…

Computational EfficiencyLanguage ModelingLanguage ModellingLarge Language Model+1

AutoCompress: An Automatic DNN Structured Pruning Framework for Ultra-High Compression Rates

2019-07-06 · Ning Liu, Xiaolong Ma, Zhiyuan Xu, Yanzhi Wang 외

Structured weight pruning is a representative model compression technique of DNNs to reduce the storage and computation requirements and accelerate inference. An automatic hyperparameter determination process is necessar…

Deep Reinforcement LearningHeuristic SearchModel CompressionReinforcement Learning