paper-with-me

홈 › Papers

Enhanced Graph Neural Networks with Ego-Centric Spectral Subgraph Embeddings Augmentation

2023-10-10 · Anwar Said, Mudassir Shabbir, Tyler Derr, Waseem Abbas, Xenofon Koutsoukos

Graph Neural Networks (GNNs) have shown remarkable merit in performing various learning-based tasks in complex networks. The superior performance of GNNs often correlates with the availability and quality of node-level features in the input networks. However, for many network applications, such node-level information may be missing or unreliable, thereby limiting the applicability and efficacy of GNNs. To address this limitation, we present a novel approach denoted as Ego-centric Spectral subGraph Embedding Augmentation (ESGEA), which aims to enhance and design node features, particularly in scenarios where information is lacking. Our method leverages the topological structure of the local subgraph to create topology-aware node features. The subgraph features are generated using an efficient spectral graph embedding technique, and they serve as node features that capture the local topological organization of the network. The explicit node features, if present, are then enhanced with the subgraph embeddings in order to improve the overall performance. ESGEA is compatible with any GNN-based architecture and is effective even in the absence of node features. We evaluate the proposed method in a social network graph classification task where node attributes are unavailable, as well as in a node classification task where node features are corrupted or even absent. The evaluation results on seven datasets and eight baseline models indicate up to a 10% improvement in AUC and a 7% improvement in accuracy for graph and node classification tasks, respectively.

📄 PDF Abstract BibTeX arXiv:2310.12169

Code (1)

anwar-said/esgea 공식 구현 pytorch

Tasks

Graph ClassificationGraph EmbeddingNode Classification

Similar Papers 제목 키워드 기반

Knowledge-Enhanced Recommendation with User-Centric Subgraph Network

2024-03-21 · Guangyi Liu, Quanming Yao, Yongqi Zhang, Lei Chen

Recommendation systems, as widely implemented nowadays on various platforms, recommend relevant items to users based on their preferences. The classical methods which rely on user-item interaction matrices has limitation…

Collaborative FilteringGraph Neural NetworkRecommendation Systems

Subgraph Federated Learning via Spectral Methods

2025-10-29 · Javad Aliakbari, Johan Östman, Ashkan Panahi, Alexandre Graell i Amat arxiv

We consider the problem of federated learning (FL) with graph-structured data distributed across multiple clients. In particular, we address the prevalent scenario of interconnected subgraphs, where interconnections betw…

Federated Learning

Personalized Subgraph Federated Learning with Sheaf Collaboration

2025-08-19 · Wenfei Liang, Yanan Zhao, Rui She, Yiming Li 외 arxiv

Graph-structured data is prevalent in many applications. In subgraph federated learning (FL), this data is distributed across clients, each with a local subgraph. Personalized subgraph FL aims to develop a customized mod…

Federated Learning

Knowledge-based Review Generation by Coherence Enhanced Text Planning

2021-05-09 · Junyi Li, Wayne Xin Zhao, Zhicheng Wei, Nicholas Jing Yuan 외

As a natural language generation task, it is challenging to generate informative and coherent review text. In order to enhance the informativeness of the generated text, existing solutions typically learn to copy entitie…

InformativenessKnowledge GraphsReview GenerationSentence+1

Ordered Subgraph Aggregation Networks

2022-06-22 · Chendi Qian, Gaurav Rattan, Floris Geerts, Christopher Morris 외

Numerous subgraph-enhanced graph neural networks (GNNs) have emerged recently, provably boosting the expressive power of standard (message-passing) GNNs. However, there is a limited understanding of how these approaches …