KDD: Knowledge Discovery and Data Mining (KDD)

Insititute: 复旦大学,中科大

Problem: time series prediction; modelling extreme events;

overlook the existence of extreme events, which result in weak performance when applying them to real time series.

为什么研究extreme events: Extreme events are rare and random, but do play a critical role in many real applications, such as the forecasting of financial crisis and natural disasters.

the weakness of deep learning methods roots in the conventional form of quadratic loss平方损失; --------> this paper use the extreme value theory极值理论 and develop a new form of loss for detecting the future occurrence of extreme events: extreme value loss.

普通预测: quadratic loss

极值预测:extreme value loss

Use memory network to memorize extreme events in historical records. EVL + memory network

Introduction:

time series prediction: classical research topic.

applications: climate prediction and stocks price monitoring;

Statistical methods: autoregressive moving average ARMA; nonlinear autoregressive exogenous NARX;

RNN (LSTM and GRU, gated recurrent unit); Compared with traditional methods, one of the major advantages of RNN structure is that it enables deep non-linear modeling of temporal patterns.

data imbalance and extreme events are harmful to deep learning models????; 值得验证

what are extreme events in time series: extremely small or large values of irregular and rare occurrences.

How to find extreme events? use certain thresholds to label extreme events

the randomness of extreme events have limited degrees of freedom (DOF)

end-to-end framewark.

underfitting and overfitting training problem;

Related work:

extreme events: 极大阈值 + 极小阈值

重尾分布

extreme value theory;

PROBLEMS CAUSED BY EXTREME EVENTS

conclusion: such a model would perform relatively poor if the true distribution of data in series is heavy-tailed.

underfit and overfit phenomenon

PREDICTING TIME-SERIES DATA WITH EXTREME EVENTS

Two factors: memorizing extreme events and modelling tail distribution;   memory network  to memorize the characteristic of extreme events; EVL

Memory network module:

1. Assumption: As pointed out by Ghil et al., extreme events in time-series data often show some form of temporal regularity [19]. 极值事件是有时间规律的,这是前提,如果没有这个前提,那么极值事件的研究是没有意义的。对于自然界的事物,如果没有规律性,那么无法进行建模。

2. windows sequence, wj -------- then use GRU to embed each window into feature space. wj as input,

Qi as the extreme events vector.  add attention mechanism as a part of the weight and update the output.

Extreme value loss:

Optimization: a direct thought is to combine the predicted outputs ot with the prediction of the occurrence of extreme events,

方差损失上增加了一个对于极值事件的惩罚项。

??这只能算作loss function,怎么算作optimization呢?

Effectiveness of Time Series Prediction

针对两个真实数据库(climate and stock),一个伪造数据库上进行了实验,以rooted mean square error作为度量指标,在预测上约准确了0.01-0.08

但是看结果输出图,在极值上的预测结果确实好了。

Supplementary knowledge:

1. 张老师是战略能力很强,但是由于科研不在一线,导致战术可能会出现偏差。

2. 做交叉领域的文章时,i.可以做方法,ii.可以和领域结合,在领域里make sense, 有影响. 但如果四不像,两边都不会要。

3. 科研过程是一个严谨的流程体系,有一定的方法规律可循,不是瞎打一耙。

4. 其实真正重要的还是loss function怎么定,optimization 如何做,以及tailed distribution的一些现象。本质是数学问题,而非学习各种网络框架,最终还是要看deep learning 那本书和微积分。

PP: Modeling extreme events in time series prediction的更多相关文章

  1. PP: A dual-stage attention-based recurrent neural network for time series prediction

    Problem: time series prediction The nonlinear autoregressive exogenous model: The Nonlinear autoregr ...

  2. (转)LSTM NEURAL NETWORK FOR TIME SERIES PREDICTION

    LSTM NEURAL NETWORK FOR TIME SERIES PREDICTION Wed 21st Dec 2016   Neural Networks these days are th ...

  3. (zhuan) LSTM Neural Network for Time Series Prediction

    LSTM Neural Network for Time Series Prediction Wed 21st Dec 2016 Neural Networks these days are the ...

  4. PP: Composite visual mapping for time series visualization

    However: The conventional visual mapping maps each data attribute onto a single visual channel Purpo ...

  5. PP: Multi-Horizon Time Series Forecasting with Temporal Attention Learning

    Problem: multi-horizon probabilistic forecasting tasks; Propose an end-to-end framework for multi-ho ...

  6. PP: Time series clustering via community detection in Networks

    Improvement can be done in fulture:1. the algorithm of constructing network from distance matrix. 2. ...

  7. Autocorrelation in Time Series Data

    Why Time Series Data Is Unique A time series is a series of data points indexed in time. The fact th ...

  8. 【转载】Chaotic Time-Series Prediction

    原文地址:https://cn.mathworks.com/help/fuzzy/examples/chaotic-time-series-prediction.html?requestedDomai ...

  9. PP: Soft-DTW: a differentiable loss function for time-series

    Problem: new loss Label: new loss; Abstract: A differentiable learning loss; Introduction: supervise ...

随机推荐

  1. MySQL存储过程和游标

    一.存储过程 什么是存储过程,为什么要使用存储过程以及如何使用存储过程,并且介绍创建和使用存储过程的基本语法. 什么是存储过程: 存储过程可以说是一个记录集,它是由一些T-SQL语句组成的代码块,这些 ...

  2. 2、CentOS7密码重置

    一.重启系统,在开机过程中,快速按下键盘上的方向键↑和↓.目的是告知引导程序,我们需要在引导页面选择不同的操作,以便让引导程序暂停.  以下是暂停后的界面,可以查看下方的英文可知↑和↓的作用.  二. ...

  3. <Wonder Woman> 摘抄

    <Wonder Woman> My father told me once, he said,“ If you see something wrong happening in the w ...

  4. 谷歌BBR拥塞算法内核更新

    为什么想到这个呢,算法什么的又不太懂,这是 因为搭建VPN + BBR 与之简直绝配 有的人搭建SSR ,配一个什么锐速,还需要降内核版本, 而且还容易出错,降了之后更加容易出现兼容性问题,所以偶尔看 ...

  5. springBoot 中 logback配置文件详解

    logback介绍和配置详解 logback是Java的开源框架,性能比log4j要好.是springboot自带的日志框架.该框架主要有3个模块: logback-core:核心代码块(不介绍) l ...

  6. 50元求解pyqt加载并显示pdf问题

    50块钱求解决pyqt5加载pdf文档并显示,类似briss软件的效果

  7. AOV拓扑排序实验-2-AOV类的实现

    下面是这个类的实现代码: //这只是一个基本的框架,没有封装 #include<iostream> #include<cstdio> #include<malloc.h& ...

  8. wordpress<=4.6版本任意命令执行漏洞

    漏洞简述 当WordPress 使用 PHPMailer 组件向用户发送邮件.攻击者在找回密码时会使用PHPmailer发送重置密码的邮件,利用substr(字符串截取函数).$run(系统调用函数) ...

  9. [51nod 1256] 乘法逆元 - exgcd

    给出2个数M和N(M < N),且M与N互质,找出一个数K满足0 < K < N且K * M % N = 1,如果有多个满足条件的,输出最小的. Solution 用 EXGCD 求 ...

  10. Maven快速入门使用

    1. Maven 介绍 1.1 为什么使用 Maven 由于 Java 的生态非常丰富,无论你想实现什么功能,都能找到对应的工具类,这些工具类都是以 jar 包的形式出现的,例如 Spring,Spr ...