paper-with-me

홈 › Papers

DEMO-Net: Degree-specific Graph Neural Networks for Node and Graph Classification

2019-06-05 · Jun Wu, Jingrui He, Jiejun Xu

Graph data widely exist in many high-impact applications. Inspired by the success of deep learning in grid-structured data, graph neural network models have been proposed to learn powerful node-level or graph-level representation. However, most of the existing graph neural networks suffer from the following limitations: (1) there is limited analysis regarding the graph convolution properties, such as seed-oriented, degree-aware and order-free; (2) the node's degree-specific graph structure is not explicitly expressed in graph convolution for distinguishing structure-aware node neighborhoods; (3) the theoretical explanation regarding the graph-level pooling schemes is unclear. To address these problems, we propose a generic degree-specific graph neural network named DEMO-Net motivated by Weisfeiler-Lehman graph isomorphism test that recursively identifies 1-hop neighborhood structures. In order to explicitly capture the graph topology integrated with node attributes, we argue that graph convolution should have three properties: seed-oriented, degree-aware, order-free. To this end, we propose multi-task graph convolution where each task represents node representation learning for nodes with a specific degree value, thus leading to preserving the degree-specific graph structure. In particular, we design two multi-task learning methods: degree-specific weight and hashing functions for graph convolution. In addition, we propose a novel graph-level pooling/readout scheme for learning graph representation provably lying in a degree-specific Hilbert kernel space. The experimental results on several node and graph classification benchmark data sets demonstrate the effectiveness and efficiency of our proposed DEMO-Net over state-of-the-art graph neural network models.

📄 PDF Abstract BibTeX arXiv:1906.02319

Code (1)

jwu4sml/DEMO-Net 공식 구현 tf

Tasks

General ClassificationGraph ClassificationGraph Neural NetworkMulti-Task LearningNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
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 제목 키워드 기반

GraphPatcher: Mitigating Degree Bias for Graph Neural Networks via Test-time Augmentation

2023-09-21 · NeurIPS 2023 11

Recent studies have shown that graph neural networks (GNNs) exhibit strong biases towards the node degree: they usually perform satisfactorily on high-degree nodes with rich neighbor information but struggle with low-deg…

RawlsGCN: Towards Rawlsian Difference Principle on Graph Convolutional Network

2022-02-28 · Jian Kang, Yan Zhu, Yinglong Xia, Jiebo Luo 외

Graph Convolutional Network (GCN) plays pivotal roles in many real-world applications. Despite the successes of GCN deployment, GCN often exhibits performance disparity with respect to node degrees, resulting in worse pr…

DEDGAT: Dual Embedding of Directed Graph Attention Networks for Detecting Financial Risk

2023-03-06 · Jiafu Wu, Mufeng Yao, Dong Wu, Mingmin Chi 외

Graph representation plays an important role in the field of financial risk control, where the relationship among users can be constructed in a graph manner. In practical scenarios, the relationships between nodes in ris…

Graph Attention

On Generalized Degree Fairness in Graph Neural Networks

2023-02-08 · Zemin Liu, Trung-Kien Nguyen, Yuan Fang

Conventional graph neural networks (GNNs) are often confronted with fairness issues that may stem from their input, including node attributes and neighbors surrounding a node. While several recent approaches have been pr…

FairnessGraph Neural NetworkNode Classification

Mitigating Degree Bias in Signed Graph Neural Networks

2024-08-16 · Fang He, Jinhai Deng, Ruizhan Xue, Maojun Wang 외

Like Graph Neural Networks (GNNs), Signed Graph Neural Networks (SGNNs) are also up against fairness issues from source data and typical aggregation method. In this paper, we are pioneering to make the investigation of f…

FairnessGraph Neural NetworkTriplet