paper-with-me

홈 › Papers

Mitigating Performance Saturation in Neural Marked Point Processes: Architectures and Loss Functions

2021-07-07 · Tianbo Li, Tianze Luo, Yiping Ke, Sinno Jialin Pan

Attributed event sequences are commonly encountered in practice. A recent research line focuses on incorporating neural networks with the statistical model -- marked point processes, which is the conventional tool for dealing with attributed event sequences. Neural marked point processes possess good interpretability of probabilistic models as well as the representational power of neural networks. However, we find that performance of neural marked point processes is not always increasing as the network architecture becomes more complicated and larger, which is what we call the performance saturation phenomenon. This is due to the fact that the generalization error of neural marked point processes is determined by both the network representational ability and the model specification at the same time. Therefore we can draw two major conclusions: first, simple network structures can perform no worse than complicated ones for some cases; second, using a proper probabilistic assumption is as equally, if not more, important as improving the complexity of the network. Based on this observation, we propose a simple graph-based network structure called GCHP, which utilizes only graph convolutional layers, thus it can be easily accelerated by the parallel mechanism. We directly consider the distribution of interarrival times instead of imposing a specific assumption on the conditional intensity function, and propose to use a likelihood ratio loss with a moment matching mechanism for optimization and model selection. Experimental results show that GCHP can significantly reduce training time and the likelihood ratio loss with interarrival time probability assumptions can greatly improve the model performance.

📄 PDF Abstract BibTeX arXiv:2107.03354

Code (1)

ltz0120/Graph-Convolutional-Hawkes-Processes-GCHP 공식 구현 pytorch

Tasks

Model SelectionPoint Processes

Similar Papers 제목 키워드 기반

Row-clustering of a Point Process-valued Matrix

2021-10-04 · NeurIPS 2021 12 · Lihao Yin, Ganggang Xu, Huiyan Sang, Yongtao Guan

Structured point process data harvested from various platforms poses new challenges to the machine learning community. By imposing a matrix structure to repeatedly observed marked point processes, we propose a novel mixt…

ClusteringPoint Processes

Clinical Risk: wavelet reconstruction networks for marked point processes

2018-09-27 · Jeremy C. Weiss

Timestamped sequences of events, pervasive in domains with data logs, e.g., health records, are often modeled as point processes with rate functions over time. Leading classical methods for risk scores such as Cox and Ha…

Point Processes

Machine learning and atomic layer deposition: predicting saturation times from reactor growth profiles using artificial neural networks

2022-05-10 · Angel Yanguas-Gil, Jeffrey W. Elam

In this work we explore the application of deep neural networks to the optimization of atomic layer deposition processes based on thickness values obtained at different points of an ALD reactor. We introduce a dataset de…

Marked point processes and intensity ratios for limit order book modeling

2020-01-23 · Ioane Muni Toke, Nakahiro Yoshida

This paper extends the analysis of Muni Toke and Yoshida (2020) to the case of marked point processes. We consider multiple marked point processes with intensities defined by three multiplicative components, namely a com…

ClusteringModel SelectionPoint Processes

EAP-GP: Mitigating Saturation Effect in Gradient-based Automated Circuit Identification

2025-02-07 · Lin Zhang, Wenshuo Dong, Zhuoran Zhang, Shu Yang 외

Understanding the internal mechanisms of transformer-based language models remains challenging. Mechanistic interpretability based on circuit discovery aims to reverse engineer neural networks by analyzing their internal…