novel online methods for time series segmentation

12
Intelligent Database Systems Lab 國國國國國國國國 National Yunlin University of Science and Technology Novel Online Methods for Time Series Segmentation Xiaoyan Liu, Zhenjiang Lin, and Huaiqing Wang TKDE, Vol. 20, No. 12, 2008, pp. 1616-1626. Presenter : Wei-Shen Tai 2009/1/20

Upload: brier

Post on 22-Feb-2016

85 views

Category:

Documents


0 download

DESCRIPTION

Novel Online Methods for Time Series Segmentation. Xiaoyan Liu, Zhenjiang Lin, and Huaiqing Wang TKDE, Vol. 20, No. 12, 2008, pp. 1616-1626. Presenter : Wei-Shen Tai 200 9 / 1/20. Outline . Introduction Related work Novel online segmentation algorithms: FSW & SFSW Complexity analysis - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Novel Online Methods for  Time Series Segmentation

Intelligent Database Systems Lab

國立雲林科技大學National Yunlin University of Science and Technology

Novel Online Methods for Time Series Segmentation

Xiaoyan Liu, Zhenjiang Lin, and Huaiqing Wang

TKDE, Vol. 20, No. 12, 2008, pp. 1616-1626.

Presenter : Wei-Shen Tai

2009/1/20

Page 2: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

2

Outline Introduction Related work Novel online segmentation algorithms: FSW &

SFSW Complexity analysis Experiments Conclusions Comments

Page 3: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

3

Motivation Represent a time series approximately in a few segments

Representation quality : minimizing the representation error as possible. Computing efficiency : fast enough to fit for an online real-time working

environment.

Page 4: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

4

Objective Novel online segmentation algorithms

Efficiently finds the farthest endpoint of a segment and reduces the representation error for dealing with an online data sequence.

Page 5: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

5

Sliding window method Classic SW

Interpolating line or regression line between the two endpoints of the segment is used as the approximation.

t1 t2 t3 t4

Page 6: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

6

Segmentation criterion

Evaluation for the goodness of fit line in segmentation methods Regression line

Residual error Interpolation line

MVD: sum of the squares of vertical distances between actual data points and the best fit line. Maximum error tolerance

A user-specified maximum error tolerance δ.

Page 7: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

7

Feasible Space Window (FSW) Candidate Segmenting Point (CSP)

Chosen to be the next eligible segmenting point. FSW

Searches for the farthest CSP to make the current segment as long as possible under the given maximum error tolerance.

Page 8: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

8

Stepwise Feasible Space Window (SFSW)

SW method Lacks an overall view of the whole time series.

SFSW Backward FSW to find a backward segmenting end point. Find the optimal segmenting point in the interval of both

forward and backward end points.

Page 9: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

9

Complexity analysis Comparison between SW methods

Given time series T of n data points, the number of segments and the average segment length are denoted by K and L, respectively.

Page 10: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

10

Experiments

Page 11: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

11

Conclusions FSW

Reduces the number of segments by searching for the farthest endpoint of a potential segment.

SFSW Refines the segmenting points by taking into account the

effects of new incoming points so that the representation error can be reduced.

Future works An amnesic representation, varying stepwise method,

continuous feature discreteziation, multidimensional time series.

Page 12: Novel Online Methods for  Time Series Segmentation

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

12

Comments Advantage

This method superiors to other SW methods in that it can consider the more global view of time series via backward FSW.

The user-specified threshold δ and feasible space concept make this method become an incremental segmentation algorithm.

Drawback FSW is an quite efficient method but its representation error is larger than other

SW methods. SFSW can reduce both the number of segment and representation error but

increase its computation complexity also. Application

Time series segmentation.