paper-with-me

Papers

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 need full supervision to access stochastic gradients, which is the main motivation of this paper. After formalizing the "active labeling" problem, which focuses on active learning with partial supervision, we provide a streaming technique that provably minimizes the ratio of generalization error over the number of samples. We illustrate our technique in depth for robust regression.

📄 PDF Abstract BibTeX arXiv:2205.13255

Code (1)

viviencabannes/active-labeling 공식 구현

Tasks

Active Learningregression

Similar Papers 제목 키워드 기반

Guided Streaming Stochastic Interpolant Policy

2026-05-11 · Puming Jiang, Meiyi Wang, Kelvin Lin, Ce Hao 외 arxiv

Inference-time guidance is essential for steering generative robot policies toward dynamic objectives without retraining, yet existing methods are largely confined to chunk-based architectures that exhibit high latency a…

ORIS: Online Active Learning Using Reinforcement Learning-based Inclusive Sampling for Robust Streaming Analytics System

2024-11-27 · Rahul Pandey, Ziwei Zhu, Hemant Purohit

Effective labeled data collection plays a critical role in developing and fine-tuning robust streaming analytics systems. However, continuously labeling documents to filter relevant information poses significant challeng…

Active LearningEmotion Recognition

Streaming Active Deep Forest for Evolving Data Stream Classification

2020-02-26 · Anh Vu Luong, Tien Thanh Nguyen, Alan Wee-Chung Liew

In recent years, Deep Neural Networks (DNNs) have gained progressive momentum in many areas of machine learning. The layer-by-layer process of DNNs has inspired the development of many deep models, including deep ensembl…

Active LearningClassificationGeneral Classification

Streaming Active Learning Strategies for Real-Life Credit Card Fraud Detection: Assessment and Visualization

2018-04-20 · Fabirzio Carcillo, Yann-Aël Le Borgne, Olivier Caelen, Gianluca Bontempi

Credit card fraud detection is a very challenging problem because of the specific nature of transaction data and the labeling process. The transaction data is peculiar because they are obtained in a streaming fashion, th…

Active LearningFraud Detection

Streaming Krylov-Accelerated Stochastic Gradient Descent

2025-05-11 · Stephen Thomas

We present SKA-SGD (Streaming Krylov-Accelerated Stochastic Gradient Descent), a novel optimization approach that accelerates convergence for ill-conditioned problems by projecting stochastic gradients onto a low-dimensi…

GPUStochastic Optimization