paper-with-me

홈 › Papers

Pool-Based Sequential Active Learning for Regression

2018-05-12 · Dongrui Wu

Active learning is a machine learning approach for reducing the data labeling effort. Given a pool of unlabeled samples, it tries to select the most useful ones to label so that a model built from them can achieve the best possible performance. This paper focuses on pool-based sequential active learning for regression (ALR). We first propose three essential criteria that an ALR approach should consider in selecting the most useful unlabeled samples: informativeness, representativeness, and diversity, and compare four existing ALR approaches against them. We then propose a new ALR approach using passive sampling, which considers both the representativeness and the diversity in both the initialization and subsequent iterations. Remarkably, this approach can also be integrated with other existing ALR approaches in the literature to further improve the performance. Extensive experiments on 11 UCI, CMU StatLib, and UFL Media Core datasets from various domains verified the effectiveness of our proposed ALR approaches.

📄 PDF Abstract BibTeX arXiv:1805.04735

Code (1)

drwuHUST/sAL 공식 구현

Tasks

Active LearningDiversityInformativenessregression

Similar Papers 제목 키워드 기반

Feature Weighting Improves Pool-Based Sequential Active Learning for Regression

2026-04-02 · Dongrui Wu arxiv

Pool-based sequential active learning for regression (ALR) optimally selects a small number of samples sequentially from a large pool of unlabeled samples to label, so that a more accurate regression model can be constru…

Active Learning

A Graph-Based Approach for Active Learning in Regression

2020-01-30 · Hongjing Zhang, S. S. Ravi, Ian Davidson

Active learning aims to reduce labeling efforts by selectively asking humans to annotate the most important data points from an unlabeled pool and is an example of human-machine interaction. Though active learning has be…

Active Learningregression

Active Learning for Regression by Inverse Distance Weighting

2022-04-14 · Alberto Bemporad

This paper proposes an active learning (AL) algorithm to solve regression problems based on inverse-distance weighting functions for selecting the feature vectors to query. The algorithm has the following features: (i) s…

Active LearningClassificationregression

Integrating Informativeness, Representativeness and Diversity in Pool-Based Sequential Active Learning for Regression

2020-03-26 · Ziang Liu, Dongrui Wu

In many real-world machine learning applications, unlabeled samples are easy to obtain, but it is expensive and/or time-consuming to label them. Active learning is a common approach for reducing this data labeling effort…

Active LearningBIG-bench Machine LearningDiversityInformativeness+1

Pool-based sequential active learning with multi kernels

2020-10-22 · Jeongmin Chae, SongNam Hong

We study a pool-based sequential active learning (AL), in which one sample is queried at each time from a large pool of unlabeled data according to a selection criterion. For this framework, we propose two selection crit…

Active Learning