← Search

Pranjal Awasthi

41 accepted papers

2025

From Style to Facts: Mapping the Boundaries of Knowledge Injection with Finetuning

NeurIPS 2025poster

Finetuning provides a scalable and cost-effective means of customizing language models for specific tasks or response styles, with greater reliability than prompting or in-context learning. In contrast, the conventional wisdom is that injecting knowledge via finetuning results in brittle performance…

Cited by 0SourceScholar
2025

Sample, Scrutinize and Scale: Effective Inference-Time Search by Scaling Verification

ICML 2025poster

Sampling-based search, a simple paradigm for utilizing test-time compute, involves generating multiple candidate responses and selecting the best one---typically by verifying each response for correctness. In this paper, we study the scaling trends governing sampling-based search. Among our findings…

2024

Position Coupling: Improving Length Generalization of Arithmetic Transformers Using Task Structure

NeurIPS 2024poster

Even for simple arithmetic tasks like integer addition, it is challenging for Transformers to generalize to longer sequences than those encountered during training. To tackle this problem, we propose *position coupling*, a simple yet effective method that directly embeds the structure of the tasks i…

2024

ReMI: A Dataset for Reasoning with Multiple Images

NeurIPS 2024poster

With the continuous advancement of large language models (LLMs), it is essential to create new benchmarks to evaluate their expanding capabilities and identify areas for improvement. This work focuses on multi-image reasoning, an emerging capability in state-of-the-art LLMs. We introduce ReMI, a dat…

Cited by 12SourcePDFScholar
2024

Semantic Routing via Autoregressive Modeling

NeurIPS 2024poster

We study learning-based approaches to semantic route planning, which concerns producing routes in response to rich queries that specify various criteria and preferences. Semantic routing is already widely found in industry applications, especially navigational services like Google Maps; however, exi…

Cited by 0SourcePDFScholar
2023

Agnostic Learning of General ReLU Activation Using Gradient Descent

ICLR 2023poster

We provide a convergence analysis of gradient descent for the problem of agnostically learning a single ReLU function under Gaussian distributions. Unlike prior work that studies the setting of zero bias, we consider the more challenging scenario when the bias of the ReLU function is non-zero. Our m…

Cited by 9SourcePDFScholar
2023

Theoretically Grounded Loss Functions and Algorithms for Adversarial Robustness

AISTATS 2023poster

Adversarial robustness is a critical property of classifiers in applications as they are increasingly deployed in complex real-world systems. Yet, achieving accurate adversarial robustness in machine learning remains a persistent challenge and the choice of the surrogate loss function used for train…

2023

Theory and Algorithm for Batch Distribution Drift Problems

AISTATS 2023poster

We study a problem of batch distribution drift motivated by several applications, which consists of determining an accurate predictor for a target time segment, for which a moderate amount of labeled samples are at one’s disposal, while leveraging past segments for which substantially more labeled s…

Cited by 5SourcePDFScholar
2022

Active Sampling for Min-Max Fairness

ICML 2022spotlight

We propose simple active sampling and reweighting strategies for optimizing min-max fairness that can be applied to any classification or regression model learned via loss minimization. The key intuition behind our approach is to use at each timestep a datapoint from the group that is worst off unde…

2022

Agnostic Learnability of Halfspaces via Logistic Loss

ICML 2022oral

We investigate approximation guarantees provided by logistic regression for the fundamental problem of agnostic learning of homogeneous halfspaces. Previously, for a certain broad class of “well-behaved” distributions on the examples, Diakonikolas et al. (2020) proved an tilde{Omega}(OPT) lower boun…

Cited by 7SourcePDFScholar
2022

Congested Bandits: Optimal Routing via Short-term Resets

ICML 2022spotlight

For traffic routing platforms, the choice of which route to recommend to a user depends on the congestion on these routes – indeed, an individual’s utility depends on the number of people using the recommended route at that instance. Motivated by this, we introduce the problem of Congested Bandits w…

Cited by 5SourcePDFScholar
2022

Do More Negative Samples Necessarily Hurt In Contrastive Learning?

ICML 2022oral

Recent investigations in noise contrastive estimation suggest, both empirically as well as theoretically, that while having more “negative samples” in the contrastive loss improves downstream classification performance initially, beyond a threshold, it hurts downstream performance due to a “collisio…

Cited by 49SourcePDFScholar
2022

Effective and Inconspicuous Over-the-Air Adversarial Examples with Adaptive Filtering

ICASSP 2022accepted

While deep neural networks achieve state-of-the-art performance on many audio classification tasks, they are known to be vulnerable to adversarial examples - artificially-generated perturbations of natural instances that cause a network to make incorrect predictions. In this work we demonstrate a no…

Cited by 0SourceScholar
2022

Individual Preference Stability for Clustering

ICML 2022oral

In this paper, we propose a natural notion of individual preference (IP) stability for clustering, which asks that every data point, on average, is closer to the points in its own cluster than to the points in any other cluster. Our notion can be motivated from several perspectives, including game t…

2022

On the Adversarial Robustness of Mixture of Experts

NeurIPS 2022accept

Adversarial robustness is a key desirable property of neural networks. It has been empirically shown to be affected by their sizes, with larger networks being typically more robust. Recently, \citet{bubeck2021universal} proved a lower bound on the Lipschitz constant of functions that fit the trainin…

Cited by 14SourcePDFScholar
2022

On the benefits of maximum likelihood estimation for Regression and Forecasting

ICLR 2022poster

We advocate for a practical Maximum Likelihood Estimation (MLE) approach towards designing loss functions for regression and forecasting, as an alternative to the typical approach of direct empirical risk minimization on a specific target metric. The MLE approach is better suited to capture inductiv…

Cited by 14SourcePDFScholar
2022

Trimmed Maximum Likelihood Estimation for Robust Generalized Linear Model

NeurIPS 2022accept

We study the problem of learning generalized linear models under adversarial corruptions. We analyze a classical heuristic called the \textit{iterative trimmed maximum likelihood estimator} which is known to be effective against \textit{label corruptions} in practice. Under label corruptions, we pro…

Cited by 6SourcePDFScholar
2021

A Convergence Analysis of Gradient Descent on Graph Neural Networks

NeurIPS 2021poster

Graph Neural Networks~(GNNs) are a powerful class of architectures for solving learning problems on graphs. While many variants of GNNs have been proposed in the literature and have achieved strong empirical performance, their theoretical properties are less well understood. In this work we study th…

Cited by 12SourcePDFScholar
2021

Adversarial Robustness Across Representation Spaces

CVPR 2021poster

Adversarial robustness corresponds to the susceptibility of deep neural networks to imperceptible perturbations made at test time. In the context of image tasks, many algorithms have been proposed to make neural networks robust to adversarial perturbations made to the input pixels. These perturbatio…

Cited by 14PDFScholar
2021

Calibration and Consistency of Adversarial Surrogate Losses

NeurIPS 2021spotlight

Adversarial robustness is an increasingly critical property of classifiers in applications. The design of robust algorithms relies on surrogate losses since the optimization of the adversarial loss with most hypothesis sets is NP-hard. But, which surrogate losses should be used and when do they bene…

Cited by 56SourcePDFScholar
2021

Efficient Algorithms for Learning Depth-2 Neural Networks with General ReLU Activations

NeurIPS 2021poster

We present polynomial time and sample efficient algorithms for learning an unknown depth-2 feedforward neural network with general ReLU activations, under mild non-degeneracy assumptions. In particular, we consider learning an unknown network of the form $f(x) = {a}^{\mathsf{T}}\sigma({W}^\mathsf{T}…

Cited by 24SourcePDFScholar
2021

Neural Active Learning with Performance Guarantees

NeurIPS 2021poster

We investigate the problem of active learning in the streaming setting in non-parametric regimes, where the labels are stochastically generated from a class of functions on which we make no assumptions whatsoever. We rely on recently proposed Neural Tangent Kernel (NTK) approximation tools to constr…

Cited by 26SourcePDFScholar
2020

Adversarial Learning Guarantees for Linear Hypotheses and Neural Networks

ICML 2020poster

Adversarial or test time robustness measures the susceptibility of a classifier to perturbations to the test input. While there has been a flurry of recent work on designing defenses against such perturbations, the theory of adversarial robustness is not well understood. In order to make progress on…

Cited by 81SourcePDFScholar
2020

Adversarial robustness via robust low rank representations

NeurIPS 2020poster

Adversarial robustness measures the susceptibility of a classifier to imperceptible perturbations made to the inputs at test time. In this work we highlight the benefits of natural low rank representations that often exist for real data such as images, for training neural networks with certified rob…

Cited by 27SourcePDFScholar
2020

Efficient active learning of sparse halfspaces with arbitrary bounded noise

NeurIPS 2020oral

We study active learning of homogeneous $s$-sparse halfspaces in $\mathbb{R}^d$ under the setting where the unlabeled data distribution is isotropic log-concave and each label is flipped with probability at most $\eta$ for a parameter $\eta \in \big[0, \frac12\big)$, known as the bounded noise. Even…

Cited by 45SourcePDFScholar
2020

Equalized odds postprocessing under imperfect group information

AISTATS 2020poster

Most approaches aiming to ensure a model’s fairness with respect to a protected attribute (such as gender or race) assume to know the true value of the attribute for every data point. In this paper, we ask to what extent fairness interventions can be effective even when only imperfect information ab…

2020

PAC-Bayes Learning Bounds for Sample-Dependent Priors

NeurIPS 2020poster

We present a series of new PAC-Bayes learning guarantees for randomized algorithms with sample-dependent priors. Our most general bounds make no assumption on the priors and are given in terms of certain covering numbers under the infinite-Renyi divergence and the L1 distance. We show how to use the…

Cited by 8SourcePDFScholar
2019

Fair k-Center Clustering for Data Summarization

ICML 2019oral

In data summarization we want to choose $k$ prototypes in order to summarize a data set. We study a setting where the data set comprises several demographic groups and we are restricted to choose $k_i$ prototypes belonging to group $i$. A common approach to the problem without the fairness constrain…

2019

Guarantees for Spectral Clustering with Fairness Constraints

ICML 2019oral

Given the widespread popularity of spectral clustering (SC) for partitioning graph data, we study a version of constrained SC in which we try to incorporate the fairness notion proposed by Chierichetti et al. (2017). According to this notion, a clustering is fair if every demographic group is approx…

2019

On Robustness to Adversarial Examples and Polynomial Optimization

NeurIPS 2019poster

We study the design of computationally efficient algorithms with provable guarantees, that are robust to adversarial (test time) perturbations. While there has been an explosion of recent work on this topic due to its connections to test time robustness of deep networks, there is limited theoretical…

2018

Robust Vertex Enumeration for Convex Hulls in High Dimensions

AISTATS 2018poster

We design a fast and robust algorithm named {All Vertex Traingle Algorithm (AVTA)} for detecting the vertices of the convex hull of a set of points in high dimensions. Our proposed algorithm is very general and works for arbitrary convex hulls. In addition to being a fundamental problem in computati…