← Search

Amartya Sanyal

22 accepted papers

2026

Language Generation with Replay: A Learning-Theoretic View of Model Collapse

ICML 2026poster

As scaling laws push the training of frontier large language models (LLMs) toward ever larger data requirements, training pipelines are approaching a regime where much of the publicly available online text may be consumed. At the same time, widespread LLM usage increases the volume of machine-genera…

Cited by 0SourceScholar
2025

Accuracy on the wrong line: On the pitfalls of noisy data for out-of-distribution generalisation

AISTATS 2025poster

Accuracy-on-the-line is a widely observed phenomenon in machine learning, where a model's accuracy on in-distribution (ID) and out-of-distribution (OOD) data is positively correlated across different hyperparameters and data configurations. But when does this useful relationship break down? In this…

Cited by 0SourceScholar
2025

Differentially Private Steering for Large Language Model Alignment

ICLR 2025poster

Aligning Large Language Models (LLMs) with human values and away from undesirable behaviors (such as hallucination) has become increasingly important. Recently, steering LLMs towards a desired behavior via activation editing has emerged as an effective method to mitigate harmful generations at infe…

2025

Protecting against simultaneous data poisoning attacks

ICLR 2025poster

Current backdoor defense methods are evaluated against a single attack at a time. This is unrealistic, as powerful machine learning systems are trained on large datasets scraped from the internet, which may be attacked multiple times by one or more attackers. We demonstrate that multiple backdoors c…

Cited by 2SourcePDFScholar
2025

Provable unlearning in topic modeling and downstream tasks

ICLR 2025poster

Machine unlearning algorithms are increasingly important as legal concerns arise around the provenance of training data, but verifying the success of unlearning is often difficult. Provable guarantees for unlearning are often limited to supervised learning settings. In this paper, we provide the fir…

Cited by 1SourcePDFScholar
2024

Certified private data release for sparse Lipschitz functions

AISTATS 2024poster

As machine learning has become more relevant for everyday applications, a natural requirement is the protection of the privacy of the training data. When the relevant learning questions are unknown in advance, or hyper-parameter tuning plays a central role, one solution is to release a differentiall…

Cited by 3SourcePDFScholar
2024

Robust Mixture Learning when Outliers Overwhelm Small Groups

NeurIPS 2024poster

We study the problem of estimating the means of well-separated mixtures when an adversary may add arbitrary outliers. While strong guarantees are available when the outlier fraction is significantly smaller than the minimum mixing weight, much less is known when outliers may crowd out low-weight clu…

Cited by 1SourcePDFScholar
2024

What Makes and Breaks Safety Fine-tuning? A Mechanistic Study

NeurIPS 2024poster

Safety fine-tuning helps align Large Language Models (LLMs) with human preferences for their safe deployment. To better understand the underlying factors that make models safe via safety fine-tuning, we design a synthetic data generation framework that captures salient aspects of an unsafe input by…

2023

Can semi-supervised learning use all the data effectively? A lower bound perspective

NeurIPS 2023spotlight

Prior theoretical and empirical works have established that semi-supervised learning algorithms can leverage the unlabeled data to improve over the labeled sample complexity of supervised learning (SL) algorithms. However, existing theoretical work focuses on regimes where the unlabeled data is suff…

Cited by 0SourcePDFScholar
2023

Certifying Ensembles: A General Certification Theory with S-Lipschitzness

ICML 2023poster

Improving and guaranteeing the robustness of deep learning models has been a topic of intense research. Ensembling, which combines several classifiers to provide a better model, has been shown to be beneficial for generalisation, uncertainty estimation, calibration, and mitigating the effects of con…

Cited by 2SourcePDFScholar
2023

How robust is unsupervised representation learning to distribution shift?

ICLR 2023poster

The robustness of machine learning algorithms to distributions shift is primarily discussed in the context of supervised learning (SL). As such, there is a lack of insight on the robustness of the representations learned from unsupervised methods, such as self-supervised learning (SSL) and auto-enco…

Cited by 21SourcePDFScholar
2022

Make Some Noise: Reliable and Efficient Single-Step Adversarial Training

NeurIPS 2022accept

Recently, Wong et al. (2020) showed that adversarial training with single-step FGSM leads to a characteristic failure mode named catastrophic overfitting (CO), in which a model becomes suddenly vulnerable to multi-step attacks. Experimentally they showed that simply adding a random perturbation prio…

2021

Progressive Skeletonization: Trimming more fat from a network at initialization

ICLR 2021poster

Recent studies have shown that skeletonization (pruning parameters) of networks at initialization provides all the practical benefits of sparsity both at inference and training time, while only marginally degrading their performance. However, we observe that beyond a certain level of sparsity (appro…

2020

Calibrating Deep Neural Networks using Focal Loss

NeurIPS 2020poster

Miscalibration -- a mismatch between a model's confidence and its correctness -- of Deep Neural Networks (DNNs) makes their predictions hard to rely on. Ideally, we want networks to be accurate, calibrated and confident. We show that, as opposed to the standard cross-entropy loss, focal loss (Lin et…

2020

Stable Rank Normalization for Improved Generalization in Neural Networks and GANs

ICLR 2020spotlight

Exciting new work on generalization bounds for neural networks (NN) given by Bartlett et al. (2017); Neyshabur et al. (2018) closely depend on two parameter- dependant quantities: the Lipschitz constant upper bound and the stable rank (a softer version of rank). Even though these bounds typically ha…

Cited by 55SourceScholar
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…