paper-with-me

Papers

Effective Edge-wise Representation Learning in Edge-Attributed Bipartite Graphs

2024-06-19 · Hewen Wang, Renchi Yang, Xiaokui Xiao

Graph representation learning (GRL) is to encode graph elements into informative vector representations, which can be used in downstream tasks for analyzing graph-structured data and has seen extensive applications in various domains. However, the majority of extant studies on GRL are geared towards generating node representations, which cannot be readily employed to perform edge-based analytics tasks in edge-attributed bipartite graphs (EABGs) that pervade the real world, e.g., spam review detection in customer-product reviews and identifying fraudulent transactions in user-merchant networks. Compared to node-wise GRL, learning edge representations (ERL) on such graphs is challenging due to the need to incorporate the structure and attribute semantics from the perspective of edges while considering the separate influence of two heterogeneous node sets U and V in bipartite graphs. To our knowledge, despite its importance, limited research has been devoted to this frontier, and existing workarounds all suffer from sub-par results. Motivated by this, this paper designs EAGLE, an effective ERL method for EABGs. Building on an in-depth and rigorous theoretical analysis, we propose the factorized feature propagation (FFP) scheme for edge representations with adequate incorporation of long-range dependencies of edges/features without incurring tremendous computation overheads. We further ameliorate FFP as a dual-view FFP by taking into account the influences from nodes in U and V severally in ERL. Extensive experiments on 5 real datasets showcase the effectiveness of the proposed EAGLE models in semi-supervised edge classification tasks. In particular, EAGLE can attain a considerable gain of at most 38.11% in AP and 1.86% in AUC when compared to the best baselines.

📄 PDF Abstract BibTeX arXiv:2406.13369

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeEdge ClassificationGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Interpretable Deep Graph Generation with Node-Edge Co-Disentanglement

2020-06-09 · Xiaojie Guo, Liang Zhao, Zhao Qin, Lingfei Wu 외

Disentangled representation learning has recently attracted a significant amount of attention, particularly in the field of image representation learning. However, learning the disentangled representations behind a graph…

DisentanglementGraph GenerationRepresentation Learning

Out-of-Sample Representation Learning for Knowledge Graphs

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Marjan Albooyeh, Rishab Goel, Seyed Mehran Kazemi

Many important problems can be formulated as reasoning in knowledge graphs. Representation learning has proved extremely effective for transductive reasoning, in which one needs to make new predictions for already observ…

Knowledge GraphsRepresentation Learning

Out-of-Sample Representation Learning for Multi-Relational Graphs

2020-04-28 · Marjan Albooyeh, Rishab Goel, Seyed Mehran Kazemi

Many important problems can be formulated as reasoning in knowledge graphs. Representation learning has proved extremely effective for transductive reasoning, in which one needs to make new predictions for already observ…

Knowledge GraphsRepresentation Learning

LLM-driven Knowledge Distillation for Dynamic Text-Attributed Graphs

2025-02-15 · Amit Roy, Ning Yan, Masood Mortazavi

Dynamic Text-Attributed Graphs (DyTAGs) have numerous real-world applications, e.g. social, collaboration, citation, communication, and review networks. In these networks, nodes and edges often contain text descriptions,…

Edge ClassificationKnowledge DistillationLink Prediction

Privacy-Preserving Representation Learning for Text-Attributed Networks with Simplicial Complexes

2023-02-09 · Huixin Zhan, Victor S. Sheng

Although recent network representation learning (NRL) works in text-attributed networks demonstrated superior performance for various graph inference tasks, learning network representations could always raise privacy con…

Graph ReconstructionInference AttackLearning Network RepresentationsMembership Inference Attack+3