NEApr 1

A Hierarchical Importance-Guided Multi-objective Evolutionary Framework for Deep Neural Network Pruning

arXiv:2604.0107620.2
AI Analysis

This provides a scalable evolutionary approach for neural network pruning, offering a general paradigm for large-scale multi-objective optimization problems, though it appears incremental as it builds on existing evolutionary pruning methods.

The paper tackles the problem of pruning over-parameterized deep neural networks, which is challenging due to high dimensionality and non-convexity, by introducing a hierarchical importance-guided evolutionary framework that achieves up to 51.9% parameter reduction on CIFAR-10 and 38.9% on CIFAR-100 with almost no accuracy loss compared to state-of-the-art evolutionary methods.

The optimization of over-parameterized deep neural networks represents a large-scale, high-dimensional, and strongly non-convex decision problem that challenges existing optimization frameworks. Current evolutionary and gradient-based pruning methods often struggle to scale to such dimensionalities, as they rely on flat search spaces, scalarized objectives, or repeated retraining, leading to premature convergence and prohibitive computational cost. This paper introduces a hierarchical importance-guided evolutionary framework that reformulates convolutional network pruning as a tractable large-scale multi-objective optimization problem. In the first phase, a continuous evolutionary search performs coarse exploration of weight-wise pruning thresholds to shrink the search space and identify promising regions of the Pareto set. The second phase applies a fine-grained binary evolutionary optimization constrained to the surviving weights, where importance-aware sampling and adaptive variation operators refine local search in the sparse region of the Pareto set. This hierarchical design combines global exploration and localized exploitation to achieve a well-distributed Pareto set of networks balancing compactness and accuracy. Empirical results on CIFAR-10 and CIFAR-100 using ResNet-56 and ResNet-110 confirm the method's effectiveness compared to existing evolutionary approaches: pruning achieves up to 51.9\% and 38.9\% parameter reductions with almost no accuracy loss compared to state-of-the-art evolutionary DNN pruning methods. The proposed method contributes a scalable evolutionary approach for solving very-large-scale multi-objective optimization problems, offering a general paradigm extendable to other domains where the decision space is exponentially large, objective functions are conflicting, and efficient trade-off discovery is essential.

Foundations

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

Your Notes