paper-with-me

Papers

Layer-adaptive Structured Pruning Guided by Latency

2023-05-23 · Siyuan Pan, Linna Zhang, Jie Zhang, Xiaoshuang Li, Liang Hou, Xiaobing Tu

Structured pruning can simplify network architecture and improve inference speed. Combined with the underlying hardware and inference engine in which the final model is deployed, better results can be obtained by using latency collaborative loss function to guide network pruning together. Existing pruning methods that optimize latency have demonstrated leading performance, however, they often overlook the hardware features and connection in the network. To address this problem, we propose a global importance score SP-LAMP(Structured Pruning Layer-Adaptive Magnitude-based Pruning) by deriving a global importance score LAMP from unstructured pruning to structured pruning. In SP-LAMP, each layer includes a filter with an SP-LAMP score of 1, and the remaining filters are grouped. We utilize a group knapsack solver to maximize the SP-LAMP score under latency constraints. In addition, we improve the strategy of collect the latency to make it more accurate. In particular, for ResNet50/ResNet18 on ImageNet and CIFAR10, SP-LAMP is 1.28x/8.45x faster with +1.7%/-1.57% top-1 accuracy changed, respectively. Experimental results in ResNet56 on CIFAR10 demonstrate that our algorithm achieves lower latency compared to alternative approaches while ensuring accuracy and FLOPs.

📄 PDF Abstract BibTeX arXiv:2305.14403

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

ProfilingAgent: Profiling-Guided Agentic Reasoning for Adaptive Model Optimization

2025-09-06 · Sadegh Jafari, Aishwarya Sarkar, Mohiuddin Bilwal, Ali Jannesari arxiv

Foundation models face growing compute and memory bottlenecks, hindering deployment on resource-limited platforms. While compression techniques such as pruning and quantization are widely used, most rely on uniform heuri…

Lightweight Intrusion Detection in IoT via SHAP-Guided Feature Pruning and Knowledge-Distilled Kronecker Networks

2025-12-22 · Hafsa Benaddi, Mohammed Jouhari, Nouha Laamech, Anas Motii 외 arxiv

The widespread deployment of Internet of Things (IoT) devices requires intrusion detection systems (IDS) with high accuracy while operating under strict resource constraints. Conventional deep learning IDS are often too …

Knowledge DistillationIntrusion Detection

High-Layer Attention Pruning with Rescaling

2025-07-02 · Songtao Liu, Peng Liu arxiv

Pruning is a highly effective approach for compressing large language models (LLMs), significantly reducing inference latency. However, conventional training-free structured pruning methods often employ a heuristic metri…

LAPP: Layer Adaptive Progressive Pruning for Compressing CNNs from Scratch

2023-09-25 · Pucheng Zhai, Kailing Guo, Fang Liu, Xiaofen Xing 외

Structured pruning is a commonly used convolutional neural network (CNN) compression approach. Pruning rate setting is a fundamental problem in structured pruning. Most existing works introduce too many additional learna…

Structured Pruning of Large Language Models

2019-10-10 · EMNLP 2020 11 · Ziheng Wang, Jeremy Wohlwend, Tao Lei

Large language models have recently achieved state of the art performance across a wide variety of natural language tasks. Meanwhile, the size of these models and their latency have significantly increased, which makes t…

Language ModelingLanguage ModellingModel CompressionWord Embeddings