Spectral Complex Autoencoder Pruning: A Fidelity-Guided Criterion for Extreme Structured Channel Compression
Wei Liu, Xing Deng, Haijian Shao, Yingtao Jiang
TL;DR
SCAP tackles the problem of extreme structured channel pruning by measuring per-channel redundancy with a spectral, frequency-domain, complex interaction descriptor learned by a tiny autoencoder. A fidelity-based score, optionally fused with a magnitude term, drives threshold-based pruning to yield structurally valid, highly compressed networks with modest accuracy loss after fine-tuning. The approach is memory-efficient, layer-local, and supported by a theoretical link between fidelity and normalized reconstruction error, plus an alignment-based perturbation bound for the retained channels. Empirical results on CIFAR-10/100 across VGG16, ResNet, and DenseNet backbones demonstrate substantial FLOP and parameter reductions (often >80–90%), with competitive or favorable accuracy recovery after short fine-tuning. The method offers a principled, scalable pathway to deployment-ready model compression in resource-constrained environments.
Abstract
We propose Spectral Complex Autoencoder Pruning (SCAP), a reconstruction-based criterion that measures functional redundancy at the level of individual output channels. For each convolutional layer, we construct a complex interaction field by pairing the full multi-channel input activation as the real part with a single output-channel activation (spatially aligned and broadcast across input channels) as the imaginary part. We transform this complex field to the frequency domain and train a low-capacity autoencoder to reconstruct normalized spectra. Channels whose spectra are reconstructed with high fidelity are interpreted as lying close to a low-dimensional manifold captured by the autoencoder and are therefore more compressible; conversely, channels with low fidelity are retained as they encode information that cannot be compactly represented by the learned manifold. This yields an importance score (optionally fused with the filter L1 norm) that supports simple threshold-based pruning and produces a structurally consistent pruned network. On VGG16 trained on CIFAR-10, at a fixed threshold of 0.6, we obtain 90.11% FLOP reduction and 96.30% parameter reduction with an absolute Top-1 accuracy drop of 1.67% from a 93.44% baseline after fine-tuning, demonstrating that spectral reconstruction fidelity of complex interaction fields is an effective proxy for channel-level redundancy under aggressive compression.
