paper-with-me

홈 › Papers

Graph Node Embeddings using Domain-Aware Biased Random Walks

2019-08-08 · Sourav Mukherjee, Tim Oates, Ryan Wright

The recent proliferation of publicly available graph-structured data has sparked an interest in machine learning algorithms for graph data. Since most traditional machine learning algorithms assume data to be tabular, embedding algorithms for mapping graph data to real-valued vector spaces has become an active area of research. Existing graph embedding approaches are based purely on structural information and ignore any semantic information from the underlying domain. In this paper, we demonstrate that semantic information can play a useful role in computing graph embeddings. Specifically, we present a framework for devising embedding strategies aware of domain-specific interpretations of graph nodes and edges, and use knowledge of downstream machine learning tasks to identify relevant graph substructures. Using two real-life domains, we show that our framework yields embeddings that are simple to implement and yet achieve equal or greater accuracy in machine learning tasks compared to domain independent approaches.

📄 PDF Abstract BibTeX arXiv:1908.02947

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGraph Embedding

Similar Papers 제목 키워드 기반

GlobalWalk: Learning Global-aware Node Embeddings via Biased Sampling

2022-01-22 · Zhengrong Xue, Ziao Guo, Yiwei Guo

Popular node embedding methods such as DeepWalk follow the paradigm of performing random walks on the graph, and then requiring each node to be proximate to those appearing along with it. Though proved to be successful i…

Unbiased Graph Embedding with Biased Graph Observations

2021-10-26 · Nan Wang, Lu Lin, Jundong Li, Hongning Wang

Graph embedding techniques are pivotal in real-world machine learning tasks that operate on graph-structured data, such as social recommendation and protein structure modeling. Embeddings are mostly performed on the node…

FairnessGraph Embedding

Hierarchical Multi-Scale Graph Neural Networks: Scalable Heterophilous Learning with Oversmoothing and Oversquashing Mitigation

2026-05-08 · Md Sazzad Hossen, Avimanyu Sahoo arxiv

Graphs with heterophily, where adjacent nodes carry different labels, are prevalent in real-world applications, from social networks to molecular interactions. However, existing spectral Graph Neural Network (GNN) approa…

Graph ClassificationGraph Neural NetworkNode Classification

Unbiased GNN Learning via Fairness-Aware Subgraph Diffusion

2024-12-31 · Abdullah Alchihabi, Yuhong Guo

Graph Neural Networks (GNNs) have demonstrated remarkable efficacy in tackling a wide array of graph-related tasks across diverse domains. However, a significant challenge lies in their propensity to generate biased pred…

Fairness

Cross-links Matter for Link Prediction: Rethinking the Debiased GNN from a Data Perspective

2023-09-21 · NeurIPS 2023 11

Recently, the bias-related issues in GNN-based link prediction have raised widely spread concerns. In this paper, we emphasize the bias on links across different node clusters, which we call cross-links, after considerin…