paper-with-me

홈 › Papers

Self-Adaptive Network Pruning

2019-10-20 · Jinting Chen, Zhaocheng Zhu, Cheng Li, Yuming Zhao

Deep convolutional neural networks have been proved successful on a wide range of tasks, yet they are still hindered by their large computation cost in many industrial scenarios. In this paper, we propose to reduce such cost for CNNs through a self-adaptive network pruning method (SANP). Our method introduces a general Saliency-and-Pruning Module (SPM) for each convolutional layer, which learns to predict saliency scores and applies pruning for each channel. Given a total computation budget, SANP adaptively determines the pruning strategy with respect to each layer and each sample, such that the average computation cost meets the budget. This design allows SANP to be more efficient in computation, as well as more robust to datasets and backbones. Extensive experiments on 2 datasets and 3 backbones show that SANP surpasses state-of-the-art methods in both classification accuracy and pruning rate.

📄 PDF Abstract BibTeX arXiv:1910.08906

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar 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. Howeve…

Network Pruning

The Lighter The Better: Rethinking Transformers in Medical Image Segmentation Through Adaptive Pruning

2022-06-29 · Xian lin, Li Yu, Kwang-Ting Cheng, Zengqiang Yan

Vision transformers have recently set off a new wave in the field of medical image analysis due to their remarkable performance on various computer vision tasks. However, recent hybrid-/transformer-based approaches mainl…

Image SegmentationMedical Image AnalysisMedical Image SegmentationPosition+1

Probabilistic fine-tuning of pruning masks and PAC-Bayes self-bounded learning

2021-10-22 · Soufiane Hayou, Bobby He, Gintare Karolina Dziugaite

We study an approach to learning pruning masks by optimizing the expected loss of stochastic pruning masks, i.e., masks which zero out each weight independently with some weight-specific probability. We analyze the train…

L2 Regularizationregression

Sharp Eyes and Memory for VideoLLMs: Information-Aware Visual Token Pruning for Efficient and Reliable VideoLLM Reasoning

2025-11-11 · Jialong Qin, Xin Zou, Di Lu, Yibo Yan 외 arxiv

Current Video Large Language Models (VideoLLMs) suffer from quadratic computational complexity and key-value cache scaling, due to their reliance on processing excessive redundant visual tokens. To address this problem, …

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…