paper-with-me

Papers

Stochastic L-system Inference from Multiple String Sequence Inputs

2020-01-29 · Jason Bernard, Ian McQuillan

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 S0L-systems (PMIT-S0L). PMIT-S0L is evaluated using 960 procedurally generated S0L-systems in a test suite, which are each used to generate input strings, and PMIT-S0L is then used to infer the system from only the sequences. The evaluation shows that PMIT-S0L infers S0L-systems with up to 9 rewriting rules each in under 12 hours. Additionally, it is found that 3 sequences of strings is sufficient to find the correct original rewriting rules in 100% of the cases in the test suite, and 6 sequences of strings reduces the difference in the associated probabilities to approximately 1% or less.

📄 PDF Abstract BibTeX arXiv:2001.10922

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Optimal L-Systems for Stochastic L-system Inference Problems

2024-09-03 · Ali Lotfi, Ian McQuillan

This paper presents two novel theorems that address two open problems in stochastic Lindenmayer-system (L-system) inference, specifically focusing on the construction of an optimal stochastic L-system capable of generati…

Techniques for Inferring Context-Free Lindenmayer Systems With Genetic Algorithm

2019-05-15 · Jason Bernard, Ian McQuillan

Lindenmayer systems (L-systems) are a formal grammar system, where the most notable feature is a set of rewriting rules that are used to replace every symbol in a string in parallel; by repeating this process, a sequence…

Hard Non-Monotonic Attention for Character-Level Transduction

2018-08-29 · EMNLP 2018 10 · Shijie Wu, Pamela Shapiro, Ryan Cotterell

Character-level string-to-string transduction is an important component of various NLP tasks. The goal is to map an input string to an output string, where the strings may be of different lengths and have characters take…

Hard AttentionImage Captioning

Accelerating the inference of string generation-based chemical reaction models for industrial applications

2024-07-12 · Mikhail Andronov, Natalia Andronova, Michael Wand, Jürgen Schmidhuber 외

Template-free SMILES-to-SMILES translation models for reaction prediction and single-step retrosynthesis are of interest for industrial applications in computer-aided synthesis planning systems due to their state-of-the-…

PredictionRetrosynthesisSingle-step retrosynthesisTranslation

Sampling from Stochastic Finite Automata with Applications to CTC Decoding

2019-05-21 · Martin Jansche, Alexander Gutkin

Stochastic finite automata arise naturally in many language and speech processing tasks. They include stochastic acceptors, which represent certain probability distributions over random strings. We consider the problem o…