paper-with-me

Papers

ALEVS: Active Learning by Statistical Leverage Sampling

2015-07-15 · Cem Orhan, Öznur Taştan

Active learning aims to obtain a classifier of high accuracy by using fewer label requests in comparison to passive learning by selecting effective queries. Many active learning methods have been developed in the past two decades, which sample queries based on informativeness or representativeness of unlabeled data points. In this work, we explore a novel querying criterion based on statistical leverage scores. The statistical leverage scores of a row in a matrix are the squared row-norms of the matrix containing its (top) left singular vectors and is a measure of influence of the row on the matrix. Leverage scores have been used for detecting high influential points in regression diagnostics and have been recently shown to be useful for data analysis and randomized low-rank matrix approximation algorithms. We explore how sampling data instances with high statistical leverage scores perform in active learning. Our empirical comparison on several binary classification datasets indicate that querying high leverage points is an effective strategy.

📄 PDF Abstract BibTeX arXiv:1507.04155

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningBinary ClassificationInformativeness

Similar Papers 제목 키워드 기반

Active Learning Methods based on Statistical Leverage Scores

2018-12-06 · Cem Orhan, Oznur Tastan

In many real-world machine learning applications, unlabeled data are abundant whereas class labels are expensive and scarce. An active learner aims to obtain a model of high accuracy with as few labeled instances as poss…

Active Learning

Active Learning for Single Neuron Models with Lipschitz Non-Linearities

2022-10-24 · Aarshvi Gajjar, Chinmay Hegde, Christopher Musco

We consider the problem of active learning for single neuron models, also sometimes called ``ridge functions'', in the agnostic setting (under adversarial label noise). Such models have been shown to be broadly effective…

Active Learning

Robust Sampling for Active Statistical Inference

2025-11-12 · Puheng Li, Tijana Zrnic, Emmanuel Candès arxiv

Active statistical inference is a new method for inference with AI-assisted data collection. Given a budget on the number of labeled data points that can be collected and assuming access to an AI predictive model, the ba…

Agnostic Active Learning of Single Index Models with Linear Sample Complexity

2024-05-15 · Aarshvi Gajjar, Wai Ming Tai, Xingyu Xu, Chinmay Hegde 외

We study active learning methods for single index models of the form $F({\mathbf x}) = f(\langle {\mathbf w}, {\mathbf x}\rangle)$, where $f:\mathbb{R} \to \mathbb{R}$ and ${\mathbf x,\mathbf w} \in \mathbb{R}^d$. In add…

Active Learning

Efficient Evaluation of LLM Performance with Statistical Guarantees

2026-01-28 · Skyler Wu, Yash Nair, Emmanuel J. Candès arxiv

Exhaustively evaluating many large language models (LLMs) on a large suite of benchmarks is expensive. We cast benchmarking as finite-population inference and, under a fixed query budget, seek tight confidence intervals …

Question Selection