paper-with-me

Papers

Position-aware Structure Learning for Graph Topology-imbalance by Relieving Under-reaching and Over-squashing

2022-08-17 · Qingyun Sun, JianXin Li, Haonan Yuan, Xingcheng Fu, Hao Peng, Cheng Ji, Qian Li, Philip S. Yu

Topology-imbalance is a graph-specific imbalance problem caused by the uneven topology positions of labeled nodes, which significantly damages the performance of GNNs. What topology-imbalance means and how to measure its impact on graph learning remain under-explored. In this paper, we provide a new understanding of topology-imbalance from a global view of the supervision information distribution in terms of under-reaching and over-squashing, which motivates two quantitative metrics as measurements. In light of our analysis, we propose a novel position-aware graph structure learning framework named PASTEL, which directly optimizes the information propagation path and solves the topology-imbalance issue in essence. Our key insight is to enhance the connectivity of nodes within the same class for more supervision information, thereby relieving the under-reaching and over-squashing phenomena. Specifically, we design an anchor-based position encoding mechanism, which better incorporates relative topology position and enhances the intra-class inductive bias by maximizing the label influence. We further propose a class-wise conflict measure as the edge weights, which benefits the separation of different node classes. Extensive experiments demonstrate the superior potential and adaptability of PASTEL in enhancing GNNs' power in different data annotation scenarios.

📄 PDF Abstract BibTeX arXiv:2208.08302

Code (1)

ringbdstack/pastel 공식 구현 pytorch

Tasks

Graph LearningGraph structure learningInductive BiasPosition

Similar Papers 제목 키워드 기반

Topology Imbalance and Relation Inauthenticity Aware Hierarchical Graph Attention Networks for Fake News Detection

2022-10-01 · COLING 2022 10 · Li Gao, Lingyun Song, Jie Liu, Bolin Chen 외

Fake news detection is a challenging problem due to its tremendous real-world political and social impacts. Recent fake news detection works focus on learning news features from News Propagation Graph (NPG). However, lit…

Fake News DetectionGraph AttentionRelation

A Unified Framework against Topology and Class Imbalance

2022-10-01 · Proceedings of the 30th ACM International Conference on Multimedia 2022 10 · Junyu Chen, Qianqian Xu, Zhiyong Yang, Xiaochun Cao 외

The Area Under ROC curve (AUC) is widely used as an evaluation metric in various applications. Due to its insensitivity towards class distribution, directly optimizing AUC performs well on the class imbalance problem. Ho…

Graph Learning

Topology-Imbalance Learning for Semi-Supervised Node Classification

2021-10-08 · NeurIPS 2021 12 · Deli Chen, Yankai Lin, Guangxiang Zhao, Xuancheng Ren 외

The class imbalance problem, as an important issue in learning node representations, has drawn increasing attention from the community. Although the imbalance considered by existing studies roots from the unequal quantit…

ClassificationNode Classification

TopoImb: Toward Topology-level Imbalance in Learning from Graphs

2022-12-16 · Tianxiang Zhao, Dongsheng Luo, Xiang Zhang, Suhang Wang

Graph serves as a powerful tool for modeling data that has an underlying structure in non-Euclidean space, by encoding relations as edges and entities as nodes. Despite developments in learning from graph-structured data…

Topology-aware Tensor Decomposition for Meta-graph Learning

2021-01-04 · Hansi Yang, Peiyu Zhang, Quanming Yao

Heterogeneous graphs generally refers to graphs with different types of nodes and edges. A common approach for extracting useful information from heterogeneous graphs is to use meta-graphs, which can be seen as a special…

Graph LearningKnowledge GraphsNeural Architecture SearchNode Classification+1