paper-with-me

홈 › Papers

Customizing Graph Neural Networks using Path Reweighting

2021-06-21 · Jianpeng Chen, Yujing Wang, Ming Zeng, Zongyi Xiang, Bitan Hou, Yunhai Tong, Ole J. Mengshoel, Yazhou Ren

Graph Neural Networks (GNNs) have been extensively used for mining graph-structured data with impressive performance. However, because these traditional GNNs do not distinguish among various downstream tasks, embeddings embedded by them are not always effective. Intuitively, paths in a graph imply different semantics for different downstream tasks. Inspired by this, we design a novel GNN solution, namely Customized Graph Neural Network with Path Reweighting (CustomGNN for short). Specifically, the proposed CustomGNN can automatically learn the high-level semantics for specific downstream tasks to highlight semantically relevant paths as well to filter out task-irrelevant noises in a graph. Furthermore, we empirically analyze the semantics learned by CustomGNN and demonstrate its ability to avoid the three inherent problems in traditional GNNs, i.e., over-smoothing, poor robustness, and overfitting. In experiments with the node classification task, CustomGNN achieves state-of-the-art accuracies on three standard graph datasets and four large graph datasets. The source code of the proposed CustomGNN is available at \url{https://github.com/cjpcool/CustomGNN}.

📄 PDF Abstract BibTeX arXiv:2106.10866

Code (2)

cjpcool/PR-GAT 공식 구현 pytorch
cjpcool/customgnn 공식 구현 pytorch

Tasks

Data AugmentationGraph AttentionGraph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Probabilistic Margins for Instance Reweighting in Adversarial Training

2021-06-15 · NeurIPS 2021 12 · Qizhou Wang, Feng Liu, Bo Han, Tongliang Liu 외

Reweighting adversarial data during training has been recently shown to improve adversarial robustness, where data closer to the current decision boundaries are regarded as more critical and given larger weights. However…

Adversarial Robustness

Learning Class Difficulty via Dynamic Focal Attention for Histopathology Segmentation

2026-04-15 · Lakmali Nadeesha Kumari, Sen-Ching Samson Cheung arxiv

Frequency-based loss reweighting, the standard remedy for imbalanced histopathology segmentation, implicitly assumes that rare classes are difficult. Yet difficulty also arises from morphological variability, boundary am…

Semantic Segmentation

Dimensional Reweighting Graph Convolutional Networks

2019-07-04 · Xu Zou, Qiuye Jia, Jianwei Zhang, Chang Zhou 외

Graph Convolution Networks (GCNs) are becoming more and more popular for learning node representations on graphs. Though there exist various developments on sampling and aggregation to accelerate the training process and…

Node Classification

Enhancing Fairness through Reweighting: A Path to Attain the Sufficiency Rule

2024-08-26 · Xuan Zhao, Klaus Broelemann, Salvatore Ruggieri, Gjergji Kasneci

We introduce an innovative approach to enhancing the empirical risk minimization (ERM) process in model training through a refined reweighting scheme of the training data to enhance fairness. This scheme aims to uphold t…

Fairness

Causal Fairness-Guided Dataset Reweighting using Neural Networks

2023-11-17 · Xuan Zhao, Klaus Broelemann, Salvatore Ruggieri, Gjergji Kasneci

The importance of achieving fairness in machine learning models cannot be overstated. Recent research has pointed out that fairness should be examined from a causal perspective, and several fairness notions based on the …

Fairness