paper-with-me

홈 › Papers

Quantization vs Pruning: Insights from the Strong Lottery Ticket Hypothesis

2025-08-14 · Aakash Kumar, Emanuele Natale arxiv

Quantization is an essential technique for making neural networks more efficient, yet our theoretical understanding of it remains limited. Previous works demonstrated that extremely low-precision networks, such as binary networks, can be constructed by pruning large, randomly-initialized networks, and showed that the ratio between the size of the original and the pruned networks is at most polylogarithmic. The specific pruning method they employed inspired a line of theoretical work known as the Strong Lottery Ticket Hypothesis (SLTH), which leverages insights from the Random Subset Sum Problem. However, these results primarily address the continuous setting and cannot be applied to extend SLTH results to the quantized setting. In this work, we build on foundational results by Borgs et al. on the Number Partitioning Problem to derive new theoretical results for the Random Subset Sum Problem in a quantized setting. Using these results, we then extend the SLTH framework to finite-precision networks. While prior work on SLTH showed that pruning allows approximation of a certain class of neural networks, we demonstrate that, in the quantized setting, the analogous class of target discrete neural networks can be represented exactly, and we prove optimal bounds on the necessary overparameterization of the initial network as a function of the precision of the target network.

📄 PDF Abstract BibTeX arXiv:2508.11020

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Sooner The Better: Investigating Structure of Early Winning Lottery Tickets

2019-09-25 · Shihui Yin, Kyu-Hyoun Kim, Jinwook Oh, Naigang Wang 외

The recent success of the lottery ticket hypothesis by Frankle & Carbin (2018) suggests that small, sparsified neural networks can be trained as long as the network is initialized properly. Several follow-up discussions …

Memorization

Insights into the Lottery Ticket Hypothesis and Iterative Magnitude Pruning

2024-03-22 · Tausifa Jan Saleem, Ramanjit Ahuja, Surendra Prasad, Brejesh lall

Lottery ticket hypothesis for deep neural networks emphasizes the importance of initialization used to re-train the sparser networks obtained using the iterative magnitude pruning process. An explanation for why the spec…

Can We Find Strong Lottery Tickets in Generative Models?

2022-12-16 · Sangyeop Yeo, Yoojin Jang, Jy-yong Sohn, Dongyoon Han 외

Yes. In this paper, we investigate strong lottery tickets in generative models, the subnetworks that achieve good generative performance without any weight update. Neural network pruning is considered the main cornerston…

Model CompressionNetwork Pruning

Optimal Lottery Tickets via Subset Sum: Logarithmic Over-Parameterization is Sufficient

2020-12-01 · NeurIPS 2020 12 · Ankit Pensia, Shashank Rajput, Alliot Nagle, Harit Vishwakarma 외

The strong lottery ticket hypothesis (LTH) postulates that one can approximate any target neural network by only pruning the weights of a sufficiently over-parameterized random network. A recent work by Malach et al. [M…

Optimal Lottery Tickets via SubsetSum: Logarithmic Over-Parameterization is Sufficient

2020-06-14 · Ankit Pensia, Shashank Rajput, Alliot Nagle, Harit Vishwakarma 외

The strong {\it lottery ticket hypothesis} (LTH) postulates that one can approximate any target neural network by only pruning the weights of a sufficiently over-parameterized random network. A recent work by Malach et a…