← Search

Cedric Archambeau

13 accepted papers

2024

Explaining Probabilistic Models with Distributional Values

ICML 2024spotlight

A large branch of explainable machine learning is grounded in cooperative game theory. However, research indicates that game-theoretic explanations may mislead or be hard to interpret. We argue that often there is a critical mismatch between what one wishes to explain (e.g. the output of a classifie…

2023

Geographical Erasure in Language Generation

EMNLP 2023long findings

Large language models (LLMs) encode vast amounts of world knowledge. However, since these models are trained on large swaths of internet data, they are at risk of inordinately capturing information about dominant groups. This imbalance can propagate into generated language. In this work, we study an…

Cited by 0SourcecodeScholar
2023

Optimizing Hyperparameters with Conformal Quantile Regression

ICML 2023poster

Many state-of-the-art hyperparameter optimization (HPO) algorithms rely on model-based optimizers that learn surrogate models of the target function to guide the search. Gaussian processes are the de facto surrogate model due to their ability to capture uncertainty. However, they make strong assumpt…

2023

PASHA: Efficient HPO and NAS with Progressive Resource Allocation

ICLR 2023poster

Hyperparameter optimization (HPO) and neural architecture search (NAS) are methods of choice to obtain the best-in-class machine learning models, but in practice they can be costly to run. When models are trained on large datasets, tuning them with HPO or NAS rapidly becomes prohibitively expensive…

2022

Memory Efficient Continual Learning with Transformers

NeurIPS 2022accept

In many real-world scenarios, data to train machine learning models becomes available over time. Unfortunately, these models struggle to continually learn new concepts without forgetting what has been learnt in the past. This phenomenon is known as catastrophic forgetting and it is difficult to prev…

Cited by 63SourcePDFScholar
2022

Private Synthetic Data for Multitask Learning and Marginal Queries

NeurIPS 2022accept

We provide a differentially private algorithm for producing synthetic data simultaneously useful for multiple tasks: marginal queries and multitask machine learning (ML). A key innovation in our algorithm is the ability to directly handle numerical features, in contrast to a number of related prior…

Cited by 35SourcePDFScholar
2021

BORE: Bayesian Optimization by Density-Ratio Estimation

ICML 2021oral

Bayesian optimization (BO) is among the most effective and widely-used blackbox optimization methods. BO proposes solutions according to an explore-exploit trade-off criterion encoded in an acquisition function, many of which are computed from the posterior predictive of a probabilistic surrogate mo…

2021

Hyperparameter Transfer Learning with Adaptive Complexity

AISTATS 2021poster

Bayesian optimization (BO) is a data-efficient approach to automatically tune the hyperparameters of machine learning models. In practice, one frequently has to solve similar hyperparameter tuning problems sequentially. For example, one might have to tune a type of neural network learned across a se…

2020

LEEP: A New Measure to Evaluate Transferability of Learned Representations

ICML 2020poster

We introduce a new measure to evaluate the transferability of representations learned by classifiers. Our measure, the Log Expected Empirical Prediction (LEEP), is simple and easy to compute: when given a classifier trained on a source data set, it only requires running the target data set through t…

Cited by 264SourcePDFScholar
2019

Learning search spaces for Bayesian optimization: Another view of hyperparameter transfer learning

NeurIPS 2019poster

Bayesian optimization (BO) is a successful methodology to optimize black-box functions that are expensive to evaluate. While traditional methods optimize each black-box function in isolation, there has been recent interest in speeding up BO by transferring knowledge across multiple related black-box…

2018

Scalable Hyperparameter Transfer Learning

NeurIPS 2018poster

Bayesian optimization (BO) is a model-based approach for gradient-free black-box function optimization, such as hyperparameter optimization. Typically, BO relies on conventional Gaussian process (GP) regression, whose algorithmic complexity is cubic in the number of evaluations. As a result, GP-base…

2017

Bayesian Optimization with Tree-structured Dependencies

ICML 2017poster

Bayesian optimization has been successfully used to optimize complex black-box functions whose evaluations are expensive. In many applications, like in deep learning and predictive analytics, the optimization domain is itself complex and structured. In this work, we focus on use cases where this dom…

2016

Adaptive Algorithms for Online Convex Optimization with Long-term Constraints

ICML 2016poster

We present an adaptive online gradient descent algorithm to solve online convex optimization problems with long-term constraints, which are constraints that need to be satisfied when accumulated over a finite number of rounds T, but can be violated in intermediate rounds. For some user-defined trade…

Cited by 190SourcePDFScholar