- Research
- Open access
- Published:
Using a Bayesian approach to reconstruct graph statistics after edge sampling
Applied Network Science volume 8, Article number: 80 (2023)
Abstract
Often, due to prohibitively large size or to limits to data collecting APIs, it is not possible to work with a complete network dataset and sampling is required. A type of sampling which is consistent with Twitter API restrictions is uniform edge sampling. In this paper, we propose a methodology for the recovery of two fundamental network properties from an edge-sampled network: the degree distribution and the triangle count (we estimate the totals for the network and the counts associated with each edge). We use a Bayesian approach and show a range of methods for constructing a prior which does not require assumptions about the original network. Our approach is tested on two synthetic and three real datasets with diverse sizes, degree distributions, degree-degree correlations and triangle count distributions.
Introduction
Analysis of complex networks remains a growing area and network data sets are more and more commonly available. However, some data sets are only a sample of the entire network. For very large networks, it may not be possible to work with complete data because of its size. Additionally, APIs can rate-limit the number of queries, meaning that not all nodes and edges are present (Morstatter et al. 2013). A common example is the Twitter stream API which returns a 1% random sample of all tweets in real-time (Twitter 2022). In the usual Twitter graph formulation where edges constitute 1:1 replies or retweets, this corresponds to uniform edge sampling of the full Twitter reply/retweet graph. Inferring even simple characteristics such as the true number of nodes or edges from a sample can be nontrivial (Katzir et al. 2011; Bianconi 2022).
In this work we present a methodology for recovering the degree sequence and the triangle sequence (per edge) under a uniform edge-sampling scenario where for an undirected graph G, a sample is constructed by uniformly sampling each edge of G with probability p. First, we build on methods by Ganguly and Kolaczyk (2017) who recover the degree distribution from node-sampled networks using a Bayesian approach and we extend this to edge-sampled networks. We address the problem of finding an appropriate prior degree distribution by proposing two different ways to construct a prior. We further extend this Bayesian approach to estimating the edge triangle count (the number of triangles associated with each edge) and the total triangle count.
We find that our Bayesian method outperforms the standard scale-up method at estimating the degree sequence, particularly in small p scenarios where as few as 10% of the edges remain. Moreover, the priors we use do not make any assumptions about the original degree distribution. For estimating the triangle per link count, in 3 out of the 5 network datasets we use, a Poisson prior achieves similar performance to a correct prior.
This paper is structured as follows. First, in section “Properties of edge sampled graphs” we describe the edge sampling procedure and derive properties of graphs that have been sampled in this way. Then in section “Estimators for the degree sequence and triangle count” we introduce the various estimators used for these properties, with the “Constructing a prior” section showing how to construct a prior for the Bayes estimators. Finally in the “Results” section we present our results on recovering these properties on synthetic and real datasets. We discuss the implications in the “Conclusion” section.
Note that this paper is an extended version of previous work (Arnold et al. 2023); in section “Properties of edge sampled graphs” we perform a deeper analysis of how the expectation and variance of quantities in the sampled graph relates to the structure of the original graph and how this may affect estimate quality, in the “Results” section we investigate the empirical bias of our estimators with respect to the different datasets, and we include results for a significantly larger dataset.
Related work
Sampling of complex networks in general is a well studied problem. One point of interest is how well sampling preserves different properties, such as node rankings in Twitter networks (Morstatter et al. 2013), temporal features (Ahmed et al. 2013) and scaling properties (Leskovec and Faloutsos 2006). These works have aimed also at designing sampling schemes specifically to preserve a given quantity. Other works have used sampling to estimate quantities on graphs that are prohibitively large to work with in their entirety, with a focus on triangle counting (Tsourakakis et al. 2009; Antunes et al. 2021; Stefani et al. 2017) or other motifs (Klusowski and Wu 2018; Bhattacharya et al. 2022).
Two recent works studied the problem of recovering a network’s degree distribution working from a small sample, first posed by Frank (1971) in his Ph.D. thesis in 1971. The first by Zhang et al. (2015) frames it as an inverse problem involving the vector of observed degree counts and a linear operator representing the sampling scheme. The second by Ganguly and Kolaczyk (2017) uses a range of estimators for individual vertex degrees in node-sampled networks; simple scale-up estimators, risk minimisation estimators and Bayes posterior estimates. Antunes et al. (2021) whose work was on sampling methods for estimating the triangle distribution, studied the \(n=1\) sample size problem as restricted access scenario as a case study. Other than this, little attention has been given specifically to these restricted access problems, noted in Zhang et al. (2015).
The problem of reconstructing triangles from sampled networks has also received attention. Tsourakakis et al. (2009) were motivated by the speed-up that can be obtained by working on sampled not complete data. Their method counts the number of triangles in the graph \(G'\) sampled from a full graph G retaining edges independently with probability p (the setting for this paper). They proved that simply multiplying by \(1/p^3\) on the observed triangles in the sample \(G'\) gives an unbiased estimator for the original number of triangles in G. Lim et al. (2018) developed a streaming estimator that can work in a single pass over data using a similar algorithm. The extend (Tsourakakis et al. 2009) to graphs that allow multiple edges between the same node pair.
A related problem is reconstructing network structure from unreliable or noisy data, such as social networks constructed from reported friendships, which are well known for having missing or spurious edges due to the different interpretations of “friendship” (Young et al. 2020). Young et al. (2020) address this using a Bayesian approach for finding posterior probabilities for an edge’s existence given the measurements obtained. Newman (2018) use a Bayesian approach involving the empirical false and true positive rates of observing an edge from the data.
While it does not deal directly with reconstruction, Bianconi et al. (2005) gives an estimate of the number of triangles in a network as
where \({\hat{T}}\) is the estimated number of triangles, P(k) is the number of nodes of degree k and \({\overline{k}}\) is the mean degree. This would allow an estimate of the number of triangles to be derived if the degree distribution is known (or can be estimated). However, the estimate is only reasonable if nodes are connected independently, that is the probability that node i connects to node j is proportional to \(k_ik_j\) their degrees. In Bianconi et al. (2005) it is shown that this is a reasonable approximation for the Internet Autonomous Systems network but it is not a useful approximation for the majority of networks.
Properties of edge sampled graphs
Let \(G=(V,E)\) be an undirected simple graph with vertex set \(V = \{v_1, \dots , v_N\}\) and edge set \(E = \{e_1, \dots , e_M\}\). Consider a sampling regime where each edge \(e_l \in E\) is included in the sampled graph with probability \(p \in [0,1]\), and each vertex \(v_i \in V\) is included if any edge incident to it is included. Denote this sampled graph \(G'=(V', E')\), where \(V' \subseteq V\) and \(E' \subseteq E\). Let the sizes of \(V'\) and \(E'\) be \(N'\) and \(M'\) respectively. This is known as incident subgraph sampling (Leskovec and Faloutsos 2006).
Degree
Let \(k_i\), respectively \(k_i'\) denote the degree of a node \(v_i \in G\) and \(G'\) respectively. Then \(k_i'\) follows a binomial distribution \(k_i' \sim B(k_i, p)\), with conditional probability given by
with expectation \({\mathbb {E}}(k_i' | k_i =k) = kp\) and variance \({\text {Var}}\,(k_i'|k_i=k) = kp(1-p)\). The probability that node \(v_i \in V\) of degree \(k_i\) has degree 0 in \(G'\) is given by \({\mathbb {P}}(k_i' = 0) = (1-p)^{k_i}\).
Nodes in G that become isolated as part of the sampling process are invisible to observers of \(G'\) and should be considered removed. In this way, let \(\delta _i\) be the indicator random variable representing the removal of node \(v_i\) from G, with probability \((1-p)^{k_i}\).
Then, the expected number \(N'_0\) of removed nodes from G is given by
where \(N_k\) is the number of vertices in G of degree k. This is dependent on the degree distribution; the leading constant term for small p is \(N_1\), the number of degree 1 nodes in G. This brings to mind the friendship paradox (Feld 1991), where a node incident to a randomly chosen edge will on average have a higher degree than a randomly chosen node. From Fig. 1 we see Barabási and Albert (1999) networks experience more node removal than Erdős and Rényi (1960) networks.
Equation (2) is a special case of the expression DuBois et al. (2012) derived for the number of nodes of degree \(k'\) in an edge-sampled graph \({{\mathbb {E}}}\,(N'_{k'}) = \sum _k^N N_k \left( {\begin{array}{c}k\\ k'\end{array}}\right) (1-p)^{k-k'}p^{k'}\) with \(k'=0\). They note that the number of nodes of degree \(k'\) is the sum of variables that are not independent of each other and that the resulting degree of a node after edge sampling is intrinsically linked with the resulting degree of its neighbours.
Indeed, we find that the variance in the number of nodes removed \(N'_0\) is given by
where \(N_{k,k'}\) is the number of edges connecting vertices of degree k and \(k'\). Treating p as a small constant, the dominating terms are \(N_1\) and \(N_{1,1}\), meaning that the variance is dependent on both the number of low degree nodes and degree-degree correlations among low degree nodes.
In Fig. 2, we study two networks with the same power-law degree distribution but rewired in two different ways using Zhou and Mondragón (2007) to obtain a maximally assortative and maximally disassortative version of that network. Plotted is the difference between number of nodes removed and the expected number of nodes removed using Eq. 2, finding a slight small empirical bias for the disassortative network. With all these things in mind, estimating the number of nodes removed by an edge sampling process can therefore be expected to be nontrivial and we do not address it in this work.
Triangles
Let \(T_l\) be the number of triangles in G which include edge \(e_l \in E\). Then the number of triangles in G, denoted by T, is given by
where the factor of \(\frac{1}{3}\) is present because each triangle in the sum is counted three times, once for each link.
Let \(T_l'\) be the number of triangles which include edge \(e_l\) in the sampled graph \(G'\), defining \(T_l' = 0\) if \(e_l \notin E'\). In the case that edge \(e_l\) remains in the sampled network, then each triangle that includes \(e_l\) will remain in the sampled network if and only if the other two edges remain; this occurs with probability \(p^2\). There are \(T_l\) such triangles, so the number of these which remain in the sampled network is binomially distributed with \(T_l\) trials and probability \(p^2\). That is,
In the case that \(e_l\) does not remain in the sampled network, the following holds:
where \(\delta _{0,t'}\) is the Kronecker delta function, taking the value of 1 if \(t'=0\) and 0 otherwise (since we defined \(T_l'=0\) if \(e_l \notin E'\)).
We can use the law of total probability to remove the conditioning on \(e_l\) from Eqs. (4), (5) and find \({\mathbb {P}}(T_l' = t')\), the probability mass function for the number of triangles in the sampled graph link \(e_l\) participates in.
Therefore, the conditional probability mass function for \(T_l'\) given \(T_l\) is given by Eq. (6).
The expected value of \(T_l'\) given \(T_l\) is given by
where Eq. (7) comes from noting that the sum in the left hand side precisely evaluates the expected value of a binomial random variable with t trials and probability \(p^2\).
Let \(T'\) be a random variable representing the triangle count of \(G'\), then
where \(T'\) is the triangle count of the sampled network \(G'\).
Similar to the discussion in the previous section, the sum in Eq. (8) is not the sum of independent random variables. The quantities \(T'_l\) and \(T'_m\) for \(l\ne m\) are only independent if edges \(e_l, e_m \in E\) are not part of triangles which overlap in any way; this can happen not only if they are adjacent edges but if they have triangles dependent on a shared edge. We can therefore expect total triangle count estimates to be more variable in networks with numerous instances of multiple triangles sharing a link; in these cases, the removal of a single link may remove a large number of triangles. This nature of clustered triangle distribution would be likely in a network that was highly transitive. As an example, Fig. 3 shows the average number of triangles \(T'\) in a sampled graph minus the estimated number of triangles \(Tp^3\). The network is a power law network with positive transitivity (global transitivity \(\bar{C}=0.14\) and assortativity \(\rho =0.35\)). The total number of triangles in the original network is 13,305 and the maximum observed effect is an underestimate of around 8 triangles. This is consistent with low or zero bias in the estimator. Note that the large error bars for large p, while may seem counterintuitive, are due to larger variance in \(T'\) for these values of p and hence larger standard errors.
The variance of \(T_l'\) given \(T_l\) is given by
where the bracketed term in line Eq. (9) is the variance of a binomial variable with t trials and probability \(p^2\).
An argument involving computation of the covariances \({\text {Cov}}\,(T_j, T_l)\) shows that the variance of the expected total triangle count of \(G'\) given the individual triangle counts \(T_1, \dots , T_M\) is given by
where k is the number of triangles which share a link. The full derivation of Eq. (10) can be found in the first author’s thesis Arnold (2021) which also contains derivations for wedgeFootnote 1 counts and clustering coefficient. An expression for this variance conditioned on total triangle count T not edge triangle counts is given in Tsourakakis et al. (2009).
The number of triangles per node \(T_i\) can be obtained from \(T_{e_\ell }\) from \(2T_i=\sum _k T_{e_{\ell }=(i,k)\in E}\) meaning the estimators of the edge-sampled network can be extended to evaluate vertex statistics eg local transitivity of the nodes \(c_i= \sum _k T_{e_{\ell }=(i,k)\in E}/(k_i(k_i-1))\).
Estimators for the degree sequence and triangle count
The previous showed how the distribution of a quantity \(X'\) in a sampled graph \(G'\) could be calculated as a conditional probability \(P(X'=x'|X=x)\) given the unsampled measurement \(X=x\). This section aims to estimate the true network quantity X given its sampled counterpart \(X'\).
Method of moments estimators
Let X be a random variable associated with a statistic of G and let \(X'\) be that statistic on \(G'\) with expected value \({\mathbb {E}}(X') = f(X,p)\). A naive ‘scale-up’ estimator for X given observed value \(x'\) for \(X'\) is the solution \({\hat{x}}\) to the equation \(x' = f({\hat{x}},p)\), provided a solution exists. Borrowing the terminology from Ganguly and Kolaczyk (2017), we will refer to these estimators as method of moments estimators (MME).
Degree
For a node of degree \(k_i'\) in \(G'\), the MME for \(k_i\) is given by \(k_i'/p\). This is an unbiased estimator with mean \({{\mathbb {E}}}\,(k_i'/p) = \frac{1}{p} k_i p = k_i\) and variance \({\text {Var}}\,(k_i'/p) = \frac{1}{p}k(1-p)\). Nodes with the lowest possible degree (one) in the sampled graph are estimated as having degree 1/p in the unsampled graph so as p decreases, the estimation of low-degree nodes becomes poorer.
Triangle count
The expected triangle count \({\mathbb {E}}(T_l')\) of edge \(e_l\) is \(p^3T_l\). If in addition, \(e_l\) remains in \(G'\), its expected triangle count is given by \(p^2 T_l\). Therefore the MME for \(T_l\) is \(p^{-3}T_l'\) or \(p^{-2}T_l\), without and with the conditioning respectively. Similar to the MME for degree, it provides poor estimates for edges that have a low triangle count, as it disallows any estimates of \(T_l\) in the range \((0, 1/p^2)\).
Similarly, an MME estimate proposed by Tsourakakis et al. (2009) for the total triangle count of a network is \(p^{-3} T'\), which has expected value \({{\mathbb {E}}}\,(p^{-3} T') = T\). They found that this estimator has variance \(\frac{1}{p^6}\left( (p^3-p^6)T + 2k(p^5 - p^6)\right)\), where k is the number of pairs of triangles which share a link.
Bayes estimator
This estimator relies on Bayes theorem, giving
\({\mathbb {P}}(X'=x'|X=x)\) is the likelihood which is determined by the edge sampling procedure and is known. \(P(X=x)\) is the prior function which will be denoted by \(\pi (x)\); this is in general not known.
A posterior estimate for X given \(X'\) can then be given as the expected value
The immediate question arises of how to deal with the prior \(\pi (x)\), as this may involve making assumptions about the structure of G. This will be discussed case by case for the degree and triangle count.
Degree
Using the likelihood function for the degree from Eq. (1), a posterior estimate for the degree of node \(v_i\) given it has degree \(k_i'\) in \(G'\) is
where \(\pi (k)\) is a prior for the degree distribution P(k) of G.
Triangle count
Using the likelihood function from Eq. (4), a posterior estimate for the triangle count of edge \(e_l\) in G given it remains in \(G'\) is
where \(\pi (t)\) is a prior for the proportion of edges with triangle count t.Footnote 2
To establish the total triangle count, summing the value of this estimator over the remaining edges in G and dividing by 3, as in Eq. (3), will provide an underestimate for the total triangle count of G, since there are potentially many missing edges in \(G'\). To mitigate this, we scale this factor up to the estimated number of edges in G. That is, our estimate of the total triangle count becomes
Remarks on our estimators
It is worth highlighting that up to now, our degree estimators \(\hat{k_i}, \hat{k_j}\) for nodes i and j will take the same value if \(k_i'\) and \(k_j'\) are the same. That is, only the node’s degree and the degree sequence of the sampled network are taken into account and no other aspect of the network’s structure. It also means that estimates will be very coarse; if the sampled network has maximum degree k then the estimated degree sequence will take up to k different values. The same is true for the triangle per link estimators.
Constructing a prior
The Bayes estimators for the degree and triangle per link sequences require the choice of a prior \(\pi (k)\) and \(\pi (t)\) for the degree distribution and triangles per link distribution respectively. In this section, we propose methods for constructing priors.
Degree distribution
A prior could be obtained from chosen family of distributions such as the Zipf distribution or a power law distribution, but this baked-in assumption may not be desirable. Furthermore, it has been shown that the distribution of a sampled network may not even follow the distribution of the true network (Stumpf et al. 2005). Therefore, we propose two different methods of constructing a prior which do not make assumptions about the degree distribution of the true network.
Monte Carlo minimisation method
First, it is possible to estimate the prior using a Monte Carlo method to minimise the \(\ell _2\) norm of the error, which in this work we will refer to as the minimisation method. In this approach, we find a degree sequence \(\{\kappa _i\}\) which minimises \(\min \left( \sum _i||p\kappa _i - k'_i||_2^2\right)\). This is done with the restrictions that the degree \(\kappa _i\) is an integer number with \(\kappa _i \ge k_i'\) and
To do this, we start with \(\kappa _i = \lfloor k_i'/p \rfloor\). If the sum \(\sum _{v_i \in V'} \kappa _i\) of the estimated degrees is not equal to the estimated number of links \(\lfloor 2M'/p \rfloor\) then we increment or decrement the degree of nodes chosen uniformly at random until equality holds. Then we construct a graph with degree distribution given by \(\{\kappa _i\}\) and rewire its links at random by a single edge swap (incrementing the degree of one node chosen at random and decrementing the degree of another node chosen at random) for a large number of iterations (15,000 in our case), accepting each proposed rewire if it decreases the \(\ell _2\) error. Note that if the initial estimate \(\kappa _i\) satisfies Eq. 13, then this is a global minimum for the \(\ell _2\) norm. In particular, this happens when \(k_i'/p\) is an integer for all i.
Link cascade method
The MME (and hence sometimes the minimisation method) cannot estimate the degree \(k_i\approx k'_i/p\) when \(k'_i=0\); that is, the lowest possible estimated degree is 1/p. If a good estimate for the original number of nodes is known then another prior for capturing these low degree nodes is constructed by “cascading” links from high degree to low degree nodes. This is a heuristic method based on the observation, that when \(k'_i=0\) the estimation is poor, so the idea is to create a prior that has the original number of nodes and there are no zero degree nodes. As with the minimisation method, we start with an estimated degree sequence \(\kappa _i = \lfloor k_i'/p \rfloor\), redistributing links as before if the total estimated degree does not match twice the estimated number of links. Then, we place the nodes in descending order based on their estimated degree, with the knowledge of the original number of nodes in the network being used to append placeholder nodes which would have been removed by the sampling process. Finally, we pick the first occurring node in this list with degree zero, and increment this degree by simultaneously decrementing the degree of the node directly before it, this operation is to conserve the total number of links. This step is performed iteratively until there are no degree zero nodes. This heuristic method is fast as it does not require the construction of a graph and the shuffling of its links. As the method manipulates only the degree sequence the method is attractive when trying to construct a prior for large networks. Finally, as a comparison point representing the best possible result achievable with the Bayes method, we use a true prior which places the probability mass \(\pi (k)\) equal to the proportion of nodes of degree k in the original network.
Triangle per link distribution
The two methods for prior construction of the degree distribution do not immediately translate to an analogue for triangles, and little is known about the triangle per edge distribution as a starting place for selecting a prior. As an initial approach therefore, we use a Poisson distribution \(\text {Po}(\lambda )\) with \(\lambda = 3{\hat{T}}/M'\), the average number of triangles per link in the MME estimator. As with the degree distribution, we include a result with a true prior \(\pi (t)\) equal to the proportion of links with triangle count t in the original network as a comparison point.
Results
To test the capability of our estimators of degree sequence and triangle count, we consider five different starting networks: an Erdős–Rényi G(N, M) network (Erdős and Rényi 1960) with \(N=1000\) and \(M=10,000\), a Barabási–Albert network (Barabási and Albert 1999) of approximately the same size and density, a real collaboration network from authors who submitted to the ArXiV high-energy theoretical physics category (Newman 2001) (henceforth Hep-Th for brevity), an Internet autonomous systems topology dataset (henceforth AS) (Chen et al. 2002) and an interaction network on the MathOverflow sub-forum on StackExchange (Paranjape et al. 2017). A quick reference of some summary statistics can be found in Table 1. These datasets were chosen to represent a heterogeneous selection of network types. The ER network has a Poisson degree and edge triangle count distribution and an overall low number of triangles for the network’s density. The BA network has a theoretical power law degree distribution and a low triangle count for its density. The Hep-Th and AS networks have a heavy-tailed degree distribution but have very different degree correlations, and the Hep-Th has a higher clustering than the AS network. The MathOverflow dataset is provided as an example of a larger network. For each of these datasets modelled as a graph G, we take an edge-sampled network \(G'\) with edge sampling probability p, for \(p = 0.1, 0.2, \ldots , 0.9\) and from this, reconstruct the degree sequences, edge triangle counts and total triangle counts using our estimators. In the larger datasets (Hep-Th, AS topology, StackExchange) we examine also the cases \(p=0.01\) and \(p=0.05\) to consider the most extreme scenarios.
In the degree distribution experiment, we reconstruct the degree k of nodes in \(V'\) using our chosen estimators \({\hat{k}}\), and compute the root mean squared error of the degree sequences as \(\text {RMSE}({\hat{k}}) =\sqrt{\frac{1}{N'} \sum _{i=1}^N (k_i - \hat{k_i})^2}\). These results are shown in Fig. 4, showing the mean and s.d. error over 10 experiments. In all but the AS topology network and the Math Overflow network, the Bayes estimator with true prior has the lowest error, though this is included only to show the best possible result that could be obtained with the Bayes method since the true prior is unknowable. The link cascade method performs well for many networks in the realistic cases with low sample rates but poorly for the E-R network. Bayes with link cascade prior is a good all round performer, never being a bad performer and second or third best for most networks. This method assumes knowledge of the number of nodes in G (i.e. the number of nodes pruned by the edge-sampling) so performs better at estimating low degree nodes. This is particularly evident in Fig. 4c, performing better than the Bayes approach with true prior. The Monte Carlo minimisation method used as an estimator overlays the MME due to the restriction that the degree sequence is an integer (c.f. “Constructing a prior” section).
Figure 5 studies the performance of the Bayes posterior estimate (the one with prior obtained using the minimisation method) against the baseline method of moments estimator in small p and large p scenarios, with the assumption that the number of nodes in the original graph is known. For small values of p, our estimates for low degree nodes are very poor. This is due to the information loss; for \(p=0.1\) as an example, it is more likely than not for a node of degree 6 or fewer to lose all its edges in the sampling process, and hence the performance is worse in networks with a low maximum degree such as the Erdős-Rényi and Hep-Ph collaborations graph. The MME is further restricted to taking values that are multiples of 10 for this value of \(p=0.1\), so gives very coarse estimates. However, for the \(p \le 0.1\) cases, the Bayes posterior method brings the estimates closer to the correct answer than the MME in all but the AS topology dataset, where the two methods appear to perform similarly.
In the triangle count experiment, we estimate the triangle per edge count \({\hat{T}}_l\) for edges \(e_l \in E'\) and compute the mean squared error as \(\text {RMSE}(\hat{{\textbf{T}}}) = \left[ \frac{1}{M'}\sum _{e_l \in E'} (T_l - {\hat{T}}_l)^2\right] ^{\frac{1}{2}}\). In addition, we estimate the total number of triangles as described in section “Estimators for the degree sequence and triangle count” and calculate the mean squared error over the 10 experiments performed. These are shown in Fig. 6.
In all experiments, the Bayes estimator with Poisson prior overlays the MME for the total number of triangles because the \(\lambda\) used in the Poisson distribution is the MME estimate of the average number of triangles per link.. However, in all but the AS topology, the Poisson prior improves the estimate of triangles per link, especially in the small p scenario. In the AS topology dataset, the Poisson is an inappropriate prior, performing poorly even with large sample sizes.
As with the degree sequence, we compare the number of triangles per link and estimated triangles per link in small and large p scenarios in our datasets, using the MME and Bayes posterior estimate with Poisson prior in Fig. 7. Considering first the \(p=0.1\) scenario, we see that the Bayes posterior estimate helps to ease the problem of extreme estimates (the MME \({\hat{T}}_l = T'/p^2\) takes smallest values 0 then \(1/p^2\)) since the contribution of high t terms in Eq. (12) is suppressed by the Poisson prior. However, for large p, we see that the Poisson prior begins to dominate inappropriately, incorrectly assuming that the distribution of triangles across the links is homogeneous. This manifests in the BA and Hep-Ph examples as a slight overestimate at the lower triangle count end and a large underestimate at the upper end. We see this even clearer in the AS topology example, where a triangle count of over 250 is effectively forbidden by the Poisson prior, while the MME remains unbiased in all datasets.
The poor performance of both estimators at \(p=0.1\) indicates how difficult a problem estimating the edge triangle count is after so much information has been lost; in all datasets apart from the AS topology, edges in the sampled graph had only 0 or 1 triangle remaining. A better estimate for these may involve more assumptions about the network structure. For example, the results in Fig. 7 show that the distribution of triangles in the real network and, to an extent, the BA network is heterogeneous, so perhaps a heavier tailed distribution than a Poisson should be considered.
Conclusion
This paper provided methods for recovering the degree sequence, number of triangles and triangle per link sequence from networks sampled via uniform edge sampling such as graphs limited to a sample by the Twitter API. Our derivations of the expectation and variance of these quantities demonstrate the difficulty of the problem, finding their dependency on the degree sequence, degree-degree correlations and triangle distributions of the original networks. Our results show that our Bayesian estimators perform much better than standard approaches on the degree sequence even when the priors were constructed without knowledge of distributions for the original network. For the triangle count per edge, we showed that while the Bayes estimates do not always improve upon the MME for total triangle counts, they provide a markedly better estimate of triangles per link in the small p scenario where most information has been lost. However, an inappropriate choice of prior can lead to a bias even when the sample size is large, as we found when using a Poisson prior for a network with heterogeneous triangle distribution.
Future work will investigate generalising methods we used for constructing a degree distribution prior for constructing a prior for triangle counts per link. However, it should be noted that, in particular, reconstructing triangles is extremely hard at low sampling rate and it is doubtful any technique would produce large improvements. The work could instead be extended by considering sampling regimes and network properties for which a likelihood can be calculated.
Availability of data and materials
All real datasets are publicly available (referenced in the main text). Code for generating the synthetic networks and performing all experiments in the text is available at https://github.com/narnolddd/sample-nets.
Notes
A two hop path, a triangle is composed of three wedges.
In experimental runs, the native binomial functions introduced numerical inaccuracies for large powers of \((1-p)\). Therefore, an equivalent evaluation of binomial probabilities using the log-gamma function and laws of logs was used in practice.
References
Ahmed NK, Neville J, Kompella R (2013) Network sampling: from static to streaming graphs. ACM Trans Knowl Discov Data 8:1–56
Antunes N, Guo T, Pipiras V (2021) Sampling methods and estimation of triangle count distributions in large networks. Netw Sci 9:S134–S156
Arnold N (2021) Studying evolving complex networks. Ph.D. thesis, Queen Mary University of London
Arnold NA, Mondragón RJ, Clegg RG (2023) Reconstructing degree distribution and triangle counts from edge-sampled graphs. In: Complex networks and their applications XI: proceedings of the eleventh international conference on complex networks and their applications: COMPLEX NETWORKS 2022–Vol 2. Springer, pp 297–309
Barabási A-L, Albert R (1999) Emergence of scaling in random networks. Science 286:509–512
Bhattacharya BB, Das S, Mukherjee S (2022) Motif estimation via subgraph sampling: the fourth-moment phenomenon. Ann Stat 50(2):987–1011
Bianconi G (2022) Grand canonical ensembles of sparse networks and Bayesian inference. Entropy 24:633
Bianconi G, Caldarelli G, Capocci A (2005) Loops structure of the internet at the autonomous system level. Phys Rev E 71:066116
Chen Q, Chang H, Govindan R, Jamin S (2002) The origin of power laws in internet topologies revisited. In: Proc. IEEE comp. and comm. societies
DuBois T, Eubank S, Srinivasan A (2012) The effect of random edge removal on network degree sequence. Electron J Comb 19(1):P51
Erdős P, Rényi A (1960) On the evolution of random graphs. Publ Math Inst Hung Acad Sci 5:17–60
Feld SL (1991) Why your friends have more friends than you do. Am J Sociol 96:1464–1477
Frank O (1971) Statistical inference in graphs. Ph.D. thesis, Foa Repro Stockholm
Ganguly A, Kolaczyk ED (2017) Estimation of vertex degrees in a sampled network. In: Asilomar conference on signals, systems, and computers
Katzir L, Liberty E, Somekh O (2011) Estimating sizes of social networks via biased sampling. In: Proc. int. conf. on world wide web
Klusowski JM, Wu Y (2018) Counting motifs with graph sampling. In: Conference on learning theory. PMLR, pp 1966–2011
Leskovec J, Faloutsos C (2006) Sampling from large graphs. In: Proceedings of the international conference on knowledge discovery and data mining
Lim Y, Jung M, Kang U (2018) Memory-efficient and accurate sampling for counting local triangles in graph streams: from simple to multigraphs. ACM Trans Knowl Discov Data 12:1–28
Morstatter F, Pfeffer J, Liu H, Carley K (2013) Is the sample good enough? Comparing data from Twitter’s streaming API with Twitter’s firehose. In: Proc. of the international AAAI conference on web and social media
Newman ME (2001) The structure of scientific collaboration networks. Proc Natl Acad Sci 98:404–409
Newman ME (2018) Network structure from rich but noisy data. Nat Phys 14(6):542–545
Paranjape A, Benson AR, Leskovec J (2017) Motifs in temporal networks. In: Proceedings of the tenth ACM international conference on web search and data mining, pp 601–610
Stefani LD, Epasto A, Riondato M, Upfal E (2017) Triest: counting local and global triangles in fully dynamic streams with fixed memory size. ACM Trans Knowl Discov Data (TKDD) 11:1–50
Stumpf MP, Wiuf C, May RM (2005) Subnets of scale-free networks are not scale-free: sampling properties of networks. PNAS 102:4221–4224
Tsourakakis CE, Kang U, Miller GL, Faloutsos C (2009) Doulion: counting triangles in massive graphs with a coin. In: Proceedings international conference on knowledge discovery and data mining
Twitter (2022) Stream tweets in real-time: developer documentation. https://developer.twitter.com/en/docs/tutorials/stream-tweets-in-real-time
Watts DJ, Strogatz SH (1998) Collective dynamics of ‘small-world’ networks. Nature 393:440–442
Young J-G, Cantwell GT, Newman M (2020) Bayesian inference of network structure from unreliable data. J Complex Netw 8(6):cnaa046
Zhang Y, Kolaczyk ED, Spencer BD (2015) Estimating network degree distributions under sampling: An inverse problem, with applications to monitoring social media networks. Ann Appl Stat
Zhou S, Mondragón R (2007) Structural constraints in complex networks. New J Phys 9(6):173
Funding
No funding.
Author information
Authors and Affiliations
Contributions
All authors designed the research and contributed equally to the manuscript.
Corresponding author
Ethics declarations
Ethics approval and consent to participate
No ethical approval is applicable for this work.
Competing interests
The authors have no competing interests as defined by Springer, or other interests that might be perceived to influence the results and/or discussion reported in this paper.
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
Arnold, N.A., Mondragón, R.J. & Clegg, R.G. Using a Bayesian approach to reconstruct graph statistics after edge sampling. Appl Netw Sci 8, 80 (2023). https://doi.org/10.1007/s41109-023-00574-3
Received:
Accepted:
Published:
DOI: https://doi.org/10.1007/s41109-023-00574-3