Cargèse fall school on random graphs

Cargèse (Corsica), September 20-26, 2015

The school is supported by the following institutions:

[ANR] [CNRS] [CORSE] [INRIA] [RYEFOS] [RYE] [UNSEcole] [UNS]

Overview of the subject


Random graphs is the general term that refers to probability distributions on graphs. There are many different models of random graphs studied in the literature some of them being application driven, i.e. motivated by problems in practice, whereas others are inspired by foundational issues in Mathematics and Computer Science. Thanks to the emergence of big networks that can be modelled by random graphs, to the availability of big data, the interest in this field has been rapidly growing in recent decades, both from theoretical as well as from practical points of view.

Short history of the subject

The theory of random graphs was founded by Erdős and Rényi [Erd59, Erd60] after Erdős had discovered that the probabilistic method is useful in attacking problems of extremal graph theory. The breakthrough result of Erdős and Rényi was that giant components in random graphs appear suddenly: they showed that almost all graphs with few edges (relatively to their size) have only small components, whereas almost all graphs with many edges have one big component, and that the transition between the two phases is short. In parallel to Erdős and Rényi, and independently of Erdős and Rényi, Gilbert [Gil59] also introduced the same model G(n,p), where each edge appears independently with probability p. Two excellent monographs [Bol01] and [JLR00] describe the G(n,p) model in detail. Shortly afterwards, Gilbert [Gil61] introduced the random model of the Gilbert disc, nowadays known as random geometric graphs (see also the book by Penrose, [Pen03]). Another classic model is the model of random d-regular graphs whose study was initiated by Read [Rea59] to count the number of such graphs. More recently, with the idea to model networks, many new random graph models have been designed, such as the Preferential Attachment Model, the SPA model, geometric protean graphs, or inhomogeneous random geometric graphs, to mention just a few (see [CFP14, BJR07]).

Some applications

The main application of random graphs stems from modelling complex networks in the following areas with different types of random graph models:
Telecommunication networks: here the vertices represent radio antennae, and there is an edge between vertices if the two antennae are so close that sending on the same frequency would cause interferences. Random geometric graphs are often used to model such a network.
Computer networks: computers are represented by vertices, and if two computers are directly connected by a cable or a wireless connection, there is an edge between the corresponding vertices. Information has to be exchanged between different computers, but some connections may fail. The classical G(n,p) model can be used to analyse these networks.
Neural networks: Vertices represent networks, and interactions between them is explained by edges. The classical G(n,p) model together with extensions that allow for the existence of thresholds upon which one neuron may fire are used to analyse long-term-interactions.
The World Wide Web: the vertices represent websites, and there is a (directed) edge between two vertices if one site links to the other one. Since this network features many properties not present in classical random graph models, such as high clustering coefficient, Power-law distribution of nodes, or small diameter, models such as the Preferential Attachment Model, the SPA model or geometric protean graphs model well these networks.
Sociology: the vertices represent people, and there is an edge between two vertices if the two people know each other. The famous chain experiment of Milgram [Mil67] showed that two arbitrary people are at distance at most 6 from each other. The friendship relations on facebook or twitter share similar characteristics, and as before, the Preferential Attachment model or the SPA model is among the most popular random graph models used for analyzing theoretically these networks.
Epidemiology: Vertices represent people possibly being susceptible to infections, and vertices are connected by an edge if the corresponding people are close to transmit infections. Starting from one infected person (that might or might not recover) one studies the spread of epidemics. Random geometric graphs together with percolation models and branching processes are used to study the modelling of such infectious diseases.
Biology – Protein-Protein-Interaction Networks: vertices represent proteins, and if two proteins interact with each other, the corresponding vertices are linked by an edge.
Semantic networks: vertices represent concepts, and (directed) edges explain links between these.
Interbank payment networks: vertices represent banks, edges payments between banks.

References




Back to the main page