paper-with-me

홈 › Papers

Learning Efficient Markov Networks

2010-12-01 · NeurIPS 2010 12 · Vibhav Gogate, William Webb, Pedro Domingos

We present an algorithm for learning high-treewidth Markov networks where inference is still tractable. This is made possible by exploiting context specific independence and determinism in the domain. The class of models our algorithm can learn has the same desirable properties as thin junction trees: polynomial inference, closed form weight learning, etc., but is much broader. Our algorithm searches for a feature that divides the state space into subspaces where the remaining variables decompose into independent subsets (conditioned on the feature or its negation) and recurses on each subspace/subset of variables until no useful new features can be found. We provide probabilistic performance guarantees for our algorithm under the assumption that the maximum feature length is k (the treewidth can be much larger) and dependences are of bounded strength. We also propose a greedy version of the algorithm that, while forgoing these guarantees, is much more efficient.Experiments on a variety of domains show that our approach compares favorably with thin junction trees and other Markov network structure learners.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Negation

Similar Papers 제목 키워드 기반

MarkovGNN: Graph Neural Networks on Markov Diffusion

2022-02-05 · Md. Khaledur Rahman, Abhigya Agrawal, Ariful Azad

Most real-world networks contain well-defined community structures where nodes are densely connected internally within communities. To learn from these networks, we develop MarkovGNN that captures the formation and evolu…

ClusteringNode Classification

Markov $α$-Potential Games

2023-05-21 · Xin Guo, Xinyu Li, Chinmay Maheshwari, Shankar Sastry 외

We propose a new framework of Markov $\alpha$-potential games to study Markov games. We show that any Markov game with finite-state and finite-action is a Markov $\alpha$-potential game, and establish the existence of an…

Markov Abstractions for PAC Reinforcement Learning in Non-Markov Decision Processes

2022-04-29 · Alessandro Ronca, Gabriel Paludo Licks, Giuseppe De Giacomo

Our work aims at developing reinforcement learning algorithms that do not rely on the Markov assumption. We consider the class of Non-Markov Decision Processes where histories can be abstracted into a finite set of state…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Markov model with machine learning integration for fraud detection in health insurance

2021-02-11 · Rohan Yashraj Gupta, Satya Sai Mudigonda, Pallav Kumar Baruah, Phani Krishna Kandala

Fraud has led to a huge addition of expenses in health insurance sector in India. The work is aimed to provide methods applied to health insurance fraud detection. The work presents two approaches - a markov model and an…

BIG-bench Machine LearningFraud Detection

Assessing Markov Property in Driving Behaviors: Insights from Statistical Tests

2025-01-18 · Zheng Li, Haoming Meng, Chengyuan Ma, Ke Ma 외

The Markov property serves as a foundational assumption in most existing work on vehicle driving behavior, positing that future states depend solely on the current state, not the series of preceding states. This study va…

Autonomous Vehicles