Extracting Effective Subnetworks with Gumbel-Softmax
Robin Dupont, Mohammed Amine Alaoui, Hichem Sahbi, Alice Lebois

TL;DR
This paper introduces a stochastic subnetwork extraction method using Gumbel-Softmax that efficiently identifies effective subnetworks from larger networks, outperforming existing pruning techniques on CIFAR datasets.
Contribution
The paper proposes a novel Gumbel-Softmax based stochastic pruning method that extracts effective subnetworks from untrained networks, reducing training time and improving performance.
Findings
Outperforms related pruning methods on CIFAR datasets
Efficient rescaling mechanism enhances subnetwork performance
Reduces training time while maintaining high accuracy
Abstract
Large and performant neural networks are often overparameterized and can be drastically reduced in size and complexity thanks to pruning. Pruning is a group of methods, which seeks to remove redundant or unnecessary weights or groups of weights in a network. These techniques allow the creation of lightweight networks, which are particularly critical in embedded or mobile applications. In this paper, we devise an alternative pruning method that allows extracting effective subnetworks from larger untrained ones. Our method is stochastic and extracts subnetworks by exploring different topologies which are sampled using Gumbel Softmax. The latter is also used to train probability distributions which measure the relevance of weights in the sampled topologies. The resulting subnetworks are further enhanced using a highly efficient rescaling mechanism that reduces training time and improves…
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 · Neural Networks and Applications · Anomaly Detection Techniques and Applications
MethodsPruning · Gumbel Softmax · Softmax
