paper-with-me

Papers

Protective Self-Adaptive Pruning to Better Compress DNNs

2023-03-21 · Liang Li, Pengfei Zhao

Adaptive network pruning approach has recently drawn significant attention due to its excellent capability to identify the importance and redundancy of layers and filters and customize a suitable pruning solution. However, it remains unsatisfactory since current adaptive pruning methods rely mostly on an additional monitor to score layer and filter importance, and thus faces high complexity and weak interpretability. To tackle these issues, we have deeply researched the weight reconstruction process in iterative prune-train process and propose a Protective Self-Adaptive Pruning (PSAP) method. First of all, PSAP can utilize its own information, weight sparsity ratio, to adaptively adjust pruning ratio of layers before each pruning step. Moreover, we propose a protective reconstruction mechanism to prevent important filters from being pruned through supervising gradients and to avoid unrecoverable information loss as well. Our PSAP is handy and explicit because it merely depends on weights and gradients of model itself, instead of requiring an additional monitor as in early works. Experiments on ImageNet and CIFAR-10 also demonstrate its superiority to current works in both accuracy and compression ratio, especially for compressing with a high ratio or pruning from scratch.

📄 PDF Abstract BibTeX arXiv:2303.11881

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

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

LLMs can Compress LLMs: Adaptive Pruning by Agents

2026-01-14 · Sai Varun Kodathala, Rakesh Vunnam arxiv

As Large Language Models (LLMs) continue to scale, post-training pruning has emerged as a promising approach to reduce computational costs while preserving performance. Existing methods such as SparseGPT and Wanda achiev…

Can Pruning Improve Reasoning? Revisiting Long-CoT Compression with Capability in Mind for Better Reasoning

2025-05-20 · Shangziqi Zhao, Jiahao Yuan, Guisong Yang, Usman Naseem

Long chain-of-thought (Long-CoT) reasoning improves accuracy in LLMs, yet its verbose, self-reflective style often hinders effective distillation into small language models (SLMs). We revisit Long-CoT compression through…

Large Language ModelMathematical Reasoning

SWE-Pruner: Self-Adaptive Context Pruning for Coding Agents

2026-01-23 · Yuhang Wang, Yuling Shi, Mo Yang, Rongrui Zhang 외 arxiv

LLM agents have demonstrated remarkable capabilities in software development, but their performance is hampered by long interaction contexts, which incur high API costs and latency. While various context compression appr…

Adaptive Sparse ViT: Towards Learnable Adaptive Token Pruning by Fully Exploiting Self-Attention

2022-09-28 · Xiangcheng Liu, Tianyi Wu, Guodong Guo

Vision transformer has emerged as a new paradigm in computer vision, showing excellent performance while accompanied by expensive computational cost. Image token pruning is one of the main approaches for ViT compression,…

Efficient ViTsInformativeness