paper-with-me

홈 › Papers

Decoupling Generation and Evaluation for Parallel Greedy Best-First Search(extended version)

2024-08-11 · Takumi Shimoda, Alex Fukunaga

In order to understand and control the search behavior of parallel search, recent work has proposed a class of constrained parallel greedy best-first search algorithms which only expands states that satisfy some constraint.However, enforcing such constraints can be costly, as threads must be waiting idly until a state that satisfies the expansion constraint is available. We propose an improvement to constrained parallel search which decouples state generation and state evaluation and significantly improves state evaluation rate, resulting in better search performance.

📄 PDF Abstract BibTeX arXiv:2408.05682

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Parallel Lifted Planning via Semi-Naive Datalog Evaluation

2026-05-08 · Dominik Drexler, Oliver Joergensen, Jendrik Seipp arxiv

Lifted classical planners operate directly on first-order planning tasks to avoid the computationally demanding grounding step. However, lifted planning is typically slower, as planners must repeatedly instantiate ground…

Parallel Predictive Entropy Search for Batch Global Optimization of Expensive Objective Functions

2015-11-23 · NeurIPS 2015 12 · Amar Shah, Zoubin Ghahramani

We develop parallel predictive entropy search (PPES), a novel algorithm for Bayesian optimization of expensive black-box objective functions. At each iteration, PPES aims to select a batch of points which will maximize t…

Bayesian Optimizationglobal-optimization

Parallel Greedy Best-First Search with a Bound on Expansions Relative to Sequential Search

2024-12-16 · Takumi Shimoda, Alex Fukunaga

Parallelization of non-admissible search algorithms such as GBFS poses a challenge because straightforward parallelization can result in search behavior which significantly deviates from sequential search. Previous work …

A Parallel Double Greedy Algorithm for Submodular Maximization

2018-12-04 · Alina Ene, Huy L. Nguyen, Adrian Vladu

We study parallel algorithms for the problem of maximizing a non-negative submodular function. Our main result is an algorithm that achieves a nearly-optimal $1/2 -\epsilon$ approximation using $O(\log(1/\epsilon) / \eps…

Blockwise Parallel Decoding for Deep Autoregressive Models

2018-11-07 · NeurIPS 2018 12 · Mitchell Stern, Noam Shazeer, Jakob Uszkoreit

Deep autoregressive sequence-to-sequence models have demonstrated impressive performance across a wide variety of tasks in recent years. While common architecture classes such as recurrent, convolutional, and self-attent…

DecoderImage Super-ResolutionMachine TranslationSuper-Resolution+1