Personalized Graph Summarization: Formulation, Scalable Algorithms, and Applications
Shinhwan Kang, Kyuhan Lee, Kijung Shin

TL;DR
This paper introduces personalized graph summarization to generate tailored summaries emphasizing specific nodes, with a scalable linear-time algorithm that improves query accuracy and efficiency on large real-world graphs.
Contribution
It formulates the novel problem of personalized graph summarization and proposes PeGaSus, a scalable linear-time algorithm for creating personalized summaries.
Findings
PeGaSus significantly improves accuracy of node-similarity queries.
It scales to graphs with up to one billion edges.
It enables communication-free multi-query processing.
Abstract
Are users of an online social network interested equally in all connections in the network? If not, how can we obtain a summary of the network personalized to specific users? Can we use the summary for approximate query answering? As massive graphs (e.g., online social networks, hyperlink networks, and road networks) have become pervasive, graph compression has gained importance for the efficient processing of such graphs with limited resources. Graph summarization is an extensively-studied lossy compression method. It provides a summary graph where nodes with similar connectivity are merged into supernodes, and a variety of graph queries can be answered approximately from the summary graph. In this work, we introduce a new problem, namely personalized graph summarization, where the objective is to obtain a summary graph where more emphasis is put on connections closer to a given…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery · Graph Theory and Algorithms · Advanced Graph Neural Networks
