paper-with-me

Papers

Tensor Graph Convolutional Network for Dynamic Graph Representation Learning

2024-01-13 · Ling Wang, Ye Yuan

Dynamic graphs (DG) describe dynamic interactions between entities in many practical scenarios. Most existing DG representation learning models combine graph convolutional network and sequence neural network, which model spatial-temporal dependencies through two different types of neural networks. However, this hybrid design cannot well capture the spatial-temporal continuity of a DG. In this paper, we propose a tensor graph convolutional network to learn DG representations in one convolution framework based on the tensor product with the following two-fold ideas: a) representing the information of DG by tensor form; b) adopting tensor product to design a tensor graph convolutional network modeling spatial-temporal feature simultaneously. Experiments on real-world DG datasets demonstrate that our model obtains state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2401.07065

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

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…

Similar Papers 제목 키워드 기반

Dynamic Graph Convolutional Networks Using the Tensor M-Product

2019-10-16 · ICLR 2020 1 · Osman Asif Malik, Shashanka Ubaru, Lior Horesh, Misha E. Kilmer 외

Many irregular domains such as social networks, financial transactions, neuron connections, and natural language constructs are represented using graph structures. In recent years, a variety of graph neural networks (GNN…

Edge ClassificationLink PredictionRepresentation Learningtensor algebra

T- Hop: Tensor representation of paths in graph convolutional networks

2022-04-11 · Abdulrahman Ibraheem

We describe a method for encoding path information in graphs into a 3-d tensor. We show a connection between the introduced path representation scheme and powered adjacency matrices. To alleviate the heavy computational …

Dimensionality Reduction

Spatial-temporal Graph Convolutional Networks with Diversified Transformation for Dynamic Graph Representation Learning

2024-08-05 · Ling Wang, Yixiang Huang, Hao Wu

Dynamic graphs (DG) are often used to describe evolving interactions between nodes in real-world applications. Temporal patterns are a natural feature of DGs and are also key to representation learning. However, existing…

Graph Representation LearningRepresentation Learning

Graph Edge Representation via Tensor Product Graph Convolutional Representation

2024-06-21 · Bo Jiang, Sheng Ge, Ziyan Zhang, Beibei Wang 외

Graph Convolutional Networks (GCNs) have been widely studied. The core of GCNs is the definition of convolution operators on graphs. However, existing Graph Convolution (GC) operators are mainly defined on adjacency matr…

Graph Learning

Network of Tensor Time Series

2021-02-15 · Baoyu Jing, Hanghang Tong, Yada Zhu

Co-evolving time series appears in a multitude of applications such as environmental monitoring, financial analysis, and smart transportation. This paper aims to address the following challenges, including (C1) how to in…

Financial AnalysisTensor DecompositionTime SeriesTime Series Analysis