← Search

Soham De

13 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

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
2020

Batch Normalization Biases Residual Blocks Towards the Identity Function in Deep Networks

NeurIPS 2020poster

Batch normalization dramatically increases the largest trainable depth of residual networks, and this benefit has been crucial to the empirical success of deep residual networks on a wide range of benchmarks. We show that this key benefit arises because, at initialization, batch normalization downsc…

2020

The Impact of Neural Network Overparameterization on Gradient Confusion and Stochastic Gradient Descent

ICML 2020poster

This paper studies how neural network architecture affects the speed of training. We introduce a simple concept called gradient confusion to help formally analyze this. When gradient confusion is high, stochastic gradients produced by different data samples may be negatively correlated, slowing down…

Cited by 121SourcePDFScholar
2019

Adversarial Robustness through Local Linearization

NeurIPS 2019poster

Adversarial training is an effective methodology for training deep neural networks that are robust against adversarial, norm-bounded perturbations. However, the computational cost of adversarial training grows prohibitively as the size of the model and number of input dimensions increase. Further, t…

Cited by 367SourcePDFScholar
2019

Efficient Neural Network Verification with Exactness Characterization

UAI 2019poster

Remarkable progress has been made on verification of neural networks, i.e., showing that neural networks are provably consistent with specifications encoding properties like adversarial robustness. Recent methods developed for scalable neural network verification are based on computing an upper bou…

Cited by 35SourcePDFScholar
2017

Son of Zorn's lemma: Targeted style transfer using instance-aware semantic segmentation

ICASSP 2017accepted

Style transfer is an important task in which the style of a source image is mapped onto that of a target image. The method is useful for synthesizing derivative works of a particular artist or specific painting. This work considers targeted style transfer, in which the style of a template image is u…

Cited by 0SourceScholar
2017

Training Quantized Nets: A Deeper Understanding

NeurIPS 2017poster

Currently, deep neural networks are deployed on low-power portable devices by first training a full-precision model using powerful hardware, and then deriving a corresponding low-precision model for efficient inference on such systems. However, training models directly with coarsely quantized weight…

Cited by 257SourcePDFScholar