Active Learning with Low-Rank Structure for Data Selection

22d ago · Global · primary source: export.arxiv.org

Multi-source synthesis by The Embedding Report from 2 sources. Every numeric and quoted claim traces to a cited source body (see methodology).

Researchers have introduced a new data selection framework for machine learning, leveraging low-rank approximation and residual-based sampling. This approach aims to improve model training efficiency by selecting a representative subset of data.

The data selection problem involves choosing a small subset of data to train a machine learning model effectively. Previous methods relied on clustering assumptions, but modern datasets often possess global algebraic structure. The new framework uses low-rank approximation and residual-based sampling to select a weighted subset of data points, achieving improved performance over prior strategies based on uniform sampling or clustering-based sensitivity sampling[1]. Additionally, a cost-aware online active learning framework called QueryMarket has been developed, which queries incoming data points based on their estimated utility and price. QueryMarket unifies pricing, information gain, and rolling budget constraints under concept drift, and its variant OVBAL (online variance-based active learning) integrates data pricing with information-driven selection, adapting to nonstationary streams and heterogeneous label costs. Experiments show OVBAL is effective under seller-centric pricing, yielding a more favorable long-run error-cost trade-off in a real-world task[2].

research-papercommentarytool-release

Background sources we checked (4)
  • arxiv.org ↗ In the data selection problem, the objective is to choose a small, representative subset of data that can be used to efficiently train a machine learning model. Sener and Savarese [ICLR 2018] showed that, given an embedding representation of the data and suitable geometric assump…
  • en.wikipedia.org ↗ Learning to rank (LTR) or machine-learned ranking (MLR) is the application of machine learning, often supervised, semi-supervised or reinforcement learning, in the construction of ranking models for information retrieval and recommender systems. Training data may, for example, co…
  • en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…
  • en.wikipedia.org ↗ Decision tree learning is a supervised learning approach used in statistics, data mining and machine learning. In this formalism, a classification or regression decision tree is used as a predictive model to draw conclusions about a set of observations. Tree models where the targ…

Sources cited (2)

  1. arxiv.org ↗ E
  2. arxiv.org ↗ E
Spot something wrong? Report an issue