Zum Hauptinhalt springen

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

Searching in archive cs. Search in all archives.
.
  1. arXiv:2408.07510  [pdf, other

    cs.AI

    Dominating Set Reconfiguration with Answer Set Programming

    Authors: Masato Kato, Torsten Schaub, Takehide Soh, Naoyuki Tamura, Mutsunori Banbara

    Abstract: The dominating set reconfiguration problem is defined as determining, for a given dominating set problem and two among its feasible solutions, whether one is reachable from the other via a sequence of feasible solutions subject to a certain adjacency relation. This problem is PSPACE-complete in general. The concept of the dominating set is known to be quite useful for analyzing wireless networks,… ▽ More

    Submitted 14 August, 2024; originally announced August 2024.

  2. arXiv:2408.04528  [pdf, other

    cs.AI

    Reasoning about Study Regulations in Answer Set Programming

    Authors: Susana Hahn, Cedric Martens, Amade Nemes, Henry Otunuya, Javier Romero, Torsten Schaub, Sebastian Schellhorn

    Abstract: We are interested in automating reasoning with and about study regulations, catering to various stakeholders, ranging from administrators, over faculty, to students at different stages. Our work builds on an extensive analysis of various study programs at the University of Potsdam. The conceptualization of the underlying principles provides us with a formal account of study regulations. In particu… ▽ More

    Submitted 8 August, 2024; originally announced August 2024.

    Comments: To appear in Theory and Practise of Logic Programming

  3. 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.

  4. 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.

  5. 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

  6. arXiv:2406.02269  [pdf, ps, other

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

    Graph Neural Networks Do Not Always Oversmooth

    Authors: Bastian Epping, 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.

  7. 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

  8. arXiv:2405.11305  [pdf, ps, other

    cs.AI

    Large Neighborhood Prioritized Search for Combinatorial Optimization with Answer Set Programming

    Authors: Irumi Sugimori, Katsumi Inoue, Hidetomo Nabeshima, Torsten Schaub, Takehide Soh, Naoyuki Tamura, Mutsunori Banbara

    Abstract: We propose Large Neighborhood Prioritized Search (LNPS) for solving combinatorial optimization problems in Answer Set Programming (ASP). LNPS is a metaheuristic that starts with an initial solution and then iteratively tries to find better solutions by alternately destroying and prioritized searching for a current solution. Due to the variability of neighborhoods, LNPS allows for flexible search w… ▽ More

    Submitted 18 May, 2024; originally announced May 2024.

    Comments: 11 pages

  9. 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.

  10. 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

  11. arXiv:2403.12153  [pdf, other

    cs.AI cs.LO cs.SC

    Routing and Scheduling in Answer Set Programming applied to Multi-Agent Path Finding: Preliminary Report

    Authors: Roland Kaminski, Torsten Schaub, Tran Cao Son, Jiří Švancara, Philipp Wanko

    Abstract: We present alternative approaches to routing and scheduling in Answer Set Programming (ASP), and explore them in the context of Multi-agent Path Finding. The idea is to capture the flow of time in terms of partial orders rather than time steps attached to actions and fluents. This also abolishes the need for fixed upper bounds on the length of plans. The trade-off for this avoidance is that (parts… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

  12. 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 6 August, 2024; v1 submitted 13 February, 2024; originally announced February 2024.

    Comments: Proceedings of the 41st International Conference on Machine Learning, Vienna, Austria. PMLR 235, 2024

  13. 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.

  14. arXiv:2401.16124  [pdf, other

    cs.AI

    On the generalization of learned constraints for ASP solving in temporal domains

    Authors: Javier Romero, Torsten Schaub, Klaus Strauch

    Abstract: The representation of a dynamic problem in ASP usually boils down to using copies of variables and constraints, one for each time stamp, no matter whether it is directly encoded or via an action or temporal language. The multiplication of variables and constraints is commonly done during grounding and the solver is completely ignorant about the temporal relationship among the different instances.… ▽ More

    Submitted 29 January, 2024; originally announced January 2024.

    Comments: 28 pages, 3 figures

  15. arXiv:2401.10781  [pdf, other

    cs.AI cs.LO

    Metric Dynamic Equilibrium Logic

    Authors: Arvid Becker, Pedro Cabalar, Martín Diéguez, Luis Fariñas, Torsten Schaub, Anna Schuhmann

    Abstract: In temporal extensions of Answer Set Programming (ASP) based on linear-time, the behavior of dynamic systems is captured by sequences of states. While this representation reflects their relative order, it abstracts away the specific times associated with each state. In many applications, however, timing constraints are important like, for instance, when planning and scheduling go hand in hand. We… ▽ More

    Submitted 19 January, 2024; originally announced January 2024.

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

  16. 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.

  17. 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.

  18. 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

  19. 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)

  20. 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)

  21. 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)

  22. 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

  23. arXiv:2307.12620  [pdf, ps, other

    cs.AI

    Past-present temporal programs over finite traces

    Authors: Pedro Cabalar, Martín Diéguez, François Laferrière, Torsten Schaub

    Abstract: Extensions of Answer Set Programming with language constructs from temporal logics, such as temporal equilibrium logic over finite traces (TELf), provide an expressive computational framework for modeling dynamic applications. In this paper, we study the so-called past-present syntactic subclass, which consists of a set of logic programming rules whose body references to the past and head to the p… ▽ More

    Submitted 20 January, 2024; v1 submitted 24 July, 2023; originally announced July 2023.

  24. arXiv:2307.10688  [pdf, other

    cs.AI

    Bounded Combinatorial Reconfiguration with Answer Set Programming

    Authors: Yuya Yamada, Mutsunori Banbara, Katsumi Inoue, Torsten Schaub

    Abstract: We develop an approach called bounded combinatorial reconfiguration for solving combinatorial reconfiguration problems based on Answer Set Programming (ASP). The general task is to study the solution spaces of source combinatorial problems and to decide whether or not there are sequences of feasible solutions that have special properties. The resulting recongo solver covers all metrics of the solv… ▽ More

    Submitted 20 July, 2023; originally announced July 2023.

    Comments: 15 pages

  25. 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

  26. 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.

  27. 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.

  28. arXiv:2304.14778  [pdf, ps, other

    cs.AI

    Metric Temporal Equilibrium Logic over Timed Traces

    Authors: Arvid Becker, Pedro Cabalar, Martín Diéguez, Torsten Schaub, Anna Schuhmann

    Abstract: In temporal extensions of Answer Set Programming (ASP) based on linear-time, the behavior of dynamic systems is captured by sequences of states. While this representation reflects their relative order, it abstracts away the specific times associated with each state. However, timing constraints are important in many applications like, for instance, when planning and scheduling go hand in hand. We a… ▽ More

    Submitted 3 May, 2024; v1 submitted 28 April, 2023; originally announced April 2023.

    Comments: Under consideration in Theory and Practice of Logic Programming (TPLP)

  29. 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)

  30. arXiv:2303.10118  [pdf, other

    cs.AI

    Clingraph: A System for ASP-based Visualization

    Authors: Susana Hahn, Orkunt Sabuncu, Torsten Schaub, Tobias Stolzmann

    Abstract: We present the ASP-based visualization tool, clingraph, which aims at visualizing various concepts of ASP by means of ASP itself. This idea traces back to the aspviz tool and clingraph redevelops and extends it in the context of modern ASP systems. More precisely, clingraph takes graph specifications in terms of ASP facts and hands them over to the graph visualization system graphviz. The use of A… ▽ More

    Submitted 17 March, 2023; originally announced March 2023.

    Comments: Short version presented at the International Conference on Logic Programming and Non-monotonic Reasoning (LPNMR'22). Extended version under consideration in Theory and Practice of Logic Programming (TPLP'22), 24 pages, 10 figures

    ACM Class: I.2.4

  31. 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

  32. 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)

  33. 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

  34. 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

  35. 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)

  36. 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

  37. arXiv:2206.11515  [pdf, other

    cs.AI

    plingo: A system for probabilistic reasoning in clingo based on lpmln

    Authors: Susana Hahn, Tomi Janhunen, Roland Kaminski, Javier Romero, Nicolas Rühling, Torsten Schaub

    Abstract: We present plingo, an extension of the ASP system clingo with various probabilistic reasoning modes. Plingo is centered upon LP^MLN, a probabilistic extension of ASP based on a weight scheme from Markov Logic. This choice is motivated by the fact that the core probabilistic reasoning modes can be mapped onto optimization problems and that LP^MLN may serve as a middle-ground formalism connecting to… ▽ More

    Submitted 2 September, 2022; v1 submitted 23 June, 2022; originally announced June 2022.

    ACM Class: D.1.6

  38. 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.

  39. arXiv:2202.05793  [pdf, other

    cs.AI

    Answer Set Planning: A Survey

    Authors: Tran Cao Son, Enrico Pontelli, Marcello Balduccini, Torsten Schaub

    Abstract: Answer Set Planning refers to the use of Answer Set Programming (ASP) to compute plans, i.e., solutions to planning problems, that transform a given state of the world to another state. The development of efficient and scalable answer set solvers has provided a significant boost to the development of ASP-based planning systems. This paper surveys the progress made during the last two and a half de… ▽ More

    Submitted 11 February, 2022; originally announced February 2022.

    Comments: 68 pages, 6 figures

  40. 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

  41. 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

  42. arXiv:2111.06366  [pdf, ps, other

    cs.AI

    Answer Set Programming Made Easy

    Authors: Jorge Fandinno, Seemran Mishra, Javier Romero, Torsten Schaub

    Abstract: We take up an idea from the folklore of Answer Set Programming, namely that choices, integrity constraints along with a restricted rule format is sufficient for Answer Set Programming. We elaborate upon the foundations of this idea in the context of the logic of Here-and-There and show how it can be derived from the logical principle of extension by definition. We then provide an austere form of l… ▽ More

    Submitted 24 November, 2021; v1 submitted 11 November, 2021; originally announced November 2021.

  43. 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)

  44. 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)

  45. 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

  46. arXiv:2109.01782  [pdf, other

    cs.AI cs.LO

    Automata for dynamic answer set solving: Preliminary report

    Authors: Pedro Cabalar, Martín Diéguez, Susana Hahn, Torsten Schaub

    Abstract: We explore different ways of implementing temporal constraints expressed in an extension of Answer Set Programming (ASP) with language constructs from dynamic logic. Foremost, we investigate how automata can be used for enforcing such constraints. The idea is to transform a dynamic constraint into an automaton expressed in terms of a logic program that enforces the satisfaction of the original con… ▽ More

    Submitted 3 September, 2021; originally announced September 2021.

    ACM Class: I.2.4; I.2.8

  47. arXiv:2108.06405  [pdf, other

    cs.AI

    Planning with Incomplete Information in Quantified Answer Set Programming

    Authors: Jorge Fandinno, François Laferrière, Javier Romero, Torsten Schaub, Tran Cao Son

    Abstract: We present a general approach to planning with incomplete information in Answer Set Programming (ASP). More precisely, we consider the problems of conformant and conditional planning with sensing actions and assumptions. We represent planning problems using a simple formalism where logic programs describe the transition function between states, the initial states and the goal states. For solving p… ▽ More

    Submitted 13 August, 2021; originally announced August 2021.

    Comments: Under consideration for publication in Theory and Practice of Logic Programming (TPLP)

    ACM Class: D.1.6

  48. arXiv:2108.04769  [pdf, other

    cs.AI

    On the Foundations of Grounding in Answer Set Programming

    Authors: Roland Kaminski, Torsten Schaub

    Abstract: We provide a comprehensive elaboration of the theoretical foundations of variable instantiation, or grounding, in Answer Set Programming (ASP). Building on the semantics of ASP's modeling language, we introduce a formal characterization of grounding algorithms in terms of (fixed point) operators. A major role is played by dedicated well-founded operators whose associated models provide semantic gu… ▽ More

    Submitted 25 July, 2022; v1 submitted 10 August, 2021; originally announced August 2021.

    Comments: unpublished draft

    ACM Class: I.2.4

  49. arXiv:2108.03061  [pdf, ps, other

    cs.AI cs.LO

    Towards a Semantics for Hybrid ASP systems

    Authors: Pedro Cabalar, Jorge Fandinno, Torsten Schaub, Philipp Wanko

    Abstract: Over the last decades the development of ASP has brought about an expressive modeling language powered by highly performant systems. At the same time, it gets more and more difficult to provide semantic underpinnings capturing the resulting constructs and inferences. This is even more severe when it comes to hybrid ASP languages and systems that are often needed to handle real-world applications.… ▽ More

    Submitted 6 August, 2021; originally announced August 2021.

    Comments: 29 pages

    MSC Class: F.3 I.2

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

    Authors: Jiong Zhu, Junchen Jin, 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