paper-with-me

Papers

Randomized Pairwise Learning with Adaptive Sampling: A PAC-Bayes Analysis

2025-04-03 · Sijia Zhou, Yunwen Lei, Ata Kabán

We study stochastic optimization with data-adaptive sampling schemes to train pairwise learning models. Pairwise learning is ubiquitous, and it covers several popular learning tasks such as ranking, metric learning and AUC maximization. A notable difference of pairwise learning from pointwise learning is the statistical dependencies among input pairs, for which existing analyses have not been able to handle in the general setting considered in this paper. To this end, we extend recent results that blend together two algorithm-dependent frameworks of analysis -- algorithmic stability and PAC-Bayes -- which allow us to deal with any data-adaptive sampling scheme in the optimizer. We instantiate this framework to analyze (1) pairwise stochastic gradient descent, which is a default workhorse in many machine learning problems, and (2) pairwise stochastic gradient descent ascent, which is a method used in adversarial training. All of these algorithms make use of a stochastic sampling from a discrete distribution (sample indices) before each update. Non-uniform sampling of these indices has been already suggested in the recent literature, to which our work provides generalization guarantees in both smooth and non-smooth convex problems.

📄 PDF Abstract BibTeX arXiv:2504.02957

Code (0)

등록된 구현이 없습니다.

Tasks

Metric LearningStochastic Optimization

Similar Papers 제목 키워드 기반

A PAC-Bayesian Analysis of Randomized Learning with Application to Stochastic Gradient Descent

2017-09-19 · NeurIPS 2017 12 · Ben London

We study the generalization error of randomized learning algorithms -- focusing on stochastic gradient descent (SGD) -- using a novel combination of PAC-Bayes and algorithmic stability. Importantly, our generalization bo…

Generalization Bounds

Adaptive randomized pivoting and volume sampling

2025-10-02 · Ethan N. Epperly arxiv

Adaptive randomized pivoting (ARP) is a recently proposed and highly effective algorithm for column subset selection. This paper reinterprets the ARP algorithm by drawing connections to the volume sampling distribution a…

Active Learning

Bayesian Frequency Estimation Under Local Differential Privacy With an Adaptive Randomized Response Mechanism

2024-05-11 · Soner Aydin, Sinan Yildirim

Frequency estimation plays a critical role in many applications involving personal and private categorical data. Such data are often collected sequentially over time, making it valuable to estimate their distribution onl…

Kernel-based guarantees for nonlinear parametric models in Bayesian optimization

2026-05-13 · Rafael Oliveira arxiv

Modern Bayesian optimization and adaptive sampling methods increasingly rely on nonlinear parametric models, yet theoretical guarantees for such models under adaptive data collection remain limited. Existing analyses lar…

Gaussian Processes

Regret Analysis of Posterior Sampling-Based Expected Improvement for Bayesian Optimization

2025-07-13 · Shion Takeno, Yu Inatsu, Masayuki Karasuyama, Ichiro Takeuchi arxiv

Bayesian optimization is a powerful tool for optimizing an expensive-to-evaluate black-box function. In particular, the effectiveness of expected improvement (EI) has been demonstrated in a wide range of applications. Ho…