Active Learning of Symbolic Mealy Automata
By: Kengo Irie, Masaki Waga, Kohei Suenaga
Potential Business Impact:
Teaches computers to understand complex patterns.
We propose $\Lambda^*_M$-an active learning algorithm that learns symbolic Mealy automata, which support infinite input alphabets and multiple output characters. Each of these two features has been addressed separately in prior work. Combining these two features poses a challenge in learning the outputs corresponding to potentially infinite sets of input characters at each state. To address this challenge, we introduce the notion of essential input characters, a finite set of input characters that is sufficient for learning the output function of a symbolic Mealy automaton. $\Lambda^*_M$ maintains an underapproximation of the essential input characters and refines this set during learning. We prove that $\Lambda^*_M$ terminates under certain assumptions. Moreover, we provide upper and lower bounds for the query complexity. Their similarity suggests the tightness of the bounds. We empirically demonstrate that $\Lambda^*_M$ is i) efficient regarding the number of queries on practical benchmarks and ii) scalable according to evaluations with randomly generated benchmarks.
Similar Papers
Active Learning of Symbolic Automata Over Rational Numbers
Machine Learning (CS)
Teaches computers to learn from numbers, not just letters.
Automata Learning -- Expect Delays!
Formal Languages and Automata Theory
Learns how machines work with tricky timing.
Active Automata Learning with Advice
Formal Languages and Automata Theory
Teaches computers faster by giving them hints.