paper-with-me

홈 › Papers

Fast and Multi-aspect Mining of Complex Time-stamped Event Streams

2023-03-07 · Kota Nakamura, Yasuko Matsubara, Koki Kawabata, Yuhei Umeda, Yuichiro Wada, Yasushi Sakurai

Given a huge, online stream of time-evolving events with multiple attributes, such as online shopping logs: (item, price, brand, time), and local mobility activities: (pick-up and drop-off locations, time), how can we summarize large, dynamic high-order tensor streams? How can we see any hidden patterns, rules, and anomalies? Our answer is to focus on two types of patterns, i.e., ''regimes'' and ''components'', for which we present CubeScope, an efficient and effective method over high-order tensor streams. Specifically, it identifies any sudden discontinuity and recognizes distinct dynamical patterns, ''regimes'' (e.g., weekday/weekend/holiday patterns). In each regime, it also performs multi-way summarization for all attributes (e.g., item, price, brand, and time) and discovers hidden ''components'' representing latent groups (e.g., item/brand groups) and their relationship. Thanks to its concise but effective summarization, CubeScope can also detect the sudden appearance of anomalies and identify the types of anomalies that occur in practice. Our proposed method has the following properties: (a) Effective: it captures dynamical multi-aspect patterns, i.e., regimes and components, and statistically summarizes all the events; (b) General: it is practical for successful application to data compression, pattern discovery, and anomaly detection on various types of tensor streams; (c) Scalable: our algorithm does not depend on the length of the data stream and its dimensionality. Extensive experiments on real datasets demonstrate that CubeScope finds meaningful patterns and anomalies correctly, and consistently outperforms the state-of-the-art methods as regards accuracy and execution speed.

📄 PDF Abstract BibTeX arXiv:2303.03789

Code (2)

kotanakm/cubescope 공식 구현
koheiobata/dmm

Tasks

Anomaly DetectionData Compression

Similar Papers 제목 키워드 기반

A Comprehensive Survey on Outlying Aspect Mining Methods

2020-05-06 · Durgesh Samariya, Jiangang Ma, Sunil Aryal

In recent years, researchers have become increasingly interested in outlying aspect mining. Outlying aspect mining is the task of finding a set of feature(s), where a given data object is different from the rest of the d…

Survey

ATESA-BÆRT: A Heterogeneous Ensemble Learning Model for Aspect-Based Sentiment Analysis

2023-07-29 · Elena-Simona Apostol, Alin-Georgian Pisică, Ciprian-Octavian Truică

The increasing volume of online reviews has made possible the development of sentiment analysis models for determining the opinion of customers regarding different products and services. Until now, sentiment analysis has…

Aspect-Based Sentiment AnalysisEnsemble LearningMulti-class ClassificationSentiment Analysis+1

A simple efficient density estimator that enables fast systematic search

2017-07-03 · Jonathan R. Wells, Kai Ming Ting

This paper introduces a simple and efficient density estimator that enables fast systematic search. To show its advantage over commonly used kernel density estimator, we apply it to outlying aspects mining. Outlying aspe…

Small Data Image Classification

Fast Approximate Nearest Neighbor Search With The Navigating Spreading-out Graph

2017-07-01 · Cong Fu, Chao Xiang, Changxu Wang, Deng Cai

Approximate nearest neighbor search (ANNS) is a fundamental problem in databases and data mining. A scalable ANNS algorithm should be both memory-efficient and fast. Some early graph-based approaches have shown attractiv…

Extended Vertical Lists for Temporal Pattern Mining from Multivariate Time Series

2018-04-26 · Anton Kocheturov, Petar Momcilovic, Azra Bihorac, Panos M. Pardalos

Temporal Pattern Mining (TPM) is the problem of mining predictive complex temporal patterns from multivariate time series in a supervised setting. We develop a new method called the Fast Temporal Pattern Mining with Exte…

Time SeriesTime Series Analysis