paper-with-me

Papers

Active Testing: Sample-Efficient Model Evaluation

2021-03-09 · Jannik Kossen, Sebastian Farquhar, Yarin Gal, Tom Rainforth

We introduce a new framework for sample-efficient model evaluation that we call active testing. While approaches like active learning reduce the number of labels needed for model training, existing literature largely ignores the cost of labeling test data, typically unrealistically assuming large test sets for model evaluation. This creates a disconnect to real applications, where test labels are important and just as expensive, e.g. for optimizing hyperparameters. Active testing addresses this by carefully selecting the test points to label, ensuring model evaluation is sample-efficient. To this end, we derive theoretically-grounded and intuitive acquisition strategies that are specifically tailored to the goals of active testing, noting these are distinct to those of active learning. As actively selecting labels introduces a bias; we further show how to remove this bias while reducing the variance of the estimator at the same time. Active testing is easy to implement and can be applied to any supervised machine learning method. We demonstrate its effectiveness on models including WideResNets and Gaussian processes on datasets including Fashion-MNIST and CIFAR-100.

📄 PDF Abstract BibTeX arXiv:2103.05331

Code (1)

jlko/active-testing 공식 구현 pytorch

Tasks

Active LearningGaussian Processesmodel

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Residual Connection 설명 없음
Average Pooling 설명 없음
Kaiming Initialization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Actively Testing Your Model While It Learns: Realizing Label-Efficient Learning in Practice

2023-09-21 · NeurIPS 2023 11

In active learning (AL), we focus on reducing the data annotation cost from the model training perspective. However, "testing'', which often refers to the model evaluation process of using empirical risk to estimate the …

Select, Label, Evaluate: Active Testing in NLP

2026-03-23 · Antonio Purificato, Maria Sofia Bucarelli, Andrea Bacciu, Amin Mantrach 외 arxiv

Human annotation cost and time remain significant bottlenecks in Natural Language Processing (NLP), with test data annotation being particularly expensive due to the stringent requirement for low-error and high-quality l…

Generative Active Testing: Efficient LLM Evaluation via Proxy Task Adaptation

2026-02-26 · Aashish Anantha Ramakrishnan, Ardavan Saeedi, Hamid Reza Hassanzadeh, Fazlolah Mohaghegh 외 arxiv

With the widespread adoption of pre-trained Large Language Models (LLM), there exists a high demand for task-specific test sets to benchmark their performance in domains such as healthcare and biomedicine. However, the c…

Generative Question Answering

Active Sequential Two-Sample Testing

2023-01-30 · Weizhi Li, Prad Kadambi, Pouria Saidi, Karthikeyan Natesan Ramamurthy 외

A two-sample hypothesis test is a statistical procedure used to determine whether the distributions generating two samples are identical. We consider the two-sample testing problem in a new scenario where the sample meas…

Two-sample testingvalidVocal Bursts Valence Prediction

Scaling Up Active Testing to Large Language Models

2025-08-12 · Gabrielle Berrada, Jannik Kossen, Freddie Bickford Smith, Muhammed Razzak 외 arxiv

Active testing enables label-efficient evaluation of predictive models through careful data acquisition, but it can pose a significant computational cost. We identify cost-saving measures that enable active testing to be…