tracelets
Tracelets are small sequences extracted from a larger trace capturing local temporal patterns. They are used across fields that collect sequential event data, such as software execution traces, system logs, network traffic, and user interaction records. A tracelet typically comprises a fixed-length window of consecutive events, together with the contextual attributes of each event (such as type, timestamp, source, and parameters). In practice, tracelets may be stored as sequences or embedded as feature vectors for machine learning tasks.
Tracelets are produced by segmenting a longer trace with a sliding window or by enumerating all contiguous
Applications include pattern mining, anomaly and fault detection, performance profiling, and model inference. For example, tracelets
Challenges include selecting an appropriate tracelet length, handling noise and outliers, and ensuring invariance to unrelated