Scalable Speech Enhancement with Dynamic Channel Pruning
Riccardo Miccini, Clement Laroche, Tobias Piechowiak, Luca Pezzarossa
TL;DR
This paper introduces Dynamic Channel Pruning (DynCP) for speech enhancement by integrating a gating module that selectively activates convolutional channels at runtime, enabling adaptive computation on edge devices. The authors design Conv-FSENet, a fully convolutional architecture with a front-end, a dilated depthwise-separable conv-based TCN backbone, and a back-end that generates a denoising mask, while DynCP enables channel-wise sparsity via binary gates guided by a target pruning ratio $\Phi_{trgt}$. They train with surrogate gradients and an auxiliary loss $\mathcal{L}_{DCP}$ to enforce the desired channel usage, achieving up to $29.6\%$ MAC savings with only a $0.75\%$ PESQ drop on VoiceBank+DEMAND data, and analyze the trade-offs between causality, backprop methods, and dynamism. The work demonstrates a practical path toward deploying more powerful SE models on resource-constrained devices by making computation scale with input difficulty and runtime conditions.
Abstract
Speech Enhancement (SE) is essential for improving productivity in remote collaborative environments. Although deep learning models are highly effective at SE, their computational demands make them impractical for embedded systems. Furthermore, acoustic conditions can change significantly in terms of difficulty, whereas neural networks are usually static with regard to the amount of computation performed. To this end, we introduce Dynamic Channel Pruning to the audio domain for the first time and apply it to a custom convolutional architecture for SE. Our approach works by identifying unnecessary convolutional channels at runtime and saving computational resources by not computing the activations for these channels and retrieving their filters. When trained to only use 25% of channels, we save 29.6% of MACs while only causing a 0.75% drop in PESQ. Thus, DynCP offers a promising path toward deploying larger and more powerful SE solutions on resource-constrained devices.
