← Search

Jonathan Lacotte

9 accepted papers

2023

Globally Optimal Training of Neural Networks with Threshold Activation Functions

ICLR 2023poster

Threshold activation functions are highly preferable in neural networks due to their efficiency in hardware implementations. Moreover, their mode of operation is more interpretable and resembles that of biological neurons. However, traditional gradient based algorithms such as Gradient Descent canno…

Cited by 12SourcePDFScholar
2022

The Hidden Convex Optimization Landscape of Regularized Two-Layer ReLU Networks: an Exact Characterization of Optimal Solutions

ICLR 2022oral

We prove that finding all globally optimal two-layer ReLU neural networks can be performed by solving a convex optimization program with cone constraints. Our analysis is novel, characterizes all optimal solutions, and does not leverage duality-based analysis which was recently used to lift neural n…

Cited by 39SourcePDFScholar
2021

Adaptive Newton Sketch: Linear-time Optimization with Quadratic Convergence and Effective Hessian Dimensionality

ICML 2021spotlight

We propose a randomized algorithm with quadratic convergence rate for convex optimization problems with a self-concordant, composite, strongly convex objective function. Our method is based on performing an approximate Newton step using a random projection of the Hessian. Our first contribution is t…

Cited by 24SourcePDFScholar
2021

Newton-LESS: Sparsification without Trade-offs for the Sketched Newton Update

NeurIPS 2021spotlight

In second-order optimization, a potential bottleneck can be computing the Hessian matrix of the optimized function at every iteration. Randomized sketching has emerged as a powerful technique for constructing estimates of the Hessian which can be used to perform approximate Newton steps. This involv…

2020

Effective Dimension Adaptive Sketching Methods for Faster Regularized Least-Squares Optimization

NeurIPS 2020oral

We propose a new randomized algorithm for solving L2-regularized least-squares problems based on sketching. We consider two of the most popular random embeddings, namely, Gaussian embeddings and the Subsampled Randomized Hadamard Transform (SRHT). While current randomized solvers for least-squares o…

2020

Optimal Iterative Sketching Methods with the Subsampled Randomized Hadamard Transform

NeurIPS 2020poster

Random projections or sketching are widely used in many algorithmic and learning contexts. Here we study the performance of iterative Hessian sketch for least-squares problems. By leveraging and extending recent results from random matrix theory on the limiting spectrum of matrices randomly projecte…

Cited by 20SourcePDFScholar
2019

Risk-Sensitive Generative Adversarial Imitation Learning

AISTATS 2019poster

We study risk-sensitive imitation learning where the agent’s goal is to perform at least as well as the expert in terms of a risk profile. We first formulate our risk-sensitive imitation learning setting. We consider the generative adversarial approach to imitation learning (GAIL) and derive an opti…