TopoTune : A Framework for Generalized Combinatorial Complex Neural Networks
Mathilde Papillon, Guillermo Bernárdez, Claudio Battiloro, Nina Miolane
TL;DR
This paper addresses the lack of standardized frameworks for topological deep learning (TDL) by introducing Generalized Combinatorial Complex Networks (GCCNs), a broad class of models that generalize Combinatorial Complex Neural Networks (CCNNs) and can transform any graph neural network into a TDL counterpart. It formalizes GCCNs around ensembles of strictly augmented Hasse graphs and per-rank neighborhoods, enabling principled, scalable design of topological architectures. The authors prove GCCNs subsume CCNNs, are permutation-equivariant, and can be more expressive under Weisfeiler-Leman-based analyses; they also provide time-complexity analyses and show that GCCNs achieve state-of-the-art performance with fewer parameters on diverse datasets. To accelerate adoption, the paper introduces TopoTune, a lightweight software integrated with TopoBench for defining, building, and training GCCNs, thereby democratizing access to TDL and enabling rapid benchmarking across domains. The combination of a solid theoretical framework and practical tooling suggests a tangible path toward broader application of higher-order relational learning in real-world systems.
Abstract
Graph Neural Networks (GNNs) effectively learn from relational data by leveraging graph symmetries. However, many real-world systems -- such as biological or social networks -- feature multi-way interactions that GNNs fail to capture. Topological Deep Learning (TDL) addresses this by modeling and leveraging higher-order structures, with Combinatorial Complex Neural Networks (CCNNs) offering a general and expressive approach that has been shown to outperform GNNs. However, TDL lacks the principled and standardized frameworks that underpin GNN development, restricting its accessibility and applicability. To address this issue, we introduce Generalized CCNNs (GCCNs), a simple yet powerful family of TDL models that can be used to systematically transform any (graph) neural network into its TDL counterpart. We prove that GCCNs generalize and subsume CCNNs, while extensive experiments on a diverse class of GCCNs show that these architectures consistently match or outperform CCNNs, often with less model complexity. In an effort to accelerate and democratize TDL, we introduce TopoTune, a lightweight software for defining, building, and training GCCNs with unprecedented flexibility and ease.
