Skip to main content

Showing 1–50 of 75 results for author: Schaub, M T

.
  1. arXiv:2406.06642  [pdf, other

    cs.LG

    TopoBenchmarkX: A Framework for Benchmarking Topological Deep Learning

    Authors: Lev Telyatnikov, Guillermo Bernardez, Marco Montagna, Pavlo Vasylenko, Ghada Zamzmi, Mustafa Hajij, Michael T Schaub, Nina Miolane, Simone Scardapane, Theodore Papamarkou

    Abstract: This work introduces TopoBenchmarkX, a modular open-source library designed to standardize benchmarking and accelerate research in Topological Deep Learning (TDL). TopoBenchmarkX maps the TDL pipeline into a sequence of independent and modular components for data loading and processing, as well as model training, optimization, and evaluation. This modular organization provides flexibility for modi… ▽ More

    Submitted 9 June, 2024; originally announced June 2024.

  2. arXiv:2406.02997  [pdf, other

    cs.LG

    Residual Connections and Normalization Can Provably Prevent Oversmoothing in GNNs

    Authors: Michael Scholkemper, Xinyi Wu, Ali Jadbabaie, Michael T. Schaub

    Abstract: Residual connections and normalization layers have become standard design choices for graph neural networks (GNNs), and were proposed as solutions to the mitigate the oversmoothing problem in GNNs. However, how exactly these methods help alleviate the oversmoothing problem from a theoretical perspective is not well understood. In this work, we provide a formal and precise characterization of (line… ▽ More

    Submitted 12 June, 2024; v1 submitted 5 June, 2024; originally announced June 2024.

  3. arXiv:2406.02300  [pdf, other

    math.AT cs.CG cs.LG

    Node-Level Topological Representation Learning on Point Clouds

    Authors: Vincent P. Grande, Michael T. Schaub

    Abstract: Topological Data Analysis (TDA) allows us to extract powerful topological and higher-order information on the global shape of a data set or point cloud. Tools like Persistent Homology or the Euler Transform give a single complex description of the global structure of the point cloud. However, common machine learning applications like classification require point-level information and features to b… ▽ More

    Submitted 4 June, 2024; originally announced June 2024.

    Comments: 30 pages, 10 figures, comments welcome

  4. arXiv:2406.02269  [pdf, ps, other

    stat.ML cond-mat.dis-nn cs.LG

    Graph Neural Networks Do Not Always Oversmooth

    Authors: Bastian Ep**, Alexandre René, Moritz Helias, Michael T. Schaub

    Abstract: Graph neural networks (GNNs) have emerged as powerful tools for processing relational data in applications. However, GNNs suffer from the problem of oversmoothing, the property that the features of all nodes exponentially converge to the same vector over layers, prohibiting the design of deep GNNs. In this work we study oversmoothing in graph convolutional networks (GCNs) by using their Gaussian p… ▽ More

    Submitted 4 June, 2024; originally announced June 2024.

  5. arXiv:2406.01999  [pdf, other

    cs.DS cs.DM cs.SI math.AT

    Random Abstract Cell Complexes

    Authors: Josef Hoppe, Michael T. Schaub

    Abstract: We define a model for random (abstract) cell complexes (CCs), similiar to the well-known Erdős-Rényi model for graphs and its extensions for simplicial complexes. To build a random cell complex, we first draw from an Erdős-Rényi graph, and consecutively augment the graph with cells for each dimension with a specified probability. As the number of possible cells increases combinatorially -- e.g., 2… ▽ More

    Submitted 4 June, 2024; originally announced June 2024.

    Comments: 10 pages, 8 figures (plus appendix). For evaluation code, see https://github.com/josefhoppe/random-abstract-cell-complexes

  6. arXiv:2404.03434  [pdf, other

    cs.LG

    Learning From Simplicial Data Based on Random Walks and 1D Convolutions

    Authors: Florian Frantzen, Michael T. Schaub

    Abstract: Triggered by limitations of graph-based deep learning methods in terms of computational expressivity and model flexibility, recent years have seen a surge of interest in computational models that operate on higher-order topological domains such as hypergraphs and simplicial complexes. While the increased expressivity of these models can indeed lead to a better classification performance and a more… ▽ More

    Submitted 4 April, 2024; originally announced April 2024.

  7. arXiv:2403.15023  [pdf, other

    cs.SI cs.DM

    Ellipsoidal embeddings of graphs

    Authors: Michaël Fanuel, Antoine Aspeel, Michael T. Schaub, Jean-Charles Delvenne

    Abstract: Due to their flexibility to represent almost any kind of relational data, graph-based models have enjoyed a tremendous success over the past decades. While graphs are inherently only combinatorial objects, however, many prominent analysis tools are based on the algebraic representation of graphs via matrices such as the graph Laplacian, or on associated graph embeddings. Such embeddings associate… ▽ More

    Submitted 26 March, 2024; v1 submitted 22 March, 2024; originally announced March 2024.

    Comments: 29 pages, 6 figures. A few typos corrected

  8. arXiv:2402.08871  [pdf, other

    cs.LG stat.ML

    Position: Topological Deep Learning is the New Frontier for Relational Learning

    Authors: Theodore Papamarkou, Tolga Birdal, Michael Bronstein, Gunnar Carlsson, Justin Curry, Yue Gao, Mustafa Hajij, Roland Kwitt, Pietro Liò, Paolo Di Lorenzo, Vasileios Maroulas, Nina Miolane, Farzana Nasrin, Karthikeyan Natesan Ramamurthy, Bastian Rieck, Simone Scardapane, Michael T. Schaub, Petar Veličković, Bei Wang, Yusu Wang, Guo-Wei Wei, Ghada Zamzmi

    Abstract: Topological deep learning (TDL) is a rapidly evolving field that uses topological features to understand and design deep learning models. This paper posits that TDL is the new frontier for relational learning. TDL may complement graph representation learning and geometric deep learning by incorporating topological concepts, and can thus provide a natural choice for various machine learning setting… ▽ More

    Submitted 30 May, 2024; v1 submitted 13 February, 2024; originally announced February 2024.

  9. arXiv:2402.02441  [pdf, other

    cs.LG cs.AI cs.MS stat.CO

    TopoX: A Suite of Python Packages for Machine Learning on Topological Domains

    Authors: Mustafa Hajij, Mathilde Papillon, Florian Frantzen, Jens Agerberg, Ibrahem AlJabea, Ruben Ballester, Claudio Battiloro, Guillermo Bernárdez, Tolga Birdal, Aiden Brent, Peter Chin, Sergio Escalera, Simone Fiorellino, Odin Hoff Gardaa, Gurusankar Gopalakrishnan, Devendra Govil, Josef Hoppe, Maneel Reddy Karri, Jude Khouja, Manuel Lecha, Neal Livesay, Jan Meißner, Soham Mukherjee, Alexander Nikitin, Theodore Papamarkou , et al. (18 additional authors not shown)

    Abstract: We introduce TopoX, a Python software suite that provides reliable and user-friendly building blocks for computing and machine learning on topological domains that extend graphs: hypergraphs, simplicial, cellular, path and combinatorial complexes. TopoX consists of three packages: TopoNetX facilitates constructing and computing on these domains, including working with nodes, edges and higher-order… ▽ More

    Submitted 17 February, 2024; v1 submitted 4 February, 2024; originally announced February 2024.

  10. A Wasserstein Graph Distance Based on Distributions of Probabilistic Node Embeddings

    Authors: Michael Scholkemper, Damin Kühn, Gerion Nabbefeld, Simon Musall, Björn Kampa, Michael T. Schaub

    Abstract: Distance measures between graphs are important primitives for a variety of learning tasks. In this work, we describe an unsupervised, optimal transport based approach to define a distance between graphs. Our idea is to derive representations of graphs as Gaussian mixture models, fitted to distributions of sampled node embeddings over the same space. The Wasserstein distance between these Gaussian… ▽ More

    Submitted 9 January, 2024; v1 submitted 8 January, 2024; originally announced January 2024.

  11. arXiv:2401.02381  [pdf, other

    cs.DS

    Faster optimal univariate microgaggregation

    Authors: Felix I. Stamm, Michael T. Schaub

    Abstract: Microaggregation is a method to coarsen a dataset, by optimally clustering data points in groups of at least $k$ points, thereby providing a $k$-anonymity type disclosure guarantee for each point in the dataset. Previous algorithms for univariate microaggregation had a $O(k n)$ time complexity. By rephrasing microaggregation as an instance of the concave least weight subsequence problem, in this w… ▽ More

    Submitted 4 January, 2024; originally announced January 2024.

  12. arXiv:2312.09504  [pdf, other

    cs.LG cs.SI math.AT math.CO stat.ML

    Combinatorial Complexes: Bridging the Gap Between Cell Complexes and Hypergraphs

    Authors: Mustafa Hajij, Ghada Zamzmi, Theodore Papamarkou, Aldo Guzmán-Sáenz, Tolga Birdal, Michael T. Schaub

    Abstract: Graph-based signal processing techniques have become essential for handling data in non-Euclidean spaces. However, there is a growing awareness that these graph models might need to be expanded into `higher-order' domains to effectively represent the complex relations found in high-dimensional data. Such higher-order domains are typically modeled either as hypergraphs, or as simplicial, cubical or… ▽ More

    Submitted 14 December, 2023; originally announced December 2023.

    Journal ref: 57th Asilomar Conference on Signals, Systems, and Computers, 2023

  13. Disentangling the Spectral Properties of the Hodge Laplacian: Not All Small Eigenvalues Are Equal

    Authors: Vincent P. Grande, Michael T. Schaub

    Abstract: The rich spectral information of the graph Laplacian has been instrumental in graph theory, machine learning, and graph signal processing for applications such as graph classification, clustering, or eigenmode analysis. Recently, the Hodge Laplacian has come into focus as a generalisation of the ordinary Laplacian for higher-order graph models such as simplicial and cellular complexes. Akin to the… ▽ More

    Submitted 26 March, 2024; v1 submitted 24 November, 2023; originally announced November 2023.

    Comments: 5 pages, 4 figures, comments welcome

    Journal ref: ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)

  14. arXiv:2310.16437  [pdf, other

    math.AT cs.CG cs.LG

    Non-isotropic Persistent Homology: Leveraging the Metric Dependency of PH

    Authors: Vincent P. Grande, Michael T. Schaub

    Abstract: Persistent Homology is a widely used topological data analysis tool that creates a concise description of the topological properties of a point cloud based on a specified filtration. Most filtrations used for persistent homology depend (implicitly) on a chosen metric, which is typically agnostically chosen as the standard Euclidean metric on $\mathbb{R}^n$. Recent work has tried to uncover the 'tr… ▽ More

    Submitted 25 October, 2023; originally announced October 2023.

    Comments: 30 pages, 17 figures, comments welcome!

    Journal ref: LoG 2023 - 2023 Learning on Graphs Conference (LoG)

  15. arXiv:2309.07030  [pdf, other

    cs.LG cs.SI eess.SY q-bio.GN q-bio.MN

    Optimal transport distances for directed, weighted graphs: a case study with cell-cell communication networks

    Authors: James S. Nagai, Ivan G. Costa, Michael T. Schaub

    Abstract: Comparing graphs by means of optimal transport has recently gained significant attention, as the distances induced by optimal transport provide both a principled metric between graphs as well as an interpretable description of the associated changes between graphs in terms of a transport plan. As the lack of symmetry introduces challenges in the typically considered formulations, optimal transport… ▽ More

    Submitted 14 March, 2024; v1 submitted 13 September, 2023; originally announced September 2023.

    Comments: 5 pages, 1 figure

    Journal ref: ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)

  16. arXiv:2309.01632  [pdf, other

    cs.SI cs.LG eess.SP

    Representing Edge Flows on Graphs via Sparse Cell Complexes

    Authors: Josef Hoppe, Michael T. Schaub

    Abstract: Obtaining sparse, interpretable representations of observable data is crucial in many machine learning and signal processing tasks. For data representing flows along the edges of a graph, an intuitively interpretable way to obtain such representations is to lift the graph structure to a simplicial complex: The eigenvectors of the associated Hodge-Laplacian, respectively the incidence matrices of t… ▽ More

    Submitted 2 November, 2023; v1 submitted 4 September, 2023; originally announced September 2023.

    Comments: 9 pages, 6 figures (plus appendix). For evaluation code, see https://github.com/josefhoppe/edge-flow-cell-complexes

  17. arXiv:2306.05557  [pdf, other

    cs.SI cs.LG

    On Performance Discrepancies Across Local Homophily Levels in Graph Neural Networks

    Authors: Donald Loveland, Jiong Zhu, Mark Heimann, Benjamin Fish, Michael T. Schaub, Danai Koutra

    Abstract: Graph Neural Network (GNN) research has highlighted a relationship between high homophily (i.e., the tendency of nodes of the same class to connect) and strong predictive performance in node classification. However, recent work has found the relationship to be more nuanced, demonstrating that simple GNNs can learn in certain heterophilous settings. To resolve these conflicting findings and align c… ▽ More

    Submitted 20 November, 2023; v1 submitted 8 June, 2023; originally announced June 2023.

    Comments: 30 pages

  18. arXiv:2306.01813  [pdf, other

    cs.LG cs.SI physics.soc-ph

    Learning the effective order of a hypergraph dynamical system

    Authors: Leonie Neuhäuser, Michael Scholkemper, Francesco Tudisco, Michael T. Schaub

    Abstract: Dynamical systems on hypergraphs can display a rich set of behaviours not observable for systems with pairwise interactions. Given a distributed dynamical system with a putative hypergraph structure, an interesting question is thus how much of this hypergraph structure is actually necessary to faithfully replicate the observed dynamical behaviour. To answer this question, we propose a method to de… ▽ More

    Submitted 2 June, 2023; originally announced June 2023.

  19. arXiv:2305.19087  [pdf, other

    cs.SI

    An Optimization-based Approach To Node Role Discovery in Networks: Approximating Equitable Partitions

    Authors: Michael Scholkemper, Michael T. Schaub

    Abstract: Similar to community detection, partitioning the nodes of a network according to their structural roles aims to identify fundamental building blocks of a network. The found partitions can be used, e.g., to simplify descriptions of the network connectivity, to derive reduced order models for dynamical processes unfolding on processes, or as ingredients for various graph mining tasks. In this work,… ▽ More

    Submitted 30 May, 2023; originally announced May 2023.

  20. arXiv:2303.16716  [pdf, other

    math.AT cs.CG cs.LG cs.SI

    Topological Point Cloud Clustering

    Authors: Vincent P. Grande, Michael T. Schaub

    Abstract: We present Topological Point Cloud Clustering (TPCC), a new method to cluster points in an arbitrary point cloud based on their contribution to global topological features. TPCC synthesizes desirable features from spectral clustering and topological data analysis and is based on considering the spectral properties of a simplicial complex associated to the considered point cloud. As it is based on… ▽ More

    Submitted 20 July, 2023; v1 submitted 29 March, 2023; originally announced March 2023.

    Comments: Accepted at the 40th International Conference on Machine Learning (ICML), 2023. Code available at https://git.rwth-aachen.de/netsci/publication-2023-topological-point-cloud-clustering

    Journal ref: ICML 2023 - 40th International Conference on Machine Learning (ICML)

  21. Signal Processing on Product Spaces

    Authors: T. Mitchell Roddenberry, Vincent P. Grande, Florian Frantzen, Michael T. Schaub, Santiago Segarra

    Abstract: We establish a framework for signal processing on product spaces of simplicial and cellular complexes. For simplicity, we focus on the product of two complexes representing time and space, although our results generalize naturally to products of simplicial complexes of arbitrary dimension. Our framework leverages the structure of the eigenmodes of the Hodge Laplacian of the product space to jointl… ▽ More

    Submitted 18 March, 2023; originally announced March 2023.

    Journal ref: ICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Rhodes Island, Greece, 2023, pp. 1-5

  22. arXiv:2303.05385  [pdf, other

    cs.SI cs.MS

    PyGenStability: Multiscale community detection with generalized Markov Stability

    Authors: Alexis Arnaudon, Dominik J. Schindler, Robert L. Peach, Adam Gosztolai, Maxwell Hodges, Michael T. Schaub, Mauricio Barahona

    Abstract: We present PyGenStability, a general-use Python software package that provides a suite of analysis and visualisation tools for unsupervised multiscale community detection in graphs. PyGenStability finds optimized partitions of a graph at different levels of resolution by maximizing the generalized Markov Stability quality function with the Louvain or Leiden algorithms. The package includes automat… ▽ More

    Submitted 8 November, 2023; v1 submitted 8 March, 2023; originally announced March 2023.

    ACM Class: G.4; I.5.3

  23. arXiv:2301.10137  [pdf, other

    eess.SP cond-mat.dis-nn cs.LG cs.SI physics.soc-ph

    Dirac signal processing of higher-order topological signals

    Authors: Lucille Calmon, Michael T. Schaub, Ginestra Bianconi

    Abstract: Higher-order networks can sustain topological signals which are variables associated not only to the nodes, but also to the links, to the triangles and in general to the higher dimensional simplices of simplicial complexes. These topological signals can describe a large variety of real systems including currents in the ocean, synaptic currents between neurons and biological transportation networks… ▽ More

    Submitted 23 August, 2023; v1 submitted 12 January, 2023; originally announced January 2023.

    Comments: (26 pages, 12 figures)

    Journal ref: New J. Phys. 25, 093013 (2023)

  24. arXiv:2212.10196  [pdf, other

    cs.SI cond-mat.dis-nn physics.soc-ph

    Higher-order signal processing with the Dirac operator

    Authors: Lucille Calmon, Michael T. Schaub, Ginestra Bianconi

    Abstract: The processing of signals on simplicial and cellular complexes defined by nodes, edges, and higher-order cells has recently emerged as a principled extension of graph signal processing for signals supported on more general topological spaces. However, most works so far have considered signal processing problems for signals associated to only a single type of cell such as the processing of node sig… ▽ More

    Submitted 24 February, 2023; v1 submitted 20 December, 2022; originally announced December 2022.

    Comments: 5 pages , 3 figures

    Journal ref: 2022 56th Asilomar Conference on Signals, Systems, and Computers

  25. Neighborhood Structure Configuration Models

    Authors: Felix I. Stamm, Michael Scholkemper, Markus Strohmaier, Michael T. Schaub

    Abstract: We develop a new method to efficiently sample synthetic networks that preserve the d-hop neighborhood structure of a given network for any given d. The proposed algorithm trades off the diversity in network samples against the depth of the neighborhood structure that is preserved. Our key innovation is to employ a colored Configuration Model with colors derived from iterations of the so-called Col… ▽ More

    Submitted 13 October, 2022; originally announced October 2022.

    Journal ref: Proceedings of the ACM Web Conference 2023 (WWW '23). Association for Computing Machinery, New York, NY, USA, 210-220

  26. arXiv:2208.03263  [pdf, other

    physics.soc-ph cs.SI

    Improving the visibility of minorities through network growth interventions

    Authors: Leonie Neuhäuser, Fariba Karimi, Jan Bachmann, Markus Strohmaier, Michael T. Schaub

    Abstract: Improving the position of minorities in networks via interventions is a challenge of high theoretical and societal importance. In this work, we examine how different network growth interventions impact the position of minority nodes in degree rankings over time. We distinguish between two kinds of interventions: (i) group size interventions, such as introducing quotas, that regulate the ratio of i… ▽ More

    Submitted 5 August, 2022; originally announced August 2022.

    Journal ref: Commun Phys 6, 108 (2023)

  27. arXiv:2207.04376  [pdf, other

    cs.SI cs.CY cs.LG

    On Graph Neural Network Fairness in the Presence of Heterophilous Neighborhoods

    Authors: Donald Loveland, Jiong Zhu, Mark Heimann, Ben Fish, Michael T. Schaub, Danai Koutra

    Abstract: We study the task of node classification for graph neural networks (GNNs) and establish a connection between group fairness, as measured by statistical parity and equal opportunity, and local assortativity, i.e., the tendency of linked nodes to have similar attributes. Such assortativity is often induced by homophily, the tendency for nodes of similar properties to connect. Homophily can be common… ▽ More

    Submitted 14 November, 2022; v1 submitted 10 July, 2022; originally announced July 2022.

    Comments: 6 pages, KDD 2022 DLG Workshop

  28. arXiv:2206.00606  [pdf, other

    cs.LG cs.CV cs.SI math.AT stat.ML

    Topological Deep Learning: Going Beyond Graph Data

    Authors: Mustafa Hajij, Ghada Zamzmi, Theodore Papamarkou, Nina Miolane, Aldo Guzmán-Sáenz, Karthikeyan Natesan Ramamurthy, Tolga Birdal, Tamal K. Dey, Soham Mukherjee, Shreyas N. Samaga, Neal Livesay, Robin Walters, Paul Rosen, Michael T. Schaub

    Abstract: Topological deep learning is a rapidly growing field that pertains to the development of deep learning models for data supported on topological domains such as simplicial complexes, cell complexes, and hypergraphs, which generalize many domains encountered in scientific computations. In this paper, we present a unifying deep learning framework built upon a richer data structure that includes widel… ▽ More

    Submitted 19 May, 2023; v1 submitted 1 June, 2022; originally announced June 2022.

  29. arXiv:2201.11720  [pdf, other

    eess.SP cs.LG cs.SI math.AT math.SP

    Simplicial Convolutional Filters

    Authors: Maosheng Yang, Elvin Isufi, Michael T. Schaub, Geert Leus

    Abstract: We study linear filters for processing signals supported on abstract topological spaces modeled as simplicial complexes, which may be interpreted as generalizations of graphs that account for nodes, edges, triangular faces etc. To process such signals, we develop simplicial convolutional filters defined as matrix polynomials of the lower and upper Hodge Laplacians. First, we study the properties o… ▽ More

    Submitted 20 February, 2024; v1 submitted 27 January, 2022; originally announced January 2022.

    Comments: 16 pages, 13 figures, 2 tables

  30. arXiv:2111.13235  [pdf, other

    cs.SI math.AT physics.soc-ph stat.AP stat.ML

    Outlier Detection for Trajectories via Flow-embeddings

    Authors: Florian Frantzen, Jean-Baptiste Seby, Michael T. Schaub

    Abstract: We propose a method to detect outliers in empirically observed trajectories on a discrete or discretized manifold modeled by a simplicial complex. Our approach is similar to spectral embeddings such as diffusion-maps and Laplacian eigenmaps, that construct vertex embeddings from the eigenvectors of the graph Laplacian associated with low eigenvalues. Here we consider trajectories as edge-flow vect… ▽ More

    Submitted 25 November, 2021; originally announced November 2021.

    Comments: 5 pages, 5 figures, code available

    Journal ref: 2021 55th Asilomar Conference on Signals, Systems, and Computers

  31. arXiv:2110.05614  [pdf, other

    cs.LG cs.SI eess.SP math.AT math.GT

    Signal Processing on Cell Complexes

    Authors: T. Mitchell Roddenberry, Michael T. Schaub, Mustafa Hajij

    Abstract: The processing of signals supported on non-Euclidean domains has attracted large interest recently. Thus far, such non-Euclidean domains have been abstracted primarily as graphs with signals supported on the nodes, though the processing of signals on more general structures such as simplicial complexes has also been considered. In this paper, we give an introduction to signal processing on (abstra… ▽ More

    Submitted 20 February, 2022; v1 submitted 11 October, 2021; originally announced October 2021.

    Comments: 5 pages, 3 figures

    Journal ref: ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)

  32. Hodgelets: Localized Spectral Representations of Flows on Simplicial Complexes

    Authors: T. Mitchell Roddenberry, Florian Frantzen, Michael T. Schaub, Santiago Segarra

    Abstract: We develop wavelet representations for edge-flows on simplicial complexes, using ideas rooted in combinatorial Hodge theory and spectral graph wavelets. We first show that the Hodge Laplacian can be used in lieu of the graph Laplacian to construct a family of wavelets for higher-order signals on simplicial complexes. Then, we refine this idea to construct wavelets that respect the Hodge-Helmholtz… ▽ More

    Submitted 17 September, 2021; originally announced September 2021.

    Journal ref: ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)

  33. arXiv:2109.04985  [pdf, other

    physics.soc-ph cs.SI math.DS

    Consensus dynamics on temporal hypergraphs

    Authors: Leonie Neuhäuser, Renaud Lambiotte, Michael T. Schaub

    Abstract: We investigate consensus dynamics on temporal hypergraphs that encode network systems with time-dependent, multi-way interactions. We compare this dynamics with that on appropriate projections of this higher-order network representation that flatten the temporal, the multi-way component, or both. For linear average consensus dynamics, we find that the convergence of a randomly switching time-varyi… ▽ More

    Submitted 10 September, 2021; originally announced September 2021.

    Journal ref: Leonie Neuhäuser, Renaud Lambiotte, and Michael T. Schaub. 2021. Consensus dynamics on temporal hypergraphs. Physical Review E 104, 6 (December 2021), 064305. Publisher: American Physical Society

  34. How does Heterophily Impact the Robustness of Graph Neural Networks? Theoretical Connections and Practical Implications

    Authors: Jiong Zhu, Junchen **, Donald Loveland, Michael T. Schaub, Danai Koutra

    Abstract: We bridge two research directions on graph neural networks (GNNs), by formalizing the relation between heterophily of node labels (i.e., connected nodes tend to have dissimilar labels) and the robustness of GNNs to adversarial attacks. Our theoretical and empirical analyses show that for homophilous graph data, impactful structural attacks always lead to reduced homophily, while for heterophilous… ▽ More

    Submitted 22 July, 2022; v1 submitted 14 June, 2021; originally announced June 2021.

    Comments: KDD 2022 camera ready version + full appendix; 20 pages, 2 figures

  35. arXiv:2106.07471  [pdf, other

    eess.SP cs.DM cs.LG

    Signal processing on simplicial complexes

    Authors: Michael T. Schaub, Jean-Baptiste Seby, Florian Frantzen, T. Mitchell Roddenberry, Yu Zhu, Santiago Segarra

    Abstract: Higher-order networks have so far been considered primarily in the context of studying the structure of complex systems, i.e., the higher-order or multi-way relations connecting the constituent entities. More recently, a number of studies have considered dynamical processes that explicitly account for such higher-order dependencies, e.g., in the context of epidemic spreading processes or opinion f… ▽ More

    Submitted 2 February, 2022; v1 submitted 14 June, 2021; originally announced June 2021.

    Comments: 29 pages; 5 figures. arXiv admin note: text overlap with arXiv:2101.05510

  36. Local, global and scale-dependent node roles

    Authors: Michael Scholkemper, Michael T. Schaub

    Abstract: This paper re-examines the concept of node equivalences like structural equivalence or automorphic equivalence, which have originally emerged in social network analysis to characterize the role an actor plays within a social system, but have since then been of independent interest for graph-based learning tasks. Traditionally, such exact node equivalences have been defined either in terms of the o… ▽ More

    Submitted 26 May, 2021; originally announced May 2021.

    Journal ref: IEEE International Conference on Autonomous Systems (ICAS), 2021, pp. 1-5

  37. arXiv:2105.01369  [pdf, other

    physics.soc-ph cs.SI eess.SY

    Consensus Dynamics and Opinion Formation on Hypergraphs

    Authors: Leonie Neuhäuser, Renaud Lambiotte, Michael T. Schaub

    Abstract: In this chapter, we derive and analyse models for consensus dynamics on hypergraphs. As we discuss, unless there are nonlinear node interaction functions, it is always possible to rewrite the system in terms of a new network of effective pairwise node interactions, regardless of the initially underlying multi-way interaction structure. We thus focus on dynamics based on a certain class of non-line… ▽ More

    Submitted 11 January, 2022; v1 submitted 4 May, 2021; originally announced May 2021.

    Comments: arXiv admin note: text overlap with arXiv:1910.09226

  38. arXiv:2104.11329  [pdf, other

    cs.SI math.CO math.DS math.ST nlin.AO

    What are higher-order networks?

    Authors: Christian Bick, Elizabeth Gross, Heather A. Harrington, Michael T. Schaub

    Abstract: Network-based modeling of complex systems and data using the language of graphs has become an essential topic across a range of different disciplines. Arguably, this graph-based perspective derives its success from the relative simplicity of graphs: A graph consists of nothing more than a set of vertices and a set of edges, describing relationships between pairs of such vertices. This simple combi… ▽ More

    Submitted 4 July, 2022; v1 submitted 20 April, 2021; originally announced April 2021.

    MSC Class: 05C82; 34B45; 68R10; 55U10; 05C65

    Journal ref: SIAM Review 65(3), 686-731 (2023)

  39. arXiv:2103.12587  [pdf, other

    cs.SI cs.LG eess.SY physics.soc-ph

    Finite Impulse Response Filters for Simplicial Complexes

    Authors: Maosheng Yang, Elvin Isufi, Michael T. Schaub, Geert Leus

    Abstract: In this paper, we study linear filters to process signals defined on simplicial complexes, i.e., signals defined on nodes, edges, triangles, etc. of a simplicial complex, thereby generalizing filtering operations for graph signals. We propose a finite impulse response filter based on the Hodge Laplacian, and demonstrate how this filter can be designed to amplify or attenuate certain spectral compo… ▽ More

    Submitted 23 March, 2021; originally announced March 2021.

    Comments: 5 pages; 3 figures; 1 table

    Journal ref: 29th European Signal Processing Conference (EUSIPCO 2021)

  40. arXiv:2101.05510  [pdf, other

    cs.SI cs.LG physics.soc-ph stat.ML

    Signal Processing on Higher-Order Networks: Livin' on the Edge ... and Beyond

    Authors: Michael T. Schaub, Yu Zhu, Jean-Baptiste Seby, T. Mitchell Roddenberry, Santiago Segarra

    Abstract: In this tutorial, we provide a didactic treatment of the emerging topic of signal processing on higher-order networks. Drawing analogies from discrete and graph signal processing, we introduce the building blocks for processing data on simplicial complexes and hypergraphs, two common higher-order network abstractions that can incorporate polyadic relationships. We provide brief introductions to si… ▽ More

    Submitted 20 February, 2022; v1 submitted 14 January, 2021; originally announced January 2021.

    Comments: 41 pages; 8 figures

    Journal ref: Signal Processing, Volume 187, 2021, 108149, ISSN 0165-1684

  41. arXiv:2101.00503  [pdf, other

    stat.CO cs.LG cs.SI nlin.AO physics.soc-ph

    Modularity maximisation for graphons

    Authors: Florian Klimm, Nick S. Jones, Michael T. Schaub

    Abstract: Networks are a widely-used tool to investigate the large-scale connectivity structure in complex systems and graphons have been proposed as an infinite size limit of dense networks. The detection of communities or other meso-scale structures is a prominent topic in network science as it allows the identification of functional building blocks in complex systems. When such building blocks may be pre… ▽ More

    Submitted 2 January, 2021; originally announced January 2021.

  42. Simulating systematic bias in attributed social networks and its effect on rankings of minority nodes

    Authors: Felix I. Stamm, Leonie Neuhäuser, Florian Lemmerich, Michael T. Schaub, Markus Strohmaier

    Abstract: Network analysis provides powerful tools to learn about a variety of social systems. However, most analyses implicitly assume that the considered relational data is error-free, reliable and accurately reflects the system to be analysed. Especially if the network consists of multiple groups, this assumption conflicts with a range of systematic biases, measurement errors and other inaccuracies that… ▽ More

    Submitted 6 July, 2021; v1 submitted 22 October, 2020; originally announced October 2020.

    Journal ref: Appl Netw Sci 6, 86 (2021)

  43. arXiv:2009.07525  [pdf, other

    cs.SI cs.LG physics.soc-ph stat.ML

    Detectability of hierarchical communities in networks

    Authors: Leto Peel, Michael T. Schaub

    Abstract: We study the problem of recovering a planted hierarchy of partitions in a network. The detectability of a single planted partition has previously been analysed in detail and a phase transition has been identified below which the partition cannot be detected. Here we show that, in the hierarchical setting, there exist additional phases in which the presence of multiple consistent partitions can eit… ▽ More

    Submitted 16 September, 2020; originally announced September 2020.

    Comments: 5 pages, 3 figures

  44. Hierarchical community structure in networks

    Authors: Michael T. Schaub, Jiaze Li, Leto Peel

    Abstract: Modular and hierarchical community structures are pervasive in real-world complex systems. A great deal of effort has gone into trying to detect and study these structures. Important theoretical advances in the detection of modular have included identifying fundamental limits of detectability by formally defining community structure using probabilistic generative models. Detecting hierarchical com… ▽ More

    Submitted 25 April, 2023; v1 submitted 15 September, 2020; originally announced September 2020.

    Comments: 25 pages, 14 figures

    Journal ref: Phys. Rev. E 107, 054305 (2023)

  45. arXiv:2005.00337  [pdf, other

    physics.soc-ph physics.app-ph physics.data-an

    State aggregations in Markov chains and block models of networks

    Authors: Mauro Faccin, Michael T. Schaub, Jean-Charles Delvenne

    Abstract: We consider state-aggregation schemes for Markov chains from an information-theoretic perspective. Specifically, we consider aggregating the states of a Markov chain such that the mutual information of the aggregated states separated by T time steps is maximized. We show that for T = 1 this approach recovers the maximum-likelihood estimator of the degree-corrected stochastic block model as a parti… ▽ More

    Submitted 20 August, 2021; v1 submitted 1 May, 2020; originally announced May 2020.

    Comments: 18 pages, 13 figures

    MSC Class: 05C81; 60J10

    Journal ref: Phys. Rev. Lett. 127, 078301 (2021)

  46. Opinion Dynamics with Multi-Body Interactions

    Authors: Leonie Neuhäuser, Michael T. Schaub, Andrew Mellor, Renaud Lambiotte

    Abstract: We introduce and analyse a three-body consensus model (3CM) for non-linear consensus dynamics on hypergraphs. Our model incorporates reinforcing group effects, which can cause shifts in the average state of the system even in if the underlying graph is complete (corresponding to a mean-field interaction), a phenomena that may be interpreted as a type of peer pressure. We further demonstrate that f… ▽ More

    Submitted 2 April, 2020; originally announced April 2020.

  47. Exact Blind Community Detection from Signals on Multiple Graphs

    Authors: T. Mitchell Roddenberry, Michael T. Schaub, Hoi-To Wai, Santiago Segarra

    Abstract: Networks and data supported on graphs have become ubiquitous in the sciences and engineering. This paper studies the 'blind' community detection problem, where we seek to infer the community structure of a graph model given the observation of independent graph signals on a set of nodes whose connections are unknown. We model each observation as filtered white noise, where the underlying network st… ▽ More

    Submitted 29 January, 2020; originally announced January 2020.

    Comments: 13 pages, 3 figures

  48. Network Inference from Consensus Dynamics with Unknown Parameters

    Authors: Yu Zhu, Michael T. Schaub, Ali Jadbabaie, Santiago Segarra

    Abstract: We explore the problem of inferring the graph Laplacian of a weighted, undirected network from snapshots of a single or multiple discrete-time consensus dynamics, subject to parameter uncertainty, taking place on the network. Specifically, we consider three problems in which we assume different levels of knowledge about the diffusion rates, observation times, and the input signal power of the dyna… ▽ More

    Submitted 30 April, 2020; v1 submitted 4 August, 2019; originally announced August 2019.

    Journal ref: IEEE Transactions on Signal and Information Processing over Networks, vol. 6, pp. 300-315, 2020

  49. arXiv:1905.09107  [pdf, other

    cs.LG cs.SI physics.soc-ph stat.ML

    Blind identification of stochastic block models from dynamical observations

    Authors: Michael T. Schaub, Santiago Segarra, John N. Tsitsiklis

    Abstract: We consider a blind identification problem in which we aim to recover a statistical model of a network without knowledge of the network's edges, but based solely on nodal observations of a certain process. More concretely, we focus on observations that consist of single snapshots taken from multiple trajectories of a diffusive process that evolves over the unknown network. We model the network as… ▽ More

    Submitted 3 December, 2019; v1 submitted 22 May, 2019; originally announced May 2019.

    Comments: 33 pages; 4 figures

    Journal ref: SIAM Journal on Mathematics of Data Science 2020 2:2, 335-367

  50. arXiv:1905.07451  [pdf, other

    cs.LG cs.SI stat.ML

    Graph-based Semi-Supervised & Active Learning for Edge Flows

    Authors: Junteng Jia, Michael T. Schaub, Santiago Segarra, Austin R. Benson

    Abstract: We present a graph-based semi-supervised learning (SSL) method for learning edge flows defined on a graph. Specifically, given flow measurements on a subset of edges, we want to predict the flows on the remaining edges. To this end, we develop a computational framework that imposes certain constraints on the overall flows, such as (approximate) flow conservation. These constraints render our appro… ▽ More

    Submitted 17 May, 2019; originally announced May 2019.