Output Space Search for Structured Prediction
Abstract
We consider a framework for structured prediction based on search in the space of complete structured outputs. Given a structured input, an output is produced by running a time-bounded search procedure guided by a learned cost function, and then returning the least cost output uncovered during the search. This framework can be instantiated for a wide range of search spaces and search procedures, and easily incorporates arbitrary structured-prediction loss functions. In this paper, we make two main technical contributions. First, we define the limited-discrepancy search space over structured outputs, which is able to leverage powerful classification learning algorithms to improve the search space quality. Second, we give a generic cost function learning approach, where the key idea is to learn a cost function that attempts to mimic the behavior of conducting searches guided by the true loss function. Our experiments on six benchmark domains demonstrate that using our framework with only a small amount of search is sufficient for significantly improving on state-of-the-art structured-prediction performance.
Cite
Text
Doppa et al. "Output Space Search for Structured Prediction." International Conference on Machine Learning, 2012.Markdown
[Doppa et al. "Output Space Search for Structured Prediction." International Conference on Machine Learning, 2012.](https://mlanthology.org/icml/2012/doppa2012icml-output/)BibTeX
@inproceedings{doppa2012icml-output,
title = {{Output Space Search for Structured Prediction}},
author = {Doppa, Janardhan Rao and Fern, Alan and Tadepalli, Prasad},
booktitle = {International Conference on Machine Learning},
year = {2012},
url = {https://mlanthology.org/icml/2012/doppa2012icml-output/}
}