← Search

Danica J. Sutherland

35 accepted papers

2026

Token Hidden Reward: Steering Exploration-Exploitation in Group Relative Deep Reinforcement Learning

ICLR 2026poster

Reinforcement learning with verifiable rewards has significantly advanced the reasoning capabilities of large language models, yet how to explicitly steer training toward exploration or exploitation remains an open problem. We introduce Token Hidden Reward (THR), a token-level metric that quantifies…

Cited by 0SourceScholar
2025

DUAL: Learning Diverse Kernels for Aggregated Two-sample and Independence Testing

NeurIPS 2025poster

To adapt kernel two-sample and independence testing to complex structured data, aggregation of multiple kernels is frequently employed to boost testing power compared to single-kernel tests. However, we observe a phenomenon that directly maximizing multiple kernel-based statistics may result in high…

Cited by 0SourceScholar
2025

Diffusion-Driven Two-Stage Active Learning for Low-Budget Semantic Segmentation

NeurIPS 2025poster

Semantic segmentation demands dense pixel-level annotations, which can be prohibitively expensive -- especially under extremely constrained labeling budgets. In this paper, we address the problem of low-budget active learning for semantic segmentation by proposing a novel two-stage selection pipelin…

Cited by 0SourcecodeScholar
2025

On the Effect of Negative Gradient in Group Relative Deep Reinforcement Optimization

NeurIPS 2025poster

Reinforcement learning (RL) has become popular in enhancing the reasoning capabilities of large language models (LLMs), with Group Relative Policy Optimization (GRPO) emerging as a widely used algorithm in recent systems. Despite GRPO's widespread adoption, we identify a previously unrecognized phen…

Cited by 0SourceScholar
2025

On the Hardness of Conditional Independence Testing In Practice

NeurIPS 2025spotlight

Tests of conditional independence (CI) underpin a number of important problems in machine learning and statistics, from causal discovery to evaluation of predictor fairness and out-of-distribution robustness. Shah and Peters (2020) showed that, contrary to the unconditional case, no universally fini…

Cited by 0SourceScholar
2025

Uncertainty Herding: One Active Learning Method for All Label Budgets

ICLR 2025poster

Most active learning research has focused on methods which perform well when many labels are available, but can be dramatically worse than random selection when label budgets are small. Other methods have focused on the low-budget regime, but do poorly as label budgets increase. As the line between…

Cited by 0SourcePDFScholar
2024

Bias Amplification in Language Model Evolution: An Iterated Learning Perspective

NeurIPS 2024poster

With the widespread adoption of Large Language Models (LLMs), the prevalence of iterative interactions among these models is anticipated to increase. Notably, recent advancements in multi-round on-policy self-improving methods allow LLMs to generate new examples for training subsequent models. At th…

2024

Even Sparser Graph Transformers

NeurIPS 2024poster

Graph Transformers excel in long-range dependency modeling, but generally require quadratic memory complexity in the number of nodes in an input graph, and hence have trouble scaling to large graphs. Sparse attention variants such as Exphormer can help, but may require high-degree augmentations to t…

2024

Why Do You Grok? A Theoretical Analysis on Grokking Modular Addition

ICML 2024poster

We present a theoretical explanation of the “grokking” phenomenon (Power et al., 2022), where a model generalizes long after overfitting, for the originally-studied problem of modular addition. First, we show that early in gradient descent, so that the “kernel regime” approximately holds, no permuta…

Cited by 7SourcePDFScholar
2023

A Fast, Well-Founded Approximation to the Empirical Neural Tangent Kernel

ICML 2023poster

Empirical neural tangent kernels (eNTKs) can provide a good understanding of a given network's representation: they are often far less expensive to compute and applicable more broadly than infinite-width NTKs. For networks with $O$ output units (e.g. an $O$-class classifier), however, the eNTK on $N…

Cited by 27SourcePDFScholar
2023

Efficient Conditionally Invariant Representation Learning

ICLR 2023top-5%

We introduce the Conditional Independence Regression CovariancE (CIRCE), a measure of conditional independence for multivariate continuous-valued variables. CIRCE applies as a regularizer in settings where we wish to learn neural features $\varphi(X)$ of data $X$ to estimate a target $Y$, while bein…

2023

Exphormer: Sparse Transformers for Graphs

ICML 2023poster

Graph transformers have emerged as a promising architecture for a variety of graph learning and representation tasks. Despite their successes, though, it remains challenging to scale graph transformers to large graphs while maintaining accuracy competitive with message-passing networks. In this pape…

2023

Improving Compositional Generalization using Iterated Learning and Simplicial Embeddings

NeurIPS 2023poster

Compositional generalization, the ability of an agent to generalize to unseen combinations of latent factors, is easy for humans but hard for deep neural networks. A line of research in cognitive science has hypothesized a process, "iterated learning," to help explain how human language developed th…

Cited by 11SourcePDFScholar
2022

A Non-Asymptotic Moreau Envelope Theory for High-Dimensional Generalized Linear Models

NeurIPS 2022accept

We prove a new generalization bound that shows for any class of linear predictors in Gaussian space, the Rademacher complexity of the class and the training error under any continuous loss $\ell$ can control the test error under all Moreau envelopes of the loss $\ell$ . We use our finite-sample boun…

2022

Evaluating Graph Generative Models with Contrastively Learned Features

NeurIPS 2022accept

A wide range of models have been proposed for Graph Generative Models, necessitating effective methods to evaluate their quality. So far, most techniques use either traditional metrics based on subgraph counting, or the representations of randomly initialized Graph Neural Networks (GNNs). We propose…

2022

Making Look-Ahead Active Learning Strategies Feasible with Neural Tangent Kernels

NeurIPS 2022accept

We propose a new method for approximating active learning acquisition strategies that are based on retraining with hypothetically-labeled candidate data points. Although this is usually infeasible with deep networks, we use the neural tangent kernel to approximate the result of retraining, and prove…

Cited by 32SourcePDFScholar
2022

Object Discovery via Contrastive Learning for Weakly Supervised Object Detection

ECCV 2022poster

"Weakly Supervised Object Detection (WSOD) is a task that detects objects in an image using a model trained only on image-level annotations. Current state-of-the-art models benefit from self-supervised instance-level supervision, but since weak supervision does not include count or location informat…

2022

One Weird Trick to Improve Your Semi-Weakly Supervised Semantic Segmentation Model

IJCAI 2022poster

Semi-weakly supervised semantic segmentation (SWSSS) aims to train a model to identify objects in images based on a small number of images with pixel-level labels, and many more images with only image-level labels. Most existing SWSSS algorithms extract pixel-level pseudo-labels from an image classi…

Cited by 5SourcePDFScholar
2021

Meta Two-Sample Testing: Learning Kernels for Testing with Limited Data

NeurIPS 2021poster

Modern kernel-based two-sample tests have shown great success in distinguishing complex, high-dimensional distributions by learning appropriate kernels (or, as a special case, classifiers). Previous work, however, has assumed that many samples are observed from both of the distributions being distin…

2021

Self-Supervised Learning with Kernel Dependence Maximization

NeurIPS 2021poster

We approach self-supervised learning of image representations from a statistical dependence perspective, proposing Self-Supervised Learning with the Hilbert-Schmidt Independence Criterion (SSL-HSIC). SSL-HSIC maximizes dependence between representations of transformations of an image and the image i…

2021

Uniform Convergence of Interpolators: Gaussian Width, Norm Bounds and Benign Overfitting

NeurIPS 2021oral

We consider interpolation learning in high-dimensional linear regression with Gaussian data, and prove a generic uniform convergence guarantee on the generalization error of interpolators in an arbitrary hypothesis class in terms of the class’s Gaussian width. Applying the generic bound to Euclidea…

Cited by 80SourcePDFScholar
2020

Learning Deep Kernels for Non-Parametric Two-Sample Tests

ICML 2020poster

We propose a class of kernel-based two-sample tests, which aim to determine whether two sets of samples are drawn from the same distribution. Our tests are constructed from kernels parameterized by deep neural nets, trained to maximize test power. These tests adapt to variations in distribution smoo…

2019

Learning deep kernels for exponential family densities

ICML 2019oral

The kernel exponential family is a rich class of distributions, which can be fit efficiently and with statistical guarantees by score matching. Being required to choose a priori a simple kernel such as the Gaussian, however, limits its practical applicability. We provide a scheme for learning a kern…

2018

Bayesian Approaches to Distribution Regression

AISTATS 2018poster

Distribution regression has recently attracted much interest as a generic solution to the problem of supervised learning where labels are available at the group level, rather than at the individual level. Current approaches, however, do not propagate the uncertainty in observations due to sampling v…

2018

Efficient and principled score estimation with Nyström kernel exponential families

AISTATS 2018poster

We propose a fast method with statistical guarantees for learning an exponential family density model where the natural parameter is in a reproducing kernel Hilbert space, and may be infinite dimensional. The model is learned by fitting the derivative of the log density, the score, thus avoiding the…

2018

On gradient regularizers for MMD GANs

NeurIPS 2018poster

We propose a principled method for gradient-based regularization of the critic of GAN-like models trained by adversarially optimizing the kernel of a Maximum Mean Discrepancy (MMD). We show that controlling the gradient of the critic is vital to having a sensible loss function, and devise a method t…

2017

Generative Models and Model Criticism via Optimized Maximum Mean Discrepancy

ICLR 2017poster

We propose a method to optimize the representation and distinguishability of samples from two probability distributions, by maximizing the estimated power of a statistical test based on the maximum mean discrepancy (MMD). This optimized MMD is applied to the setting of unsupervised learning by gener…

Cited by 252SourcecodeScholar