paper-with-me

홈 › Papers

Exploring Weight Importance and Hessian Bias in Model Pruning

2020-06-19 · Mingchen Li, Yahya Sattar, Christos Thrampoulidis, Samet Oymak

Model pruning is an essential procedure for building compact and computationally-efficient machine learning models. A key feature of a good pruning algorithm is that it accurately quantifies the relative importance of the model weights. While model pruning has a rich history, we still don't have a full grasp of the pruning mechanics even for relatively simple problems involving linear models or shallow neural nets. In this work, we provide a principled exploration of pruning by building on a natural notion of importance. For linear models, we show that this notion of importance is captured by covariance scaling which connects to the well-known Hessian-based pruning. We then derive asymptotic formulas that allow us to precisely compare the performance of different pruning methods. For neural networks, we demonstrate that the importance can be at odds with larger magnitudes and proper initialization is critical for magnitude-based pruning. Specifically, we identify settings in which weights become more important despite becoming smaller, which in turn leads to a catastrophic failure of magnitude-based pruning. Our results also elucidate that implicit regularization in the form of Hessian structure has a catalytic role in identifying the important weights, which dictate the pruning performance.

📄 PDF Abstract BibTeX arXiv:2006.10903

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

SwiftPrune: Hessian-Free Weight Pruning for Large Language Models

2025-01-24 · Yuhan Kang, Yang Shi, Mei We, Jun He 외

Post-training pruning, as one of the key techniques for compressing large language models, plays a vital role in lightweight model deployment and model sparsity. However, current mainstream pruning methods dependent on t…

Model CompressionQuantization

Neural Pruning via Growing Regularization

2020-12-16 · ICLR 2021 1 · Huan Wang, Can Qin, Yulun Zhang, Yun Fu

Regularization has long been utilized to learn sparsity in deep neural network pruning. However, its role is mainly explored in the small penalty strength regime. In this work, we extend its application to a new scenario…

L2 RegularizationModel CompressionNetwork Pruning

Training Debiased Subnetworks with Contrastive Weight Pruning

2022-10-11 · CVPR 2023 1 · Geon Yeong Park, Sangmin Lee, Sang Wan Lee, Jong Chul Ye

Neural networks are often biased to spuriously correlated features that provide misleading statistical evidence that does not generalize. This raises an interesting question: ``Does an optimal unbiased functional subnetw…

Facial Attribute Classification

REFINE: Super-efficient 3D Gaussian Splatting Pruning via Rendering-Free Primitive Importance

2026-06-08 · Zhang Chen, Shuai Wan, Mengting Yu, Fuzheng Yang 외 arxiv

Existing pruning methods for 3D Gaussian splatting (3DGS) suffer from either severe quality degradation or prohibitive computational overhead. In this paper, we propose REFINE, a highly accelerated 3DGS pruning framework…

ECoFLaP: Efficient Coarse-to-Fine Layer-Wise Pruning for Vision-Language Models

2023-10-04 · Yi-Lin Sung, Jaehong Yoon, Mohit Bansal

Large Vision-Language Models (LVLMs) can understand the world comprehensively by integrating rich information from different modalities, achieving remarkable advancements on various multimodal downstream tasks. However, …

Model Compression