paper-with-me

Papers

Multi-Dimensional Pruning: A Unified Framework for Model Compression

2020-06-01 · CVPR 2020 6 · Jinyang Guo, Wanli Ouyang, Dong Xu

In this work, we propose a unified model compression framework called Multi-Dimensional Pruning (MDP) to simultaneously compress the convolutional neural networks (CNNs) on multiple dimensions. In contrast to the existing model compression methods that only aim to reduce the redundancy along either the spatial/spatial-temporal dimension (e.g., spatial dimension for 2D CNNs, spatial and temporal dimensions for 3D CNNs) or the channel dimension, our newly proposed approach can simultaneously reduce the spatial/spatial-temporal and the channel redundancies for CNNs. Specifically, in order to reduce the redundancy along the spatial/spatial-temporal dimension, we downsample the input tensor of a convolutional layer, in which the scaling factor for the downsampling operation is adaptively selected by our approach. After the convolution operation, the output tensor is upsampled to the original size to ensure the unchanged input size for the subsequent CNN layers. To reduce the channel-wise redundancy, we introduce a gate for each channel of the output tensor as its importance score, in which the gate value is automatically learned. The channels with small importance scores will be removed after the model compression process. Our comprehensive experiments on four benchmark datasets demonstrate that our MDP framework outperforms the existing methods when pruning both 2D CNNs and 3D CNNs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Unified DNN Weight Compression Framework Using Reweighted Optimization Methods

2020-04-12 · Tianyun Zhang, Xiaolong Ma, Zheng Zhan, Shanglin Zhou 외

To address the large model size and intensive computation requirement of deep neural networks (DNNs), weight pruning techniques have been proposed and generally fall into two categories, i.e., static regularization-based…

UniComp: A Unified Evaluation of Large Language Model Compression via Pruning, Quantization, and Distillation

2026-02-09 · Jonathan von Rad, Yong Cao, Andreas Geiger arxiv

Model compression is increasingly essential for deploying large language models (LLMs), yet existing comparative studies largely focus on pruning and quantization evaluated primarily on knowledge-centric benchmarks. Thus…

Knowledge DistillationModel Compression

NoWag: A Unified Framework for Shape Preserving Compression of Large Language Models

2025-04-20 · Lawrence Liu, Inesh Chakrabarti, Yixiao Li, Mengdi Wang 외

Large language models (LLMs) exhibit remarkable performance across various natural language processing tasks but suffer from immense computational and memory demands, limiting their deployment in resource-constrained env…

Quantization

Comb, Prune, Distill: Towards Unified Pruning for Vision Model Compression

2024-08-06 · Jonas Schmitt, Ruiping Liu, Junwei Zheng, Jiaming Zhang 외

Lightweight and effective models are essential for devices with limited resources, such as intelligent vehicles. Structured pruning offers a promising approach to model compression and efficiency enhancement. However, ex…

image-classificationImage ClassificationKnowledge DistillationModel Compression+1

UPop: Unified and Progressive Pruning for Compressing Vision-Language Transformers

2023-01-31 · Dachuan Shi, Chaofan Tao, Ying Jin, Zhendong Yang 외

Real-world data contains a vast amount of multimodal information, among which vision and language are the two most representative modalities. Moreover, increasingly heavier models, \textit{e}.\textit{g}., Transformers, h…

Image CaptioningImage ClassificationImage RetrievalImage-text Retrieval+7