Stochastic L-system Inference from Multiple String Sequence Inputs
Jason Bernard, Ian McQuillan

TL;DR
This paper introduces PMIT-S0L, an automated tool that infers stochastic L-systems from multiple string sequences, demonstrating high accuracy and efficiency in reconstructing complex models with minimal input data.
Contribution
The paper presents the first automated method for inferring stochastic L-systems from string sequences, significantly reducing manual effort and increasing modeling accuracy.
Findings
PMIT-S0L infers systems with up to 9 rules in under 12 hours.
Three string sequences suffice to recover the original rules perfectly.
Six sequences reduce probability differences to about 1%.
Abstract
Lindenmayer systems (L-systems) are a grammar system that consist of string rewriting rules. The rules replace every symbol in a string in parallel with a successor to produce the next string, and this procedure iterates. In a stochastic context-free L-system (S0L-system), every symbol may have one or more rewriting rule, each with an associated probability of selection. Properly constructed rewriting rules have been found to be useful for modeling and simulating some natural and human engineered processes where each derived string describes a step in the simulation. Typically, processes are modeled by experts who meticulously construct the rules based on measurements or domain knowledge of the process. This paper presents an automated approach to finding stochastic L-systems, given a set of string sequences as input. The implemented tool is called the Plant Model Inference Tool for…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Software Testing and Debugging Techniques · Model-Driven Software Engineering Techniques
MethodsTest
