CVNEOct 13, 2020

Coarse and fine-grained automatic cropping deep convolutional neural network

arXiv:2010.06379v2
Originality Synthesis-oriented
AI Analysis

This addresses network compression for AI/ML practitioners, but appears incremental as it combines existing pruning approaches with optimization techniques.

The paper tackles convolutional neural network compression by proposing a coarse and fine-grained automatic pruning algorithm that clusters feature maps and uses particle swarm optimization to achieve more efficient and accurate compression acceleration.

The existing convolutional neural network pruning algorithms can be divided into two categories: coarse-grained clipping and fine-grained clipping. This paper proposes a coarse and fine-grained automatic pruning algorithm, which can achieve more efficient and accurate compression acceleration for convolutional neural networks. First, cluster the intermediate feature maps of the convolutional neural network to obtain the network structure after coarse-grained clipping, and then use the particle swarm optimization algorithm to iteratively search and optimize the structure. Finally, the optimal network tailoring substructure is obtained.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes