← Search

Samuel L Smith

9 accepted papers

2024

Universality of Linear Recurrences Followed by Non-linear Projections: Finite-Width Guarantees and Benefits of Complex Eigenvalues

ICML 2024poster

Deep neural networks based on linear RNNs interleaved with position-wise MLPs are gaining traction as competitive approaches for sequence modeling. Examples of such architectures include state-space models (SSMs) like S4, LRU, and Mamba: recently proposed models that achieve promising performance on…

Cited by 1SourcePDFScholar
2023

Deep Transformers without Shortcuts: Modifying Self-attention for Faithful Signal Propagation

ICLR 2023poster

Skip connections and normalisation layers form two standard architectural components that are ubiquitous for the training of Deep Neural Networks (DNNs), but whose precise roles are poorly understood. Recent approaches such as Deep Kernel Shaping have made progress towards reducing our reliance on t…

Cited by 37SourcePDFScholar
2023

Resurrecting Recurrent Neural Networks for Long Sequences

ICML 2023oral

Recurrent Neural Networks (RNNs) offer fast inference on long sequences but are hard to optimize and slow to train. Deep state-space models (SSMs) have recently been shown to perform remarkably well on long sequence modeling tasks, and have the added benefits of fast parallelizable training and RNN-…

Cited by 294SourcePDFScholar
2021

Characterizing signal propagation to close the performance gap in unnormalized ResNets

ICLR 2021poster

Batch Normalization is a key component in almost all state-of-the-art image classifiers, but it also introduces practical challenges: it breaks the independence between training examples within a batch, can incur compute and memory overhead, and often results in unexpected bugs. Building on recent t…

2021

High-Performance Large-Scale Image Recognition Without Normalization

ICML 2021spotlight

Batch normalization is a key component of most image classification models, but it has many undesirable properties stemming from its dependence on the batch size and interactions between examples. Although recent work has succeeded in training deep ResNets without normalization layers, these models…

2021

On the Origin of Implicit Regularization in Stochastic Gradient Descent

ICLR 2021poster

For infinitesimal learning rates, stochastic gradient descent (SGD) follows the path of gradient flow on the full batch loss function. However moderately large learning rates can achieve higher test accuracies, and this generalization benefit is not explained by convergence bounds, since the learnin…

Cited by 248SourcePDFScholar
2018

Decoding Decoders: Finding Optimal Representation Spaces for Unsupervised Similarity Tasks

ICLR 2018workshop

Experimental evidence indicates that simple models outperform complex deep networks on many unsupervised similarity tasks. Introducing the concept of an optimal representation space, we provide a simple theoretical resolution to this apparent paradox. In addition, we present a straightforward proced…

Cited by 8SourcecodeScholar
2018

Don't Decay the Learning Rate, Increase the Batch Size

ICLR 2018poster

It is common practice to decay the learning rate. Here we show one can usually obtain the same learning curve on both training and test sets by instead increasing the batch size during training. This procedure is successful for stochastic gradient descent (SGD), SGD with momentum, Nesterov momentum,…

Cited by 1362SourcePDFScholar
2017

Offline bilingual word vectors, orthogonal transformations and the inverted softmax

ICLR 2017poster

Usually bilingual word vectors are trained "online''. Mikolov et al. showed they can also be found "offline"; whereby two pre-trained embeddings are aligned with a linear transformation, using dictionaries compiled from expert knowledge. In this work, we prove that the linear transformation between…

Cited by 642SourceScholar