4 research outputs found
Inferring urban social networks from publicly available data
The emergence of social networks and the definition of suitable generative
models for synthetic yet realistic social graphs are widely studied problems in
the literature. By not being tied to any real data, random graph models cannot
capture all the subtleties of real networks and are inadequate for many
practical contexts -- including areas of research, such as computational
epidemiology, which are recently high on the agenda. At the same time, the
so-called contact networks describe interactions, rather than relationships,
and are strongly dependent on the application and on the size and quality of
the sample data used to infer them. To fill the gap between these two
approaches, we present a data-driven model for urban social networks,
implemented and released as open source software. Given a territory of
interest, and only based on widely available aggregated demographic and
social-mixing data, we construct an age-stratified and geo-referenced synthetic
population whose individuals are connected by "strong ties" of two types:
intra-household (e.g., kinship) or friendship. While household links are
entirely data-driven, we propose a parametric probabilistic model for
friendship, based on the assumption that distances and age differences play a
role, and that not all individuals are equally sociable. The demographic and
geographic factors governing the structure of the obtained network, under
different configurations, are thoroughly studied through extensive simulations
focused on three Italian cities of different size
Inferring Urban Social Networks from Publicly Available Data
The definition of suitable generative models for synthetic yet realistic social networks is a widely studied problem in the literature. By not being tied to any real data, random graph models cannot capture all the subtleties of real networks and are inadequate for many practical contexts—including areas of research, such as computational epidemiology, which are recently high on the agenda. At the same time, the so-called contact networks describe interactions, rather than relationships, and are strongly dependent on the application and on the size and quality of the sample data used to infer them. To fill the gap between these two approaches, we present a data-driven model for urban social networks, implemented and released as open source software. By using just widely available aggregated demographic and social-mixing data, we are able to create, for a territory of interest, an age-stratified and geo-referenced synthetic population whose individuals are connected by “strong ties” of two types: intra-household (e.g., kinship) or friendship. While household links are entirely data-driven, we propose a parametric probabilistic model for friendship, based on the assumption that distances and age differences play a role, and that not all individuals are equally sociable. The demographic and geographic factors governing the structure of the obtained network, under different configurations, are thoroughly studied through extensive simulations focused on three Italian cities of different size
Seeking critical nodes in digraphs
International audienceThe Critical Node Detection Problem (CNDP) consists in finding the set of nodes, defined critical, whose removal maximally degrades the graph. In this work we focus on finding the set of critical nodes whose removal minimizes the pairwise connectivity of a direct graph (digraph). Such problem has been proved to be NP-hard, thus we need efficient heuristics to detect critical nodes in real-world applications. We aim at understanding which is the best heuristic we can apply to identify critical nodes in practice, i.e., taking into account time constrains and real-world networks. We present an in-depth analysis of several heuristics we ran on both real-world and on synthetic graphs. We define and evaluate two different strategies for each heuristic: standard and iterative. Our main findings show that an algorithm recently proposed to solve the CNDP and that can be used as heuristic for the general case provides the best results in real-world graphs, and it is also the fastest. However, there are few exceptions that are thoroughly analyzed and discussed. We show that among the heuristics we analyzed, few of them cannot be applied to very large graphs, when the iterative strategy is used, due to their time complexity. Finally, we suggest possible directions to further improve the heuristic providing the best results