CVARLGMar 17

Mix-and-Match Pruning: Globally Guided Layer-Wise Sparsification of DNNs

arXiv:2603.2028015.02 citationsh-index: 10
AI Analysis

This addresses the need for efficient model compression on edge devices, offering a novel coordination of existing pruning signals rather than introducing new criteria.

The paper tackled the problem of compressing deep neural networks for edge deployment by introducing Mix-and-Match Pruning, a globally guided, layer-wise sparsification framework that reduces accuracy degradation on Swin-Tiny by 40% relative to standard pruning methods.

Deploying deep neural networks (DNNs) on edge devices requires strong compression with minimal accuracy loss. This paper introduces Mix-and-Match Pruning, a globally guided, layer-wise sparsification framework that leverages sensitivity scores and simple architectural rules to generate diverse, high-quality pruning configurations. The framework addresses a key limitation that different layers and architectures respond differently to pruning, making single-strategy approaches suboptimal. Mix-and-Match derives architecture-aware sparsity ranges, e.g., preserving normalization layers while pruning classifiers more aggressively, and systematically samples these ranges to produce ten strategies per sensitivity signal (magnitude, gradient, or their combination). This eliminates repeated pruning runs while offering deployment-ready accuracy-sparsity trade-offs. Experiments on CNNs and Vision Transformers demonstrate Pareto-optimal results, with Mix-and-Match reducing accuracy degradation on Swin-Tiny by 40% relative to standard single-criterion pruning. These findings show that coordinating existing pruning signals enables more reliable and efficient compressed models than introducing new criteria.

Foundations

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

Your Notes