paper-with-me

홈 › Papers

On Pruning for Score-Based Bayesian Network Structure Learning

2019-05-23 · Alvaro H. C. Correia, James Cussens, Cassio de Campos

Many algorithms for score-based Bayesian network structure learning (BNSL), in particular exact ones, take as input a collection of potentially optimal parent sets for each variable in the data. Constructing such collections naively is computationally intensive since the number of parent sets grows exponentially with the number of variables. Thus, pruning techniques are not only desirable but essential. While good pruning rules exist for the Bayesian Information Criterion (BIC), current results for the Bayesian Dirichlet equivalent uniform (BDeu) score reduce the search space very modestly, hampering the use of the (often preferred) BDeu. We derive new non-trivial theoretical upper bounds for the BDeu score that considerably improve on the state-of-the-art. Since the new bounds are mathematically proven to be tighter than previous ones and at little extra computational cost, they are a promising addition to BNSL methods.

📄 PDF Abstract BibTeX arXiv:1905.09943

Code (1)

AlCorreia/BDeu-Structure-Learning 공식 구현

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Entropy-based Pruning for Learning Bayesian Networks using BIC

2017-07-19 · Cassio P. de Campos, Mauro Scanagatta, Giorgio Corani, Marco Zaffalon

For decomposable score-based structure learning of Bayesian networks, existing approaches first compute a collection of candidate parent sets for each variable and then optimize over this collection by choosing one paren…

Approximate learning of high dimensional Bayesian network structures via pruning of Candidate Parent Sets

2020-06-08 · Zhigao Guo, Anthony C. Constantinou

Score-based algorithms that learn Bayesian Network (BN) structures provide solutions ranging from different levels of approximate learning to exact learning. Approximate solutions exist because exact learning is generall…

BMRS: Bayesian Model Reduction for Structured Pruning

2024-06-03 · Dustin Wright, Christian Igel, Raghavendra Selvan

Modern neural networks are often massively overparameterized leading to high compute costs during training and at inference. One effective method to improve both the compute and energy efficiency of neural networks while…

model

A Score-and-Search Approach to Learning Bayesian Networks with Noisy-OR Relations

2020-11-03 · Charupriya Sharma, Zhenyu A. Liao, James Cussens, Peter van Beek

A Bayesian network is a probabilistic graphical model that consists of a directed acyclic graph (DAG), where each node is a random variable and attached to each node is a conditional probability distribution (CPD). A Bay…

Effective and efficient structure learning with pruning and model averaging strategies

2021-12-01 · Anthony C. Constantinou, Yang Liu, Neville K. Kitson, Kiattikun Chobtham 외

Learning the structure of a Bayesian Network (BN) with score-based solutions involves exploring the search space of possible graphs and moving towards the graph that maximises a given objective function. Some algorithms …

valid