TGN
2000년 도입 · 논문 16편에서 사용
Temporal Graph Network, or TGN, is a framework for deep learning on dynamic graphs represented as sequences of timed events. The memory (state) of the model at time $t$ consists of a vector $\mathbf{s}_i(t)$ for each node $i$ the model has seen so far. The memory of a node is updated after an event (e.g. interaction with another node or node-wise change), and its purpose is to represent the node's history in a compressed format. Thanks to this specific module, TGNs have the capability to memorize long term dependencies for each node in the graph. When a new node is encountered, its memory is initialized as the zero vector, and it is then updated for each event involving the node, even after the model has finished training.
출처: Temporal Graph Networks for Deep Learning on Dynamic Graphs
소개 논문: Temporal Graph Networks for Deep Learning on Dynamic Graphs
Graph Models · Graphs