← Search

Amit Dhurandhar

29 accepted papers

2026

CGU-Bayes: Causal Graph Uncertainty-Guided Bayesian Inference for Domain Generalization

CVPR 2026

Causal graphs play a crucial role in AI research as they reveal the data generation processes underlying real-world machine learning and computer vision tasks. Recent studies have leveraged causal graphs to develop more robust and interpretable models. However, limited or biased data often lead to i

Cited by 0SourceScholar
2026

CoFrGeNet: Continued Fraction Architectures for Language Generation

ICML 2026poster

Transformers are arguably the preferred architecture for language generation. In this paper, inspired by continued fractions, we introduce a new function class for generative modeling. The architecture family implementing this function class is named CoFrGeNets - Continued Fraction Generative Networ…

Cited by 0SourceScholar
2025

Final-Model-Only Data Attribution with a Unifying View of Gradient-Based Methods

NeurIPS 2025poster

Training data attribution (TDA) is concerned with understanding model behavior in terms of the training data. This paper draws attention to the common setting where one has access only to the final trained model, and not the training algorithm or intermediate information from training. We reframe th…

Cited by 0SourceScholar
2025

Multi-Level Explanations for Generative Language Models

ACL 2025long

Despite the increasing use of large language models (LLMs) for context-grounded tasks like summarization and question-answering, understanding what makes an LLM produce a certain response is challenging. We propose Multi-Level Explanations for Generative Language Models (MExGen), a technique to prov…

2025

Programming Refusal with Conditional Activation Steering

ICLR 2025spotlight

LLMs have shown remarkable capabilities, but precisely controlling their response behavior remains challenging. Existing activation steering methods alter LLM behavior indiscriminately, limiting their practical applicability in settings where selective responses are essential, such as content modera…

2025

Protecting Users From Themselves: Safeguarding Contextual Privacy in Interactions with Conversational Agents

ACL 2025finding

Conversational agents are increasingly woven into individuals’ personal lives, yet users often underestimate the privacy risks associated with them. The moment users share information with these agents —such as large language models (LLMs)— their private information becomes vulnerable to exposure. I…

2024

Integrating Markov Blanket Discovery into Causal Representation Learning for Domain Generalization

ECCV 2024poster

"Identifying low-dimensional, semantic latent causal representations for high-dimensional data has become a dynamic field in computer vision and machine learning. Causal domain generalization methods aim to identify latent causal variables that generate input data and build invariant causal mechanis…

Cited by 1SourcePDFScholar
2024

NeuroPrune: A Neuro-inspired Topological Sparse Training Algorithm for Large Language Models

ACL 2024findings

Transformer-based Language Models have become ubiquitous in Natural Language Processing (NLP) due to their impressive performance on various tasks. However, expensive training as well as inference remains a significant impediment to their widespread applicability. While enforcing sparsity at various…

Cited by 2SourcePDFScholar
2024

Ranking Large Language Models without Ground Truth

ACL 2024findings

Evaluation and ranking of large language models (LLMs) has become an important problem with the proliferation of these models and their impact. Evaluation methods either require human responses which are expensive to acquire or use pairs of LLMs to evaluate each other which can be unreliable. In thi…

Cited by 3SourcePDFScholar
2024

Trust Regions for Explanations via Black-Box Probabilistic Certification

ICML 2024poster

Given the black box nature of machine learning models, a plethora of explainability methods have been developed to decipher the factors behind individual decisions. In this paper, we introduce a novel problem of black box (probabilistic) explanation certification. We ask the question: Given a black…

2023

Locally Invariant Explanations: Towards Stable and Unidirectional Explanations through Local Invariant Learning

NeurIPS 2023poster

Locally interpretable model agnostic explanations (LIME) method is one of the most popular methods used to explain black-box models at a per example level. Although many variants have been proposed, few provide a simple way to produce high fidelity explanations that are also stable and intuitive. In…

Cited by 8SourcePDFScholar
2023

Reprogramming Pretrained Language Models for Antibody Sequence Infilling

ICML 2023poster

Antibodies comprise the most versatile class of binding molecules, with numerous applications in biomedicine. Computational design of antibodies involves generating novel and diverse sequences, while maintaining structural consistency. Unique to antibodies, designing the complementarity-determining…

2023

When Neural Networks Fail to Generalize? A Model Sensitivity Perspective

AAAI 2023technical

Domain generalization (DG) aims to train a model to perform well in unseen domains under different distributions. This paper considers a more realistic yet more challenging scenario, namely Single Domain Generalization (Single-DG), where only a single source domain is available for training. To tack…

2022

Auto-Transfer: Learning to Route Transferable Representations

ICLR 2022poster

Knowledge transfer between heterogeneous source and target networks and tasks has received a lot of attention in recent times as large amounts of quality labeled data can be difficult to obtain in many applications. Existing approaches typically constrain the target deep neural network (DNN) feature…

Cited by 6SourcePDFScholar
2022

Is this the Right Neighborhood? Accurate and Query Efficient Model Agnostic Explanations

NeurIPS 2022accept

There have been multiple works that try to ascertain explanations for decisions of black box models on particular inputs by perturbing the input or by sampling around it, creating a neighborhood and then fitting a sparse (linear) model (e.g. LIME). Many of these methods are unstable and so more rece…

Cited by 7SourcePDFScholar
2022

Let the CAT out of the bag: Contrastive Attributed explanations for Text

EMNLP 2022main

Contrastive explanations for understanding the behavior of black box models has gained a lot of attention recently as they provide potential for recourse. In this paper, we propose a method Contrastive Attributed explanations for Text (CAT) which provides contrastive explanations for natural languag…

2022

On the Safety of Interpretable Machine Learning: A Maximum Deviation Approach

NeurIPS 2022accept

Interpretable and explainable machine learning has seen a recent surge of interest. We focus on safety as a key motivation behind the surge and make the relationship between interpretability and safety more quantitative. Toward assessing safety, we introduce the concept of *maximum deviation* via an…

Cited by 9SourcePDFScholar
2021

Anomaly Attribution with Likelihood Compensation

AAAI 2021technical

This paper addresses the task of explaining anomalous predictions of a black-box regression model. When using a black-box model, such as one to predict building energy consumption from many sensor measurements, we often have a situation where some observed samples may significantly deviate from thei…

Cited by 13SourcePDFScholar
2021

CoFrNets: Interpretable Neural Architecture Inspired by Continued Fractions

NeurIPS 2021poster

In recent years there has been a considerable amount of research on local post hoc explanations for neural networks. However, work on building interpretable neural architectures has been relatively sparse. In this paper, we present a novel neural architecture, CoFrNet, inspired by the form of contin…

Cited by 13SourcePDFScholar
2021

Empirical or Invariant Risk Minimization? A Sample Complexity Perspective

ICLR 2021poster

Recently, invariant risk minimization (IRM) was proposed as a promising solution to address out-of-distribution (OOD) generalization. However, it is unclear when IRM should be preferred over the widely-employed empirical risk minimization (ERM) framework. In this work, we analyze both these framewor…

Cited by 104SourcePDFScholar
2021

Linear Regression Games: Convergence Guarantees to Approximate Out-of-Distribution Solutions

AISTATS 2021poster

Recently, invariant risk minimization (IRM) (Arjovsky et al. 2019) was proposed as a promising solution to address out-of-distribution (OOD) generalization. In Ahuja et al. (2020), it was shown that solving for the Nash equilibria of a new class of “ensemble-games” is equivalent to solving IRM. In t…

2021

Treatment Effect Estimation Using Invariant Risk Minimization

ICASSP 2021accepted

Inferring causal individual treatment effect (ITE) from observational data is a challenging problem whose difficulty is exacerbated by the presence of treatment assignment bias. In this work, we propose a new way to estimate the ITE using the domain generalization framework of invariant risk minimiz…

Cited by 0SourceScholar
2020

Learning Global Transparent Models consistent with Local Contrastive Explanations

NeurIPS 2020poster

There is a rich and growing literature on producing local contrastive/counterfactual explanations for black-box models (e.g. neural networks). In these methods, for an input, an explanation is in the form of a contrast point differing in very few features from the original input and lying in a diffe…

Cited by 42SourcePDFScholar
2020

Model Agnostic Multilevel Explanations

NeurIPS 2020poster

In recent years, post-hoc local instance-level and global dataset-level explainability of black-box models has received a lot of attention. Lesser attention has been given to obtaining insights at intermediate or group levels, which is a need outlined in recent works that study the challenges in rea…

2018

Explanations based on the Missing: Towards Contrastive Explanations with Pertinent Negatives

NeurIPS 2018poster

In this paper we propose a novel method that provides contrastive explanations justifying the classification of an input by a black box classifier such as a deep neural network. Given an input we find what should be minimally and sufficiently present (viz. important object pixels in an image) to jus…

2018

Improving Simple Models with Confidence Profiles

NeurIPS 2018poster

In this paper, we propose a new method called ProfWeight for transferring information from a pre-trained deep neural network that has a high test accuracy to a simpler interpretable model or a very shallow network of low complexity and a priori low test accuracy. We are motivated by applications in…

Cited by 69SourcePDFScholar