Towards Efficient Filter Pruning Via Topology

Xu Xiaozhou,Chen Jun,Su Hongye,Xie Lei
DOI: https://doi.org/10.1007/s11554-022-01209-z
IF: 2.293
2022-01-01
Journal of Real-Time Image Processing
Abstract:With the development of deep neural networks, compressing and accelerating deep neural networks without performance deterioration has become a research hotspot. Among all kinds of network compression methods, network pruning is one of the most effective and popular methods. Inspired by several property-based pruning methods and geometric topology, we focus the research of the pruning method on the extraction of feature map information. We predefine a metric, called TopologyHole, used to describe the feature map and associate it with the importance of the corresponding filter. In the exploration experiments, we find out that the average TopologyHole of the feature map for the same filter is relatively stable, regardless of the number of image batches the CNNs receive. This phenomenon proves TopologyHole is a data-independent metric and valid as a criterion for filter pruning. Through a large number of experiments, we have demonstrated that priorly pruning the filters with high-TopologyHole feature maps achieves competitive performance compared to the state-of-the-art. Notably, on ImageNet, TopologyHole reduces 45.0% FLOPs by removing 40.9% parameters on ResNet-50 with 75.71%, only a loss of 0.44% in top-1 accuracy.
What problem does this paper attempt to address?