Learning Differentiable Programs with Admissible Neural Heuristics
Ameesh Shah, Eric Zhan, Jennifer J. Sun, Abhinav Verma, Yisong Yue,, Swarat Chaudhuri

TL;DR
This paper introduces a method for learning differentiable programs using neural heuristics that guide combinatorial search, resulting in interpretable classifiers with competitive accuracy.
Contribution
It presents a novel approach that relaxes program synthesis into a differentiable problem, enabling end-to-end training and improved search efficiency.
Findings
Outperforms state-of-the-art program learning methods
Discovers interpretable programmatic classifiers
Achieves competitive accuracy on sequence classification tasks
Abstract
We study the problem of learning differentiable functions expressed as programs in a domain-specific language. Such programmatic models can offer benefits such as composability and interpretability; however, learning them requires optimizing over a combinatorial space of program "architectures". We frame this optimization problem as a search in a weighted graph whose paths encode top-down derivations of program syntax. Our key innovation is to view various classes of neural networks as continuous relaxations over the space of programs, which can then be used to complete any partial program. This relaxed program is differentiable and can be trained end-to-end, and the resulting training loss is an approximately admissible heuristic that can guide the combinatorial search. We instantiate our approach on top of the A-star algorithm and an iteratively deepened branch-and-bound search, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Algorithms · Explainable Artificial Intelligence (XAI) · Machine Learning and Data Classification
