English

LTL learning on GPUs

Programming Languages 2024-03-29 v2 Artificial Intelligence

Abstract

Linear temporal logic (LTL) is widely used in industrial verification. LTL formulae can be learned from traces. Scaling LTL formula learning is an open problem. We implement the first GPU-based LTL learner using a novel form of enumerative program synthesis. The learner is sound and complete. Our benchmarks indicate that it handles traces at least 2048 times more numerous, and on average at least 46 times faster than existing state-of-the-art learners. This is achieved with, among others, novel branch-free LTL semantics that has O(logn)O(\log n) time complexity, where nn is trace length, while previous implementations are O(n2)O(n^2) or worse (assuming bitwise boolean operations and shifts by powers of 2 have unit costs -- a realistic assumption on modern processors).

Keywords

Cite

@article{arxiv.2402.12373,
  title  = {LTL learning on GPUs},
  author = {Mojtaba Valizadeh and Nathanaël Fijalkow and Martin Berger},
  journal= {arXiv preprint arXiv:2402.12373},
  year   = {2024}
}

Comments

27 pages

R2 v1 2026-06-28T14:53:31.127Z