Modeling Latent Variable Uncertainty for Loss-Based Learning

Abstract

We consider the problem of parameter estimation using weakly supervised datasets, where a training sample consists of the input and a partially specified annotation, which we refer to as the output. The missing information in the annotation is modeled using latent variables. Previous methods overburden a single distribution with two separate tasks: (i) modeling the uncertainty in the latent variables during training; and (ii) making accurate predictions for the output and the latent variables during testing. We propose a novel framework that separates the demands of the two tasks using two distributions: (i) a conditional distribution to model the uncertainty of the latent variables for a given input-output pair; and (ii) a delta distribution to predict the output and the latent variables for a given input. During learning, we encourage agreement between the two distributions by minimizing a loss-based dissimilarity coefficient. Our approach generalizes latent svm in two important ways: (i) it models the uncertainty over latent variables instead of relying on a pointwise estimate; and (ii) it allows the use of loss functions that depend on latent variables, which greatly increases its applicability. We demonstrate the efficacy of our approach on two challenging problems--object detection and action detection--using publicly available datasets.

Cite

Text

Kumar et al. "Modeling Latent Variable Uncertainty for Loss-Based Learning." International Conference on Machine Learning, 2012.

Markdown

[Kumar et al. "Modeling Latent Variable Uncertainty for Loss-Based Learning." International Conference on Machine Learning, 2012.](https://mlanthology.org/icml/2012/kumar2012icml-modeling/)

BibTeX

@inproceedings{kumar2012icml-modeling,
  title     = {{Modeling Latent Variable Uncertainty for Loss-Based Learning}},
  author    = {Kumar, M. Pawan and Packer, Benjamin and Koller, Daphne},
  booktitle = {International Conference on Machine Learning},
  year      = {2012},
  url       = {https://mlanthology.org/icml/2012/kumar2012icml-modeling/}
}