Dynamic Bayesian network
A dynamic Bayesian network is a Bayesian network which relates variables to each other over adjacent time steps.
History
A dynamic Bayesian network is often called a "two-timeslice" BN because it says that at any point in time T, the value of a variable can be calculated from the internal regressors and the immediate prior value. DBNs were developed by Paul Dagum in the early 1990s at Stanford University's Section on Medical Informatics. Dagum developed DBNs to unify and extend traditional linear state-space models such as Kalman filters, linear and normal forecasting models such as ARMA and simple dependency models such as hidden [Markov model]s into a general probabilistic representation and inference mechanism for arbitrary nonlinear and non-normal time-dependent domains.Today, DBNs are common in robotics, and have shown potential for a wide range of data mining applications. For example, they have been used in speech recognition, digital forensics, protein sequencing, and bioinformatics. DBN is a generalization of hidden Markov models and Kalman filters.
DBNs are conceptually related to probabilistic Boolean networks and can, similarly, be used to model dynamical systems at steady-state.
Software
- : the Bayes Net Toolbox for Matlab, by Kevin Murphy,
- : an open-source, publicly available toolkit for rapidly prototyping statistical models using dynamic graphical models and dynamic Bayesian networks. GMTK can be used for applications and research in speech and language processing, bioinformatics, activity recognition, and any time-series application.
- : Inferring Dynamic Bayesian Networks with MCMC, for Matlab
- : Modeling gene regulatory network via global optimization of dynamic bayesian network
- : C++ library that provides implementations of various inference methods for discrete graphical models; supports arbitrary factor graphs with discrete variables, including discrete Markov Random Fields and Bayesian Networks
- : C++ library for different types of PGMs including Bayesian Networks and Dynamic Bayesian Networks
- : Matlab toolbox for contextualization of DBNs models of regulatory networks with biological quantitative data, including various regularization schemes to model prior biological knowledge