← Search

Rajiv Khanna

29 accepted papers

2026

Align When They Want, Complement When They Need! Human-Centered Ensembles for Adaptive Human-AI Collaboration

AAAI 2026technical

In human-AI decision making, designing AI that complements human expertise has been a natural strategy to enhance human-AI collaboration, yet it often comes at the cost of decreased AI performance in areas of human strengths. This can inadvertently erode human trust and cause them to ignore AI advic

Cited by 0SourcePDFScholar
2026

Membership Privacy Risks of Sharpness Aware Minimization

ICLR 2026poster

Optimization algorithms that seek flatter minima, such as Sharpness-Aware Minimization (SAM), are credited with improved generalization and robustness to noise. We ask whether such gains impact membership privacy. Surprisingly, we find that SAM is more prone to Membership Inference Attacks (MIA) tha…

Cited by 0SourceScholar
2025

A Unified Stability Analysis of SAM vs SGD: Role of Data Coherence and Emergence of Simplicity Bias

NeurIPS 2025poster

Understanding the dynamics of optimization algorithms in deep learning has become increasingly critical, especially as models grow in scale and complexity. Despite the empirical success of stochastic gradient descent (SGD) and its variants in finding solutions that generalize well, the precise mecha…

Cited by 0SourceScholar
2024

A Precise Characterization of SGD Stability Using Loss Surface Geometry

ICLR 2024poster

Stochastic Gradient Descent (SGD) stands as a cornerstone optimization algorithm with proven real-world empirical successes but relatively limited theoretical understanding. Recent research has illuminated a key factor contributing to its practical efficacy: the implicit regularization it instigates…

Cited by 1SourcePDFScholar
2023

Fast Feature Selection with Fairness Constraints

AISTATS 2023poster

We study the fundamental problem of selecting optimal features for model construction. This problem is computationally challenging on large datasets, even with the use of greedy algorithm variants. To address this challenge, we extend the adaptive query model, recently proposed for the greedy forwar…

Cited by 4SourcePDFScholar
2022

Generalization Bounds using Lower Tail Exponents in Stochastic Optimizers

ICML 2022spotlight

Despite the ubiquitous use of stochastic optimization algorithms in machine learning, the precise impact of these algorithms and their dynamics on generalization performance in realistic non-convex settings is still poorly understood. While recent work has revealed connections between generalization…

Cited by 24SourcePDFScholar
2021

Adversarially-Trained Deep Nets Transfer Better: Illustration on Image Classification

ICLR 2021poster

Transfer learning has emerged as a powerful methodology for adapting pre-trained deep neural networks on image recognition tasks to new domains. This process consists of taking a neural network pre-trained on a large feature-rich source dataset, freezing the early layers that encode essential generi…

2021

Bayesian Coresets: Revisiting the Nonconvex Optimization Perspective

AISTATS 2021poster

Bayesian coresets have emerged as a promising approach for implementing scalable Bayesian inference. The Bayesian coreset problem involves selecting a (weighted) subset of the data samples, such that the posterior inference using the selected subset closely approximates the posterior inference using…

2021

Geometric rates of convergence for kernel-based sampling algorithms

UAI 2021poster

The rate of convergence of weighted kernel herding (WKH) and sequential Bayesian quadrature (SBQ), two kernel-based sampling algorithms for estimating integrals with respect to some target probability measure, is investigated. Under verifiable conditions on the chosen kernel and target measure, we e…

Cited by 0SourcePDFScholar
2021

Improved Guarantees and a Multiple-descent Curve for Column Subset Selection and the Nystrom Method (Extended Abstract)

IJCAI 2021poster

The Column Subset Selection Problem (CSSP) and the Nystrom method are among the leading tools for constructing interpretable low-rank approximations of large datasets by selecting a small but representative set of features or instances. A fundamental question in this area is: what is the cost of thi…

Cited by 54SourcePDFScholar
2020

Boundary thickness and robustness in learning models

NeurIPS 2020poster

Robustness of machine learning models to various adversarial and non-adversarial corruptions continues to be of interest. In this paper, we introduce the notion of the boundary thickness of a classifier, and we describe its connection with and usefulness for model robustness. Thick decision boundari…

2020

Improved guarantees and a multiple-descent curve for Column Subset Selection and the Nystrom method

NeurIPS 2020oral

The Column Subset Selection Problem (CSSP) and the Nystrom method are among the leading tools for constructing small low-rank approximations of large datasets in machine learning and scientific computing. A fundamental question in this area is: how well can a data subset of size k compete with the b…

2019

Interpreting Black Box Predictions using Fisher Kernels

AISTATS 2019poster

Research in both machine learning and psychology suggests that salient examples can help humans to interpret learning models. To this end, we take a novel look at black box interpretation of test predictions in terms of training examples. Our goal is to ask “which training examples are most responsi…

Cited by 123SourcePDFScholar
2019

Learning Sparse Distributions using Iterative Hard Thresholding

NeurIPS 2019poster

Iterative hard thresholding (IHT) is a projected gradient descent algorithm, known to achieve state of the art performance for a wide range of structured estimation problems, such as sparse inference. In this work, we consider IHT as a solution to the problem of learning sparse discrete distribution…

Cited by 5SourcePDFScholar
2018

Boosting Black Box Variational Inference

NeurIPS 2018spotlight

Approximating a probability density in a tractable manner is a central task in Bayesian statistics. Variational Inference (VI) is a popular technique that achieves tractability by choosing a relatively simple variational approximation. Borrowing ideas from the classic boosting framework, recent appr…

2018

Boosting Variational Inference: an Optimization Perspective

AISTATS 2018poster

Variational inference is a popular technique to approximate a possibly intractable Bayesian posterior with a more tractable one. Recently, boosting variational inference has been proposed as a new paradigm to approximate the posterior by a mixture of densities by greedily adding components to the mi…

Cited by 0SourcePDFScholar
2017

A Unified Optimization View on Generalized Matching Pursuit and Frank-Wolfe

AISTATS 2017poster

Two of the most fundamental prototypes of greedy optimization are the matching pursuit and Frank-Wolfe algorithms. In this paper we take a unified view on both classes of methods, leading to the first explicit convergence rates of matching pursuit methods in an optimization sense, for general sets o…

Cited by 71SourcePDFScholar
2017

Information Projection and Approximate Inference for Structured Sparse Variables

AISTATS 2017poster

Approximate inference via information projection has been recently introduced as a general-purpose technique for efficient probabilistic inference given sparse variables. This manuscript goes beyond classical sparsity by proposing efficient algorithms for approximate inference via information proje…

Cited by 5SourcePDFScholar
2017

On Approximation Guarantees for Greedy Low Rank Optimization

ICML 2017poster

We provide new approximation guarantees for greedy low rank matrix estimation under standard assumptions of restricted strong convexity and smoothness. Our novel analysis also uncovers previously unknown connections between the low rank estimation and combinatorial optimization, so much so that our…

Cited by 22SourcePDFScholar
2017

Scalable Greedy Feature Selection via Weak Submodularity

AISTATS 2017poster

Greedy algorithms are widely used for problems in machine learning such as feature selection and set function optimization. Unfortunately, for large datasets, the running time of even greedy algorithms can be quite high. This is because for each greedy step we need to refit a model or calculate a…

Cited by 107SourcePDFScholar
2016

Examples are not enough, learn to criticize! Criticism for Interpretability

NeurIPS 2016oral

Example-based explanations are widely used in the effort to improve the interpretability of highly complex distributions. However, prototypes alone are rarely sufficient to represent the gist of the complexity. In order for users to construct better mental models and understand complex data distribu…

Cited by 1228SourcePDFScholar