paper-with-me

홈 › Papers

Graph Summarization via Node Grouping: A Spectral Algorithm

2022-11-08 · Arpit Merchant, Michael Mathioudakis, Yanhao Wang

Graph summarization via node grouping is a popular method to build concise graph representations by grouping nodes from the original graph into supernodes and encoding edges into superedges such that the loss of adjacency information is minimized. Such summaries have immense applications in large-scale graph analytics due to their small size and high query processing efficiency. In this paper, we reformulate the loss minimization problem for summarization into an equivalent integer maximization problem. By initially allowing relaxed (fractional) solutions for integer maximization, we analytically expose the underlying connections to the spectral properties of the adjacency matrix. Consequently, we design an algorithm called SpecSumm that consists of two phases. In the first phase, motivated by spectral graph theory, we apply k-means clustering on the k largest (in magnitude) eigenvectors of the adjacency matrix to assign nodes to supernodes. In the second phase, we propose a greedy heuristic that updates the initial assignment to further improve summary quality. Finally, via extensive experiments on 11 datasets, we show that SpecSumm efficiently produces high-quality summaries compared to state-of-the-art summarization algorithms and scales to graphs with millions of nodes.

📄 PDF Abstract BibTeX arXiv:2211.04169

Code (1)

https://version.helsinki.fi/ads/specsumm 공식 구현

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Convex Programming Based Spectral Clustering

2018-05-11 · Tomohiko Mizutani

Clustering is a fundamental task in data analysis, and spectral clustering has been recognized as a promising approach to it. Given a graph describing the relationship between data, spectral clustering explores the under…

Clustering

Spectral Clustering of Attributed Multi-relational Graphs

2023-11-03 · Ylli Sadikaj, Yllka Velaj, Sahar Behzadi, Claudia Plant

Graph clustering aims at discovering a natural grouping of the nodes such that similar nodes are assigned to a common cluster. Many different algorithms have been proposed in the literature: for simple graphs, for graphs…

ClusteringDimensionality ReductionGraph Clustering

An Empirical Comparison of the Summarization Power of Graph Clustering Methods

2015-11-21 · Liu Yike, Shah Neil, Koutra Danai

How do graph clustering techniques compare with respect to their summarization power? How well can they summarize a million-node graph with a few representative structures? Graph clustering or community detection algorit…

ClusteringCommunity DetectionGraph Clustering

Fast Concept Mention Grouping for Concept Map-based Multi-Document Summarization

2019-06-01 · NAACL 2019 6 · Tobias Falke, Iryna Gurevych

Concept map-based multi-document summarization has recently been proposed as a variant of the traditional summarization task with graph-structured summaries. As shown by previous work, the grouping of coreferent concept …

ClusteringDocument SummarizationMulti-Document Summarization

A Weakly Supervised Learning Approach based on Spectral Graph-Theoretic Grouping

2015-08-03 · Tameem Adel, Alexander Wong, Daniel Stashuk

In this study, a spectral graph-theoretic grouping strategy for weakly supervised classification is introduced, where a limited number of labelled samples and a larger set of unlabelled samples are used to construct a la…

ClassificationGeneral ClassificationWeakly Supervised ClassificationWeakly-supervised Learning