paper-with-me

홈 › Papers

Gumbel-Softmax Selective Networks

2022-11-19 · Mahmoud Salem, Mohamed Osama Ahmed, Frederick Tung, Gabriel Oliveira

ML models often operate within the context of a larger system that can adapt its response when the ML model is uncertain, such as falling back on safe defaults or a human in the loop. This commonly encountered operational context calls for principled techniques for training ML models with the option to abstain from predicting when uncertain. Selective neural networks are trained with an integrated option to abstain, allowing them to learn to recognize and optimize for the subset of the data distribution for which confident predictions can be made. However, optimizing selective networks is challenging due to the non-differentiability of the binary selection function (the discrete decision of whether to predict or abstain). This paper presents a general method for training selective networks that leverages the Gumbel-softmax reparameterization trick to enable selection within an end-to-end differentiable training framework. Experiments on public datasets demonstrate the potential of Gumbel-softmax selective networks for selective regression and classification.

📄 PDF Abstract BibTeX arXiv:2211.10564

Code (0)

등록된 구현이 없습니다.

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 …

Smaller Text Classifiers with Discriminative Cluster Embeddings

2019-06-23 · NAACL 2018 6 · Mingda Chen, Kevin Gimpel

Word embedding parameters often dominate overall model sizes in neural methods for natural language processing. We reduce deployed model sizes of text classifiers by learning a hard word clustering in an end-to-end manne…

Clustering

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