AI Agents 相关度: 5/10

(PAC-)Learning state machines from data streams: A generic strategy and an improved heuristic (Extended version)

Robert Baumgartner, Sicco Verwer
arXiv: 2604.02244v1 发布: 2026-04-02 更新: 2026-04-02

AI 摘要

该论文提出了一种从数据流中学习状态机的通用方法,并改进了启发式算法,证明了PAC可学习性。

主要贡献

  • 提出了一种从数据流学习状态机的通用方法
  • 改进了状态合并启发式算法
  • 证明了算法的PAC可学习性

方法论

提出基于sketch的状态合并启发式方法,处理不完整的prefix tree,并在开放数据集上验证。

原文摘要

This is an extended version of our publication Learning state machines from data streams: A generic strategy and an improved heuristic, International Conference on Grammatical Inference (ICGI) 2023, Rabat, Morocco. It has been extended with a formal proof on PAC-bounds, and the discussion and analysis of a similar approach has been moved from the appendix and is now a full Section. State machines models are models that simulate the behavior of discrete event systems, capable of representing systems such as software systems, network interactions, and control systems, and have been researched extensively. The nature of most learning algorithms however is the assumption that all data be available at the beginning of the algorithm, and little research has been done in learning state machines from streaming data. In this paper, we want to close this gap further by presenting a generic method for learning state machines from data streams, as well as a merge heuristic that uses sketches to account for incomplete prefix trees. We implement our approach in an open-source state merging library and compare it with existing methods. We show the effectiveness of our approach with respect to run-time, memory consumption, and quality of results on a well known open dataset. Additionally, we provide a formal analysis of our algorithm, showing that it is capable of learning within the PAC framework, and show a theoretical improvement to increase run-time, without sacrificing correctness of the algorithm in larger sample sizes.

标签

状态机学习 数据流 PAC学习 启发式算法

arXiv 分类

cs.FL cs.LG