paper-with-me

Papers

LAMBDA: Covering the Solution Set of Black-Box Inequality by Search Space Quantization

2022-03-25 · Lihao Liu, Tianyue Feng, Xingyu Xing, Junyi Chen

Black-box functions are broadly used to model complex problems that provide no explicit information but the input and output. Despite existing studies of black-box function optimization, the solution set satisfying an inequality with a black-box function plays a more significant role than only one optimum in many practical situations. Covering as much as possible of the solution set through limited evaluations to the black-box objective function is defined as the Black-Box Coverage (BBC) problem in this paper. We formalized this problem in a sample-based search paradigm and constructed a coverage criterion with Confusion Matrix Analysis. Further, we propose LAMBDA (Latent-Action Monte-Carlo Beam Search with Density Adaption) to solve BBC problems. LAMBDA can focus around the solution set quickly by recursively partitioning the search space into accepted and rejected sub-spaces. Compared with La-MCTS, LAMBDA introduces density information to overcome the sampling bias of optimization and obtain more exploration. Benchmarking shows, LAMBDA achieved state-of-the-art performance among all baselines and was at most 33x faster to get 95% coverage than Random Search. Experiments also demonstrate that LAMBDA has a promising future in the verification of autonomous systems in virtual tests.

📄 PDF Abstract BibTeX arXiv:2203.13708

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingQuantization

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

LAMBDA: Covering the Multimodal Critical Scenarios for Automated Driving Systems by Search Space Quantization

2024-11-30 · Xinzheng Wu, Junyi Chen, Xingyu Xing, Jian Sun 외

Scenario-based virtual testing is one of the most significant methods to test and evaluate the safety of automated driving systems (ADSs). However, it is impractical to enumerate all concrete scenarios in a logical scena…

Quantization

Cheeger Inequalities for Directed Graphs and Hypergraphs Using Reweighted Eigenvalues

2022-11-17 · Lap Chi Lau, Kam Chuen Tung, Robert Wang

We derive Cheeger inequalities for directed graphs and hypergraphs using the reweighted eigenvalue approach that was recently developed for vertex expansion in undirected graphs [OZ22,KLT22,JPV22]. The goal is to develop…

Parallel Black-Box Complexity with Tail Bounds

2019-01-31 · Per Kristian Lehre, Dirk Sudholt

We propose a new black-box complexity model for search algorithms evaluating $\lambda$ search points in parallel. The parallel unary unbiased black-box complexity gives lower bounds on the number of function evaluations …

Evolutionary Algorithms

Partitioning into Expanders

2013-09-12 · Shayan Oveis Gharan, Luca Trevisan

Let G=(V,E) be an undirected graph, lambda_k be the k-th smallest eigenvalue of the normalized laplacian matrix of G. There is a basic fact in algebraic graph theory that lambda_k > 0 if and only if G has at most k-1 con…

Clustering

Asymptotic Analysis of LASSOs Solution Path with Implications for Approximate Message Passing

2013-09-23 · Ali Mousavi, Arian Maleki, Richard G. Baraniuk

This paper concerns the performance of the LASSO (also knows as basis pursuit denoising) for recovering sparse signals from undersampled, randomized, noisy measurements. We consider the recovery of the signal $x_o \in \m…

Denoising