paper-with-me

홈 › Papers

Unsupervised Pool-Based Active Learning for Linear Regression

2020-01-14 · Ziang Liu, Dongrui Wu

In many real-world machine learning applications, unlabeled data can be easily obtained, but it is very time-consuming and/or expensive to label them. So, it is desirable to be able to select the optimal samples to label, so that a good machine learning model can be trained from a minimum amount of labeled data. Active learning (AL) has been widely used for this purpose. However, most existing AL approaches are supervised: they train an initial model from a small amount of labeled samples, query new samples based on the model, and then update the model iteratively. Few of them have considered the completely unsupervised AL problem, i.e., starting from zero, how to optimally select the very first few samples to label, without knowing any label information at all. This problem is very challenging, as no label information can be utilized. This paper studies unsupervised pool-based AL for linear regression problems. We propose a novel AL approach that considers simultaneously the informativeness, representativeness, and diversity, three essential criteria in AL. Extensive experiments on 14 datasets from various application domains, using three different linear regression models (ridge regression, LASSO, and linear support vector regression), demonstrated the effectiveness of our proposed approach.

📄 PDF Abstract BibTeX arXiv:2001.05028

Code (1)

drwuHUST/IRD 공식 구현

Tasks

Active LearningBIG-bench Machine LearningInformativenessregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Pool-Based Unsupervised Active Learning for Regression Using Iterative Representativeness-Diversity Maximization (iRDM)

2020-03-17 · Ziang Liu, Xue Jiang, Hanbin Luo, Weili Fang 외

Active learning (AL) selects the most beneficial unlabeled samples to label, and hence a better machine learning model can be trained from the same number of labeled samples. Most existing active learning for regression …

Active LearningDiversityregression

Active Learning with Task-Driven Representations for Messy Pools

2025-10-29 · Kianoosh Ashouritaklimi, Tom Rainforth arxiv

Active learning has the potential to be especially useful for messy, uncurated pools where datapoints vary in relevance to the target task. However, state-of-the-art approaches to this problem currently rely on using fix…

Active Learning

On Initial Pools for Deep Active Learning

2020-11-30 · Akshay L Chandra, Sai Vikas Desai, Chaitanya Devaguptapu, Vineeth N Balasubramanian

Active Learning (AL) techniques aim to minimize the training data required to train a model for a given task. Pool-based AL techniques start with a small initial labeled pool and then iteratively pick batches of the most…

Active Learning

Picking groups instead of samples: A close look at Static Pool-based Meta-Active Learning

2019-11-01 · Ignasi Mas, Josep Ramon Morros, Veronica Vilaplana

Active Learning techniques are used to tackle learning problems where obtaining training labels is costly. In this work we use Meta-Active Learning to learn to select a subset of samples from a pool of unsupervised input…

Active Learning

Linear Regression on a Set of Selected Templates from a Pool of Randomly Generated Templates

2021-08-08 · Machine Learning with Applications 2021 8 · Peter Taraba

We study linear regression for two datasets. For the MNIST dataset we do so using max convolutions, whose parameters are generated directly from training images for the digit recognition problem, hence we call them max c…

regression