Sauron U-Net: Simple automated redundancy elimination in medical image segmentation via filter pruning
Juan Miguel Valverde, Artem Shatillo, Jussi Tohka

TL;DR
Sauron U-Net introduces a novel filter pruning method that reduces CNN model size by over 90% in medical image segmentation tasks, maintaining performance, accelerating inference, and enhancing interpretability.
Contribution
The paper presents Sauron, a joint optimization and pruning method that automatically eliminates redundant feature maps without needing pre-specified cluster numbers.
Findings
Achieved over 90% model size reduction without performance loss.
Produced the fastest inference times among compared methods.
Generated highly interpretable feature maps for medical segmentation.
Abstract
We introduce Sauron, a filter pruning method that eliminates redundant feature maps of convolutional neural networks (CNNs). Sauron optimizes, jointly with the loss function, a regularization term that promotes feature maps clustering at each convolutional layer by reducing the distance between feature maps. Sauron then eliminates the filters corresponding to the redundant feature maps by using automatically adjusted layer-specific thresholds. Unlike most filter pruning methods, Sauron requires minimal changes to typical neural network optimization because it prunes and optimizes CNNs jointly, which, in turn, accelerates the optimization over time. Moreover, unlike with other cluster-based approaches, the user does not need to specify the number of clusters in advance, a hyperparameter that is difficult to tune. We evaluated Sauron and five state-of-the-art filter pruning methods on…
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 · Machine Learning and Data Classification · Medical Image Segmentation Techniques
MethodsPruning
