Problem: time series clustering TSC - unsupervised learning/ category information is not available.

time-series clustering for anomaly detection/ pattern detection.

Feature-based time series clustering methods typically rely on domain knowledge to manually construct high-quality features.

Deep temporal clustering representation DTCR: add temporal reconstruction and k-means into the seq2seq model.

Introduction:

time-series clustering ----- data mining technology: from data to knowledge/ extract valuable information;

Feature-based methods: extracts features and then clusters. This kind of methods is robust to noise and outliers. It can conduct dimension reduction to improve efficiency.

However, most existing methods require domain knowledge to construct high-quality features manually.

discriminative features.

Seq2seq Model: it can learn general representations from sequential data.

We aim to learn a non-linear temporal representation for TSC using seq2seq model.

当使用seq2seq模型时,由于缺少labels,无法进行学习,guide the learning process to generate cluster-specific representations. 所以该论文如何解决这个问题?

generate cluster-specific temporal representations.

DTCR = temporal reconstruction + k-means + seq2seq model

个人观点: 这不会是主流方法,而且结果图有分类比较和聚类比较,结果感觉不真实。

对于TSC,本不应该应用方法的拼拼凑凑,而且他说有辅助分类,在真实世界中,不可能有辅助分类帮助你进行聚类。

Supplementary knowledge:

1. other TSC methods:

  • encode time series into images, and then use CNNs etc, like recurrence plots/  Gramian angular summation/ Gramian angular difference fields/ Markov transition fields.

2. PP: Motif difference field (MDF): A simple and effective image representation of time series for classification.

encode time series into MDF images.

This paper tries to include temporal information while encoding.

最新文章

  1. python学习03——设计,与input有关
  2. java 的常用设计模式--大话设计模式
  3. 邻接矩阵c源码(构造邻接矩阵,深度优先遍历,广度优先遍历,最小生成树prim,kruskal算法)
  4. iOS开发~UI布局(一)初探Size Class
  5. Oracle错误代码大全
  6. SAP BW顾问如何保持市场竞争力
  7. FMDB警告Warning: there is at least one open result set around after performing的问题
  8. 【原创】UVAOJ水题10025解题报告
  9. 视频swiper轮播
  10. JavaScript中return的用法详解
  11. 201521123004 《Java程序设计》第3周学习总结
  12. (NO.00005)iOS实现炸弹人游戏(六):游戏数据的初始化(三)
  13. 痞子衡嵌入式:飞思卡尔Kinetis系列MCU启动那些事(3)- KBOOT配置(FOPT/BOOT Pin/BCA)
  14. pkg-config 详解
  15. Excel学习之图表创建
  16. 类名.class 与 类名.this 详解
  17. poj 2632 Crashing Robots(模拟)
  18. windows 下查看进程开始运行的时间
  19. javascript对象定义及创建
  20. Python 3.7版本关于json.dump失效

热门文章

  1. 聊聊spring之bean对象的实例化过程
  2. 静态随机存储器SRAM存储数据原理
  3. MATLAB中冒号的用法解析
  4. Git操作:查看所有分支的提交修改
  5. 微软帮助类SqlHelper
  6. 使用Ajax时[object%20object] 报错的解决方案
  7. 使用node.js实现apache功能
  8. java 测试 (junit+ junit 断言 + postman)
  9. ubuntu 安装mysql数据库
  10. logback日志的基本使用