Sample Complexity Bounds for RNNs with Application to Combinatorial Graph Problems (Student Abstract)
Abstract
Learning to predict solutions to real-valued combinatorial graph problems promises efficient approximations. As demonstrated based on the NP-hard edge clique cover number, recurrent neural networks (RNNs) are particularly suited for this task and can even outperform state-of-the-art heuristics. However, the theoretical framework for estimating real-valued RNNs is understood only poorly. As our primary contribution, this is the first work that upper bounds the sample complexity for learning real-valued RNNs. While such derivations have been made earlier for feed-forward and convolutional neural networks, our work presents the first such attempt for recurrent neural networks. Given a single-layer RNN with a rectified linear units and input of length b, we show that a population prediction error of ε can be realized with at most Õ(a4b/ε2) samples.1 We further derive comparable results for multi-layer RNNs. Accordingly, a size-adaptive RNN fed with graphs of at most n vertices can be learned in Õ(n6/ε2), i.,e., with only a polynomial number of samples. For combinatorial graph problems, this provides a theoretical foundation that renders RNNs competitive.
Cite
Text
Akpinar et al. "Sample Complexity Bounds for RNNs with Application to Combinatorial Graph Problems (Student Abstract)." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I10.7144Markdown
[Akpinar et al. "Sample Complexity Bounds for RNNs with Application to Combinatorial Graph Problems (Student Abstract)." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/akpinar2020aaai-sample/) doi:10.1609/AAAI.V34I10.7144BibTeX
@inproceedings{akpinar2020aaai-sample,
title = {{Sample Complexity Bounds for RNNs with Application to Combinatorial Graph Problems (Student Abstract)}},
author = {Akpinar, Nil-Jana and Kratzwald, Bernhard and Feuerriegel, Stefan},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {13745-13746},
doi = {10.1609/AAAI.V34I10.7144},
url = {https://mlanthology.org/aaai/2020/akpinar2020aaai-sample/}
}