paper-with-me

Papers

Randomized Pruning: Efficiently Calculating Expectations in Large Dynamic Programs

2009-12-01 · NeurIPS 2009 12 · Alexandre Bouchard-Côté, Slav Petrov, Dan Klein

Pruning can massively accelerate the computation of feature expectations in large models. However, any single pruning mask will introduce bias. We present a novel approach which employs a randomized sequence of pruning masks. Formally, we apply auxiliary variable MCMC sampling to generate this sequence of masks, thereby gaining theoretical guarantees about convergence. Because each mask is generally able to skip large portions of an underlying dynamic program, our approach is particularly compelling for high-degree algorithms. Empirically, we demonstrate our method on bilingual parsing, showing decreasing bias as more masks are incorporated, and outperforming fixed tic-tac-toe pruning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attention Pruning: Automated Fairness Repair of Language Models via Surrogate Simulated Annealing

2025-03-20 · Vishnu Asutosh Dasu, Md Rafi Ur Rashid, Vipul Gupta, Saeid Tizpaz-Niari 외

This paper explores pruning attention heads as a post-processing bias mitigation method for large language models (LLMs). Modern AI systems such as LLMs are expanding into sensitive social contexts where fairness concern…

FairnessProgram Repair

Theoretical Compression Bounds for Wide Multilayer Perceptrons

2025-12-06 · Houssam El Cheairi, David Gamarnik, Rahul Mazumder arxiv

Pruning and quantization techniques have been broadly successful in reducing the number of parameters needed for large neural networks, yet theoretical justification for their empirical success falls short. We consider a…

HYDRA: Pruning Adversarially Robust Neural Networks

2020-02-24 · NeurIPS 2020 12 · Vikash Sehwag, Shiqi Wang, Prateek Mittal, Suman Jana

In safety-critical but computationally resource-constrained applications, deep learning faces two key challenges: lack of robustness against adversarial attacks and large neural network size (often millions of parameters…

Network Pruning

Fair Grading Algorithms for Randomized Exams

2023-04-13 · Jiale Chen, Jason Hartline, Onno Zoeter

This paper studies grading algorithms for randomized exams. In a randomized exam, each student is asked a small number of random questions from a large question bank. The predominant grading rule is simple averaging, i.e…

Fairness

Tutorial: Complexity analysis of Singular Value Decomposition and its variants

2019-06-28 · Xiaocan Li, Shuo Wang, Yinghao Cai

We compared the regular Singular Value Decomposition (SVD), truncated SVD, Krylov method and Randomized PCA, in terms of time and space complexity. It is well-known that Krylov method and Randomized PCA only performs wel…