Graphons of Line Graphs

Sevvandi Kandanaarachchi,Cheng Soon Ong
2024-09-11
Abstract:We consider the problem of estimating graph limits, known as graphons, from observations of sequences of sparse finite graphs. In this paper we show a simple method that can shed light on a subset of sparse graphs. The method involves mapping the original graphs to their line graphs. We show that graphs satisfying a particular property, which we call the square-degree property are sparse, but give rise to dense line graphs. This enables the use of results on graph limits of dense graphs to derive convergence. In particular, star graphs satisfy the square-degree property resulting in dense line graphs and non-zero graphons of line graphs. We demonstrate empirically that we can distinguish different numbers of stars (which are sparse) by the graphons of their corresponding line graphs. Whereas in the original graphs, the different number of stars all converge to the zero graphon due to sparsity. Similarly, superlinear preferential attachment graphs give rise to dense line graphs almost surely. In contrast, dense graphs, including Erdos-Renyi graphs make the line graphs sparse, resulting in the zero graphon.
Machine Learning,Discrete Mathematics,Combinatorics
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? The main goal of this paper is to propose a new method to handle the limit objects of sparse graphs—graphons. Specifically: 1. **Background and Motivation**: - Sparse graphs converge to zero graphons when using traditional graphon methods, which means the generated graph is an empty or edgeless graph. - The paper points out that for dense graphs, graphon theory has been well-developed, but the graphon theory for sparse graphs still faces challenges. 2. **Core Contributions**: - A new method is proposed by mapping the original graph to its line graph to construct the graphon of sparse graphs. - The "square-degree property" is defined, which states that if the sum of the squares of the node degrees of a graph is greater than the square of the number of edges, then the corresponding line graph is dense. - It is proven that the line graphs of sparse graphs that satisfy the square-degree property are dense, and these line graphs can converge to non-zero graphons. 3. **Specific Applications**: - Star graphs and superlinear preferential attachment graphs satisfy the square-degree property, so their line graphs are dense. - For path graphs and cycle graphs, they do not satisfy the square-degree property, so their line graphs remain sparse. Through this method, the paper addresses the issue of sparse graphs being difficult to represent using traditional graphons and provides a new modeling approach for sparse graphs.