PLANS: Robust Program Learning from Neurally Inferred Specifications
Rapha\"el Dang-Nhu

TL;DR
PLANS is a hybrid program synthesis approach combining neural extraction of high-level info with rule-based synthesis, achieving state-of-the-art results from noisy visual demonstrations without needing ground-truth programs.
Contribution
It introduces a noise-resistant hybrid model for program synthesis from visual data, integrating neural and rule-based methods, and demonstrates superior performance without ground-truth supervision.
Findings
State-of-the-art performance on Karel and ViZDoom environments
Effective noise filtering in I/O specifications
No requirement for ground-truth programs during training
Abstract
Recent years have seen the rise of statistical program learning based on neural models as an alternative to traditional rule-based systems for programming by example. Rule-based approaches offer correctness guarantees in an unsupervised way as they inherently capture logical rules, while neural models are more realistically scalable to raw, high-dimensional input, and provide resistance to noisy I/O specifications. We introduce PLANS (Program LeArning from Neurally inferred Specifications), a hybrid model for program synthesis from visual observations that gets the best of both worlds, relying on (i) a neural architecture trained to extract abstract, high-level information from each raw individual input (ii) a rule-based system using the extracted information as I/O specifications to synthesize a program capturing the different observations. In order to address the key challenge of…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Adversarial Robustness in Machine Learning · Oil and Gas Production Techniques
