paper-with-me

Papers

LITE: Efficiently Estimating Gaussian Probability of Maximality

2025-01-23 · Nicolas Menet, Jonas Hübotter, Parnian Kassraie, Andreas Krause

We consider the problem of computing the probability of maximality (PoM) of a Gaussian random vector, i.e., the probability for each dimension to be maximal. This is a key challenge in applications ranging from Bayesian optimization to reinforcement learning, where the PoM not only helps with finding an optimal action, but yields a fine-grained analysis of the action domain, crucial in tasks such as drug discovery. Existing techniques are costly, scaling polynomially in computation and memory with the vector size. We introduce LITE, the first approach for estimating Gaussian PoM with almost-linear time and memory complexity. LITE achieves SOTA accuracy on a number of tasks, while being in practice several orders of magnitude faster than the baselines. This also translates to a better performance on downstream tasks such as entropy estimation and optimal control of bandits. Theoretically, we cast LITE as entropy-regularized UCB and connect it to prior PoM estimators.

📄 PDF Abstract BibTeX arXiv:2501.13535

Code (1)

lasgroup/lite 공식 구현 jax

Tasks

Bayesian OptimizationDrug Discovery

Similar Papers 제목 키워드 기반

d-Separation: From Theorems to Algorithms

2013-03-27 · Dan Geiger, Tom S. Verma, Judea Pearl

An efficient algorithm is developed that identifies all independencies implied by the topology of a Bayesian network. Its correctness and maximality stems from the soundness and completeness of d-separation with respect …

Spectral invariance and maximality properties of the frequency spectrum of quantum neural networks

2024-02-22 · Patrick Holzer, Ivica Turkalj

Quantum Neural Networks (QNNs) are a popular approach in Quantum Machine Learning. We analyze this frequency spectrum using the Minkowski sum for sets and the set of differences, which makes it particularly easy to expre…

Quantum Machine Learning

Favoring Eagerness for Remaining Items: Designing Efficient, Fair, and Strategyproof Mechanisms

2021-09-18 · Xiaoxi Guo, Sujoy Sikdar, Lirong Xia, Yongzhi Cao 외

In the assignment problem, the goal is to assign indivisible items to agents who have ordinal preferences, efficiently and fairly, in a strategyproof manner. In practice, first-choice maximality, i.e., assigning a maxima…

Fairness

Estimating optimal PAC-Bayes bounds with Hamiltonian Monte Carlo

2023-10-30 · Szilvia Ujváry, Gergely Flamich, Vincent Fortuin, José Miguel Hernández Lobato

An important yet underexplored question in the PAC-Bayes literature is how much tightness we lose by restricting the posterior family to factorized Gaussian distributions when optimizing a PAC-Bayes bound. We investigate…

Decentralized Learning of Tree-Structured Gaussian Graphical Models from Noisy Data

2021-09-22 · Akram Hussain

This paper studies the decentralized learning of tree-structured Gaussian graphical models (GGMs) from noisy data. In decentralized learning, data set is distributed across different machines (sensors), and GGMs are wide…