paper-with-me

Papers

PINE: Universal Deep Embedding for Graph Nodes via Partial Permutation Invariant Set Functions

2019-09-25 · Shupeng Gui, Xiangliang Zhang, Pan Zhong, Shuang Qiu, Mingrui Wu, Jieping Ye, Zhengdao Wang, Ji Liu

Graph node embedding aims at learning a vector representation for all nodes given a graph. It is a central problem in many machine learning tasks (e.g., node classification, recommendation, community detection). The key problem in graph node embedding lies in how to define the dependence to neighbors. Existing approaches specify (either explicitly or implicitly) certain dependencies on neighbors, which may lead to loss of subtle but important structural information within the graph and other dependencies among neighbors. This intrigues us to ask the question: can we design a model to give the maximal flexibility of dependencies to each node's neighborhood. In this paper, we propose a novel graph node embedding (named PINE) via a novel notion of partial permutation invariant set function, to capture any possible dependence. Our method 1) can learn an arbitrary form of the representation function from the neighborhood, withour losing any potential dependence structures, and 2) is applicable to both homogeneous and heterogeneous graph embedding, the latter of which is challenged by the diversity of node types. Furthermore, we provide theoretical guarantee for the representation capability of our method for general homogeneous and heterogeneous graphs. Empirical evaluation results on benchmark data sets show that our proposed PINE method outperforms the state-of-the-art approaches on producing node vectors for various learning tasks of both homogeneous and heterogeneous graphs.

📄 PDF Abstract BibTeX arXiv:1909.12903

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionGraph EmbeddingNode Classification

Similar Papers 제목 키워드 기반

Universal Segmentation of 33 Anatomies

2022-03-04 · Pengbo Liu, Yang Deng, Ce Wang, Yuan Hui 외

In the paper, we present an approach for learning a single model that universally segments 33 anatomical structures, including vertebrae, pelvic bones, and abdominal organs. Our model building has to address the followin…

GPUImage SegmentationMedical Image SegmentationPartially Labeled Datasets+3

P^2IR: Universal Deep Node Representation via Partial Permutation Invariant Set Functions

2018-09-27 · Shupeng Gui, Xiangliang Zhang, Shuang Qiu, Mingrui Wu 외

Graph node representation learning is a central problem in social network analysis, aiming to learn the vector representation for each node in a graph. The key problem is how to model the dependence of each node to its …

Graph EmbeddingRepresentation Learning

Neural Spacetimes for DAG Representation Learning

2024-08-25 · Haitz Sáez de Ocáriz Borde, Anastasis Kratsios, Marc T. Law, Xiaowen Dong 외

We propose a class of trainable deep learning-based geometries called Neural Spacetimes (NSTs), which can universally represent nodes in weighted directed acyclic graphs (DAGs) as events in a spacetime manifold. While mo…

Graph Representation LearningRepresentation Learning

PINE: Pipeline for Important Node Exploration in Attributed Networks

2025-12-08 · Elizaveta Kovtun, Maksim Makarenko, Natalia Semenova, Alexey Zaytsev 외 arxiv

A graph with semantically attributed nodes are a common data structure in a wide range of domains. It could be interlinked web data or citation networks of scientific publications. The essential problem for such a data t…

Partial Gromov-Wasserstein Learning for Partial Graph Matching

2020-12-02 · Weijie Liu, Chao Zhang, Jiahao Xie, Zebang Shen 외

Graph matching finds the correspondence of nodes across two graphs and is a basic task in graph-based machine learning. Numerous existing methods match every node in one graph to one node in the other graph whereas two g…

Graph Matching