paper-with-me

홈 › Papers

Stabilizing Linear Passive-Aggressive Online Learning with Weighted Reservoir Sampling

2024-10-31 · Skyler Wu, Fred Lu, Edward Raff, James Holt

Online learning methods, like the seminal Passive-Aggressive (PA) classifier, are still highly effective for high-dimensional streaming data, out-of-core processing, and other throughput-sensitive applications. Many such algorithms rely on fast adaptation to individual errors as a key to their convergence. While such algorithms enjoy low theoretical regret, in real-world deployment they can be sensitive to individual outliers that cause the algorithm to over-correct. When such outliers occur at the end of the data stream, this can cause the final solution to have unexpectedly low accuracy. We design a weighted reservoir sampling (WRS) approach to obtain a stable ensemble model from the sequence of solutions without requiring additional passes over the data, hold-out sets, or a growing amount of memory. Our key insight is that good solutions tend to be error-free for more iterations than bad solutions, and thus, the number of passive rounds provides an estimate of a solution's relative quality. Our reservoir thus contains $K$ previous intermediate weight vectors with high survival times. We demonstrate our WRS approach on the Passive-Aggressive Classifier (PAC) and First-Order Sparse Online Learning (FSOL), where our method consistently and significantly outperforms the unmodified approach. We show that the risk of the ensemble classifier is bounded with respect to the regret of the underlying online learning method.

📄 PDF Abstract BibTeX arXiv:2410.23601

Code (1)

FutureComputing4AI/Weighted-Reservoir-Sampling-Augmented-Training 공식 구현

Similar Papers 제목 키워드 기반

Online Passive-Aggressive Total-Error-Rate Minimization

2020-02-05 · Se-In Jang

We provide a new online learning algorithm which utilizes online passive-aggressive learning (PA) and total-error-rate minimization (TER) for binary classification. The PA learning establishes not only large margin train…

Binary ClassificationGeneral Classification

Passive-Aggressive online learning with nonlinear embeddings

2018-01-31 · Pattern Recognition 2018 1 · Javier Jorge, Roberto Paredes

Nowadays, there is an increasing demand for machine learning techniques which can deal with problems where the instances are produced as a stream or in real time. In these scenarios, online learning is able to learn a mo…

Binary Classification

Online Bayesian Passive-Aggressive Learning

2013-12-12 · Tianlin Shi, Jun Zhu

Online Passive-Aggressive (PA) learning is an effective framework for performing max-margin online learning. But the deterministic formulation and estimated single large-margin model could limit its capability in discove…

Bayesian InferenceDescriptiveTopic Models

A Variational Bayesian State-Space Approach to Online Passive-Aggressive Regression

2015-09-08 · Arnold Salas, Stephen J. Roberts, Michael A. Osborne

Online Passive-Aggressive (PA) learning is a class of online margin-based algorithms suitable for a wide range of real-time prediction tasks, including classification and regression. PA algorithms are formulated in terms…

General ClassificationregressionVariational Inference

Confusion-Based Online Learning and a Passive-Aggressive Scheme

2012-12-01 · NeurIPS 2012 12 · Liva Ralaivola

This paper provides the first ---to the best of our knowledge--- analysis of online learning algorithms for multiclass problems when the {\em confusion} matrix is taken as a performance measure. The work builds upon rece…

Generalization Bounds