paper-with-me

Papers

Efficient Topology-aware Data Augmentation for High-Degree Graph Neural Networks

2024-06-08 · Yurui Lai, Xiaoyang Lin, Renchi Yang, Hongtao Wang

In recent years, graph neural networks (GNNs) have emerged as a potent tool for learning on graph-structured data and won fruitful successes in varied fields. The majority of GNNs follow the message-passing paradigm, where representations of each node are learned by recursively aggregating features of its neighbors. However, this mechanism brings severe over-smoothing and efficiency issues over high-degree graphs (HDGs), wherein most nodes have dozens (or even hundreds) of neighbors, such as social networks, transaction graphs, power grids, etc. Additionally, such graphs usually encompass rich and complex structure semantics, which are hard to capture merely by feature aggregations in GNNs. Motivated by the above limitations, we propose TADA, an efficient and effective front-mounted data augmentation framework for GNNs on HDGs. Under the hood, TADA includes two key modules: (i) feature expansion with structure embeddings, and (ii) topology- and attribute-aware graph sparsification. The former obtains augmented node features and enhanced model capacity by encoding the graph structure into high-quality structure embeddings with our highly-efficient sketching method. Further, by exploiting task-relevant features extracted from graph structures and attributes, the second module enables the accurate identification and reduction of numerous redundant/noisy edges from the input graph, thereby alleviating over-smoothing and facilitating faster feature aggregations over HDGs. Empirically, TADA considerably improves the predictive performance of mainstream GNN models on 8 real homophilic/heterophilic HDGs in terms of node classification, while achieving efficient training and inference processes.

📄 PDF Abstract BibTeX arXiv:2406.05482

Code (1)

hkbu-lagas/tada 공식 구현 pytorch

Tasks

AttributeData AugmentationNode Classification

Similar Papers 제목 키워드 기반

Graph Contrastive Learning with Cohesive Subgraph Awareness

2024-01-31 · Yucheng Wu, Leye Wang, Xiao Han, Han-Jia Ye

Graph contrastive learning (GCL) has emerged as a state-of-the-art strategy for learning representations of diverse graphs including social and biomedical networks. GCL widely uses stochastic graph topology augmentation,…

Contrastive LearningGraph ClassificationGraph LearningGraph Representation Learning+1

Mitigating Degree Biases in Message Passing Mechanism by Utilizing Community Structures

2023-12-28 · Van Thuy Hoang, O-Joun Lee

This study utilizes community structures to address node degree biases in message-passing (MP) via learnable graph augmentations and novel graph transformers. Recent augmentation-based methods showed that MP neural netwo…

Node ClassificationNode ClusteringSelf-Supervised Learning

Topology-Aware Graph Augmentation for Predicting Clinical Trajectories in Neurocognitive Disorders

2024-10-31 · Qianqian Wang, Wei Wang, Yuqi Fang, Hong-Jun Li 외

Brain networks/graphs derived from resting-state functional MRI (fMRI) help study underlying pathophysiology of neurocognitive disorders by measuring neuronal activities in the brain. Some studies utilize learning-based …

Contrastive Learning

Revisiting Data Scaling in Medical Image Segmentation via Topology-Aware Augmentation

2025-11-17 · Yuetan Chu, Zhongyi Han, Gongning Luo, Xin Gao arxiv

Understanding how segmentation performance scales with training data is fundamental for developing data-efficient medical AI systems. In this study, we systematically revisit data scaling behavior across 15 anatomical se…

Medical Image Segmentation

Frequent subgraph-based persistent homology for graph classification

2025-12-31 · Xinyang Chen, Amaël Broustet, Guanyuan Zeng, Cheng He 외 arxiv

Persistent homology (PH) has recently emerged as a powerful tool for extracting topological features. Integrating PH into machine learning and deep learning models enhances topology awareness and interpretability. Howeve…

Graph Representation LearningGraph Classification