• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations | Disambiguate

2001a), ‘Discovery of temporal patterns – learning rules about the qualitative behaviour of time series (0)

by F Höppner
Add To MetaCart

Tools

Sorted by:
Results 1 - 10 of 55
Next 10 →

Probabilistic discovery of time series motifs

by Bill Chiu, Eamonn Keogh, Stefano Lonardi , 2003
"... Several important time series data mining problems reduce to the core task of finding approximately repeated subsequences in a longer time series. In an earlier work, we formalized the idea of approximately repeated subsequences by introducing the notion of time series motifs. Two limitations of thi ..."
Abstract - Cited by 185 (26 self) - Add to MetaCart
Several important time series data mining problems reduce to the core task of finding approximately repeated subsequences in a longer time series. In an earlier work, we formalized the idea of approximately repeated subsequences by introducing the notion of time series motifs. Two limitations of this work were the poor scalability of the motif discovery algorithm, and the inability to discover motifs in the presence of noise. Here we address these limitations by introducing a novel algorithm inspired by recent advances in the problem of pattern discovery in biosequences. Our algorithm is probabilistic in nature, but as we show empirically and theoretically, it can find time series motifs with very high probability even in the presence of noise or “don’t care ” symbols. Not only is the algorithm fast, but it is an anytime algorithm, producing likely candidate motifs almost immediately, and gradually improving the quality of results over time.
(Show Context)

Citation Context

...A 92521 {bill, eamonn, stelo }@cs.ucr.edu 493 492 • Mining association rules in time series requires the discovery of motifs. These are referred to as primitive shapes in [7] and frequent patterns in =-=[18]-=-. • Several time series classification algorithms work by constructing typical prototypes of each class [22, 15]. These prototypes may be considered motifs. • Many time series anomaly/interestingness ...

Finding Motifs in Time Series

by Jessica Lin, Eamonn Keogh, Stefano Lonardi, Pranav Patel , 2002
"... The problem of efficiently locating previously known patterns in a time series database (i.e., query by content) has received much attention and may now largely be regarded as a solved problem. However, from a knowledge discovery viewpoint, a more interesting problem is the enumeration of previously ..."
Abstract - Cited by 111 (20 self) - Add to MetaCart
The problem of efficiently locating previously known patterns in a time series database (i.e., query by content) has received much attention and may now largely be regarded as a solved problem. However, from a knowledge discovery viewpoint, a more interesting problem is the enumeration of previously unknown, frequently occurring patterns. We call such patterns "motifs," because of their close analogy to their discrete counterparts in computation biology. An efficient motif discovery algorithm for time series would be useful as a tool for summarizing and visualizing massive time series databases. In addition, it could be used as a subroutine in various other data mining tasks, including the discovery of association rules, clustering and classification. In this work we carefully motivate, then introduce, a non-trivial definition of time series motifs. We propose an efficient algorithm to discover them, and we demonstrate the utility and efficiency of our approach on several real world datasets.
(Show Context)

Citation Context

...ica, eamonn, stelo, prpatel}@cs.ucr.edu • The discovery of association rules in time series first requires the discovery of motifs (referred to as “primitive shapes” in [9] and “frequent patte=-=rns” in [18]).-=- However, the current solution to finding the motifs is either high quality and very expensive, or low quality but cheap [9]. • Several researchers have advocated K-means clustering of time series d...

Mining Motifs in Massive Time Series Databases

by Pranav Patel, Eamonn Keogh, Jessica Lin, Stefano Lonardi - In Proceedings of IEEE International Conference on Data Mining (ICDM’02 , 2002
"... The problem of efficiently locating previously known patterns in a time series database (i.e., query by content) has received much attention and may now largely be regarded as a solved problem. However, from a knowledge discovery viewpoint, a more interesting problem is the enumeration of previously ..."
Abstract - Cited by 49 (3 self) - Add to MetaCart
The problem of efficiently locating previously known patterns in a time series database (i.e., query by content) has received much attention and may now largely be regarded as a solved problem. However, from a knowledge discovery viewpoint, a more interesting problem is the enumeration of previously unknown, frequently occurring patterns. We call such patterns "motifs", because of their close analogy to their discrete counterparts in computation biology. An efficient motif discovery algorithm for time series would be useful as a tool for summarizing and visualizing massive time series databases. In addition it could be used as a subroutine in various other data mining tasks, including the discovery of association rules, clustering and classification.
(Show Context)

Citation Context

... other data mining tasks, for instance: • The discovery of association rules in time series first requires the discovery of motifs (referred to as “primitive shapes” in [9] and “frequent patte=-=rns” in [18]).-=- However the current solution to finding the motifs is either high quality and very expensive, or low quality but cheap [9]. • Several researchers have advocated K-means clustering of time series da...

Specific-to-General Learning for Temporal Events with Application to Learning . . .

by Alan Fern, Robert Givan, Jeffrey Mark Siskind - JOURNAL OF ARTIFICIAL INTELLIGENCE RESEARCH , 2002
"... We develop, analyze, and evaluate a novel, supervised, specific-to-general learner for a simple temporal logic and use the resulting algorithm to learn visual event definitions from video sequences. First, we introduce a simple, propositional, temporal, event-description language called AMA that ..."
Abstract - Cited by 36 (4 self) - Add to MetaCart
We develop, analyze, and evaluate a novel, supervised, specific-to-general learner for a simple temporal logic and use the resulting algorithm to learn visual event definitions from video sequences. First, we introduce a simple, propositional, temporal, event-description language called AMA that is sufficiently expressive to represent many events yet sufficiently restrictive to support learning. We then give algorithms, along with lower and upper complexity bounds, for the subsumption and generalization problems for AMA formulas. We present a positive-examples -- only specific-to-general learning method based on these algorithms. We also present a polynomial-time -- computable "syntactic" subsumption test that implies semantic subsumption without being equivalent to it. A generalization algorithm based on syntactic subsumption can be used in place of semantic generalization to improve the asymptotic complexity of the resulting learning algorithm. Finally

Finding Informative Rules in Interval Sequences

by Frank Höppner, Frank Klawonn - Intelligent Data Analysis , 2001
"... Observing a binary feature over a period of time yields a sequence of observation intervals. To ease the access to continuous features (like time series), they are often broken down into attributed intervals, such that the attribute describes the series' behaviour within the segment (e.g. incre ..."
Abstract - Cited by 23 (2 self) - Add to MetaCart
Observing a binary feature over a period of time yields a sequence of observation intervals. To ease the access to continuous features (like time series), they are often broken down into attributed intervals, such that the attribute describes the series' behaviour within the segment (e.g. increasing, high-value, highly convex, etc.). In both cases, we obtain a sequence of interval data, in which temporal patterns and rules can be identified. A temporal pattern is defined as a set of labeled intervals together with their interval relationships described in terms of Allen's interval logic. In this paper, we consider the evaluation of such rules in order to find the most informative rules. We discuss rule semantics and outline de ciencies of the previously used rule evaluation. We apply the J-measure to rules with a modified semantics in order to better cope with different lengths of the temporal patterns. We also consider the problem of specializing temporal rules by additional attributes of the state intervals.

Knowledge Discovery from Sequential Data

by Frank Höppner , 2003
"... A new framework for analyzing sequential or temporal data such as time series is proposed. It differs from other approaches by the special emphasis on the interpretability of the results, since interpretability is of vital importance for knowledge discovery, that is, the development of new knowl ..."
Abstract - Cited by 22 (0 self) - Add to MetaCart
A new framework for analyzing sequential or temporal data such as time series is proposed. It differs from other approaches by the special emphasis on the interpretability of the results, since interpretability is of vital importance for knowledge discovery, that is, the development of new knowledge (in the head of a human) from a list of discovered patterns. While traditional approaches try to model and predict all time series observations, the focus in this work is on modelling local dependencies in multivariate time series. This

Efficient mining of temporally annotated sequences

by Fosca Giannotti, Mirco Nanni, Dino Pedreschi - In Proc. SDM’06 , 2006
"... Sequential patterns mining received much attention in recent years, thanks to its various potential application domains. A large part of them represent data as collections of time-stamped itemsets, e.g., customers ’ purchases, logged web accesses, etc. Most approaches to sequence mining focus on seq ..."
Abstract - Cited by 20 (4 self) - Add to MetaCart
Sequential patterns mining received much attention in recent years, thanks to its various potential application domains. A large part of them represent data as collections of time-stamped itemsets, e.g., customers ’ purchases, logged web accesses, etc. Most approaches to sequence mining focus on sequentiality of data, using time-stamps only to order items and, in some cases, to constrain the temporal gap between items. In this paper, we propose an efficient algorithm for computing (temporally-)annotated sequential patterns, i.e., sequential patterns where each transition is annotated with a typical transition time derived from the source data. The algorithm adopts a prefix-projection approach to mine candidate sequences, and it is tightly integrated with an annotation mining process that associates sequences with temporal annotations. The pruning capabilities of the two steps sum together, yielding significant improvements in performances, as demonstrated by a set of experiments performed on synthetic datasets. 1
(Show Context)

Citation Context

... constraints are represented as intervals. Finally, several approaches can be found in literature for mining temporal patterns from different perspectives. Among the others, we mention the following: =-=[6]-=- defines temporal patterns as a set of states together with Allen’s interval relationships, for instance “A before B, A overlaps C and C overlaps B”; [12] proposes methods for extracting temporal regi...

Time series knowledge mining

by Fabian Mörchen , 2006
"... An important goal of knowledge discovery is the search for patterns in data that can help explain the underlying process that generated the data. The patterns are required to be new, useful, and understandable to humans. In this work we present a new method for the understandable description of loca ..."
Abstract - Cited by 20 (2 self) - Add to MetaCart
An important goal of knowledge discovery is the search for patterns in data that can help explain the underlying process that generated the data. The patterns are required to be new, useful, and understandable to humans. In this work we present a new method for the understandable description of local temporal relationships in multivariate data, called Time Series Knowledge Mining (TSKM). We define the Time Series Knowledge Representation (TSKR) as a new language for expressing temporal knowledge. The patterns have a hierarchical structure, each level corresponds to a single temporal concept. On the lowest level, intervals are used to represent duration. Overlapping parts of intervals represent coincidence on the next level. Several such blocks of intervals are connected with a partial order relation on the highest level. Each pattern element consists of a semiotic triple to connect syntactic and semantic information with pragmatics. The patterns are very compact, but offer details for each element on demand. In comparison with related approaches, the TSKR is shown to have advantages in robustness, expressivity, and comprehensibility. Efficient algorithms for the discovery of the patterns are proposed. The search for coincidence as well as partial order can be formulated as variants of the well known frequent itemset problem. One of the best known algorithms for this problem is therefore adapted for our purposes. Human interaction is used during the mining to analyze and validate partial results as early as possible and guide further processing steps. The efficacy of the methods is demonstrated using several data sets. In an application to sports medicine the results were recognized as valid and useful by an expert of the field.

C.: A multiresolution symbolic representation of time series

by Vasileios Megalooikonomou, Qiang Wang, Guo Li, Christos Faloutsos, Vasileios Megalooikonomou, Qiang Wang, Guo Li, Christos Faloutsos - In: Proc. IEEE Int. Conf. on Data Engineering (ICDE05 , 2005
"... Efficiently and accurately searching for similarities among time series and discovering interesting patterns is an important and non-trivial problem. In this paper, we introduce a new representation of time series, the Multiresolution Vector Quantized (MVQ) approximation, along with a new distance f ..."
Abstract - Cited by 18 (4 self) - Add to MetaCart
Efficiently and accurately searching for similarities among time series and discovering interesting patterns is an important and non-trivial problem. In this paper, we introduce a new representation of time series, the Multiresolution Vector Quantized (MVQ) approximation, along with a new distance function. The novelty of MVQ is that it keeps both local and global information about the original time series in a hierarchical mechanism, processing the original time series at multiple resolutions. Moreover, the proposed representation is symbolic employing key subsequences and potentially allows the application of text-based retrieval techniques into the similarity analysis of time series. The proposed method is fast and scales linearly with the size of
(Show Context)

Citation Context

...y be a lot of false alarms. However, in some cases, the existence of too many false alarms may decrease the efficiency of retrieval. At the same time, as many researchers have mentioned in their work =-=[15,29]-=-, the Euclidean distance is not always the optimal distance measure. For example, in some time series, different parts have different levels of significance in their meaning. Also, the Euclidean dista...

Learning Effects of Robot Actions using Temporal Associations

by Paul R. Cohen, Charles Sutton, Brendan Burns
"... Agents need to know the effects of their actions. Strong associations between actions and effects can be found by counting how often they co-occur. We present an algorithm that learns temporal patterns expressed as fluents, propositions with temporal extent. The fluent-learning algorithm is hierarch ..."
Abstract - Cited by 16 (5 self) - Add to MetaCart
Agents need to know the effects of their actions. Strong associations between actions and effects can be found by counting how often they co-occur. We present an algorithm that learns temporal patterns expressed as fluents, propositions with temporal extent. The fluent-learning algorithm is hierarchical and unsupervised. It works by maintaining co-occurrence statistics on pairs of fluents. In experiments on a mobile robot, the fluent-learning algorithm found temporal associations that correspond to effects of the robot's actions.
(Show Context)

Citation Context

...ion of fluent learning was inspired by previous work that used the MSDD algorithm to learn planning operators [8]. Some other recent work finds patterns expressed using Allen relations. One technique =-=[5, 6]-=- measures the strength of a pattern by its total duration, rather than by counts of open and close events. Associations between patterns are learned using rules whose antecedent and consequent are pat...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University