paper-with-me

홈 › 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 constructed under a given labeling budget. Representativeness and diversity, which involve computing the distances among different samples, are important considerations in ALR. However, previous ALR approaches do not incorporate the importance of different features in inter-sample distance computation, resulting in inaccurate distances and hence sub-optimal sample selection. This paper proposes four feature weighted single-task ALR approaches and three feature weighted multi-task ALR approaches, where the ridge regression coefficients trained from a small amount of previously labeled samples are used to weight the corresponding features in inter-sample distance computation. Extensive experiments showed that this intuitive and easy-to-implement enhancement almost always improves the performance of five existing ALR approaches, in both single-task and multi-task regression problems. The feature weighting strategy may also be easily extended to stream-based ALR, and classification algorithms.

📄 PDF Abstract BibTeX arXiv:2604.02019

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

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

Cross-dimensional Weighting for Aggregated Deep Convolutional Features

2015-12-13 · Yannis Kalantidis, Clayton Mellina, Simon Osindero

We propose a simple and straightforward way of creating powerful image representations via cross-dimensional weighting and aggregation of deep convolutional neural network layer outputs. We first present a generalized fr…

Image Retrieval

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

Diversity-Based Active Learning: An Evaluation of Metric Spaces for Active Learning Selection

2026-08-24 · Siddharth Chilamkur, Dorit S. Hochbaum arxiv

With rapid advancement over the last few years, many different methods are now widely used for classification. However, training these models requires substantial labeled data. Active Learning is a potential solution to …

Active Learning

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 be…

Active LearningDiversityInformativenessregression