← Search

Varun Kanade

25 accepted papers

2024

Separations in the Representational Capabilities of Transformers and Recurrent Architectures

NeurIPS 2024poster

Transformer architectures have been widely adopted in foundation models. Due to their high inference costs, there is renewed interest in exploring the potential of efficient recurrent architectures (RNNs). In this paper, we analyze the differences in the representational capabilities of Transformers…

Cited by 7SourcePDFScholar
2024

Understanding In-Context Learning in Transformers and LLMs by Learning to Learn Discrete Functions

ICLR 2024oral

In order to understand the in-context learning phenomenon, recent works have adopted a stylized experimental framework and demonstrated that Transformers can match the performance of gradient-based learning algorithms for various classes of real-valued functions. However, the limitations of Transfor…

Cited by 44SourcePDFScholar
2023

Simplicity Bias in Transformers and their Ability to Learn Sparse Boolean Functions

ACL 2023long

Despite the widespread success of Transformers on NLP tasks, recent works have found that they struggle to model several formal languages when compared to recurrent models. This raises the question of why Transformers perform well in practice and whether they have any properties that enable them to…

2022

Sample Complexity Bounds for Robustly Learning Decision Lists against Evasion Attacks

IJCAI 2022poster

A fundamental problem in adversarial machine learning is to quantify how much training data is needed in the presence of evasion attacks. In this paper we address this issue within the framework of PAC learning, focusing on the class of decision lists. Given that distributional assumptions are essen…

Cited by 7SourcePDFScholar
2022

When are Local Queries Useful for Robust Learning?

NeurIPS 2022accept

Distributional assumptions have been shown to be necessary for the robust learnability of concept classes when considering the exact-in-the-ball robust risk and access to random examples by Gourdeau et al. (2019). In this paper, we study learning models where the learner is given more power through…

Cited by 4SourcePDFScholar
2020

The Statistical Complexity of Early-Stopped Mirror Descent

NeurIPS 2020spotlight

Recently there has been a surge of interest in understanding implicit regularization properties of iterative gradient-based optimization algorithms. In this paper, we study the statistical guarantees on the excess risk achieved by early-stopped unconstrained mirror descent algorithms applied to the…

Cited by 28SourcePDFScholar
2019

Implicit Regularization for Optimal Sparse Recovery

NeurIPS 2019poster

We investigate implicit regularization schemes for gradient descent methods applied to unpenalized least squares regression to solve the problem of reconstructing a sparse signal from an underdetermined system of linear measurements under the restricted isometry assumption. For a given parametrizati…

2019

Statistical Windows in Testing for the Initial Distribution of a Reversible Markov Chain

AISTATS 2019poster

We study the problem of hypothesis testing between two discrete distributions, where we only have access to samples after the action of a known reversible Markov chain, playing the role of noise. We derive instance-dependent minimax rates for the sample complexity of this problem, and show how its d…

Cited by 5SourcePDFScholar
2018

Clustering Redemption–Beyond the Impossibility of Kleinberg’s Axioms

NeurIPS 2018poster

Kleinberg (2002) stated three axioms that any clustering procedure should satisfy and showed there is no clustering procedure that simultaneously satisfies all three. One of these, called the consistency axiom, requires that when the data is modified in a helpful way, i.e. if points in the same clus…

Cited by 17SourcePDFScholar
2018

TAPAS: Tricks to Accelerate (encrypted) Prediction As a Service

ICML 2018oral

Machine learning methods are widely used for a variety of prediction problems. Prediction as a service is a paradigm in which service providers with technological expertise and computational resources may perform predictions for clients. However, data privacy severely restricts the applicability of…