← Search

Mitchell Stern

6 accepted papers

2019

Insertion Transformer: Flexible Sequence Generation via Insertion Operations

ICML 2019oral

We present the Insertion Transformer, an iterative, partially autoregressive model for sequence generation based on insertion operations. Unlike typical autoregressive models which rely on a fixed, often left-to-right ordering of the output, our approach accommodates arbitrary orderings by allowing…

Cited by 270SourcePDFScholar
2018

Stochastic Cubic Regularization for Fast Nonconvex Optimization

NeurIPS 2018oral

This paper proposes a stochastic variant of a classic algorithm---the cubic-regularized Newton method [Nesterov and Polyak]. The proposed algorithm efficiently escapes saddle points and finds approximate local minima for general smooth, nonconvex functions in only $\mathcal{\tilde{O}}(\epsilon^{-3.5…

Cited by 205SourcePDFScholar
2017

Kernel Feature Selection via Conditional Covariance Minimization

NeurIPS 2017poster

We propose a method for feature selection that employs kernel-based measures of independence to find a subset of covariates that is maximally predictive of the response. Building on past work in kernel dimension reduction, we show how to perform feature selection via a constrained optimization probl…

2017

The Marginal Value of Adaptive Gradient Methods in Machine Learning

NeurIPS 2017oral

Adaptive optimization methods, which perform local optimization with a metric constructed from the history of iterates, are becoming increasingly popular for training deep neural networks. Examples include AdaGrad, RMSProp, and Adam. We show that for simple overparameterized problems, adaptive meth…