paper-with-me

Papers

Softmax Q-Distribution Estimation for Structured Prediction: A Theoretical Interpretation for RAML

2017-05-19 · ICLR 2018 1 · Xuezhe Ma, Pengcheng Yin, Jingzhou Liu, Graham Neubig, Eduard Hovy

Reward augmented maximum likelihood (RAML), a simple and effective learning framework to directly optimize towards the reward function in structured prediction tasks, has led to a number of impressive empirical successes. RAML incorporates task-specific reward by performing maximum-likelihood updates on candidate outputs sampled according to an exponentiated payoff distribution, which gives higher probabilities to candidates that are close to the reference output. While RAML is notable for its simplicity, efficiency, and its impressive empirical successes, the theoretical properties of RAML, especially the behavior of the exponentiated payoff distribution, has not been examined thoroughly. In this work, we introduce softmax Q-distribution estimation, a novel theoretical interpretation of RAML, which reveals the relation between RAML and Bayesian decision theory. The softmax Q-distribution can be regarded as a smooth approximation of the Bayes decision boundary, and the Bayes decision rule is achieved by decoding with this Q-distribution. We further show that RAML is equivalent to approximately estimating the softmax Q-distribution, with the temperature $\tau$ controlling approximation error. We perform two experiments, one on synthetic data of multi-class classification and one on real data of image captioning, to demonstrate the relationship between RAML and the proposed softmax Q-distribution estimation method, verifying our theoretical analysis. Additional experiments on three structured prediction tasks with rewards defined on sequential (named entity recognition), tree-based (dependency parsing) and irregular (machine translation) structures show notable improvements over maximum likelihood baselines.

📄 PDF Abstract BibTeX arXiv:1705.07136

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingImage CaptioningMachine TranslationMulti-class Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Structured Prediction

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Sampled Softmax with Random Fourier Features

2019-07-24 · NeurIPS 2019 12 · Ankit Singh Rawat, Jiecao Chen, Felix Yu, Ananda Theertha Suresh 외

The computational cost of training with softmax cross entropy loss grows linearly with the number of classes. For the settings where a large number of classes are involved, a common method to speed up training is to samp…

Gradient Estimation with Stochastic Softmax Tricks

2020-06-15 · NeurIPS 2020 12 · Max B. Paulus, Dami Choi, Daniel Tarlow, Andreas Krause 외

The Gumbel-Max trick is the basis of many relaxed gradient estimators. These estimators are easy to implement and low variance, but the goal of scaling them comprehensively to large combinatorial distributions is still o…

Balanced Meta-Softmax for Long-Tailed Visual Recognition

2020-07-21 · NeurIPS 2020 12 · Jiawei Ren, Cunjun Yu, Shunan Sheng, Xiao Ma 외

Deep classifiers have achieved great success in visual recognition. However, real-world data is long-tailed by nature, leading to the mismatch between training and testing distributions. In this paper, we show that the S…

General ClassificationInstance SegmentationLong-tail LearningSemantic Segmentation

ALSA: Anchors in Logit Space for Out-of-Distribution Accuracy Estimation

2025-08-27 · Chenzhi Liu, Mahsa Baktashmotlagh, Yanran Tang, Zi Huang 외 arxiv

Estimating model accuracy on unseen, unlabeled datasets is crucial for real-world machine learning applications, especially under distribution shifts that can degrade performance. Existing methods often rely on predicted…

Density-Softmax: Efficient Test-time Model for Uncertainty Estimation and Robustness under Distribution Shifts

2023-02-13 · Ha Manh Bui, Anqi Liu

Sampling-based methods, e.g., Deep Ensembles and Bayesian Neural Nets have become promising approaches to improve the quality of uncertainty estimation and robust generalization. However, they suffer from a large model s…

Computational Efficiency