Auto-Compressing Subset Pruning for Semantic Image Segmentation
Konstantin Ditschuneit, Johannes S. Otterbach

TL;DR
This paper introduces Auto-Compressing Subset Pruning (ACoSP), an online method for compressing semantic segmentation models by learning channel selection, achieving high compression ratios with minimal performance loss.
Contribution
The paper presents a novel online compression technique that learns channel selection during training, significantly reducing model size while maintaining accuracy.
Findings
ACoSP outperforms existing baselines at high compression ratios.
It can remove over 93% of parameters with acceptable performance.
The method is simple, generalizable, and effective across multiple datasets.
Abstract
State-of-the-art semantic segmentation models are characterized by high parameter counts and slow inference times, making them unsuitable for deployment in resource-constrained environments. To address this challenge, we propose \textsc{Auto-Compressing Subset Pruning}, \acosp, as a new online compression method. The core of \acosp consists of learning a channel selection mechanism for individual channels of each convolution in the segmentation model based on an effective temperature annealing schedule. We show a crucial interplay between providing a high-capacity model at the beginning of training and the compression pressure forcing the model to compress concepts into retained channels. We apply \acosp to \segnet and \pspnet architectures and show its success when trained on the \camvid, \city, \voc, and \ade datasets. The results are competitive with existing baselines for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Multimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques
MethodsConvolution
