paper-with-me

Papers

Understanding Diversity Based Neural Network Pruning in Teacher Student Setup

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Rupam Acharyya, Ankani Chattoraj, Boyu Zhang, Shouman Das, Daniel Stefankovic

Despite multitude of empirical advances, there is a lack of theoretical understanding of the effectiveness of different pruning methods. We inspect different pruning techniques under the statistical mechanics formulation of a teacher-student framework and derive their generalization error (GE) bounds. In the first part, we theoretically prove empirical observations of a recent work that showed Determinantal Point Process (DPP) based node pruning method is notably superior to competing approaches when tested on real datasets. In the second part, we use our theoretical setup to prove that the baseline random edge pruning method performs better than the DPP node pruning method, consistent with the finding in literature that sparse neural networks (edge pruned) generalize better than dense neural networks (node pruned) for a fixed number of parameters.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Statistical Mechanical Analysis of Neural Network Pruning

2020-06-30 · Rupam Acharyya, Ankani Chattoraj, Boyu Zhang, Shouman Das 외

Deep learning architectures with a huge number of parameters are often compressed using pruning techniques to ensure computational efficiency of inference during deployment. Despite multitude of empirical advances, there…

Computational EfficiencyNetwork Pruning

Why does Knowledge Distillation Work? Rethink its Attention and Fidelity Mechanism

2024-04-30 · Chenqi Guo, Shiwei Zhong, Xiaofeng Liu, Qianli Feng 외

Does Knowledge Distillation (KD) really work? Conventional wisdom viewed it as a knowledge transfer procedure where a perfect mimicry of the student to its teacher is desired. However, paradoxical studies indicate that c…

Data AugmentationDiversityKnowledge DistillationTransfer Learning

PQK: Model Compression via Pruning, Quantization, and Knowledge Distillation

2021-06-25 · Jangho Kim, Simyung Chang, Nojun Kwak

As edge devices become prevalent, deploying Deep Neural Networks (DNN) on edge devices has become a critical issue. However, DNN requires a high computational resource which is rarely available for edge devices. To handl…

Keyword SpottingKnowledge DistillationModel CompressionQuantization

Soft Label Pruning and Quantization for Large-Scale Dataset Distillation

2026-04-20 · Xiao Lingao, Yang He arxiv

Large-scale dataset distillation requires storing auxiliary soft labels that can be 30-40x larger on ImageNet-1K and 200x larger on ImageNet-21K than the condensed images, undermining the goal of dataset compression. We …

EPSD: Early Pruning with Self-Distillation for Efficient Model Compression

2024-01-31 · Dong Chen, Ning Liu, Yichen Zhu, Zhengping Che 외

Neural network compression techniques, such as knowledge distillation (KD) and network pruning, have received increasing attention. Recent work `Prune, then Distill' reveals that a pruned student-friendly teacher network…

Knowledge DistillationModel CompressionNetwork PruningNeural Network Compression