Dynamic Factor Graphs for Time Series Modeling

Abstract

This article presents a method for training Dynamic Factor Graphs (DFG) with continuous latent state variables. A DFG includes factors modeling joint probabilities between hidden and observed variables, and factors modeling dynamical constraints on hidden variables. The DFG assigns a scalar energy to each configuration of hidden and observed variables. A gradient-based inference procedure finds the minimum-energy state sequence for a given observation sequence. Because the factors are designed to ensure a constant partition function, they can be trained by minimizing the expected energy over training sequences with respect to the factors’ parameters. These alternated inference and parameter updates can be seen as a deterministic EM-like procedure. Using smoothing regularizers, DFGs are shown to reconstruct chaotic attractors and to separate a mixture of independent oscillatory sources perfectly. DFGs outperform the best known algorithm on the CATS competition benchmark for time series prediction. DFGs also successfully reconstruct missing motion capture data.

Cite

Text

Mirowski and LeCun. "Dynamic Factor Graphs for Time Series Modeling." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2009. doi:10.1007/978-3-642-04174-7_9

Markdown

[Mirowski and LeCun. "Dynamic Factor Graphs for Time Series Modeling." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2009.](https://mlanthology.org/ecmlpkdd/2009/mirowski2009ecmlpkdd-dynamic/) doi:10.1007/978-3-642-04174-7_9

BibTeX

@inproceedings{mirowski2009ecmlpkdd-dynamic,
  title     = {{Dynamic Factor Graphs for Time Series Modeling}},
  author    = {Mirowski, Piotr and LeCun, Yann},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2009},
  pages     = {128-143},
  doi       = {10.1007/978-3-642-04174-7_9},
  url       = {https://mlanthology.org/ecmlpkdd/2009/mirowski2009ecmlpkdd-dynamic/}
}