Are Edge Weights in Summary Graphs Useful? -- A Comparative Study
Shinhwan Kang, Kyuhan Lee, Kijung Shin

TL;DR
This study systematically compares weighted and unweighted graph summarization models across multiple datasets, revealing that unweighted models outperform weighted ones in reconstruction accuracy, node importance, proximity, size, and compression.
Contribution
The paper provides a comprehensive comparison of weighted versus unweighted graph summarization models, including theoretical support and improvements to existing algorithms.
Findings
Unweighted summary graphs outperform weighted ones in all evaluated aspects.
Significant improvements (up to 8.2X) in reconstruction and importance errors with unweighted models.
Theoretical analysis supports the superiority of unweighted graph summaries.
Abstract
Which one is better between two representative graph summarization models with and without edge weights? From web graphs to online social networks, large graphs are everywhere. Graph summarization, which is an effective graph compression technique, aims to find a compact summary graph that accurately represents a given large graph. Two versions of the problem, where one allows edge weights in summary graphs and the other does not, have been studied in parallel without direct comparison between their underlying representation models. In this work, we conduct a systematic comparison by extending three search algorithms to both models and evaluating their outputs on eight datasets in five aspects: (a) reconstruction error, (b) error in node importance, (c) error in node proximity, (d) the size of reconstructed graphs, and (e) compression ratios. Surprisingly, using unweighted summary…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Complex Network Analysis Techniques
