SENov 1, 2020

Heuristic-based Mining of Service Behavioral Models from Interaction Traces

arXiv:2011.00431v110 citations
AI Analysis

This addresses the need for accurate software behavioral models for emulation and testing, offering an incremental improvement over existing specification inference techniques.

The paper tackles the problem of overgeneralization in inferring behavioral models from interaction traces, which leads to imprecise models with spurious behaviors, and proposes a heuristic-based technique that achieves 100% precision and recall with limited computation overhead.

Software behavioral models have proven useful for emulating and testing software systems. Many techniques have been proposed to infer behavioral models of software systems from their interaction traces. The quality of the inferred model is critical to its successful use. While generalization is necessary to deduce concise behavioral models, existing techniques of inferring models, in general, overgeneralize what behavior is valid. Imprecise models include many spurious behaviors, and thus compromise the effectiveness of their use. In this paper, we propose a novel technique that increases the accuracy of the behavioral model inferred from interaction traces. The essence of our approach is a heuristic-based generalization and truthful minimization. The set of heuristics include patterns to match input traces and generalize them towards concise model representations. Furthermore, we adopt a truthful minimization technique to merge these generalized traces. The key insight of our approach is to infer a concise behavioral model without compromising its accuracy. We present an empirical evaluation of how our approach improves upon the state-of-the-art specification inference techniques. The results show that our approach mines model with 100% precision and recall with a limited computation overhead.

Foundations

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

Your Notes