paper-with-me

Papers

Split-kl and PAC-Bayes-split-kl Inequalities for Ternary Random Variables

2022-06-01 · Yi-Shan Wu, Yevgeny Seldin

We present a new concentration of measure inequality for sums of independent bounded random variables, which we name a split-kl inequality. The inequality is particularly well-suited for ternary random variables, which naturally show up in a variety of problems, including analysis of excess losses in classification, analysis of weighted majority votes, and learning with abstention. We demonstrate that for ternary random variables the inequality is simultaneously competitive with the kl inequality, the Empirical Bernstein inequality, and the Unexpected Bernstein inequality, and in certain regimes outperforms all of them. It resolves an open question by Tolstikhin and Seldin [2013] and Mhammedi et al. [2019] on how to match simultaneously the combinatorial power of the kl inequality when the distribution happens to be close to binary and the power of Bernstein inequalities to exploit low variance when the probability mass is concentrated on the middle value. We also derive a PAC-Bayes-split-kl inequality and compare it with the PAC-Bayes-kl, PAC-Bayes-Empirical-Bennett, and PAC-Bayes-Unexpected-Bernstein inequalities in an analysis of excess losses and in an analysis of a weighted majority vote for several UCI datasets. Last but not least, our study provides the first direct comparison of the Empirical Bernstein and Unexpected Bernstein inequalities and their PAC-Bayes extensions.

📄 PDF Abstract BibTeX arXiv:2206.00706

Code (1)

stephanlorenzen/majorityvotebounds 공식 구현

Tasks

Open-Ended Question Answering

Similar Papers 제목 키워드 기반

BinaryBERT: Pushing the Limit of BERT Quantization

2020-12-31 · ACL 2021 5 · Haoli Bai, Wei zhang, Lu Hou, Lifeng Shang 외

The rapid development of large pre-trained language models has greatly increased the demand for model compression techniques, among which quantization is a popular solution. In this paper, we propose BinaryBERT, which pu…

BinarizationModel CompressionQuantization

Recursive PAC-Bayes: A Frequentist Approach to Sequential Prior Updates with No Information Loss

2024-05-23 · Yi-Shan Wu, Yijie Zhang, Badr-Eddine Chérief-Abdellatif, Yevgeny Seldin

PAC-Bayesian analysis is a frequentist framework for incorporating prior knowledge into learning. It was inspired by Bayesian learning, which allows sequential data processing and naturally turns posteriors from one proc…

Correcting Split Selection in Online Decision Trees via Anytime-Valid Inference

2026-05-29 · Salim I. Amoukou, Saumitra Mishra, Manuela Veloso arxiv

Bagging-based ensembles, most notably Adaptive Random Forests, are among the strongest performers for learning from data streams. A common denominator across these methods is their reliance on Hoeffding Trees as base lea…

A Honest Cross-Validation Estimator for Prediction Performance

2025-10-09 · Tianyu Pan, Vincent Z. Yu, Viswanath Devanarayan, Lu Tian arxiv

Cross-validation is a standard tool for obtaining a honest assessment of the performance of a prediction model. The commonly used version repeatedly splits data, trains the prediction model on the training set, evaluates…

Ternary Decision Trees with Locally-Adaptive Uncertainty Zones

2026-05-21 · William Smits arxiv

Decision trees assign identical confidence to instances near and far from each split threshold. We introduce ternary decision trees, which augment each split node with an uncertainty zone of half-width delta. A decision-…