1 / 1

Data Reduction Techniques for Event Sequences

Data Reduction Techniques for Event Sequences. Mikhail Atallah, Emil Stefanov , Wojciech Szpankowski. Our algorithm is unaware of event generation mechanisms and event colors. Overview Models generate events independently. The events generated by each model are randomly mixed.

donoma
Download Presentation

Data Reduction Techniques for Event Sequences

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Reduction Techniques for Event Sequences Mikhail Atallah, Emil Stefanov, Wojciech Szpankowski Our algorithm is unaware of event generation mechanisms and event colors. Overview Models generate events independently. The events generated by each model are randomly mixed. The algorithm observes the mixture of events but does not know which and how many events came from each model. By measuring probabilities, the algorithm groups the events by the model that generated them. Observed random mixture of events Random mixing occurs Unmixed Events Event Generation • Goal • Partitioning of an event sequence into the subsequences generated by the different models (without knowing the models or the mixing process). • Allows for better analysis: • Eliminates interference between models (decoupled). • Allows for more sophisticated analysis algorithms on the shorter subsequences. • Massive filtering in case the events of interest are generated by a single model. • Applications • Automatic classification of activitiesof disguised users or web bots. • Automatic separation of randomly intermixed text from different (and unknown) natural languages. • Benefits • Extremely fast: Linear in time with respect to the length of the event sequence. • Memory efficient: Uses a small constant amount of memory. • Easy to implement: The code for the algorithm is less than 200 lines. • Limitations • Requires irreversible Markov chain models. • Is unable to separate Bernoulli models. • Experimental Results • Synthetic Data • More data improves accuracy. • Achieves 100% accuracy for moderate amounts of data. • The graph above shows that, most of the time, the algorithm is either 0% accurate (not enough data) or 100% accurate (enough data). • Real Data • Correctly separates mixtures of English and Spanish without knowing anything about either language or how the mixing was done.

More Related