English

A Graph-Based Approach for Active Learning in Regression

Machine Learning 2020-01-31 v1 Machine Learning

Abstract

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 been extensively researched for classification and ranking problems, it is relatively understudied for regression problems. Most existing active learning for regression methods use the regression function learned at each active learning iteration to select the next informative point to query. This introduces several challenges such as handling noisy labels, parameter uncertainty and overcoming initially biased training data. Instead, we propose a feature-focused approach that formulates both sequential and batch-mode active regression as a novel bipartite graph optimization problem. We conduct experiments on both noise-free and noisy settings. Our experimental results on benchmark data sets demonstrate the effectiveness of our proposed approach.

Keywords

Cite

@article{arxiv.2001.11143,
  title  = {A Graph-Based Approach for Active Learning in Regression},
  author = {Hongjing Zhang and S. S. Ravi and Ian Davidson},
  journal= {arXiv preprint arXiv:2001.11143},
  year   = {2020}
}

Comments

SDM 2020 camera-ready. 9 pages, 4 figures, links to supplementary material available at https://sdm2020.s3-us-west-1.amazonaws.com/supplementary.pdf

R2 v1 2026-06-23T13:24:39.670Z