# Separating Structure from Noise in Large Graphs Using the Regularity   Lemma

**Authors:** Marco Fiorucci, Francesco Pelosin, Marcello Pelillo

arXiv: 1905.06917 · 2019-05-22

## TL;DR

This paper introduces a graph summarization method based on Szemerédi's Regularity Lemma to extract structural patterns from large graphs, enabling noise reduction and efficient graph retrieval.

## Contribution

The paper presents a novel summarization algorithm leveraging the Regularity Lemma, and demonstrates its effectiveness in revealing structure, noise robustness, and graph search applications.

## Key findings

- Effective structural pattern extraction in large graphs
- Robustness to noise in graph summaries
- Improved efficiency in graph retrieval tasks

## Abstract

How can we separate structural information from noise in large graphs? To address this fundamental question, we propose a graph summarization approach based on Szemer\'edi's Regularity Lemma, a well-known result in graph theory, which roughly states that every graph can be approximated by the union of a small number of random-like bipartite graphs called `regular pairs'. Hence, the Regularity Lemma provides us with a principled way to describe the essential structure of large graphs using a small amount of data. Our paper has several contributions: (i) We present our summarization algorithm which is able to reveal the main structural patterns in large graphs. (ii) We discuss how to use our summarization framework to efficiently retrieve from a database the top-k graphs that are most similar to a query graph. (iii) Finally, we evaluate the noise robustness of our approach in terms of the reconstruction error and the usefulness of the summaries in addressing the graph search task.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.06917/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1905.06917/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1905.06917/full.md

---
Source: https://tomesphere.com/paper/1905.06917