An Efficient Approximation to Lookahead in Relational Learners

Abstract

Greedy machine learning algorithms suffer from shortsightedness, potentially returning suboptimal models due to limited exploration of the search space. Greedy search misses useful refinements that yield a significant gain only in conjunction with other conditions. Relational learners, such as inductive logic programming algorithms, are especially susceptible to this problem. Lookahead helps greedy search overcome myopia; unfortunately it causes an exponential increase in execution time. Furthermore, it may lead to overfitting. We propose a heuristic for greedy relational learning algorithms that can be seen as an efficient, limited form of lookahead. Our experimental evaluation shows that the proposed heuristic yields models that are as accurate as models generated using lookahead. It is also considerably faster than lookahead.

Cite

Text

Struyf et al. "An Efficient Approximation to Lookahead in Relational Learners." European Conference on Machine Learning, 2006. doi:10.1007/11871842_79

Markdown

[Struyf et al. "An Efficient Approximation to Lookahead in Relational Learners." European Conference on Machine Learning, 2006.](https://mlanthology.org/ecmlpkdd/2006/struyf2006ecml-efficient/) doi:10.1007/11871842_79

BibTeX

@inproceedings{struyf2006ecml-efficient,
  title     = {{An Efficient Approximation to Lookahead in Relational Learners}},
  author    = {Struyf, Jan and Davis, Jesse and Jr., C. David Page},
  booktitle = {European Conference on Machine Learning},
  year      = {2006},
  pages     = {775-782},
  doi       = {10.1007/11871842_79},
  url       = {https://mlanthology.org/ecmlpkdd/2006/struyf2006ecml-efficient/}
}