← Search

Amit Deshpande

19 accepted papers

2026

Characterizing Deep Research: A Benchmark and Formal Definition

ICLR 2026poster

Information tasks such as writing surveys or analytical reports require complex search and reasoning, and have recently been grouped under the umbrella of _deep research_ --- a term also adopted by recent models targeting these capabilities. Despite growing interest, the scope of the deep research t…

Cited by 0SourcecodeScholar
2025

Optimal Fair Learning Robust to Adversarial Distribution Shift

ICML 2025poster

Previous work in fair machine learning has characterised the Fair Bayes Optimal Classifier (BOC) on a given distribution for both deterministic and randomized classifiers. We study the robustness of the Fair BOC to adversarial noise in the data distribution. Kearns & Li (1988) implies that the accur…

Cited by 0SourcePDFScholar
2024

NICE: To Optimize In-Context Examples or Not?

ACL 2024long

Recent work shows that in-context learning and optimization of in-context examples (ICE) can significantly improve the accuracy of large language models (LLMs) on a wide range of tasks, leading to an apparent consensus that ICE optimization is crucial for better performance. However, most of these s…

2024

Rethinking Robustness of Model Attributions

AAAI 2024technical

For machine learning models to be reliable and trustworthy, their decisions must be interpretable. As these models find increasing use in safety-critical applications, it is important that not just the model predictions but also their explanations (as feature attributions) be robust to small human-i…

2023

Causal Effect Regularization: Automated Detection and Removal of Spurious Correlations

NeurIPS 2023poster

In many classification datasets, the task labels are spuriously correlated with some input attributes. Classifiers trained on such datasets often rely on these attributes for prediction, especially when the spurious correlation is high, and thus fail to generalize whenever there is a shift in the at…

Cited by 7SourcePDFScholar
2022

Learning and Generalization in Overparameterized Normalizing Flows

AISTATS 2022poster

In supervised learning, it is known that overparameterized neural networks with one hidden layer provably and efficiently learn and generalize, when trained using stochastic gradient descent with a sufficiently small learning rate and suitable initialization. In contrast, the benefit of overparamete…

2021

Can we have it all? On the Trade-off between Spatial and Adversarial Robustness of Neural Networks

NeurIPS 2021poster

(Non-)robustness of neural networks to small, adversarial pixel-wise perturbations, and as more recently shown, to even random spatial transformations (e.g., translations, rotations) entreats both theoretical and empirical understanding. Spatial robustness to random translations and rotations is com…

2021

The Importance of Modeling Data Missingness in Algorithmic Fairness: A Causal Perspective

AAAI 2021technical

Training datasets for machine learning often have some form of missingness. For example, to learn a model for deciding whom to give a loan, the available training data includes individuals who were given a loan in the past, but not those who were not. This missingness, if ignored, nullifies any fair…

Cited by 41SourcePDFScholar
2018

Fair and Diverse DPP-Based Data Summarization

ICML 2018oral

Sampling methods that choose a subset of the data proportional to its diversity in the feature space are popular for data summarization. However, recent studies have noted the occurrence of bias {–} e.g., under or over representation of a particular gender or ethnicity {–} in such data summarization…

Cited by 149SourcePDFScholar
2016

Batched Gaussian Process Bandit Optimization via Determinantal Point Processes

NeurIPS 2016poster

Gaussian Process bandit optimization has emerged as a powerful tool for optimizing noisy black box functions. One example in machine learning is hyper-parameter optimization where each evaluation of the target function may require training a model which may involve days or even weeks of computation.…