paper-with-me

Papers

Structurally Prune Anything: Any Architecture, Any Framework, Any Time

2024-03-03 · Xun Wang, John Rachwan, Stephan Günnemann, Bertrand Charpentier

Neural network pruning serves as a critical technique for enhancing the efficiency of deep learning models. Unlike unstructured pruning, which only sets specific parameters to zero, structured pruning eliminates entire channels, thus yielding direct computational and storage benefits. However, the diverse patterns for coupling parameters, such as residual connections and group convolutions, the diverse deep learning frameworks, and the various time stages at which pruning can be performed make existing pruning methods less adaptable to different architectures, frameworks, and pruning criteria. To address this, we introduce Structurally Prune Anything (SPA), a versatile structured pruning framework that can prune neural networks with any architecture, from any framework, and at any stage of training. SPA leverages a standardized computational graph and ONNX representation to prune diverse neural network architectures without the need for manual intervention. SPA employs a group-level importance estimation method, which groups dependent computational operators, estimates their importance, and prunes unimportant coupled channels. This enables the transfer of various existing pruning criteria into a structured group style. As a result, SPA supports pruning at any time, either before training, after training with fine-tuning, or after training without fine-tuning. In the context of the latter, we introduce Optimal Brain SPA (OBSPA), an algorithm that achieves state-of-the-art pruning results needing neither fine-tuning nor calibration data. In extensive experiments, SPA shows competitive to state-of-the-art pruning performance across various architectures, from popular frameworks, at different pruning times.

📄 PDF Abstract BibTeX arXiv:2403.18955

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DepGraph: Towards Any Structural Pruning

2023-01-30 · CVPR 2023 1 · Gongfan Fang, Xinyin Ma, Mingli Song, Michael Bi Mi 외

Structural pruning enables model acceleration by removing structurally-grouped parameters from neural networks. However, the parameter-grouping patterns vary widely across different models, making architecture-specific p…

Network PruningNeural Network Compression

PUMA: Layer-Pruned Language Model for Efficient Unified Multimodal Retrieval with Modality-Adaptive Learning

2025-07-10 · Yibo Lyu, Rui Shao, Gongwei Chen, Yijie Zhu 외 arxiv

As multimedia content expands, the demand for unified multimodal retrieval (UMR) in real-world applications increases. Recent work leverages multimodal large language models (MLLMs) to tackle this task. However, their la…

Contrastive Learning

Pruning Large Language Models to Intra-module Low-rank Architecture with Transitional Activations

2024-07-08 · Bowen Shen, Zheng Lin, Daren Zha, Wei Liu 외

Structured pruning fundamentally reduces computational and memory overheads of large language models (LLMs) and offers a feasible solution for end-side LLM deployment. Structurally pruned models remain dense and high-pre…

SNIP: Single-shot Network Pruning based on Connection Sensitivity

2018-10-04 · ICLR 2019 5 · Namhoon Lee, Thalaiyasingam Ajanthan, Philip H. S. Torr

Pruning large neural networks while maintaining their performance is often desirable due to the reduced space and time complexity. In existing methods, pruning is done within an iterative optimization procedure with eith…

Image ClassificationNetwork PruningObject DetectionSensitivity

PSViT: A Methodology for Structurally Pruning Spiking Vision Transformers

2026-06-02 · Rachmad Vidya Wicaksana Putra, Achyuta Muthuvelan, Alberto Marchisio, Muhammad Shafique arxiv

Spiking Vision Transformer (SViT) models are promising low-power ViT models for solving vision-based tasks with state-of-the-art performance. However, their large sizes limit their deployments for resource-constrained em…

Model Compression