paper-with-me

Papers

Towards Compact CNNs via Collaborative Compression

2021-05-24 · CVPR 2021 1 · Yuchao Li, Shaohui Lin, Jianzhuang Liu, Qixiang Ye, Mengdi Wang, Fei Chao, Fan Yang, Jincheng Ma, Qi Tian, Rongrong Ji

Channel pruning and tensor decomposition have received extensive attention in convolutional neural network compression. However, these two techniques are traditionally deployed in an isolated manner, leading to significant accuracy drop when pursuing high compression rates. In this paper, we propose a Collaborative Compression (CC) scheme, which joints channel pruning and tensor decomposition to compress CNN models by simultaneously learning the model sparsity and low-rankness. Specifically, we first investigate the compression sensitivity of each layer in the network, and then propose a Global Compression Rate Optimization that transforms the decision problem of compression rate into an optimization problem. After that, we propose multi-step heuristic compression to remove redundant compression units step-by-step, which fully considers the effect of the remaining compression space (i.e., unremoved compression units). Our method demonstrates superior performance gains over previous ones on various datasets and backbone architectures. For example, we achieve 52.9% FLOPs reduction by removing 48.4% parameters on ResNet-50 with only a Top-1 accuracy drop of 0.56% on ImageNet 2012.

📄 PDF Abstract BibTeX arXiv:2105.11228

Code (1)

yuchaoli/CC pytorch

Tasks

Neural Network CompressionTensor Decomposition

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

An End-to-End Compression Framework Based on Convolutional Neural Networks

2017-08-02 · Feng Jiang, Wen Tao, Shaohui Liu, Jie Ren 외

Deep learning, e.g., convolutional neural networks (CNNs), has achieved great success in image processing and computer vision especially in high level vision applications such as recognition and understanding. However, i…

DenoisingImage Compression

ELRT: Efficient Low-Rank Training for Compact Convolutional Neural Networks

2024-01-18 · Yang Sui, Miao Yin, Yu Gong, Jinqi Xiao 외

Low-rank compression, a popular model compression technique that produces compact convolutional neural networks (CNNs) with low rankness, has been well-studied in the literature. On the other hand, low-rank training, as …

Low-rank compressionModel Compression

Video Coding for Machines: A Paradigm of Collaborative Compression and Intelligent Analytics

2020-01-10 · Ling-Yu Duan, Jiaying Liu, Wenhan Yang, Tiejun Huang 외

Video coding, which targets to compress and reconstruct the whole frame, and feature compression, which only preserves and transmits the most critical information, stand at two ends of the scale. That is, one is with com…

Feature CompressionVideo Compression

Neural Epitome Search for Architecture-Agnostic Network Compression

2019-07-12 · ICLR 2020 1 · Daquan Zhou, Xiaojie Jin, Qibin Hou, Kaixin Wang 외

The recent WSNet [1] is a new model compression method through sampling filterweights from a compact set and has demonstrated to be effective for 1D convolutionneural networks (CNNs). However, the weights sampling strate…

channel selectionModel CompressionNeural Architecture Search

EdgeCompress: Coupling Multidimensional Model Compression and Dynamic Inference for EdgeAI

2026-07-08 · Hao Kong, Di Liu, Shuo Huai, Xiangzhong Luo 외 arxiv

Convolutional neural networks (CNNs) have demonstrated encouraging results in image classification tasks. However, the prohibitive computational cost of CNNs hinders the deployment of CNNs onto resource-constrained embed…

Image ClassificationModel CompressionImage Cropping