paper-with-me

Papers

A Graph Convolution for Signed Directed Graphs

2022-08-23 · Taewook Ko, Chong-Kwon Kim

A signed directed graph is a graph with sign and direction information on the edges. Even though signed directed graphs are more informative than unsigned or undirected graphs, they are more complicated to analyze and have received less research attention. This paper investigates a spectral graph convolution model to fully utilize the information embedded in signed directed edges. We propose a novel complex Hermitian adjacency matrix that encodes graph information via complex numbers. Compared to a simple connection-based adjacency matrix, the complex Hermitian can represent edge direction, sign, and connectivity via its phases and magnitudes. Then, we define a magnetic Laplacian of the proposed adjacency matrix and prove that it is positive semi-definite (PSD) for the analyses using spectral graph convolution. We perform extensive experiments on four real-world datasets. Our experiments show that the proposed scheme outperforms several state-of-the-art techniques.

📄 PDF Abstract BibTeX arXiv:2208.11511

Code (0)

등록된 구현이 없습니다.

Tasks

Link Sign Prediction

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 제목 키워드 기반

Directed Graph Convolutional Network

2020-04-29 · Zekun Tong, Yuxuan Liang, Changsheng Sun, David S. Rosenblum 외

Graph Convolutional Networks (GCNs) have been widely used due to their outstanding performance in processing graph-structured data. However, the undirected graphs limit their application scope. In this paper, we extend s…

Gene regulatory network inference algorithm based on spectral signed directed graph convolution

2025-12-12 · Rijie Xi, Weikang Xu, Wei Xiong, Yuannong Ye 외 arxiv

Accurately reconstructing Gene Regulatory Networks (GRNs) is crucial for understanding gene functions and disease mechanisms. Single-cell RNA sequencing (scRNA-seq) technology provides vast data for computational GRN rec…

Signed Graph Neural Networks: A Frequency Perspective

2022-08-15 · Rahul Singh, Yongxin Chen

Graph convolutional networks (GCNs) and its variants are designed for unsigned graphs containing only positive links. Many existing GCNs have been derived from the spectral domain analysis of signals lying over (unsigned…

Link Sign PredictionNode Classification

Learning Disentangled Representations in Signed Directed Graphs without Social Assumptions

2023-07-06 · Geonwoo Ko, Jinhong Jung

Signed graphs are complex systems that represent trust relationships or preferences in various domains. Learning node representations in such graphs is crucial for many mining tasks. Although real-world signed relationsh…

DecoderDisentanglement

Learning flexible representations of stochastic processes on graphs

2017-11-03 · Addison Bohannon, Brian Sadler, Radu Balan

Graph convolutional networks adapt the architecture of convolutional neural networks to learn rich representations of data supported on arbitrary graphs by replacing the convolution operations of convolutional neural net…