paper-with-me

홈 › Papers

Exploiting Kernel Sparsity and Entropy for Interpretable CNN Compression

2018-12-11 · CVPR 2019 6 · Yuchao Li, Shaohui Lin, Baochang Zhang, Jianzhuang Liu, David Doermann, Yongjian Wu, Feiyue Huang, Rongrong Ji

Compressing convolutional neural networks (CNNs) has received ever-increasing research focus. However, most existing CNN compression methods do not interpret their inherent structures to distinguish the implicit redundancy. In this paper, we investigate the problem of CNN compression from a novel interpretable perspective. The relationship between the input feature maps and 2D kernels is revealed in a theoretical framework, based on which a kernel sparsity and entropy (KSE) indicator is proposed to quantitate the feature map importance in a feature-agnostic manner to guide model compression. Kernel clustering is further conducted based on the KSE indicator to accomplish high-precision CNN compression. KSE is capable of simultaneously compressing each layer in an efficient way, which is significantly faster compared to previous data-driven feature map pruning methods. We comprehensively evaluate the compression and speedup of the proposed method on CIFAR-10, SVHN and ImageNet 2012. Our method demonstrates superior performance gains over previous ones. In particular, it achieves 4.7 \times FLOPs reduction and 2.9 \times compression on ResNet-50 with only a Top-5 accuracy drop of 0.35% on ImageNet 2012, which significantly outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1812.04368

Code (1)

yuchaoli/KSE 공식 구현 pytorch

Tasks

ClusteringModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Encoding Weights of Irregular Sparsity for Fixed-to-Fixed Model Compression

2021-05-05 · ICLR 2022 4 · Baeseong Park, Se Jung Kwon, Daehwan Oh, Byeongwook Kim 외

Even though fine-grained pruning techniques achieve a high compression ratio, conventional sparsity representations (such as CSR) associated with irregular sparsity degrade parallelism significantly. Practical pruning me…

Model Compression

RT3D: Achieving Real-Time Execution of 3D Convolutional Neural Networks on Mobile Devices

2020-07-20 · Wei Niu, Mengshu Sun, Zhengang Li, Jou-An Chen 외

Mobile devices are becoming an important carrier for deep learning tasks, as they are being equipped with powerful, high-end mobile CPUs and GPUs. However, it is still a challenging task to execute 3D Convolutional Neura…

Code GenerationModel Compression

Exploiting Information Redundancy in Attention Maps for Extreme Quantization of Vision Transformers

2025-08-22 · Lucas Maisonnave, Karim Haroun, Tom Pegeot arxiv

Transformer models rely on Multi-Head Self-Attention (MHSA) mechanisms, where each attention head contributes to the final representation. However, their computational complexity and high memory demands due to MHSA hinde…

Mustafar: Promoting Unstructured Sparsity for KV Cache Pruning in LLM Inference

2025-05-28 · Donghyeon Joo, Helya Hosseini, Ramyad Hadidi, Bahar Asgari

We demonstrate that unstructured sparsity significantly improves KV cache compression for LLMs, enabling sparsity levels up to 70% without compromising accuracy or requiring fine-tuning. We conduct a systematic explorati…

Dynamic Kernel-Based Adaptive Spatial Aggregation for Learned Image Compression

2023-08-17 · Huairui Wang, Nianxiang Fu, Zhenzhong Chen, Shan Liu

Learned image compression methods have shown superior rate-distortion performance and remarkable potential compared to traditional compression methods. Most existing learned approaches use stacked convolution or window-b…

Image Compressionvalid