paper-with-me

Papers

GoPrune: Accelerated Structured Pruning with $\ell_{2,p}$-Norm Optimization

2025-11-27 · Li Xu, Xianchao Xiu arxiv

Convolutional neural networks (CNNs) suffer from rapidly increasing storage and computational costs as their depth grows, which severely hinders their deployment on resource-constrained edge devices. Pruning is a practical approach for network compression, among which structured pruning is the most effective for inference acceleration. Although existing work has applied the $\ell_p$-norm to pruning, it only considers unstructured pruning with $p\in (0, 1)$ and has low computational efficiency. To overcome these limitations, we propose an accelerated structured pruning method called GoPrune. Our method employs the $\ell_{2,p}$-norm for sparse network learning, where the value of $p$ is extended to $[0, 1)$. Moreover, we develop an efficient optimization algorithm based on the proximal alternating minimization (PAM), and the resulting subproblems enjoy closed-form solutions, thus improving compression efficiency. Experiments on the CIFAR datasets using ResNet and VGG models demonstrate the superior performance of the proposed method in network pruning. Our code is available at https://github.com/xianchaoxiu/GoPrune.

📄 PDF Abstract BibTeX arXiv:2511.22120

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyNetwork Pruning

Similar Papers 제목 키워드 기반

EgoPrune: Efficient Token Pruning for Egomotion Video Reasoning in Embodied Agent

2025-07-21 · Jiaao Li, Kaiyuan Li, Chen Gao, Yong Li 외

Egomotion videos are first-person recordings where the view changes continuously due to the agent's movement. As they serve as the primary visual input for embodied AI agents, making egomotion video reasoning more effici…

Multimodal Reasoning

Sample-aware Adaptive Structured Pruning for Large Language Models

2025-03-08 · Jun Kong, Xinge Ma, Jin Wang, Xuejie Zhang

Large language models (LLMs) have achieved outstanding performance in natural language processing, but enormous model sizes and high computational costs limit their practical deployment. Structured pruning can effectivel…

Bayesian Optimization

A Convex-optimization-based Layer-wise Post-training Pruner for Large Language Models

2024-08-07 · Pengxiang Zhao, Hanyu Hu, Ping Li, Yi Zheng 외

Pruning is a critical strategy for compressing trained large language models (LLMs), aiming at substantial memory conservation and computational acceleration without compromising performance. However, existing pruning me…

LEAP: Learnable End-to-End Adaptive Pruning of Large Language Models

2026-05-17 · Mohammad Mozaffari, Younes Hourri, Mohammad Rastegari, Mahyar Najibi arxiv

Unstructured sparsity is now natively accelerated by recent GPU kernels and dataflow hardware, shifting the bottleneck from inference execution to the pruning algorithm. State-of-the-art methods for unstructured LLM prun…

Pangu Light: Weight Re-Initialization for Pruning and Accelerating LLMs

2025-05-26 · Hanting Chen, Jiarui Qin, Jialong Guo, Tao Yuan 외

Large Language Models (LLMs) deliver state-of-the-art capabilities across numerous tasks, but their immense size and inference costs pose significant computational challenges for practical deployment. While structured pr…

Model Compression