paper-with-me

Papers

Learning Representation for Bayesian Optimization with Collision-free Regularization

2022-03-16 · Fengxue Zhang, Brian Nord, Yuxin Chen

Bayesian optimization has been challenged by datasets with large-scale, high-dimensional, and non-stationary characteristics, which are common in real-world scenarios. Recent works attempt to handle such input by applying neural networks ahead of the classical Gaussian process to learn a latent representation. We show that even with proper network design, such learned representation often leads to collision in the latent space: two points with significantly different observations collide in the learned latent space, leading to degraded optimization performance. To address this issue, we propose LOCo, an efficient deep Bayesian optimization framework which employs a novel regularizer to reduce the collision in the learned latent space and encourage the mapping from the latent space to the objective value to be Lipschitz continuous. LOCo takes in pairs of data points and penalizes those too close in the latent space compared to their target space distance. We provide a rigorous theoretical justification for LOCo by inspecting the regret of this dynamic-embedding-based Bayesian optimization algorithm, where the neural network is iteratively retrained with the regularizer. Our empirical results demonstrate the effectiveness of LOCo on several synthetic and real-world benchmark Bayesian optimization tasks.

📄 PDF Abstract BibTeX arXiv:2203.08656

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

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 제목 키워드 기반

Learning Collision-free Latent Space for Bayesian Optimization

2021-01-01 · Fengxue Zhang, Yair Altas, Louise Fan, Kaustubh Vinchure 외

Learning and optimizing a black-box function is a common task in Bayesian optimization. In real-world scenarios (e.g., tuning hyper-parameters for deep learning models, synthesizing a protein sequence, etc.), these funct…

Bayesian OptimizationExperimental Design

DBF-MA: A Differential Bayesian Filtering Planner for Multi-Agent Autonomous Racing Overtakes

2025-09-26 · Trent Weiss, Amar Kulkarni, Madhur Behl arxiv

A significant challenge in autonomous racing is to generate overtaking maneuvers. Racing agents must execute these maneuvers on complex racetracks with little room for error. Optimization techniques and graph-based metho…

Collision AvoidanceBayesian Inference

Hash Collisions in Molecular Fingerprints: Effects on Property Prediction and Bayesian Optimization

2025-11-21 · Walter Virany, Austin Tripp arxiv

Molecular fingerprinting methods use hash functions to create fixed-length vector representations of molecules. However, hash collisions cause distinct substructures to be represented with the same feature, leading to ov…

Molecular Property Prediction

A Collision-Free Hot-Tier Extension for Engram-Style Conditional Memory: A Controlled Study of Training Dynamics

2026-01-23 · Tao Lin arxiv

We investigate whether high-frequency key collisions are a primary bottleneck in Engram-style conditional memory. To isolate the effect of collisions, we introduce Engram-Nine, a collision-free hot-tier extension that ma…

Sparse Bayesian Optimization

2022-03-03 · Sulin Liu, Qing Feng, David Eriksson, Benjamin Letham 외

Bayesian optimization (BO) is a powerful approach to sample-efficient optimization of black-box objective functions. However, the application of BO to areas such as recommendation systems often requires taking the interp…

Bayesian OptimizationRecommendation Systems