Stochastic Segmentation Trees for Multiple Ground Truths

Abstract

A strong machine learning system should aim to produce the full range of valid interpretations rather than a single mode in tasks involving inherent ambiguity. This is particularly true for image segmentation, in which there are many sensible ways to partition an image into regions. We formulate a tree-structured probabilistic model, the stochastic segmentation tree, that represents a distribution over segmentations of a given image. We train this model by optimizing a novel objective that quantifies the degree of match between statistics of the model and ground truth segmentations. Our method allows learning of both the parameters in the tree and the structure itself. We demonstrate on two datasets, including the challenging Berkeley Segmentation Dataset, that our model is able to successfully capture the range of ground truths and to produce novel plausible segmentations beyond those found in the data.

Cite

Text

Snell and Zemel. "Stochastic Segmentation Trees for Multiple Ground Truths." Conference on Uncertainty in Artificial Intelligence, 2017.

Markdown

[Snell and Zemel. "Stochastic Segmentation Trees for Multiple Ground Truths." Conference on Uncertainty in Artificial Intelligence, 2017.](https://mlanthology.org/uai/2017/snell2017uai-stochastic/)

BibTeX

@inproceedings{snell2017uai-stochastic,
  title     = {{Stochastic Segmentation Trees for Multiple Ground Truths}},
  author    = {Snell, Jake and Zemel, Richard S.},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2017},
  url       = {https://mlanthology.org/uai/2017/snell2017uai-stochastic/}
}