← Search

Adrian Weller

101 accepted papers

2026

A Foundation-style Model for Zero-Shot Statistical Dependency Measurement

ICML 2026poster

Measuring statistical dependency between high-dimensional random variables is a fundamental task in data science and machine learning. Neural mutual information (MI) estimators offer a promising avenue, but they typically require costly test-time training for each new dataset, making them impractica…

Cited by 0SourceScholar
2026

Evaluating Language Models' Evaluations of Games

ICLR 2026poster

Reasoning is not just about solving problems---it is also about evaluating which problems are worth solving at all. Evaluations of artificial intelligence (AI) systems primarily focused on problem solving, historically by studying how models play games such as chess and Go. In this paper, we advocat…

Cited by 0SourceScholar
2026

ExoPredicator: Learning Abstract Models of Dynamic Worlds for Robot Planning

ICLR 2026poster

Long‑horizon embodied planning is challenging because the world does not only change through an agent’s actions: exogenous processes (e.g., water heating, dominoes cascading) unfold concurrently with the agent's actions. We propose a framework for abstract world models that jointly learns (i) symbol…

Cited by 0SourceScholar
2026

Graph Random Features for Scalable Gaussian Processes

ICLR 2026poster

We study the application of graph random features (GRFs) – a recently-introduced stochastic estimator of graph node kernels – to scalable Gaussian processes on discrete input spaces. We prove that (under mild assumptions) Bayesian inference with GRFs enjoys $\mathcal{O}(N^{3/2})$ time complexity wit…

Cited by 0SourceScholar
2026

POET-X: Memory-efficient LLM Training by Scaling Orthogonal Transformation

ICML 2026oral

Efficient and stable training of large language models (LLMs) remains a core challenge in modern machine learning systems. We tackle this problem with Reparameterized Orthogonal Equivalence Training (POET), a spectrum-preserving framework that optimizes each weight matrix through orthogonal equivale…

Cited by 0SourceScholar
2026

Rotary Position Encodings for Graphs

ICML 2026spotlight

We study the extent to which rotary position encodings (RoPE), a recent transformer position encoding algorithm broadly adopted in large language models (LLMs) and vision transformers (ViTs), can be applied to graph-structured data. We find that rotating tokens depending on the spectrum of the graph…

Cited by 0SourceScholar
2026

Use What You Know: Causal Foundation Models with Partial Graphs

ICML 2026poster

Estimating causal quantities traditionally relies on bespoke estimators tailored to specific assumptions. Recently proposed Causal Foundation Models (CFMs) promise a more unified approach by amortising causal discovery and inference in a single step. However, in their current state, they do not allo…

Cited by 0SourceScholar
2025

Can Large Language Models Understand Symbolic Graphics Programs?

ICLR 2025spotlight

Against the backdrop of enthusiasm for large language models (LLMs), there is a growing need to scientifically assess their capabilities and shortcomings. This is nontrivial in part because it is difficult to find tasks which the models have not encountered during training. Utilizing symbolic graphi…

Cited by 11SourcePDFScholar
2025

Certification for Differentially Private Prediction in Gradient-Based Training

ICML 2025poster

We study private prediction where differential privacy is achieved by adding noise to the outputs of a non-private model. Existing methods rely on noise proportional to the global sensitivity of the model, often resulting in sub-optimal privacy-utility trade-offs compared to private training. We int…

2025

Confidential Guardian: Cryptographically Prohibiting the Abuse of Model Abstention

ICML 2025poster

Cautious predictions—where a machine learning model abstains when uncertain—are crucial for limiting harmful errors in safety-critical applications. In this work, we identify a novel threat: a dishonest institution can exploit these mechanisms to discriminate or unjustly deny services under the guis…

2025

From Dormant to Deleted: Tamper-Resistant Unlearning Through Weight-Space Regularization

NeurIPS 2025poster

Recent unlearning methods for LLMs are vulnerable to relearning attacks: knowledge believed-to-be-unlearned re-emerges by fine-tuning on a small set of (even seemingly-unrelated) examples. We study this phenomenon in a controlled setting for example-level unlearning in vision classifiers. We make th…

Cited by 0SourceScholar
2025

Gridded Transformer Neural Processes for Spatio-Temporal Data

ICML 2025spotlight

Effective modelling of large-scale spatio-temporal datasets is essential for many domains, yet existing approaches often impose rigid constraints on the input data, such as requiring them to lie on fixed-resolution grids. With the rise of foundation models, the ability to process diverse, heterogene…

Cited by 0SourcePDFScholar
2025

LLMs on interactive feature collections with implicit dynamic decision strategy

COLING 2025main

In real-world contexts such as medical diagnosis and business consulting, effective problem-solving often requires gathering relevant information through interactions and targeted questioning to pinpoint the root cause of a problem. However, Large Language Models (LLMs) often struggle to efficiently…

Cited by 1SourcePDFScholar
2025

Learning Personalized Decision Support Policies

AAAI 2025technical

Individual human decision-makers may benefit from different forms of support to improve decision outcomes, but when will each form of support yield better outcomes? In this work, we posit that personalizing access to decision support tools can be an effective mechanism for instantiating the appropri…

Cited by 15SourcePDFScholar
2025

Linear Transformer Topological Masking with Graph Random Features

ICLR 2025poster

When training transformers on graph-structured data, incorporating information about the underlying topology is crucial for good performance. Topological masking, a type of relative position encoding, achieves this by upweighting or downweighting attention depending on the relationship between the q…

Cited by 1SourcePDFScholar
2025

Neural Mutual Information Estimation with Vector Copulas

NeurIPS 2025poster

Estimating mutual information (MI) is a fundamental task in data science and machine learning. Existing estimators mainly rely on either highly flexible models (e.g., neural networks), which require large amounts of data, or overly simplified models (e.g., Gaussian copula), which fail to capture co…

Cited by 0SourcecodeScholar
2025

On Evaluating LLMs’ Capabilities as Functional Approximators: A Bayesian Evaluation Framework

COLING 2025main

Recent works have successfully applied Large Language Models (LLMs) to function modeling tasks. However, the reasons behind this success remain unclear. In this work, we propose a new evaluation framework to comprehensively assess LLMs’ function modeling abilities. By adopting a Bayesian perspective…

Cited by 0SourcePDFScholar
2025

PoE-World: Compositional World Modeling with Products of Programmatic Experts

NeurIPS 2025spotlight

Learning how the world works is central to building AI agents that can adapt to complex environments. Traditional world models based on deep-learning demand vast amounts of training data, and do not flexibly update their knowledge from sparse observations. Recent advances in program synthesis usin…

Cited by 0SourcecodeScholar
2025

Variance-Reducing Couplings for Random Features

ICLR 2025poster

Random features (RFs) are a popular technique to scale up kernel methods in machine learning, replacing exact kernel evaluations with stochastic Monte Carlo estimates. They underpin models as diverse as efficient transformers (by approximating attention) to sparse spectrum Gaussian processes (by app…

Cited by 0SourcePDFScholar
2025

VisualPredicator: Learning Abstract World Models with Neuro-Symbolic Predicates for Robot Planning

ICLR 2025spotlight

Broadly intelligent agents should form task-specific abstractions that selectively expose the essential elements of a task, while abstracting away the complexity of the raw sensorimotor space. In this work, we present Neuro-Symbolic Predicates, a first-order abstraction language that combines the st…

Cited by 3SourcePDFScholar
2024

Approximately Equivariant Neural Processes

NeurIPS 2024poster

Equivariant deep learning architectures exploit symmetries in learning problems to improve the sample efficiency of neural-network-based models and their ability to generalise. However, when modelling real-world data, learning problems are often not *exactly* equivariant, but only approximately. For…

2024

Confidential-DPproof: Confidential Proof of Differentially Private Training

ICLR 2024spotlight

Post hoc privacy auditing techniques can be used to test the privacy guarantees of a model, but come with several limitations: (i) they can only establish lower bounds on the privacy loss, (ii) the intermediate model updates and some data must be shared with the auditor to get a better approximation…

Cited by 5SourcePDFScholar
2024

Large Language Models Must Be Taught to Know What They Don’t Know

NeurIPS 2024poster

When using large language models (LLMs) in high-stakes applications, we need to know when we can trust their predictions. Some works argue that prompting high-performance LLMs is sufficient to produce calibrated uncertainties, while others introduce sampling methods that can be prohibitively expensi…

2024

Learning a Fourier Transform for Linear Relative Positional Encodings in Transformers

AISTATS 2024poster

We propose a new class of linear Transformers called FourierLearner-Transformers (FLTs), which incorporate a wide range of relative positional encoding mechanisms (RPEs). These include regular RPE techniques applied for sequential data, as well as novel RPEs operating on geometric data embedded in h…

Cited by 9SourcePDFScholar
2024

MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models

ICLR 2024spotlight

Large language models (LLMs) have pushed the limits of natural language understanding and exhibited excellent problem-solving ability. Despite the great success, most existing open-source LLMs (\eg, LLaMA-2) are still far away from satisfactory for solving mathematical problems due to the complex re…

2024

Parameter-Efficient Orthogonal Finetuning via Butterfly Factorization

ICLR 2024poster

Large foundation models are becoming ubiquitous, but training them from scratch is prohibitively expensive. Thus, efficiently adapting these powerful models to downstream tasks is increasingly important. In this paper, we study a principled finetuning paradigm -- Orthogonal Finetuning (OFT) -- for d…

Cited by 57SourcePDFScholar
2023

Approximating Full Conformal Prediction at Scale via Influence Functions

AAAI 2023technical

Conformal prediction (CP) is a wrapper around traditional machine learning models, giving coverage guarantees under the sole assumption of exchangeability; in classification problems, a CP guarantees that the error rate is at most a chosen significance level, irrespective of whether the underlying m…

2023

Confidential-PROFITT: Confidential PROof of FaIr Training of Trees

ICLR 2023top-5%

Post hoc auditing of model fairness suffers from potential drawbacks: (1) auditing may be highly sensitive to the test samples chosen; (2) the model and/or its training data may need to be shared with an auditor thereby breaking confidentiality. We address these issues by instead providing a certifi…

Cited by 22SourcePDFScholar
2023

Controlling Text-to-Image Diffusion by Orthogonal Finetuning

NeurIPS 2023poster

Large text-to-image diffusion models have impressive capabilities in generating photorealistic images from text prompts. How to effectively guide or control these powerful models to perform different downstream tasks becomes an important open problem. To tackle this challenge, we introduce a princip…

Cited by 123SourcePDFScholar
2023

Dense-Exponential Random Features: Sharp Positive Estimators of the Gaussian Kernel

NeurIPS 2023poster

The problem of efficient approximation of a linear operator induced by the Gaussian or softmax kernel is often addressed using random features (RFs) which yield an unbiased approximation of the operator's result. Such operators emerge in important applications ranging from kernel methods to efficien…

Cited by 2SourcePDFScholar
2023

Diffused Redundancy in Pre-trained Representations

NeurIPS 2023poster

Representations learned by pre-training a neural network on a large dataset are increasingly used successfully to perform a variety of downstream tasks. In this work, we take a closer look at how features are encoded in such pre-trained representations. We find that learned representations in a give…

2023

Do Invariances in Deep Neural Networks Align with Human Perception?

AAAI 2023technical

An evaluation criterion for safe and trustworthy deep learning is how well the invariances captured by representations of deep neural networks (DNNs) are shared with humans. We identify challenges in measuring these invariances. Prior works used gradient-based methods to generate identically represe…

2023

Efficient Graph Field Integrators Meet Point Clouds

ICML 2023poster

We present two new classes of algorithms for efficient field integration on graphs encoding point cloud data. The first class, $\mathrm{SeparatorFactorization}$ (SF), leverages the bounded genus of point cloud mesh graphs, while the second class, $\mathrm{RFDiffusion}$ (RFD), uses popular $\epsilon$…

2023

Generalizing and Decoupling Neural Collapse via Hyperspherical Uniformity Gap

ICLR 2023poster

The neural collapse (NC) phenomenon describes an underlying geometric symmetry for deep neural networks, where both deeply learned features and classifiers converge to a simplex equiangular tight frame. It has been shown that both cross-entropy loss and mean square error can provably lead to NC. We…

2023

Human-in-the-Loop Mixup

UAI 2023poster

Aligning model representations to humans has been found to improve robustness and generalization. However, such methods often focus on standard observational data. Synthetic data is proliferating and powering many advances in machine learning; yet, it is not always clear whether synthetic labels are…

2023

Is Learning Summary Statistics Necessary for Likelihood-free Inference?

ICML 2023poster

Likelihood-free inference (LFI) is a set of techniques for inference in implicit statistical models. A longstanding question in LFI has been how to design or learn good summary statistics of data, but this might now seem unnecessary due to the advent of recent end-to-end (i.e. neural network-based)…

Cited by 9SourcePDFScholar
2023

Iterative Teaching by Data Hallucination

AISTATS 2023poster

We consider the problem of iterative machine teaching, where a teacher sequentially provides examples based on the status of a learner under a discrete input space (i.e., a pool of finite samples), which greatly limits the teacher’s capability. To address this issue, we study iterative teaching unde…

2023

Learning to Receive Help: Intervention-Aware Concept Embedding Models

NeurIPS 2023spotlight

Concept Bottleneck Models (CBMs) tackle the opacity of neural architectures by constructing and explaining their predictions using a set of high-level concepts. A special property of these models is that they permit concept interventions, wherein users can correct mispredicted concepts and thus impr…

2023

Mnemonist: Locating Model Parameters that Memorize Training Examples

UAI 2023poster

Recent work has shown that an adversary can reconstruct training examples given access to the parameters of a deep learning image classification model. We show that the quality of reconstruction depends heavily on the type of activation functions used. In particular, we show that ReLU activations le…

Cited by 2SourcePDFScholar
2023

On the Expressive Flexibility of Self-Attention Matrices

AAAI 2023technical

Transformer networks are able to capture patterns in data coming from many domains (text, images, videos, proteins, etc.) with little or no change to architecture components. We perform a theoretical analysis of the core component responsible for signal propagation between elements, i.e. the self-at…

Cited by 8SourcePDFScholar
2023

On the informativeness of supervision signals

UAI 2023poster

Supervised learning typically focuses on learning transferable representations from training examples annotated by humans. While rich annotations (like soft labels) carry more information than sparse annotations (like hard labels), they are also more expensive to collect. For example, while hard lab…

Cited by 17SourcePDFScholar
2023

Pairwise Similarity Learning is SimPLE

ICCV 2023poster

In this paper, we focus on a general yet important learning problem, pairwise similarity learning (PSL). PSL subsumes a wide range of important applications, such as open-set face recognition, speaker verification, image retrieval and person re-identification. The goal of PSL is to learn a pairwise…

Cited by 10PDFcodeScholar
2023

Robust Explanation Constraints for Neural Networks

ICLR 2023poster

Post-hoc explanation methods are used with the intent of providing insights about neural networks and are sometimes said to help engender trust in their outputs. However, popular explanations methods have been found to be fragile to minor perturbations of input features or model parameters. Relying…

2023

Towards More Robust Interpretation via Local Gradient Alignment

AAAI 2023technical

Neural network interpretation methods, particularly feature attribution methods, are known to be fragile with respect to adversarial input perturbations. To address this, several methods for enhancing the local smoothness of the gradient while training have been proposed for attaining robust featur…

2023

Towards Robust Metrics for Concept Representation Evaluation

AAAI 2023technical

Recent work on interpretability has focused on concept-based explanations, where deep learning models are explained in terms of high-level units of information, referred to as concepts. Concept learning models, however, have been shown to be prone to encoding impurities in their representations, fai…

2023

Use perturbations when learning from explanations

NeurIPS 2023poster

Machine learning from explanations (MLX) is an approach to learning that uses human-provided explanations of relevant or irrelevant features for each input to ensure that model predictions are right for the right reasons. Existing MLX approaches rely on local model interpretation methods and require…

2022

A Survey and Datasheet Repository of Publicly Available US Criminal Justice Datasets

NeurIPS 2022accept

Criminal justice is an increasingly important application domain for machine learning and algorithmic fairness, as predictive tools are becoming widely used in police, courts, and prison systems worldwide. A few relevant benchmarks have received significant attention, e.g., the COMPAS dataset, often…

Cited by 9SourcePDFScholar
2022

Chefs' Random Tables: Non-Trigonometric Random Features

NeurIPS 2022accept

We introduce chefs' random tables (CRTs), a new class of non-trigonometric random features (RFs) to approximate Gaussian and softmax kernels. CRTs are an alternative to standard random kitchen sink (RKS) methods, which inherently rely on the trigonometric maps. We present variants of CRTs where RFs…

2022

Concept Embedding Models: Beyond the Accuracy-Explainability Trade-Off

NeurIPS 2022accept

Deploying AI-powered systems requires trustworthy models supporting effective human interactions, going beyond raw prediction accuracy. Concept bottleneck models promote trustworthiness by conditioning classification tasks on an intermediate level of human-like concepts. This enables human intervent…

2022

Diverse, Global and Amortised Counterfactual Explanations for Uncertainty Estimates

AAAI 2022technical

To interpret uncertainty estimates from differentiable probabilistic models, recent work has proposed generating a single Counterfactual Latent Uncertainty Explanation (CLUE) for a given data point where the model is uncertain. We broaden the exploration to examine δ-CLUE, the set of potential CLUEs…

Cited by 28SourcePDFScholar
2022

From block-Toeplitz matrices to differential equations on graphs: towards a general theory for scalable masked Transformers

ICML 2022spotlight

In this paper we provide, to the best of our knowledge, the first comprehensive approach for incorporating various masking mechanisms into Transformers architectures in a scalable way. We show that recent results on linear causal attention (Choromanski et al., 2021) and log-linear RPE-attention (Luo…

2022

Hybrid Random Features

ICLR 2022poster

We propose a new class of random feature methods for linearizing softmax and Gaussian kernels called hybrid random features (HRFs) that automatically adapt the quality of kernel estimation to provide most accurate approximation in the defined regions of interest. Special instantiations of HRFs lead…

2022

Measuring Representational Robustness of Neural Networks Through Shared Invariances

ICML 2022oral

A major challenge in studying robustness in deep learning is defining the set of “meaningless” perturbations to which a given Neural Network (NN) should be invariant. Most work on robustness implicitly uses a human as the reference model to define such perturbations. Our work offers a new view on ro…

2022

On the Fairness of Causal Algorithmic Recourse

AAAI 2022technical

Algorithmic fairness is typically studied from the perspective of predictions. Instead, here we investigate fairness from the perspective of recourse actions suggested to individuals to remedy an unfavourable classification. We propose two new fair-ness criteria at the group and individual level, wh…

2022

SphereFace2: Binary Classification is All You Need for Deep Face Recognition

ICLR 2022spotlight

State-of-the-art deep face recognition methods are mostly trained with a softmax-based multi-class classification framework. Despite being popular and effective, these methods still have a few shortcomings that limit empirical performance. In this paper, we start by identifying the discrepancy betwe…

Cited by 63SourcePDFScholar
2022

Towards Principled Disentanglement for Domain Generalization

CVPR 2022oral

A fundamental challenge for machine learning models is generalizing to out-of-distribution (OOD) data, in part due to spurious correlations. To tackle this challenge, we first formalize the OOD generalization problem as constrained optimization, called Disentanglement-constrained Domain Generalizati…

Cited by 152PDFcodeScholar
2021

CWY Parametrization: a Solution for Parallelized Optimization of Orthogonal and Stiefel Matrices

AISTATS 2021poster

We introduce an efficient approach for optimization over orthogonal groups on highly parallel computation units such as GPUs or TPUs. As in earlier work, we parametrize an orthogonal matrix as a product of Householder reflections. However, to overcome low parallelization capabilities of computing Ho…

Cited by 2SourcePDFScholar
2021

Debiasing a First-order Heuristic for Approximate Bi-level Optimization

ICML 2021spotlight

Approximate bi-level optimization (ABLO) consists of (outer-level) optimization problems, involving numerical (inner-level) optimization loops. While ABLO has many applications across deep learning, it suffers from time and memory complexity proportional to the length $r$ of its inner optimization l…

2021

Getting a CLUE: A Method for Explaining Uncertainty Estimates

ICLR 2021oral

Both uncertainty estimation and interpretability are important factors for trustworthy machine learning systems. However, there is little work at the intersection of these two areas. We address this gap by proposing a novel method for interpreting uncertainty estimates from differentiable probabilis…

Cited by 151SourcePDFScholar
2021

Iterative Teaching by Label Synthesis

NeurIPS 2021spotlight

In this paper, we consider the problem of iterative machine teaching, where a teacher provides examples sequentially based on the current iterative learner. In contrast to previous methods that have to scan over the entire pool and select teaching examples from it in each iteration, we propose a lab…

Cited by 15SourcePDFScholar
2021

Learning with Hyperspherical Uniformity

AISTATS 2021poster

Due to the over-parameterization nature, neural networks are a powerful tool for nonlinear function approximation. In order to achieve good generalization on unseen data, a suitable inductive bias is of great importance for neural networks. One of the most straightforward ways is to regularize the n…

Cited by 46SourcePDFScholar
2021

Rethinking Attention with Performers

ICLR 2021oral

We introduce Performers, Transformer architectures which can estimate regular (softmax) full-rank-attention Transformers with provable accuracy, but using only linear (as opposed to quadratic) space and time complexity, without relying on any priors such as sparsity or low-rankness. To approximate s…

2021

Robust Inverse Reinforcement Learning under Transition Dynamics Mismatch

NeurIPS 2021poster

We study the inverse reinforcement learning (IRL) problem under a transition dynamics mismatch between the expert and the learner. Specifically, we consider the Maximum Causal Entropy (MCE) IRL learner model and provide a tight upper bound on the learner's performance degradation based on the $\ell_…

2021

Sub-Linear Memory: How to Make Performers SLiM

NeurIPS 2021poster

Transformer architectures have become very popular yet the original implementation requires $O(L^2)$ in serial time and memory as functions of input length $L$. Recent works proposed various linear self-attention mechanisms, scaling only as $O(L)$ for serial computation. We conduct a thorough compl…

2020

Adversarial Graph Embeddings for Fair Influence Maximization over Social Networks

IJCAI 2020poster

Influence maximization is a widely studied topic in network science, where the aim is to reach the maximum possible number of nodes, while only targeting a small initial set of individuals. It has critical applications in many fields, including viral marketing, information propagation, news dissemin…

2020

Ode to an ODE

NeurIPS 2020poster

We present a new paradigm for Neural ODE algorithms, called ODEtoODE, where time-dependent parameters of the main flow evolve according to a matrix flow on the orthogonal group O(d). This nested system of two flows, where the parameter-flow is constrained to lie on the compact manifold, provides sta…

Cited by 30SourcePDFScholar
2020

Stochastic Flows and Geometric Optimization on the Orthogonal Group

ICML 2020poster

We present a new class of stochastic, geometrically-driven optimization algorithms on the orthogonal group O(d) and naturally reductive homogeneous manifolds obtained from the action of the rotation group SO(d). We theoretically and experimentally demonstrate that our methods can be applied in vario…

Cited by 9SourcePDFScholar
2019

Leader Stochastic Gradient Descent for Distributed Training of Deep Learning Models

NeurIPS 2019poster

We consider distributed optimization under communication constraints for training deep learning models. We propose a new algorithm, whose parameter updates rely on two forces: a regular gradient step, and a corrective direction dictated by the currently best-performing worker (leader). Our method di…

Cited by 17SourcePDFScholar
2019

Orthogonal Estimation of Wasserstein Distances

AISTATS 2019poster

Wasserstein distances are increasingly used in a wide variety of applications in machine learning. Sliced Wasserstein distances form an important subclass which may be estimated efficiently through one-dimensional sorting operations. In this paper, we propose a new variant of sliced Wasserstein dist…

2019

The Sensitivity of Counterfactual Fairness to Unmeasured Confounding

UAI 2019poster

Causal approaches to fairness have seen substantial recent interest, both from the machine learning community and from wider parties interested in ethical prediction algorithms. In no small part, this has been due to the fact that causal models allow one to simultaneously leverage data and expert kn…

2019

TibGM: A Transferable and Information-Based Graphical Model Approach for Reinforcement Learning

ICML 2019oral

One of the challenges to reinforcement learning (RL) is scalable transferability among complex tasks. Incorporating a graphical model (GM), along with the rich family of related methods, as a basis for RL frameworks provides potential to address issues such as transferability, generalisation and exp…

Cited by 2SourcePDFScholar
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

Discovering Interpretable Representations for Both Deep Generative and Discriminative Models

ICML 2018oral

Interpretability of representations in both deep generative and discriminative models is highly desirable. Current methods jointly optimize an objective combining accuracy and interpretability. However, this may reduce accuracy, and is not applicable to already trained models. We propose two interpr…

Cited by 119SourcePDFScholar
2018

Gauged Mini-Bucket Elimination for Approximate Inference

AISTATS 2018poster

Computing the partition function Z of a discrete graphical model is a fundamental inference challenge. Since this is computationally intractable, variational approximations are often used in practice. Recently, so-called gauge transformations were used to improve variational lower bounds on Z. In th…

Cited by 0SourcePDFScholar
2018

Geometrically Coupled Monte Carlo Sampling

NeurIPS 2018spotlight

Monte Carlo sampling in high-dimensional, low-sample settings is important in many machine learning tasks. We improve current methods for sampling in Euclidean spaces by avoiding independence, and instead consider ways to couple samples. We show fundamental connections to optimal transport theory,…

Cited by 30SourcePDFScholar
2018

Structured Evolution with Compact Architectures for Scalable Policy Optimization

ICML 2018oral

We present a new method of blackbox optimization via gradient approximation with the use of structured random orthogonal matrices, providing more accurate estimators than baselines and with provable theoretical guarantees. We show that this algorithm can be successfully applied to learn better quali…

Cited by 164SourcePDFScholar
2018

The Geometry of Random Features

AISTATS 2018poster

We present an in-depth examination of the effectiveness of radial basis function kernel (beyond Gaussian) estimators based on orthogonal random feature maps. We show that orthogonal estimators outperform state-of-the-art mechanisms that use iid sampling under weak conditions for tails of the associa…

Cited by 0SourcePDFScholar
2017

Conditions beyond treewidth for tightness of higher-order LP relaxations

AISTATS 2017poster

Linear programming (LP) relaxations are a popular method to attempt to find a most likely configuration of a discrete graphical model. If a solution to the relaxed problem is obtained at an integral vertex then the solution is guaranteed to be exact and we say that the relaxation is tight. We consid…

Cited by 9SourcePDFScholar
2017

From Parity to Preference-based Notions of Fairness in Classification

NeurIPS 2017poster

The adoption of automated, data-driven decision making in an ever expanding range of applications has raised concerns about its potential unfairness towards certain social groups. In this context, a number of recent studies have focused on defining, detecting, and removing unfairness from data-drive…

2017

The Unreasonable Effectiveness of Structured Random Orthogonal Embeddings

NeurIPS 2017poster

We examine a class of embeddings based on structured random matrices with orthogonal rows which can be applied in many machine learning applications including dimensionality reduction and kernel approximation. For both the Johnson-Lindenstrauss transform and the angular kernel, we show that we can s…

Cited by 100SourcePDFScholar
2016

Train and Test Tightness of LP Relaxations in Structured Prediction

ICML 2016poster

Structured prediction is used in areas such as computer vision and natural language processing to predict structured outputs such as segmentations or parse trees. In these settings, prediction is performed by MAP inference or, equivalently, by solving an integer linear program. Because of the comple…

Cited by 19SourcePDFScholar