Graph Distances
Distances between graphs have been considered extensively in the network
science literature, though the available methods vary greatly in the
features they use for comparison, their interpretability, computational
costs, and their discriminatory power. This proliferation of methods
reflects the fact that complex networks represent a wide variety of systems
whose structure is difficult to encapsulate in a single distance score.
I'm particularly interested in graph distance algorithms that are i)
rigorously principled in the metric structure of graphs and that ii) are
computationally efficient and iii) interpretable in terms of features of
interest to network scientists.
Related publications:
-
Leo Torres, P. Suárez-Serrato and T. Eliassi-Rad. Non-backtracking
Cycles: Length Spectrum Theory and Graph Mining Applications. Appl Netw
Sci (2019) 4: 41. [link]
-
netrd is a multi-purpose library with dozens of state-of-the-art
implementations of algorithms for simulating dynamics on networks,
measuring the distance between networks, and reconstructing networks from
temporal data. [link]
Non-backtracking Matrix
Spectral graph theory has numerous applications to network science and
graph mining. The cornerstone idea of spectral graph theory is to represent
the graph using a matrix, and then use the eigenvalues of this matrix to
understand the structure of the graph. Traditionally, it focuses on using
the adjacency matrix, the Laplacian matrix, and the random walk
matrix. Much less studied is the so-called non-backtracking matrix, which
has found applications to community detection, graph distance, graph
embedding, network robustness, centrality, random walks, etc.
My interest in the non-backtracking matrix comes from, among other things,
the fact that it is not normal (and thus not symmetric). Since standard
methods in spectral graph theory apply only to symmetric matrices, the
study of the non-backtracking matrix requires the development of entirely
new linear algebraic techniques.
Related publications:
-
Leo Torres, K. S. Chan, H. Tong and T. Eliassi-Rad. Node Immunization
with Non-backtracking Eigenvalues. Preprint. arXiv:2002.12309 (2020)
[link]
-
Leo Torres, P. Suárez-Serrato and T. Eliassi-Rad. Non-backtracking
Cycles: Length Spectrum Theory and Graph Mining Applications. Appl Netw
Sci (2019) 4: 41. [link]
Graph Embeddings
Embedding (a.k.a. dimensionality reduction or representation learning) is a
fundamental task in machine learning. In graph mining, the goal of a graph
embedding algorithm is to find a feature vector for each node in a
graph. These vectors can then be fed into a downstream machine learning
algorithm such as link prediction or node classiffication. Link prediction
is of particular importance to network scientists as it is tightly related
to the study of growth mechanisms.
I'm particularly interested in graph embedding algorithms that try not only
to optimize a certain objective function, but that propose a different way
of encoding the graph's structure in the geometry of the embedding
space. Accordingly, I care about algorithm efficiency just as much as I
care about the interpretability of the results.
Related publications:
-
Leo Torres, K. S. Chan, and T. Eliassi-Rad. GLEE: Geometric Laplacian
Eigenmap Embedding. Journal of Complex Networks, Volume 8, Issue 2,
April 2020,
cnaa007. [link]
-
Leo Torres, P. Suárez-Serrato and T. Eliassi-Rad. Non-backtracking
Cycles: Length Spectrum Theory and Graph Mining Applications. Appl Netw
Sci (2019) 4: 41. [link]
COVID-19
As many other scientists, I put my research skills in the service of
fighting the COVID-19 pandemic. In particular, I am helping the research
efforts at the Network Science
Institute and the MOBS
Lab by using network science methods to analyze
mobility data and the spread of the epidemic.
Related publications:
-
B. Klein, T. LaRock, S. McCabe, L. Torres, L. Friedland, F. Privitera,
B. Lake, M. U. G. Kraemer, J. S. Brownstein, D. Lazer, T. Eliassi-Rad,
S. V. Scarpino, A. Vespignani, and M- Chinazzi. Reshaping a nation:
Mobility, commuting, and contact patterns during the COVID-19 outbreak.
Technical report
(2020). [link]
-
B. Klein, T. LaRock, S. McCabe, L. Torres, F. Privitera, B. Lake,
M. U. G. Kraemer, J. S. Brownstein, D. Lazer, T. Eliassi-Rad,
S. V. Scarpino, M- Chinazzi, and A. Vespignani. Assessing changes in
commuting and individual mobility in major metropolitan areas in the
United States during the COVID-19 outbreak. Technical
report (2020). [link]