paper-with-me

홈 › Papers

MPruner: Optimizing Neural Network Size with CKA-Based Mutual Information Pruning

2024-08-24 · Seungbeom Hu, Chanjun Park, Andrew Ferraiuolo, Sang-Ki Ko, Jinwoo Kim, Haein Song, Jieung Kim

Determining the optimal size of a neural network is critical, as it directly impacts runtime performance and memory usage. Pruning is a well-established model compression technique that reduces the size of neural networks while mathematically guaranteeing accuracy preservation. However, many recent pruning methods overlook the global contributions of individual model components, making it difficult to ensure that a pruned model meets the desired dataset and performance requirements. To address these challenges, we developed a new pruning algorithm, MPruner, that leverages mutual information through vector similarity. MPruner utilizes layer clustering with the Centered Kernel Alignment (CKA) similarity metric, allowing us to incorporate global information from the neural network for more precise and efficient layer-wise pruning. We evaluated MPruner across various architectures and configurations, demonstrating its versatility and providing practical guidelines. MPruner achieved up to a 50% reduction in parameters and memory usage for CNN and transformer-based models, with minimal to no loss in accuracy.

📄 PDF Abstract BibTeX arXiv:2408.13482

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

VLM-Pruner: Buffering for Spatial Sparsity in an Efficient VLM Centrifugal Token Pruning Paradigm

2025-12-02 · Zhenkai Wu, Xiaowen Ma, Zhenliang Ni, Dengming Zhang 외 arxiv

Vision-language models (VLMs) excel at image understanding tasks, but the large number of visual tokens imposes significant computational costs, hindering deployment on mobile devices. Many pruning methods rely solely on…

Pruning Deep Convolutional Neural Network Using Conditional Mutual Information

2024-11-27 · Tien Vu-Van, Dat Du Thanh, Nguyen Ho, Mai Vu

Convolutional Neural Networks (CNNs) achieve high performance in image classification tasks but are challenging to deploy on resource-limited hardware due to their large model sizes. To address this issue, we leverage Mu…

image-classificationImage Classification

Mutual Information Preserving Neural Network Pruning

2024-10-31 · Charles Westphal, Stephen Hailes, Mirco Musolesi

Pruning has emerged as the primary approach used to limit the resource requirements of large neural networks (NNs). Since the proposal of the lottery ticket hypothesis, researchers have focused either on pruning at initi…

Network Pruning

MI-PRUN: Optimize Large Language Model Pruning via Mutual Information

2026-01-12 · Hao Zhang, Zhibin Zhang, Guangxin Wu, He Chen 외 arxiv

Large Language Models (LLMs) have become indispensable across various domains, but this comes at the cost of substantial computational and memory resources. Model pruning addresses this by removing redundant components f…

MINT: Deep Network Compression via Mutual Information-based Neuron Trimming

2020-03-18 · Madan Ravi Ganesh, Jason J. Corso, Salimeh Yasaei Sekeh

Most approaches to deep neural network compression via pruning either evaluate a filter's importance using its weights or optimize an alternative objective function with sparsity constraints. While these methods offer a …

Neural Network Compression