English

Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction

Machine Learning 2018-06-12 v1 Artificial Intelligence Computation and Language Computer Vision and Pattern Recognition Machine Learning

Abstract

Future predictions on sequence data (e.g., videos or audios) require the algorithms to capture non-Markovian and compositional properties of high-level semantics. Context-free grammars are natural choices to capture such properties, but traditional grammar parsers (e.g., Earley parser) only take symbolic sentences as inputs. In this paper, we generalize the Earley parser to parse sequence data which is neither segmented nor labeled. This generalized Earley parser integrates a grammar parser with a classifier to find the optimal segmentation and labels, and makes top-down future predictions. Experiments show that our method significantly outperforms other approaches for future human activity prediction.

Keywords

Cite

@article{arxiv.1806.03497,
  title  = {Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction},
  author = {Siyuan Qi and Baoxiong Jia and Song-Chun Zhu},
  journal= {arXiv preprint arXiv:1806.03497},
  year   = {2018}
}

Comments

ICML 2018

R2 v1 2026-06-23T02:24:34.394Z