TL;DR
This paper introduces an efficient online timed pattern matching algorithm based on automata skipping techniques, extending the FJS string matching algorithm for real-time system monitoring with promising experimental results.
Contribution
It extends the FJS string matching algorithm to timed pattern matching, enabling efficient online processing for real-time system monitoring.
Findings
The new algorithm is effective for online timed pattern matching.
Experimental results show improved efficiency over previous methods.
The approach is suitable for embedded real-time applications.
Abstract
The timed pattern matching problem is an actively studied topic because of its relevance in monitoring of real-time systems. There one is given a log and a specification (given by a timed word and a timed automaton in this paper), and one wishes to return the set of intervals for which the log , when restricted to the interval, satisfies the specification . In our previous work we presented an efficient timed pattern matching algorithm: it adopts a skipping mechanism inspired by the classic Boyer--Moore (BM) string matching algorithm. In this work we tackle the problem of online timed pattern matching, towards embedded applications where it is vital to process a vast amount of incoming data in a timely manner. Specifically, we start with the Franek-Jennings-Smyth (FJS) string matching algorithm---a recent variant of the BM algorithm---and extend it to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
