← Search

Andreas Kirsch

8 accepted papers

2025

All models are wrong, some are useful: Model Selection with Limited Labels

AISTATS 2025poster

We introduce MODEL SELECTOR, a framework for label-efficient selection of pretrained classifiers. Given a pool of unlabeled target data, MODEL SELECTOR samples a small subset of highly informative examples for labeling, in order to efficiently identify the best pretrained model for deployment on thi…

Cited by 0SourcecodeScholar
2025

Turning Up the Heat: Min-p Sampling for Creative and Coherent LLM Outputs

ICLR 2025oral

Large Language Models (LLMs) generate text by sampling the next token from a probability distribution over the vocabulary at each decoding step. Popular sampling methods like top-p (nucleus sampling) often struggle to balance quality and diversity, especially at higher temperatures which lead to inc…

Cited by 8SourcePDFScholar
2024

CoLoR-Filter: Conditional Loss Reduction Filtering for Targeted Language Model Pre-training

NeurIPS 2024poster

Selecting high-quality data for pre-training is crucial in shaping the downstream task performance of language models. A major challenge lies in identifying this optimal subset, a problem generally considered intractable, thus necessitating scalable and effective heuristics. In this work, we propose…

2023

Deep Deterministic Uncertainty: A New Simple Baseline

CVPR 2023highlight

Reliable uncertainty from deterministic single-forward pass models is sought after because conventional methods of uncertainty quantification are computationally expensive. We take two complex single-forward-pass uncertainty approaches, DUQ and SNGP, and examine whether they mainly rely on a well-re…

Cited by 133SourcePDFScholar
2023

Prediction-Oriented Bayesian Active Learning

AISTATS 2023poster

Information-theoretic approaches to active learning have traditionally focused on maximising the information gathered about the model parameters, most commonly by optimising the BALD score. We highlight that this can be suboptimal from the perspective of predictive performance. For example, BALD lac…

2022

Prioritized Training on Points that are Learnable, Worth Learning, and not yet Learnt

ICML 2022spotlight

Training on web-scale data can take months. But much computation and time is wasted on redundant and noisy points that are already learnt or not learnable. To accelerate training, we introduce Reducible Holdout Loss Selection (RHO-LOSS), a simple but principled technique which selects approximately…

2021

Causal-BALD: Deep Bayesian Active Learning of Outcomes to Infer Treatment-Effects from Observational Data

NeurIPS 2021poster

Estimating personalized treatment effects from high-dimensional observational data is essential in situations where experimental designs are infeasible, unethical, or expensive. Existing approaches rely on fitting deep models on outcomes observed for treated and control populations. However, when me…

2019

BatchBALD: Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning

NeurIPS 2019poster

We develop BatchBALD, a tractable approximation to the mutual information between a batch of points and model parameters, which we use as an acquisition function to select multiple informative points jointly for the task of deep Bayesian active learning. BatchBALD is a greedy linear-time $1 - \nicef…