Computer Engineering and Applications ›› 2024, Vol. 60 ›› Issue (7): 119-127.DOI: 10.3778/j.issn.1002-8331.2211-0137

• Pattern Recognition and Artificial Intelligence • Previous Articles     Next Articles

Temporal Event Prediction Based on Implicit Relationship of Multiple Sequences

HAO Zhifeng, LIU Jun, WEN Wen, CAI Ruichu   

  1. 1.College of Computer Science, Guangdong University of Technology, Guangzhou 510006, China
    2.Shantou University, Shantou, Guangdong 515000, China
  • Online:2024-04-01 Published:2024-04-01

基于多序列隐关系的时序事件预测

郝志峰,刘俊,温雯,蔡瑞初   

  1. 1.广东工业大学 计算机学院,广州 510006
    2.汕头大学,广东 汕头 515000

Abstract: Temporal event prediction refers to the prediction of the next event based on historical events. The event includes time and type attributes. Current work focuses on one-sided (event time or event type) prediction, but this cannot answer more detailed questions such as “when did something happen”. The challenges are as follows, the event type is very diverse and the behavior is often highly sparse, which makes prediction very difficult; secondly, the event time and event type belong to two domains. It is also a challenge to combine the information of these two domains. In response to the above challenges, one approach is explored from the perspective of fusing multiple sequences of hidden information. Firstly, based on the observation that certain event sequences have pattern similarity with each other, it proposes to model the hidden relationship graph of event sequences, and use the information of neighboring sequences to solve the problem of behavioral sparsity; secondly, by reasonably designing the neural network module, it maps the information of the time domain and type domain of events to a common abstract space, and solves the fusion modeling problem of event time and event type. By conducting a large number of experiments on several real datasets, the experimental results corroborate that the multiple sequence deep temporal model is better than a series of existing benchmark models.

Key words: multiple sequence relationships, event prediction, deep learning, time-series, graph method

摘要: 时序事件预测是指基于历史事件预测下一个事件,事件包括时间和类型两个属性。当前主要工作集中在单方面(事件时间或事件类型)的预测,但这无法回答“何时发生何事”这类更精细的问题。此类问题的挑战主要是事件类型非常多样,而行为往往高度稀疏,给预测带来极大困难;需要预测的事件时间和事件类型分属两个域,如何把这两个域的信息加以融合并形成互补也是一个挑战。针对上述挑战,从融合多序列隐信息的角度探索了一种解决方法。基于某些事件序列之间具有模式相似性这一观察,提出建模事件序列的隐关系图,利用邻居序列的信息解决行为稀疏性的问题;通过合理设计神经网络模块,将事件的时间域和类型域的信息映射到共同的抽象空间,解决事件时间和事件类型信息的融合建模问题。通过在多个真实数据集上进行了大量实验,实验结果印证了多序列深度时序模型优于现有的一系列基准模型。

关键词: 多序列关系, 事件预测, 深度学习, 时序, 图方法