paper-with-me

홈 › Papers

Network Inference by Learned Node-Specific Degree Prior

2016-02-07 · Qingming Tang, Lifu Tu, Weiran Wang, Jinbo Xu

We propose a novel method for network inference from partially observed edges using a node-specific degree prior. The degree prior is derived from observed edges in the network to be inferred, and its hyper-parameters are determined by cross validation. Then we formulate network inference as a matrix completion problem regularized by our degree prior. Our theoretical analysis indicates that this prior favors a network following the learned degree distribution, and may lead to improved network recovery error bound than previous work. Experimental results on both simulated and real biological networks demonstrate the superior performance of our method in various settings.

📄 PDF Abstract BibTeX arXiv:1602.02386

Code (0)

등록된 구현이 없습니다.

Tasks

Matrix Completion

Similar Papers 제목 키워드 기반

Learning Scale-Free Networks by Dynamic Node-Specific Degree Prior

2015-03-07 · Qingming Tang, Siqi Sun, Jinbo Xu

Learning the network structure underlying data is an important problem in machine learning. This paper introduces a novel prior to study the inference of scale-free networks, which are widely used to model social and bio…

Investigating and Mitigating Degree-Related Biases in Graph Convolutional Networks

2020-06-28 · Xianfeng Tang, Huaxiu Yao, Yiwei Sun, Yiqi Wang 외

Graph Convolutional Networks (GCNs) show promising results for semi-supervised learning tasks on graphs, thus become favorable comparing with other approaches. Despite the remarkable success of GCNs, it is difficult to t…

Self-Supervised Learning

Edge Label Inference in Generalized Stochastic Block Models: from Spectral Theory to Impossibility Results

2014-06-26 · Jiaming Xu, Laurent Massoulié, Marc Lelarge

The classical setting of community detection consists of networks exhibiting a clustered structure. To more accurately model real systems we consider a class of networks (i) whose edges may carry labels and (ii) which ma…

Community Detection

Exact Recovery of Community Structures Using DeepWalk and Node2vec

2021-01-18 · Yichi Zhang, Minh Tang

Random-walk based network embedding algorithms like DeepWalk and node2vec are widely used to obtain Euclidean representation of the nodes in a network prior to performing downstream inference tasks. However, despite thei…

ClusteringCommunity DetectionNetwork Embedding

DEMO-Net: Degree-specific Graph Neural Networks for Node and Graph Classification

2019-06-05 · Jun Wu, Jingrui He, Jiejun Xu

Graph data widely exist in many high-impact applications. Inspired by the success of deep learning in grid-structured data, graph neural network models have been proposed to learn powerful node-level or graph-level repre…

General ClassificationGraph ClassificationGraph Neural NetworkMulti-Task Learning+2