paper-with-me

홈 › Papers

Uniting Heterogeneity, Inductiveness, and Efficiency for Graph Representation Learning

2021-04-04 · Tong Chen, Hongzhi Yin, Jie Ren, Zi Huang, Xiangliang Zhang, Hao Wang

With the ubiquitous graph-structured data in various applications, models that can learn compact but expressive vector representations of nodes have become highly desirable. Recently, bearing the message passing paradigm, graph neural networks (GNNs) have greatly advanced the performance of node representation learning on graphs. However, a majority class of GNNs are only designed for homogeneous graphs, leading to inferior adaptivity to the more informative heterogeneous graphs with various types of nodes and edges. Also, despite the necessity of inductively producing representations for completely new nodes (e.g., in streaming scenarios), few heterogeneous GNNs can bypass the transductive learning scheme where all nodes must be known during training. Furthermore, the training efficiency of most heterogeneous GNNs has been hindered by their sophisticated designs for extracting the semantics associated with each meta path or relation. In this paper, we propose WIde and DEep message passing Network (WIDEN) to cope with the aforementioned problems about heterogeneity, inductiveness, and efficiency that are rarely investigated together in graph representation learning. In WIDEN, we propose a novel inductive, meta path-free message passing scheme that packs up heterogeneous node features with their associated edges from both low- and high-order neighbor nodes. To further improve the training efficiency, we innovatively present an active downsampling strategy that drops unimportant neighbor nodes to facilitate faster information propagation. Experiments on three real-world heterogeneous graphs have further validated the efficacy of WIDEN on both transductive and inductive node representation learning, as well as the superior training efficiency against state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2104.01711

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation LearningTransductive Learning

Similar Papers 제목 키워드 기반

Compositional Inductive Invariant Based Verification of Neural Network Controlled Systems

2023-12-17 · Yuhao Zhou, Stavros Tripakis

The integration of neural networks into safety-critical systems has shown great potential in recent years. However, the challenge of effectively verifying the safety of Neural Network Controlled Systems (NNCS) persists. …

Against Multifaceted Graph Heterogeneity via Asymmetric Federated Prompt Learning

2024-11-04 · Zhuoning Guo, Ruiqian Han, Hao liu

Federated Graph Learning (FGL) aims to collaboratively and privately optimize graph models on divergent data for different tasks. A critical challenge in FGL is to enable effective yet efficient federated optimization ag…

Graph LearningPrompt LearningTransfer Learning

Bridging Semantics & Structure for Software Vulnerability Detection using Hybrid Network Models

2025-10-11 · Jugal Gajjar, Kaustik Ranaware, Kamalasankari Subramaniakuppusamy arxiv

Software vulnerabilities remain a persistent risk, yet static and dynamic analyses often overlook structural dependencies that shape insecure behaviors. Viewing programs as heterogeneous graphs, we capture control- and d…

Vulnerability DetectionBinary Classification

Beyond Rigid Alignment: Graph Federated Learning via Dual Manifold Calibration

2026-05-07 · Wentao Yu, Bo Han, Jie Yang, Chen Gong arxiv

Graph Federated Learning (GFL) enables collaborative representation learning across distributed subgraphs while preserving privacy. However, heterogeneity remains a critical challenge, as subgraphs across clients typical…

Representation LearningFederated Learning

Hypernetworks That Evolve Themselves

2025-12-18 · Joachim Winther Pedersen, Erwan Plantec, Eleni Nisioti, Marcello Barylli 외 arxiv

How can neural networks evolve themselves without relying on external optimizers? We propose Self-Referential Graph HyperNetworks, systems where the very machinery of variation and inheritance is embedded within the netw…

Reinforcement Learning