← Search

Matt Kusner

20 accepted papers

2025

An Auditing Test to Detect Behavioral Shift in Language Models

ICLR 2025poster

As language models (LMs) approach human-level performance, a comprehensive understanding of their behavior becomes crucial. This includes evaluating capabilities, biases, task performance, and alignment with societal values. Extensive initial evaluations, including red teaming and diverse benchmark…

2025

Calibrated Physics-Informed Uncertainty Quantification

ICML 2025poster

Simulating complex physical systems is crucial for understanding and predicting phenomena across diverse fields, such as fluid dynamics and heat transfer, as well as plasma physics and structural mechanics. Traditional approaches rely on solving partial differential equations (PDEs) using numerical…

Cited by 0SourcePDFScholar
2025

When Can Proxies Improve the Sample Complexity of Preference Learning?

ICML 2025poster

We address the problem of reward hacking, where maximising a proxy reward does not necessarily increase the true reward. This is a key concern for Large Language Models (LLMs), as they are often fine-tuned on human preferences that may not accurately reflect a true objective. Existing work uses vari…

Cited by 0SourcePDFScholar
2024

Proxy Methods for Domain Adaptation

AISTATS 2024poster

We study the problem of domain adaptation under distribution shift, where the shift is due to a change in the distribution of an unobserved, latent variable that confounds both the covariates and the labels. In this setting, neither the covariate shift nor the label shift assumptions apply. Our appr…

2023

DAG Learning on the Permutahedron

ICLR 2023poster

We propose a continuous optimization framework for discovering a latent directed acyclic graph (DAG) from observational data. Our approach optimizes over the polytope of permutation vectors, the so-called Permutahedron, to learn a topological ordering. Edges can be optimized jointly, or learned cond…

2023

No Train No Gain: Revisiting Efficient Training Algorithms For Transformer-based Language Models

NeurIPS 2023poster

The computation necessary for training Transformer-based language models has skyrocketed in recent years. This trend has motivated research on efficient training algorithms designed to improve training, validation, and downstream performance faster than standard training. In this work, we revisit th…

2022

Local Latent Space Bayesian Optimization over Structured Inputs

NeurIPS 2022accept

Bayesian optimization over the latent spaces of deep autoencoder models (DAEs) has recently emerged as a promising new approach for optimizing challenging black-box functions over structured, discrete, hard-to-enumerate search spaces (e.g., molecules). Here the DAE dramatically simplifies the search…

2021

Causal Effect Inference for Structured Treatments

NeurIPS 2021poster

We address the estimation of conditional average treatment effects (CATEs) for structured treatments (e.g., graphs, images, texts). Given a weak condition on the effect, we propose the generalized Robinson decomposition, which (i) isolates the causal estimand (reducing regularization bias), (ii) all…

Cited by 56SourcePDFScholar
2021

Learning Binary Decision Trees by Argmin Differentiation

ICML 2021spotlight

We address the problem of learning binary decision trees that partition data for some downstream task. We propose to learn discrete parameters (i.e., for tree traversals and node pruning) and continuous parameters (i.e., for tree split functions and prediction functions) simultaneously using argmin…

2021

Operationalizing Complex Causes: A Pragmatic View of Mediation

ICML 2021spotlight

We examine the problem of causal response estimation for complex objects (e.g., text, images, genomics). In this setting, classical \emph{atomic} interventions are often not available (e.g., changes to characters, pixels, DNA base-pairs). Instead, we only have access to indirect or \emph{crude} inte…

2021

Proximal Causal Learning with Kernels: Two-Stage Estimation and Moment Restriction

ICML 2021spotlight

We address the problem of causal effect estima-tion in the presence of unobserved confounding,but where proxies for the latent confounder(s) areobserved. We propose two kernel-based meth-ods for nonlinear causal effect estimation in thissetting: (a) a two-stage regression approach, and(b) a maximum…

Cited by 78SourcePDFScholar
2019

Making Decisions that Reduce Discriminatory Impacts

ICML 2019oral

As machine learning algorithms move into real-world settings, it is crucial to ensure they are aligned with societal values. There has been much work on one aspect of this, namely the discriminatory prediction problem: How can we reduce discrimination in the predictions themselves? While an importan…

2018

Blind Justice: Fairness with Encrypted Sensitive Attributes

ICML 2018oral

Recent work has explored how to train machine learning models which do not discriminate against any subgroup of the population as determined by sensitive attributes such as gender or race. To avoid disparate treatment, sensitive attributes should not be considered. On the other hand, in order to avo…

2018

Learning a Generative Model for Validity in Complex Discrete Structures

ICLR 2018poster

Deep generative models have been successfully used to learn representations for high-dimensional discrete spaces by representing discrete objects as sequences and employing powerful sequence-based deep models. Unfortunately, these sequence-based models often produce invalid sequences: sequences whic…

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…