paper-with-me

Papers

General Pruning Criteria for Fast SBL

2025-09-25 · Jakob Möderl, Erik Leitinger, Bernard Henri Fleury arxiv

Sparse Bayesian learning (SBL) associates to each weight in the underlying linear model a hyperparameter by assuming that each weight is Gaussian distributed with zero mean and precision (inverse variance) equal to its associated hyperparameter. The method estimates the hyperparameters by marginalizing out the weights and performing (marginalized) maximum likelihood (ML) estimation. SBL returns many hyperparameter estimates to diverge to infinity, effectively setting the estimates of the corresponding weights to zero (i.e., pruning the corresponding weights from the model) and thereby yielding a sparse estimate of the weight vector. In this letter, we analyze the marginal likelihood as function of a single hyperparameter while keeping the others fixed, when the Gaussian assumptions on the noise samples and the weight distribution that underlies the derivation of SBL are weakened. We derive sufficient conditions that lead, on the one hand, to finite hyperparameter estimates and, on the other, to infinite ones. Finally, we show that in the Gaussian case, the two conditions are complementary and coincide with the pruning condition of fast SBL (F-SBL), thereby providing additional insights into this algorithm.

📄 PDF Abstract BibTeX arXiv:2509.21572

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Distilled Pruning Of Neural Networks

2021-09-29 · James O' Neill, Sourav Dutta, Haytham Assem

Pruning aims to reduce the number of parameters while maintaining performance close to the original network. This work proposes a novel \emph{self-distillation} based pruning strategy, whereby the representational simila…

Knowledge DistillationLanguage ModelingLanguage Modelling

Self-Distilled Pruning of Neural Networks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pruning aims to reduce the number of parameters while maintaining performance close to the original network. This work proposes a novel \emph{self-distillation} based pruning strategy, whereby the representational simila…

Knowledge DistillationLanguage ModelingLanguage Modelling

Aligned Weight Regularizers for Pruning Pretrained Neural Networks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pruning aims to reduce the number of parameters while maintaining performance close to the original network. This work proposes a novel \emph{self-distillation} based pruning strategy, whereby the representational simila…

Knowledge DistillationLanguage ModelingLanguage Modelling

Deep Neural Compression Via Concurrent Pruning and Self-Distillation

2021-09-30 · James O' Neill, Sourav Dutta, Haytham Assem

Pruning aims to reduce the number of parameters while maintaining performance close to the original network. This work proposes a novel \emph{self-distillation} based pruning strategy, whereby the representational simila…

Knowledge DistillationLanguage ModelingLanguage Modelling

Fast and Effective Weight Update for Pruned Large Language Models

2024-01-01 · Vladimír Boža

Pruning large language models (LLMs) is a challenging task due to their enormous size. The primary difficulty is fine-tuning the model after pruning, which is needed to recover the lost performance caused by dropping wei…