paper-with-me

Papers

Learning Networks from Random Walk-Based Node Similarities

2018-01-23 · Jeremy G. Hoskins, Cameron Musco, Christopher Musco, Charalampos E. Tsourakakis

Digital presence in the world of online social media entails significant privacy risks. In this work we consider a privacy threat to a social network in which an attacker has access to a subset of random walk-based node similarities, such as effective resistances (i.e., commute times) or personalized PageRank scores. Using these similarities, the attacker's goal is to infer as much information as possible about the underlying network, including any remaining unknown pairwise node similarities and edges. For the effective resistance metric, we show that with just a small subset of measurements, the attacker can learn a large fraction of edges in a social network, even when the measurements are noisy. We also show that it is possible to learn a graph which accurately matches the underlying network on all other effective resistances. This second observation is interesting from a data mining perspective, since it can be expensive to accurately compute all effective resistances. As an alternative, our graphs learned from just a subset of approximate effective resistances can be used as surrogates in a wide range of applications that use effective resistances to probe graph structure, including for graph clustering, node centrality evaluation, and anomaly detection. We obtain our results by formalizing the graph learning objective mathematically, using two optimization problems. One formulation is convex and can be solved provably in polynomial time. The other is not, but we solve it efficiently with projected gradient and coordinate descent. We demonstrate the effectiveness of these methods on a number of social networks obtained from Facebook. We also discuss how our methods can be generalized to other random walk-based similarities, such as personalized PageRank. Our code is available at https://github.com/cnmusco/graph-similarity-learning.

📄 PDF Abstract BibTeX arXiv:1801.07386

Code (1)

cnmusco/graph-similarity-learning 공식 구현

Tasks

Anomaly DetectionClusteringGraph ClusteringGraph LearningGraph Similarity

Similar Papers 제목 키워드 기반

Inferring Networks From Random Walk-Based Node Similarities

2018-12-01 · NeurIPS 2018 12 · Jeremy Hoskins, Cameron Musco, Christopher Musco, Babis Tsourakakis

Digital presence in the world of online social media entails significant privacy risks. In this work we consider a privacy threat to a social network in which an attacker has access to a subset of random walk-based node …

Anomaly DetectionClusteringGraph ClusteringGraph Learning+1

TPM: Transition Probability Matrix -- Graph Structural Feature based Embedding

2022-08-07 · Sarmad N. Mohammed, Semra Gündüç

In this work, Transition Probability Matrix (TPM) is proposed as a new method for extracting the features of nodes in the graph. The proposed method uses random walks to capture the connectivity structure of a node's clo…

Link PredictionNode Classification

Product Graph-based Higher Order Contextual Similarities for Inexact Subgraph Matching

2017-02-01 · Anjan Dutta, Josep Lladós, Horst Bunke, Umapada Pal

Many algorithms formulate graph matching as an optimization of an objective function of pairwise quantification of nodes and edges of two graphs to be matched. Pairwise measurements usually consider local attributes but …

Graph Matching

Hippocluster: an efficient, hippocampus-inspired algorithm for graph clustering

2022-05-19 · Eric Chalmers, Artur Luczak

Random walks can reveal communities or clusters in networks, because they are more likely to stay within a cluster than leave it. Thus, one family of community detection algorithms uses random walks to measure distance b…

ClusteringCommunity DetectionGraph ClusteringHippocampus

RetGK: Graph Kernels based on Return Probabilities of Random Walks

2018-09-07 · NeurIPS 2018 12 · Zhen Zhang, Mianzhi Wang, Yijian Xiang, Yan Huang 외

Graph-structured data arise in wide applications, such as computer vision, bioinformatics, and social networks. Quantifying similarities among graphs is a fundamental problem. In this paper, we develop a framework for co…

Computational EfficiencyGeneral ClassificationGraph Classification