FLLGMay 25, 2016

Learning Moore Machines from Input-Output Traces

arXiv:1605.07805v252 citations
Originality Incremental advance
AI Analysis

This work addresses a fundamental challenge in automata learning theory for researchers and practitioners, though it is incremental as it builds on existing methods like RPNI.

The paper tackled the problem of learning Moore machines from input-output traces without queries, developing three algorithms (PTAP, PRPNI, MooreMI) and proving that MooreMI has identification in the limit, with experimental comparisons showing MooreMI's effectiveness in terms of machine size and accuracy.

The problem of learning automata from example traces (but no equivalence or membership queries) is fundamental in automata learning theory and practice. In this paper we study this problem for finite state machines with inputs and outputs, and in particular for Moore machines. We develop three algorithms for solving this problem: (1) the PTAP algorithm, which transforms a set of input-output traces into an incomplete Moore machine and then completes the machine with self-loops; (2) the PRPNI algorithm, which uses the well-known RPNI algorithm for automata learning to learn a product of automata encoding a Moore machine; and (3) the MooreMI algorithm, which directly learns a Moore machine using PTAP extended with state merging. We prove that MooreMI has the fundamental identification in the limit property. We also compare the algorithms experimentally in terms of the size of the learned machine and several notions of accuracy, introduced in this paper. Finally, we compare with OSTIA, an algorithm that learns a more general class of transducers, and find that OSTIA generally does not learn a Moore machine, even when fed with a characteristic sample.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes