Embedding Inference for Structured Multilabel Prediction
Abstract
A key bottleneck in structured output prediction is the need for inference during training and testing, usually requiring some form of dynamic programming. Rather than using approximate inference or tailoring a specialized inference method for a particular structure---standard responses to the scaling challenge---we propose to embed prediction constraints directly into the learned representation. By eliminating the need for explicit inference a more scalable approach to structured output prediction can be achieved, particularly at test time. We demonstrate the idea for multi-label prediction under subsumption and mutual exclusion constraints, where a relationship to maximum margin structured output prediction can be established. Experiments demonstrate that the benefits of structured output training can still be realized even after inference has been eliminated.
Cite
Text
Mirzazadeh et al. "Embedding Inference for Structured Multilabel Prediction." Neural Information Processing Systems, 2015.Markdown
[Mirzazadeh et al. "Embedding Inference for Structured Multilabel Prediction." Neural Information Processing Systems, 2015.](https://mlanthology.org/neurips/2015/mirzazadeh2015neurips-embedding/)BibTeX
@inproceedings{mirzazadeh2015neurips-embedding,
title = {{Embedding Inference for Structured Multilabel Prediction}},
author = {Mirzazadeh, Farzaneh and Ravanbakhsh, Siamak and Ding, Nan and Schuurmans, Dale},
booktitle = {Neural Information Processing Systems},
year = {2015},
pages = {3555-3563},
url = {https://mlanthology.org/neurips/2015/mirzazadeh2015neurips-embedding/}
}