paper-with-me

홈 › Papers

Implicit Abstraction Heuristics

2014-01-16 · Michael Katz, Carmel Domshlak

State-space search with explicit abstraction heuristics is at the state of the art of cost-optimal planning. These heuristics are inherently limited, nonetheless, because the size of the abstract space must be bounded by some, even if a very large, constant. Targeting this shortcoming, we introduce the notion of (additive) implicit abstractions, in which the planning task is abstracted by instances of tractable fragments of optimal planning. We then introduce a concrete setting of this framework, called fork-decomposition, that is based on two novel fragments of tractable cost-optimal planning. The induced admissible heuristics are then studied formally and empirically. This study testifies for the accuracy of the fork decomposition heuristics, yet our empirical evaluation also stresses the tradeoff between their accuracy and the runtime complexity of computing them. Indeed, some of the power of the explicit abstraction heuristics comes from precomputing the heuristic function offline and then determining h(s) for each evaluated state s by a very fast lookup in a database. By contrast, while fork-decomposition heuristics can be calculated in polynomial time, computing them is far from being fast. To address this problem, we show that the time-per-node complexity bottleneck of the fork-decomposition heuristics can be successfully overcome. We demonstrate that an equivalent of the explicit abstraction notion of a database exists for the fork-decomposition abstractions as well, despite their exponential-size abstract spaces. We then verify empirically that heuristic search with the databased" fork-decomposition heuristics favorably competes with the state of the art of cost-optimal planning.

📄 PDF Abstract BibTeX arXiv:1401.3853

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

Abstract Interpretation for Generalized Heuristic Search in Model-Based Planning

2022-08-05 · Tan Zhi-Xuan, Joshua B. Tenenbaum, Vikash K. Mansinghka

Domain-general model-based planners often derive their generality by constructing search heuristics through the relaxation or abstraction of symbolic world models. We illustrate how abstract interpretation can serve as a…

Heuristic Search

MidSurfNet: Learnable Face Pairing and Interference Implicit Fields for Generalized Mid-surface Abstraction

2026-06-01 · Li Ye, Xinhang Zhou, Xingyu Yang, Ruofeng Tong 외 arxiv

Mid-surface abstraction is essential for finite element analysis of thin-walled CAD models. Existing face pairing-based methods rely on handcrafted geometric heuristics, yet real-world industrial models frequently exhibi…

Implicit Patterns in LLM-Based Binary Analysis

2026-03-19 · Qiang Li, XiangRui Zhang, Haining Wang arxiv

Binary vulnerability analysis is increasingly performed by LLM-based agents in an iterative, multi-pass manner, with the model as the core decision-maker. However, how such systems organize exploration over hundreds of r…

Extracting Heuristics from Large Language Models for Reward Shaping in Reinforcement Learning

2024-05-24 · Siddhant Bhambri, Amrita Bhattacharjee, Durgesh Kalwar, Lin Guan 외

Reinforcement Learning (RL) suffers from sample inefficiency in sparse reward domains, and the problem is further pronounced in case of stochastic transitions. To improve the sample efficiency, reward shaping is a well-s…

Language ModellingLarge Language ModelMinecraftQ-Learning+3

Building Minimal and Reusable Causal State Abstractions for Reinforcement Learning

2024-01-23 · Zizhao Wang, Caroline Wang, Xuesu Xiao, Yuke Zhu 외

Two desiderata of reinforcement learning (RL) algorithms are the ability to learn from relatively little experience and the ability to learn policies that generalize to a range of problem specifications. In factored stat…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)