← Search

Sebastien Bubeck

19 accepted papers

2023

AutoMoE: Heterogeneous Mixture-of-Experts with Adaptive Computation for Efficient Neural Machine Translation

ACL 2023findings

Mixture-of-Expert (MoE) models have obtained state-of-the-art performance in Neural Machine Translation (NMT) tasks. Existing works in MoE mostly consider a homogeneous design where the same number of experts of the same size are placed uniformly throughout the network. Furthermore, existing MoE wor…

2023

Learning threshold neurons via edge of stability

NeurIPS 2023poster

Existing analyses of neural network training often operate under the unrealistic assumption of an extremely small learning rate. This lies in stark contrast to practical wisdom and empirical studies, such as the work of J. Cohen et al. (ICLR 2021), which exhibit startling new phenomena (the "edge of…

Cited by 47SourcePDFScholar
2022

LiteTransformerSearch: Training-free Neural Architecture Search for Efficient Language Models

NeurIPS 2022accept

The Transformer architecture is ubiquitously used as the building block of largescale autoregressive language models. However, finding architectures with the optimal trade-off between task performance (perplexity) and hardware constraints like peak memory utilization and latency is non-trivial. This…

2021

A single gradient step finds adversarial examples on random two-layers neural networks

NeurIPS 2021spotlight

Daniely and Schacham recently showed that gradient descent finds adversarial examples on random undercomplete two-layers ReLU neural networks. The term “undercomplete” refers to the fact that their proof only holds when the number of neurons is a vanishing fraction of the ambient dimension. We exten…

Cited by 33SourcePDFScholar
2021

Adversarial Examples in Multi-Layer Random ReLU Networks

NeurIPS 2021poster

We consider the phenomenon of adversarial examples in ReLU networks with independent Gaussian parameters. For networks of constant depth and with a large range of widths (for instance, it suffices if the width of each layer is polynomial in that of any other layer), small perturbations of input vec…

Cited by 34SourcePDFScholar
2020

Network size and size of the weights in memorization with two-layers neural networks

NeurIPS 2020poster

In 1988, Eric B. Baum showed that two-layers neural networks with threshold activation function can perfectly memorize the binary labels of $n$ points in general position in $\R^d$ using only $\ulcorner n/d \urcorner$ neurons. We observe that with ReLU networks, using four times as many neurons one…

Cited by 64SourcePDFScholar
2020

Statistically Preconditioned Accelerated Gradient Method for Distributed Optimization

ICML 2020poster

We consider the setting of distributed empirical risk minimization where multiple machines compute the gradients in parallel and a centralized server updates the model parameters. In order to reduce the number of communications required to reach a given accuracy, we propose a preconditioned accelera…

Cited by 68SourcePDFScholar
2019

Adversarial examples from computational constraints

ICML 2019oral

Why are classifiers in high dimension vulnerable to “adversarial” perturbations? We show that it is likely not due to information theoretic limitations, but rather it could be due to computational constraints. First we prove that, for a broad set of classification tasks, the mere existence of a robu…

Cited by 262SourcePDFScholar
2019

Complexity of Highly Parallel Non-Smooth Convex Optimization

NeurIPS 2019spotlight

A landmark result of non-smooth convex optimization is that gradient descent is an optimal algorithm whenever the number of computed gradients is smaller than the dimension $d$. In this paper we study the extension of this result to the parallel optimization setting. Namely we consider optimization…

Cited by 76SourcePDFScholar
2019

Provably Robust Deep Learning via Adversarially Trained Smoothed Classifiers

NeurIPS 2019spotlight

Recent works have shown the effectiveness of randomized smoothing as a scalable technique for building neural network-based classifiers that are provably robust to $\ell_2$-norm adversarial perturbations. In this paper, we employ adversarial training to improve the performance of randomized smoothin…

2018

Make the Minority Great Again: First-Order Regret Bound for Contextual Bandits

ICML 2018oral

Regret bounds in online learning compare the player’s performance to $L*$, the optimal performance in hindsight with a fixed strategy. Typically such bounds scale with the square root of the time horizon $T$. The more refined concept of first-order regret bound replaces this with a scaling $\sqrt{L*…

Cited by 33SourcePDFScholar
2018

Optimal Algorithms for Non-Smooth Distributed Optimization in Networks

NeurIPS 2018oral

In this work, we consider the distributed optimization of non-smooth convex functions using a network of computing units. We investigate this problem under two regularity assumptions: (1) the Lipschitz continuity of the global objective function, and (2) the Lipschitz continuity of local individual…

Cited by 194SourcePDFScholar