paper-with-me

Papers

Optimal Brain Connection: Towards Efficient Structural Pruning

2025-08-07 · Shaowu Chen, Wei Ma, Binhua Huang, Qingyuan Wang, Guoxin Wang, Weize Sun, Lei Huang, Deepu John arxiv

Structural pruning has been widely studied for its effectiveness in compressing neural networks. However, existing methods often neglect the interconnections among parameters. To address this limitation, this paper proposes a structural pruning framework termed Optimal Brain Connection. First, we introduce the Jacobian Criterion, a first-order metric for evaluating the saliency of structural parameters. Unlike existing first-order methods that assess parameters in isolation, our criterion explicitly captures both intra-component interactions and inter-layer dependencies. Second, we propose the Equivalent Pruning mechanism, which utilizes autoencoders to retain the contributions of all original connection--including pruned ones--during fine-tuning. Experimental results demonstrate that the Jacobian Criterion outperforms several popular metrics in preserving model performance, while the Equivalent Pruning mechanism effectively mitigates performance degradation after fine-tuning. Code: https://github.com/ShaowuChen/Optimal_Brain_Connection

📄 PDF Abstract BibTeX arXiv:2508.05521

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Structural Pruning in Deep Neural Networks: A Small-World Approach

2019-11-11 · Gokul Krishnan, Xiaocong Du, Yu Cao

Deep Neural Networks (DNNs) are usually over-parameterized, causing excessive memory and interconnection cost on the hardware platform. Existing pruning approaches remove secondary parameters at the end of training to re…

A flexible framework for structural plasticity in GPU-accelerated sparse spiking neural networks

2025-10-22 · James C. Knight, Johanna Senk, Thomas Nowotny arxiv

The majority of research in both training Artificial Neural Networks (ANNs) and modeling learning in biological brains focuses on synaptic plasticity, where learning equates to changing the strength of existing connectio…

Denoised Variance-Based Pruning with Optimal Brain Bias Compensation

2026-08-18 · Geon Tack Lee, Jaegul Choo, Kang Eun Jeon arxiv

Vision Transformers (ViTs) achieve state-of-the-art performance but carry massive computational overhead that restricts edge deployment. Although structural pruning has emerged as a key strategy to reduce these costs, ex…

ESL-SNNs: An Evolutionary Structure Learning Strategy for Spiking Neural Networks

2023-06-06 · Jiangrong Shen, Qi Xu, Jian K. Liu, Yueming Wang 외

Spiking neural networks (SNNs) have manifested remarkable advantages in power consumption and event-driven property during the inference process. To take full advantage of low power consumption and improve the efficiency…

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 c…

Network Pruning