SEMay 23, 2017

Timed k-Tail: Automatic Inference of Timed Automata

arXiv:1705.08399v135 citations
Originality Incremental advance
AI Analysis

This addresses the need for accurate timing-aware models in software engineering, particularly for systems like shared libraries and user-driven applications, though it is incremental as it builds on existing specification mining techniques.

The paper tackles the problem of automatically inferring models that capture both functional and timing behavior of software systems from program traces, presenting the Timed k-Tail technique which mines timed automata and identifies anomalous executions with high accuracy and few false positives.

Accurate and up-to-date models describing the be- havior of software systems are seldom available in practice. To address this issue, software engineers may use specification mining techniques, which can automatically derive models that capture the behavior of the system under analysis. So far, most specification mining techniques focused on the functional behavior of the systems, with specific emphasis on models that represent the ordering of operations, such as tempo- ral rules and finite state models. Although useful, these models are inherently partial. For instance, they miss the timing behavior, which is extremely relevant for many classes of systems and com- ponents, such as shared libraries and user-driven applications. Mining specifications that include both the functional and the timing aspects can improve the applicability of many testing and analysis solutions. This paper addresses this challenge by presenting the Timed k-Tail (TkT) specification mining technique that can mine timed automata from program traces. Since timed automata can effectively represent the interplay between the functional and the timing behavior of a system, TkT could be exploited in those contexts where time-related information is relevant. Our empirical evaluation shows that TkT can efficiently and effectively mine accurate models. The mined models have been used to identify executions with anomalous timing. The evaluation shows that most of the anomalous executions have been correctly identified while producing few false positives.

Foundations

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

Your Notes