paper-with-me

홈 › Papers

Latent tree models

2017-08-02 · Piotr Zwiernik

Latent tree models are graphical models defined on trees, in which only a subset of variables is observed. They were first discussed by Judea Pearl as tree-decomposable distributions to generalise star-decomposable distributions such as the latent class model. Latent tree models, or their submodels, are widely used in: phylogenetic analysis, network tomography, computer vision, causal modeling, and data clustering. They also contain other well-known classes of models like hidden Markov models, Brownian motion tree model, the Ising model on a tree, and many popular models used in phylogenetics. This article offers a concise introduction to the theory of latent tree models. We emphasise the role of tree metrics in the structural description of this model class, in designing learning algorithms, and in understanding fundamental limits of what and when can be learned.

📄 PDF Abstract BibTeX arXiv:1708.00847

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

The FacT: Taming Latent Factor Models for Explainability with Factorization Trees

2019-06-03 · Yiyi Tao, Yiling Jia, Nan Wang, Hongning Wang

Latent factor models have achieved great success in personalized recommendations, but they are also notoriously difficult to explain. In this work, we integrate regression trees to guide the learning of latent factor mod…

regression

Latent Tree Analysis

2016-10-01 · Nevin L. Zhang, Leonard K. M. Poon

Latent tree analysis seeks to model the correlations among a set of random variables using a tree of latent variables. It was proposed as an improvement to latent class analysis --- a method widely used in social science…

BIG-bench Machine Learning

Latent Tree Learning with Differentiable Parsers: Shift-Reduce Parsing and Chart Parsing

2018-06-03 · WS 2018 7 · Jean Maillard, Stephen Clark

Latent tree learning models represent sentences by composing their words according to an induced parse tree, all based on a downstream task. These models often outperform baselines which use (externally provided) syntax …

Inducing Constituency Trees through Neural Machine Translation

2019-09-22 · Phu Mon Htut, Kyunghyun Cho, Samuel R. Bowman

Latent tree learning(LTL) methods learn to parse sentences using only indirect supervision from a downstream task. Recent advances in latent tree learning have made it possible to recover moderately high quality tree str…

Language ModelingLanguage ModellingMachine TranslationTranslation

DeepTree: Modeling Trees with Situated Latents

2023-05-09 · Xiaochen Zhou, Bosheng Li, Bedrich Benes, Songlin Fei 외

In this paper, we propose DeepTree, a novel method for modeling trees based on learning developmental rules for branching structures instead of manually defining them. We call our deep neural model situated latent becaus…