paper-with-me

Papers

Modeling non-linear Effects with Neural Networks in Relational Event Models

2023-12-19 · Edoardo Filippi-Mazzola, Ernst C. Wit

Dynamic networks offer an insight of how relational systems evolve. However, modeling these networks efficiently remains a challenge, primarily due to computational constraints, especially as the number of observed events grows. This paper addresses this issue by introducing the Deep Relational Event Additive Model (DREAM) as a solution to the computational challenges presented by modeling non-linear effects in Relational Event Models (REMs). DREAM relies on Neural Additive Models to model non-linear effects, allowing each effect to be captured by an independent neural network. By strategically trading computational complexity for improved memory management and leveraging the computational capabilities of Graphic Processor Units (GPUs), DREAM efficiently captures complex non-linear relationships within data. This approach demonstrates the capability of DREAM in modeling dynamic networks and scaling to larger networks. Comparisons with traditional REM approaches showcase DREAM superior computational efficiency. The model potential is further demonstrated by an examination of the patent citation network, which contains nearly 8 million nodes and 100 million events.

📄 PDF Abstract BibTeX arXiv:2312.12357

Code (1)

efm95/dream 공식 구현 pytorch

Tasks

Additive modelsComputational EfficiencyManagement

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
REM Random Ensemble Mixture (REM) is an easy to implement extension of DQN inspired by Dropout.…

Similar Papers 제목 키워드 기반

Beyond Linearity and Time-Homogeneity: Relational Hyper Event Models with Time-Varying Non-Linear Effects

2025-09-05 · Martina Boschi, Jürgen Lerner, Ernst C. Wit arxiv

Recent technological advances have made it easier to collect large and complex networks of time-stamped relational events connecting two or more entities. Relational hyper-event models (RHEMs) aim to explain the dynamics…

A Mutually Exciting Latent Space Hawkes Process Model for Continuous-time Networks

2022-05-19 · Zhipeng Huang, Hadeel Soliman, Subhadeep Paul, Kevin S. Xu

Networks and temporal point processes serve as fundamental building blocks for modeling complex dynamic relational data in various domains. We propose the latent space Hawkes (LSH) model, a novel generative model for con…

Point Processes

Learning Multi-Relational Semantics Using Neural-Embedding Models

2014-11-14 · Bishan Yang, Wen-tau Yih, Xiaodong He, Jianfeng Gao 외

In this paper we present a unified framework for modeling multi-relational representations, scoring, and learning, and conduct an empirical study of several recent multi-relational embedding models under the framework. W…

Knowledge Base Completion

Integrating Sequential and Relational Modeling for User Events: Datasets and Prediction Tasks

2025-10-13 · Rizal Fathony, Igor Melnyk, Owen Reinert, Nam H. Nguyen 외 arxiv

User event modeling plays a central role in many machine learning applications, with use cases spanning e-commerce, social media, finance, cybersecurity, and other domains. User events can be broadly categorized into per…

Event-CausNet: Unlocking Causal Knowledge from Text with Large Language Models for Reliable Spatio-Temporal Forecasting

2025-11-16 · Luyao Niu, Zepu Wang, Shuyi Guan, Yang Liu 외 arxiv

While spatio-temporal Graph Neural Networks (GNNs) excel at modeling recurring traffic patterns, their reliability plummets during non-recurring events like accidents. This failure occurs because GNNs are fundamentally c…