From: Stanford University; Jure Leskovec, citation 6w+;

Problem:

subsequence clustering.

Challenging:

discover patterns is challenging because it requires simultaneous segmentation and clustering of the time series + interpreting the cluster results is difficult.

Why discover time series patterns is a challenge?? thinking by yourself!! there are already so many distance measures(DTW, manifold distance) and clustering methods(knn,k-means etc.). But I admit the interpretation is difficult.

Introduction:

long time series ----breakdown-----> a sequence of states/patterns ------> so time series can be expressed as a sequential timeline of a few key states. -------> discover repeated patterns/ understand trends/ detect anomalies/ better interpret large and high-dimensional datasets.

Key steps: simultaneously segment and cluster the time series.

Unsupervised learning: hard to interpretation, after clustering, you have to view data itself.

how to discover interpretable structure in the data?

Traditional clustering methods are not particularly well-suited to discover interpretable structure in the data. This is because they typically rely on distance-based metrics

distance-based metrics, DTW.

距离式的算法,在处理multivariate time series上有劣势,看不到细微的数据结构相似性。

Propose a new method for multivariate time series clustering TICC:

  • define each cluster as a dependency network showing the relationships between the different sensors in a short subsequence.
  • each cluster is a markov random field.
  • In thes MRFs, an edge represents a partial correlation between two variables.
  • learn each cluster's MRF by estimating a sparse Gaussian inverse covariance matrix.
  • This network has multiple layers.
  • the number of layers corresponds to the window size of a short subsequence.
  • 逆协方差矩阵定义了MRF dependency network 的adjaccency matrix.

Related work:

time series clustering and convex optimization;

variations of dtw; symbolic representations; rule-based motif discovery;

However, these methods generally rely on distance-based metrics.

TICC ------ a model-based clustering method, like ARMA, Gaussian mixture or hidden markov models.

  • define each cluster by a Gaussian inverse covariance.
  • so the Gaussian inverse covariance defines a Markov random field encoding the structural representation.
  • K clusters/ inverse covariances.

selecting the number of clusters: cross-validation; mornalized mutual information; BIC or silhouette score.

看不懂哇 T T

Supplementary knowledge:

1. 对于unsupervised learning, 目前对结果的解释或者中间参数的选取,全是靠经验。

2. Aarhus data, Martin, 做多变量time series 预测。

3. Toeplitz Matrices: 常对角矩阵。

4. ticc code

Reference:

1. 如何用简单易懂的例子解释条件随机场(CRF)模型?

最新文章

  1. Android UI体验之全屏沉浸式透明状态栏效果
  2. Saddest's polar bear Pizza offered new YorkShire home
  3. 放松跑、间歇跑、节奏跑和LSD
  4. Altium Designer 15 --- Design PCB Frame by Rhinoceros
  5. c_水程序
  6. 【leetcode】Subsets II (middle) ☆
  7. 爱默生UPS并机系统:进入与退出操作方法
  8. js:setTimeout 与 setInterval 比较
  9. Android底部TabHost API
  10. PHP学习心得(六)——变量
  11. Uber明年在中国将继续补贴,并大举进军100个城市!
  12. 自定义JSTL函数标签(一)
  13. R + ggplot2 Graph Catalog(转)
  14. 实现quartz定时器及quartz定时器原理介绍(转)
  15. System包含的信息
  16. [LeetCode] Self Dividing Numbers 自整除数字
  17. python fabric的用法
  18. WebSphere,WebLogic,Tomcat,IIS
  19. 灰度图的直方图均衡化(Histogram Equalization)原理与 Python 实现
  20. AC日记——双栈排序 洛谷 P1155

热门文章

  1. Jmeter后置处理器,正则表达式提取器的使用
  2. Java面向对象入门(2)-访问修饰符
  3. Elasticsearch必知必会的干货知识一:ES索引文档的CRUD
  4. 根据ip列表模拟输出redis cluster的主从对应关系
  5. Network Emulator for Windows Toolkit(模拟弱网络环境的软件)
  6. maven的核心概念——生命周期
  7. sum用法
  8. job无法自动运行基于ABP后台服务 - 后台作业和后台工人
  9. C#简单的LogHelper
  10. 全局程序集缓存工具(Gacutil.exe)用法详解