paper-with-me

Papers

Automatic Complementary Separation Pruning Toward Lightweight CNNs

2025-05-19 · David Levin, Gonen Singer

In this paper, we present Automatic Complementary Separation Pruning (ACSP), a novel and fully automated pruning method for convolutional neural networks. ACSP integrates the strengths of both structured pruning and activation-based pruning, enabling the efficient removal of entire components such as neurons and channels while leveraging activations to identify and retain the most relevant components. Our approach is designed specifically for supervised learning tasks, where we construct a graph space that encodes the separation capabilities of each component with respect to all class pairs. By employing complementary selection principles and utilizing a clustering algorithm, ACSP ensures that the selected components maintain diverse and complementary separation capabilities, reducing redundancy and maintaining high network performance. The method automatically determines the optimal subset of components in each layer, utilizing a knee-finding algorithm to select the minimal subset that preserves performance without requiring user-defined pruning volumes. Extensive experiments on multiple architectures, including VGG-16, ResNet-50, and MobileNet-V2, across datasets like CIFAR-10, CIFAR-100, and ImageNet-1K, demonstrate that ACSP achieves competitive accuracy compared to other methods while significantly reducing computational costs. This fully automated approach not only enhances scalability but also makes ACSP especially practical for real-world deployment by eliminating the need for manually defining the pruning volume.

📄 PDF Abstract BibTeX arXiv:2505.13225

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

VGG-16 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Unifying Tensor View for Lightweight CNNs

2023-12-15 · Jason Chun Lok Li, Rui Lin, Jiajun Zhou, Edmund Yin Mun Lam 외

Despite the decomposition of convolutional kernels for lightweight CNNs being well studied, existing works that rely on tensor network diagrams or hyperdimensional abstraction lack geometry intuition. This work devises a…

LAPP: Layer Adaptive Progressive Pruning for Compressing CNNs from Scratch

2023-09-25 · Pucheng Zhai, Kailing Guo, Fang Liu, Xiaofen Xing 외

Structured pruning is a commonly used convolutional neural network (CNN) compression approach. Pruning rate setting is a fundamental problem in structured pruning. Most existing works introduce too many additional learna…

Depthwise Separable Convolutions Versus Recurrent Neural Networks for Monaural Singing Voice Separation

2020-07-06 · Pyry Pyykkönen, Styliannos I. Mimilakis, Konstantinos Drossos, Tuomas Virtanen

Recent approaches for music source separation are almost exclusively based on deep neural networks, mostly employing recurrent neural networks (RNNs). Although RNNs are in many cases superior than other types of deep neu…

Music Source Separation

Multi-Objective Pruning for CNNs Using Genetic Algorithm

2019-06-02 · Chuanguang Yang, Zhulin An, Chao Li, Boyu Diao 외

In this work, we propose a heuristic genetic algorithm (GA) for pruning convolutional neural networks (CNNs) according to the multi-objective trade-off among error, computation and sparsity. In our experiments, we apply …

Edge-Efficient Deep Learning Models for Automatic Modulation Classification: A Performance Analysis

2024-04-11 · Nayan Moni Baishya, B. R. Manoj, Prabin K. Bora

The recent advancement in deep learning (DL) for automatic modulation classification (AMC) of wireless signals has encouraged numerous possible applications on resource-constrained edge devices. However, developing optim…

Knowledge DistillationModel OptimizationQuantization