paper-with-me

홈 › Papers

Extracting Effective Subnetworks with Gumbel-Softmax

2022-02-25 · Robin Dupont, Mohammed Amine Alaoui, Hichem Sahbi, Alice Lebois

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 performance. Extensive experiments conducted on CIFAR show the outperformance of our subnetwork extraction method against the related work.

📄 PDF Abstract BibTeX arXiv:2202.12986

Code (1)

N0ciple/ASLP 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Gumbel Softmax 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

GANS for Sequences of Discrete Elements with the Gumbel-softmax Distribution

2016-11-12 · Matt J. Kusner, José Miguel Hernández-Lobato

Generative Adversarial Networks (GAN) have limitations when the goal is to generate sequences of discrete elements. The reason for this is that samples from a distribution on discrete objects such as the multinomial are …

Gumbel-MPNN: Graph Rewiring with Gumbel-Softmax

2025-08-24 · Marcel Hoffmann, Lukas Galke, Ansgar Scherp arxiv

Graph homophily has been considered an essential property for message-passing neural networks (MPNN) in node classification. Recent findings suggest that performance is more closely tied to the consistency of neighborhoo…

Node Classification

Gumbel-Softmax Flow Matching with Straight-Through Guidance for Controllable Biological Sequence Generation

2025-03-21 · Sophia Tang, Yinuo Zhang, Alexander Tong, Pranam Chatterjee

Flow matching in the continuous simplex has emerged as a promising strategy for DNA sequence design, but struggles to scale to higher simplex dimensions required for peptide and protein generation. We introduce Gumbel-So…

Generalized Gumbel-Softmax Gradient Estimator for Generic Discrete Random Variables

2020-03-04 · Weonyoung Joo, Dongjun Kim, Seungjae Shin, Il-Chul Moon

Estimating the gradients of stochastic nodes in stochastic computational graphs is one of the crucial research questions in the deep generative modeling community, which enables the gradient descent optimization on neura…

Topic Models

Categorical Reparametrization with Gumbel-Softmax

2016-11-01 · ICLR 2017 2016 11 · Eric Jang, Shixiang Gu, Ben Poole

Categorical variables are a natural choice for representing discrete structure in the world. However, stochastic neural networks rarely use categorical latent variables due to the inability to backpropagate through sampl…