Related Experiment Video
Updated: Jul 1, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
Complex hybrid weighted pruning method for accelerating convolutional neural networks
Xu Geng1, Jinxiong Gao1, Yonghui Zhang2
1School of Information and Communication Engineering, Hainan University, Haikou, 570228, China.
This study introduces a novel hybrid weighted pruning method for convolutional neural networks, significantly reducing computations while maintaining high performance. The approach effectively prunes filters and considers batch normalization layers for better network compression.
Area of Science:
- Computer Science
- Artificial Intelligence
- Machine Learning
Background:
- Convolutional Neural Networks (CNNs) are computationally intensive, necessitating efficient compression and acceleration techniques.
- Current filter pruning methods, such as norm-based and relation-based approaches, often overlook filter diversity and batch normalization layer impacts, potentially degrading performance.
Purpose of the Study:
- To address the limitations of existing filter pruning methods.
- To introduce a novel complex hybrid weighted pruning method that enhances filter pruning effectiveness and robustness.
Main Methods:
- Empirical analysis of norm-based and similarity-based pruning drawbacks.
- Development of a complex hybrid weighted pruning method evaluating filter correlations, norms, and batch normalization parameters.
- Comprehensive pruning experiments on ResNet architectures using ImageNet and CIFAR-10 datasets.
Main Results:
- The proposed hybrid weighted pruning method effectively identifies and removes redundant filters without significant performance degradation.
- Achieved a 53.5% reduction in floating-point operations for ResNet-50 on ImageNet with only a 0.6% performance loss.
- Demonstrated significant efficacy across different ResNet depths and datasets.
Conclusions:
- The complex hybrid weighted pruning method offers a robust and effective solution for compressing CNNs.
- This approach successfully balances network compression with performance preservation, outperforming existing methods.
Related Concept Videos
Convolution Properties II
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
Convolution: Math, Graphics, and Discrete Signals
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
Convolution Properties I
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
Deconvolution
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Survival Tree
Building a Survival Tree
Constructing a...

