paper-with-me

홈 › Papers

Beyond Node Embedding: A Direct Unsupervised Edge Representation Framework for Homogeneous Networks

2019-12-11 · Sambaran Bandyopadhyay, Anirban Biswas, M. N. Murty, Ramasuri Narayanam

Network representation learning has traditionally been used to find lower dimensional vector representations of the nodes in a network. However, there are very important edge driven mining tasks of interest to the classical network analysis community, which have mostly been unexplored in the network embedding space. For applications such as link prediction in homogeneous networks, vector representation (i.e., embedding) of an edge is derived heuristically just by using simple aggregations of the embeddings of the end vertices of the edge. Clearly, this method of deriving edge embedding is suboptimal and there is a need for a dedicated unsupervised approach for embedding edges by leveraging edge properties of the network. Towards this end, we propose a novel concept of converting a network to its weighted line graph which is ideally suited to find the embedding of edges of the original network. We further derive a novel algorithm to embed the line graph, by introducing the concept of collective homophily. To the best of our knowledge, this is the first direct unsupervised approach for edge embedding in homogeneous information networks, without relying on the node embeddings. We validate the edge embeddings on three downstream edge mining tasks. Our proposed optimization framework for edge embedding also generates a set of node embeddings, which are not just the aggregation of edges. Further experimental analysis shows the connection of our framework to the concept of node centrality.

📄 PDF Abstract BibTeX arXiv:1912.05140

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionNetwork EmbeddingRepresentation Learning

Similar Papers 제목 키워드 기반

Graph Representation Learning Beyond Node and Homophily

2022-03-03 · You Li, Bei Lin, Binli Luo, Ning Gui

Unsupervised graph representation learning aims to distill various graph information into a downstream task-agnostic dense vector embedding. However, existing graph representation learning approaches are designed mainly …

Edge ClassificationGraph EmbeddingGraph Representation LearningNode Classification+1

Pair-view Unsupervised Graph Representation Learning

2020-12-11 · You Li, Binli Luo, Ning Gui

Low-dimension graph embeddings have proved extremely useful in various downstream tasks in large graphs, e.g., link-related content recommendation and node classification tasks, etc. Most existing embedding approaches ta…

Graph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Unsupervised Network Embedding Beyond Homophily

2022-03-21 · Zhiqiang Zhong, Guadalupe Gonzalez, Daniele Grattarola, Jun Pang

Network embedding (NE) approaches have emerged as a predominant technique to represent complex networks and have benefited numerous tasks. However, most NE approaches rely on a homophily assumption to learn embeddings wi…

Network EmbeddingSelf-Supervised Learning

A Multi-purposed Unsupervised Framework for Comparing Embeddings of Undirected and Directed Graphs

2021-11-30 · Bogumił Kamiński, Łukasz Kraiński, Paweł Prałat, François Théberge

Graph embedding is a transformation of nodes of a network into a set of vectors. A good embedding should capture the underlying graph topology and structure, node-to-node relationship, and other relevant information abou…

Graph Embedding

Unsupervised Learning of Node Embeddings by Detecting Communities

2019-09-25 · Chi Thang Duong, Dung Hoang, Truong Giang Le Ba, Thanh Le Cong 외

We present Deep MinCut (DMC), an unsupervised approach to learn node embeddings for graph-structured data. It derives node representations based on their membership in communities. As such, the embeddings directly provid…

ClusteringNode ClassificationNode Clustering