Direct Embedding of Temporal Network Edges via Time-Decayed Line Graphs
Sudhanshu Chanpuriya, Ryan A. Rossi, Sungchul Kim, Tong Yu, Jane, Hoffswell, Nedim Lipka, Shunan Guo, and Cameron Musco

TL;DR
This paper introduces a novel approach for embedding edges in temporal networks by constructing a time-decayed line graph, enabling continuous-time analysis and direct edge representation, improving accuracy and efficiency.
Contribution
The paper proposes a simple, effective method to embed temporal network edges directly using time-decayed line graphs, overcoming discretization and indirect representation limitations.
Findings
Effective for edge classification tasks
Efficient on real-world temporal networks
Theoretically justified for synthetic models
Abstract
Temporal networks model a variety of important phenomena involving timed interactions between entities. Existing methods for machine learning on temporal networks generally exhibit at least one of two limitations. First, time is assumed to be discretized, so if the time data is continuous, the user must determine the discretization and discard precise time information. Second, edge representations can only be calculated indirectly from the nodes, which may be suboptimal for tasks like edge classification. We present a simple method that avoids both shortcomings: construct the line graph of the network, which includes a node for each interaction, and weigh the edges of this graph based on the difference in time between interactions. From this derived graph, edge representations for the original network can be computed with efficient classical methods. The simplicity of this approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Data Visualization and Analytics
