LGOct 14, 2021

Time Series Clustering for Human Behavior Pattern Mining

arXiv:2110.07549v21 citations
AI Analysis

This work addresses pattern mining for human behavior modeling, which is incremental as it builds on existing techniques by handling issues like uncertainty and lack of prior mode knowledge.

The paper tackles the problem of mining human behavior patterns from time-series data by proposing a novel clustering approach (MTpattern) that handles temporal variation and uncertainty without requiring the number of modes as input, achieving effectiveness demonstrated through empirical studies on real-world and simulated datasets.

Human behavior modeling deals with learning and understanding behavior patterns inherent in humans' daily routines. Existing pattern mining techniques either assume human dynamics is strictly periodic, or require the number of modes as input, or do not consider uncertainty in the sensor data. To handle these issues, in this paper, we propose a novel clustering approach for modeling human behavior (named, MTpattern) from time-series data. For mining frequent human behavior patterns effectively, we utilize a three-stage pipeline: (1) represent time series data into a sequence of regularly sampled equal-sized unit time intervals for better analysis, (2) a new distance measure scheme is proposed to cluster similar sequences which can handle temporal variation and uncertainty in the data, and (3) exploit an exemplar-based clustering mechanism and fine-tune its parameters to output minimum number of clusters with given permissible distance constraints and without knowing the number of modes present in the data. Then, the average of all sequences in a cluster is considered as a human behavior pattern. Empirical studies on two real-world datasets and a simulated dataset demonstrate the effectiveness of MTpattern with respect to internal and external measures of clustering.

Foundations

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

Your Notes