paper-with-me

Papers

Streaming Active Learning for Regression Problems Using Regression via Classification

2023-09-02 · Shota Horiguchi, Kota Dohi, Yohei Kawaguchi

One of the challenges in deploying a machine learning model is that the model's performance degrades as the operating environment changes. To maintain the performance, streaming active learning is used, in which the model is retrained by adding a newly annotated sample to the training dataset if the prediction of the sample is not certain enough. Although many streaming active learning methods have been proposed for classification, few efforts have been made for regression problems, which are often handled in the industrial field. In this paper, we propose to use the regression-via-classification framework for streaming active learning for regression. Regression-via-classification transforms regression problems into classification problems so that streaming active learning methods proposed for classification problems can be applied directly to regression problems. Experimental validation on four real data sets shows that the proposed method can perform regression with higher accuracy at the same annotation cost.

📄 PDF Abstract BibTeX arXiv:2309.01013

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClassificationregression

Similar Papers 제목 키워드 기반

Parallel and Streaming Wavelet Neural Networks for Classification and Regression under Apache Spark

2022-09-07 · Eduru Harindra Venkatesh, Yelleti Vivek, Vadlamani Ravi, Orsu Shiva Shankar

Wavelet neural networks (WNN) have been applied in many fields to solve regression as well as classification problems. After the advent of big data, as data gets generated at a brisk pace, it is imperative to analyze it …

regression

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

Leveraging Well-Conditioned Bases: Streaming and Distributed Summaries in Minkowski $p$-Norms

2018-07-01 · ICML 2018 7 · Charlie Dickens, Graham Cormode, David Woodruff

Work on approximate linear algebra has led to efficient distributed and streaming algorithms for problems such as approximate matrix multiplication, low rank approximation, and regression, primarily for the Euclidea…

regression

Active Labeling: Streaming Stochastic Gradients

2022-05-26 · Vivien Cabannes, Francis Bach, Vianney Perchet, Alessandro Rudi

The workhorse of machine learning is stochastic gradient descent. To access stochastic gradients, it is common to consider iteratively input/output pairs of a training dataset. Interestingly, it appears that one does not…

Active Learningregression

Offline EEG-Based Driver Drowsiness Estimation Using Enhanced Batch-Mode Active Learning (EBMAL) for Regression

2018-05-12 · Dongrui Wu, Vernon J. Lawhern, Stephen Gordon, Brent J. Lance 외

There are many important regression problems in real-world brain-computer interface (BCI) applications, e.g., driver drowsiness estimation from EEG signals. This paper considers offline analysis: given a pool of unlabele…

Active LearningBrain Computer InterfaceDiversityEEG+2