English

Scalable Tree-based Register Automata Learning

Formal Languages and Automata Theory 2024-01-26 v1

Abstract

Existing active automata learning (AAL) algorithms have demonstrated their potential in capturing the behavior of complex systems (e.g., in analyzing network protocol implementations). The most widely used AAL algorithms generate finite state machine models, such as Mealy machines. For many analysis tasks, however, it is crucial to generate richer classes of models that also show how relations between data parameters affect system behavior. Such models have shown potential to uncover critical bugs, but their learning algorithms do not scale beyond small and well curated experiments. In this paper, we present SLλSL^\lambda, an effective and scalable register automata (RA) learning algorithm that significantly reduces the number of tests required for inferring models. It achieves this by combining a tree-based cost-efficient data structure with mechanisms for computing short and restricted tests. We have implemented SLλSL^\lambda as a new algorithm in RALib. We evaluate its performance by comparing it against SLSL^*, the current state-of-the-art RA learning algorithm, in a series of experiments, and show superior performance and substantial asymptotic improvements in bigger systems.

Keywords

Cite

@article{arxiv.2401.14324,
  title  = {Scalable Tree-based Register Automata Learning},
  author = {Simon Dierl and Paul Fiterau-Brostean and Falk Howar and Bengt Jonsson and Konstantinos Sagonas and Fredrik Tåquist},
  journal= {arXiv preprint arXiv:2401.14324},
  year   = {2024}
}

Comments

26 pages, 8 figures, to appear in TACAS 2024

R2 v1 2026-06-28T14:27:18.797Z