CVAINov 10, 2024

RL-Pruner: Structured Pruning Using Reinforcement Learning for CNN Compression and Acceleration

arXiv:2411.06463v112 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient CNN deployment on edge devices, though it is incremental as it builds on existing structured pruning techniques.

The paper tackles the problem of compressing and accelerating convolutional neural networks (CNNs) by proposing RL-Pruner, a method that uses reinforcement learning to learn an optimal uneven pruning distribution across layers, achieving competitive accuracy with reduced model size and inference time.

Convolutional Neural Networks (CNNs) have demonstrated exceptional performance in recent years. Compressing these models not only reduces storage requirements, making deployment to edge devices feasible, but also accelerates inference, thereby reducing latency and computational costs. Structured pruning, which removes filters at the layer level, directly modifies the model architecture. This approach achieves a more compact architecture while maintaining target accuracy, ensuring that the compressed model retains good compatibility and hardware efficiency. Our method is based on a key observation: filters in different layers of a neural network have varying importance to the model's performance. When the number of filters to prune is fixed, the optimal pruning distribution across different layers is uneven to minimize performance loss. Layers that are more sensitive to pruning should account for a smaller proportion of the pruning distribution. To leverage this insight, we propose RL-Pruner, which uses reinforcement learning to learn the optimal pruning distribution. RL-Pruner can automatically extract dependencies between filters in the input model and perform pruning, without requiring model-specific pruning implementations. We conducted experiments on models such as GoogleNet, ResNet, and MobileNet, comparing our approach to other structured pruning methods to validate its effectiveness. Our code is available at https://github.com/Beryex/RLPruner-CNN.

Code Implementations1 repo
Foundations

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

Your Notes