paper-with-me

Papers

GraphAIR: Graph Representation Learning with Neighborhood Aggregation and Interaction

2019-11-05 · Fenyu Hu, Yanqiao Zhu, Shu Wu, Weiran Huang, Liang Wang, Tieniu Tan

Graph representation learning is of paramount importance for a variety of graph analytical tasks, ranging from node classification to community detection. Recently, graph convolutional networks (GCNs) have been successfully applied for graph representation learning. These GCNs generate node representation by aggregating features from the neighborhoods, which follows the "neighborhood aggregation" scheme. In spite of having achieved promising performance on various tasks, existing GCN-based models have difficulty in well capturing complicated non-linearity of graph data. In this paper, we first theoretically prove that coefficients of the neighborhood interacting terms are relatively small in current models, which explains why GCNs barely outperforms linear models. Then, in order to better capture the complicated non-linearity of graph data, we present a novel GraphAIR framework which models the neighborhood interaction in addition to neighborhood aggregation. Comprehensive experiments conducted on benchmark tasks including node classification and link prediction using public datasets demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:1911.01731

Code (1)

CRIPAC-DIG/GraphAIR 공식 구현 tf

Tasks

Community DetectionGeneral ClassificationGraph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Reproducibility Study Of Learning Fair Graph Representations Via Automated Data Augmentations

2024-08-31 · Thijmen Nijdam, Juell Sprott, Taiki Papandreou-Lazos, Jurgen de Heus

In this study, we undertake a reproducibility analysis of 'Learning Fair Graph Representations Via Automated Data Augmentations' by Ling et al. (2022). We assess the validity of the original claims focused on node classi…

FairnessLink PredictionNode Classification

General Debiasing for Graph-based Collaborative Filtering via Adversarial Graph Dropout

2024-02-21 · An Zhang, Wenchang Ma, Pengbo Wei, Leheng Sheng 외

Graph neural networks (GNNs) have shown impressive performance in recommender systems, particularly in collaborative filtering (CF). The key lies in aggregating neighborhood information on a user-item interaction graph t…

Collaborative FilteringRecommendation SystemsRepresentation Learning

Towards Adaptive Neighborhood for Advancing Temporal Interaction Graph Modeling

2024-06-14 · Siwei Zhang, Xi Chen, Yun Xiong, Xixi Wu 외

Temporal Graph Networks (TGNs) have demonstrated their remarkable performance in modeling temporal interaction graphs. These works can generate temporal node representations by encoding the surrounding neighborhoods for …

Node Embedding using Mutual Information and Self-Supervision based Bi-level Aggregation

2021-04-27 · Kashob Kumar Roy, Amit Roy, A K M Mahbubur Rahman, M Ashraful Amin 외

Graph Neural Networks (GNNs) learn low dimensional representations of nodes by aggregating information from their neighborhood in graphs. However, traditional GNNs suffer from two fundamental shortcomings due to their lo…

Node Clustering

Just Jump: Dynamic Neighborhood Aggregation in Graph Neural Networks

2019-04-09 · Matthias Fey

We propose a dynamic neighborhood aggregation (DNA) procedure guided by (multi-head) attention for representation learning on graphs. In contrast to current graph neural networks which follow a simple neighborhood aggreg…

General ClassificationNode ClassificationRepresentation Learning