Probabilistic DAG Search
- URL: http://arxiv.org/abs/2106.08717v1
- Date: Wed, 16 Jun 2021 11:35:19 GMT
- Title: Probabilistic DAG Search
- Authors: Julia Grosse, Cheng Zhang, Philipp Hennig
- Abstract summary: We develop a probabilistic framework to exploit a search space's latent structure and share information across the search tree.
We empirically find our algorithm to compare favorably to existing non-probabilistic alternatives in Tic-Tac-Toe and a feature selection application.
- Score: 29.47649645431227
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Exciting contemporary machine learning problems have recently been phrased in
the classic formalism of tree search -- most famously, the game of Go.
Interestingly, the state-space underlying these sequential decision-making
problems often posses a more general latent structure than can be captured by a
tree. In this work, we develop a probabilistic framework to exploit a search
space's latent structure and thereby share information across the search tree.
The method is based on a combination of approximate inference in jointly
Gaussian models for the explored part of the problem, and an abstraction for
the unexplored part that imposes a reduction of complexity ad hoc. We
empirically find our algorithm to compare favorably to existing
non-probabilistic alternatives in Tic-Tac-Toe and a feature selection
application.
Related papers
- Posets and Bounded Probabilities for Discovering Order-inducing Features in Event Knowledge Graphs [6.96958458974878]
Event knowledge graphs (EKG) capture multiple, interacting views of a process execution.
We tackle the open problem of EKG discovery from uncurated data.
We derive an EKG discovery algorithm based on statistical inference.
arXiv Detail & Related papers (2024-10-08T14:12:51Z) - Tree Search in DAG Space with Model-based Reinforcement Learning for
Causal Discovery [6.772856304452474]
CD-UCT is a model-based reinforcement learning method for causal discovery based on tree search.
We formalize and prove the correctness of an efficient algorithm for excluding edges that would introduce cycles.
The proposed method can be applied broadly to causal Bayesian networks with both discrete and continuous random variables.
arXiv Detail & Related papers (2023-10-20T15:14:18Z) - Amortized Inference for Causal Structure Learning [72.84105256353801]
Learning causal structure poses a search problem that typically involves evaluating structures using a score or independence test.
We train a variational inference model to predict the causal structure from observational/interventional data.
Our models exhibit robust generalization capabilities under substantial distribution shift.
arXiv Detail & Related papers (2022-05-25T17:37:08Z) - CITS: Coherent Ising Tree Search Algorithm Towards Solving Combinatorial
Optimization Problems [0.0]
This paper proposes a search algorithm by expanding search space from a Markov chain to a depth limited tree based on SA.
At each iteration, the algorithm will select the best near-optimal solution within the feasible search space by exploring along the tree in the sense of look ahead'
Our results show that above the primals SA and CIM, our high-level tree search strategy is able to provide solutions within fewer epochs for Ising formulated NP-optimization problems.
arXiv Detail & Related papers (2022-03-09T10:07:26Z) - Frequent Itemset-driven Search for Finding Minimum Node Separators in
Complex Networks [61.2383572324176]
We propose a frequent itemset-driven search approach, which integrates the concept of frequent itemset mining in data mining into the well-known memetic search framework.
It iteratively employs the frequent itemset recombination operator to generate promising offspring solution based on itemsets that frequently occur in high-quality solutions.
In particular, it discovers 29 new upper bounds and matches 18 previous best-known bounds.
arXiv Detail & Related papers (2022-01-18T11:16:40Z) - Exploring Complicated Search Spaces with Interleaving-Free Sampling [127.07551427957362]
In this paper, we build the search algorithm upon a complicated search space with long-distance connections.
We present a simple yet effective algorithm named textbfIF-NAS, where we perform a periodic sampling strategy to construct different sub-networks.
In the proposed search space, IF-NAS outperform both random sampling and previous weight-sharing search algorithms by a significant margin.
arXiv Detail & Related papers (2021-12-05T06:42:48Z) - BR-NS: an Archive-less Approach to Novelty Search [70.13948372218849]
We discuss an alternative approach to novelty estimation, dubbed Behavior Recognition based Novelty Search (BR-NS)
BR-NS does not require an archive, makes no assumption on the metrics that can be defined in the behavior space and does not rely on nearest neighbours search.
We conduct experiments to gain insight into its feasibility and dynamics as well as potential advantages over archive-based NS in terms of time complexity.
arXiv Detail & Related papers (2021-04-08T17:31:34Z) - Decomposable Families of Itemsets [0.949290364986276]
We present an approach to the problem of selecting a small, yet high quality subset of patterns from a larger collection of itemsets.
Such itemset families define a probabilistic model for the data from which the original collection of itemsets has been derived.
We provide an efficient algorithm to build decomposable itemset families, and give an application example with frequency bound querying.
arXiv Detail & Related papers (2020-06-16T21:52:28Z) - Learning to Accelerate Heuristic Searching for Large-Scale Maximum
Weighted b-Matching Problems in Online Advertising [51.97494906131859]
Bipartite b-matching is fundamental in algorithm design, and has been widely applied into economic markets, labor markets, etc.
Existing exact and approximate algorithms usually fail in such settings due to either requiring intolerable running time or too much computation resource.
We propose textttNeuSearcher which leverages the knowledge learned from previously instances to solve new problem instances.
arXiv Detail & Related papers (2020-05-09T02:48:23Z) - Parameterizing Branch-and-Bound Search Trees to Learn Branching Policies [76.83991682238666]
Branch and Bound (B&B) is the exact tree search method typically used to solve Mixed-Integer Linear Programming problems (MILPs)
We propose a novel imitation learning framework, and introduce new input features and architectures to represent branching.
arXiv Detail & Related papers (2020-02-12T17:43:23Z) - Parameterized Complexity Analysis of Randomized Search Heuristics [16.759797540118665]
This chapter compiles a number of results that apply the theory of parameterized running-time analysis of randomized algorithms.
We outline the main results and proof techniques for a collection of randomized searchs tasked to solve NP-hard optimization problems.
arXiv Detail & Related papers (2020-01-15T03:43:56Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.