paper-with-me

Papers

Bayesian Binary Search

2024-10-02 · Vikash Singh, Matthew Khanzadeh, Vincent Davis, Harrison Rush, Emanuele Rossi, Jesse Shrader, Pietro Lio

We present Bayesian Binary Search (BBS), a novel probabilistic variant of the classical binary search/bisection algorithm. BBS leverages machine learning/statistical techniques to estimate the probability density of the search space and modifies the bisection step to split based on probability density rather than the traditional midpoint, allowing for the learned distribution of the search space to guide the search algorithm. Search space density estimation can flexibly be performed using supervised probabilistic machine learning techniques (e.g., Gaussian process regression, Bayesian neural networks, quantile regression) or unsupervised learning algorithms (e.g., Gaussian mixture models, kernel density estimation (KDE), maximum likelihood estimation (MLE)). We demonstrate significant efficiency gains of using BBS on both simulated data across a variety of distributions and in a real-world binary search use case of probing channel balances in the Bitcoin Lightning Network, for which we have deployed the BBS algorithm in a production setting.

📄 PDF Abstract BibTeX arXiv:2410.01771

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimationquantile regressionregression

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Efficient computation of predictive probabilities in probit models via expectation propagation

2023-09-04 · Augusto Fasano, Niccolò Anceschi, Beatrice Franzolini, Giovanni Rebaudo

Binary regression models represent a popular model-based approach for binary classification. In the Bayesian framework, computational challenges in the form of the posterior distribution motivate still-ongoing fruitful r…

Binary ClassificationFormregression

BCTH: A Novel Text Hashing Approach via Bayesian Clustering

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Ying Wenjie, Yuquan Le, Hantao Xiong

Similarity search is to find the most similar items for a certain target item. The ability of similarity search at large scale plays a significant role in many information retrieval applications, and thus has received mu…

ClusteringInformation RetrievalRetrieval

Dichotomize and Generalize: PAC-Bayesian Binary Activated Deep Neural Networks

2019-05-24 · NeurIPS 2019 12 · Gaël Letarte, Pascal Germain, Benjamin Guedj, François Laviolette

We present a comprehensive study of multilayer neural networks with binary activation, relying on the PAC-Bayesian theory. Our contributions are twofold: (i) we develop an end-to-end framework to train a binary activated…

Generalization Bounds

A Bayesian non-parametric method for clustering high-dimensional binary data

2016-03-08 · Tapesh Santra

In many real life problems, objects are described by large number of binary features. For instance, documents are characterized by presence or absence of certain keywords; cancer patients are characterized by presence or…

ClusteringSpecificityVocal Bursts Intensity Prediction

Bayesian Optimization with Binary Auxiliary Information

2019-06-17 · Yehong Zhang, Zhongxiang Dai, Kian Hsiang Low

This paper presents novel mixed-type Bayesian optimization (BO) algorithms to accelerate the optimization of a target objective function by exploiting correlated auxiliary information of binary type that can be more chea…

Bayesian OptimizationReinforcement LearningVocal Bursts Type Prediction