Multi-Topological Representations
- Multi-topological representations are formal frameworks that encode multiple interacting topological structures across scales, labels, and morphisms.
- They integrate methodologies such as multiscale persistence-diagram embeddings, multi-parameter persistent homology, and simplicial deep learning to capture complex data features.
- Practical applications include enhanced medical image classification, efficient graph drawing enumeration, and computable representations in measure theory and quiver systems.
Multi-topological representations are formalisms that encode several interacting topological structures within a single mathematical or computational object. In current usage, the term covers at least eight distinct but related constructions: multiscale Hilbert embeddings of persistence diagrams; multi-parameter and multi-species persistent homology; multi-scale and multi-filtration topological encoders for medical images; simplicial neural architectures fused with persistent-homology descriptors; quiver-shaped systems of spaces with homology and homotopy invariants; Type-2 multi-representations of measurable sets in computable measure spaces; exhaustive generation of topological graph drawings under beyond-planarity constraints; and diagrammatic data for higher-dimensional topological orders with loop- and membrane-like excitations (Reininghaus et al., 2014, Natarajan et al., 3 Mar 2026, Gu et al., 8 Dec 2025, Verma et al., 2024, Li et al., 2020, Wu, 2010, Angelini et al., 2019, Huang et al., 2024). Taken together, these works suggest that the common principle is not a single invariant, but the simultaneous organization of topology across multiple scales, labels, morphisms, or excitation types.
1. Multiscale persistence-diagram embeddings
A central line of work represents topology through persistence diagrams and then lifts those diagrams into spaces compatible with statistical learning. A persistence diagram is the multiset of points , , recording the birth and death times of homological features in a filtration. Comparison is classically mediated by the -Wasserstein distance
with the diagonal added with infinite multiplicity, and in particular
The difficulty is that does not embed in a Hilbert space, which motivates a kernel construction based on an -valued feature map (Reininghaus et al., 2014).
For each scale , the feature map
is defined as the solution at time 0 of a heat-diffusion PDE with Dirichlet boundary condition on the diagonal. In closed form,
1
where 2 is the reflection of 3 across the diagonal. The associated kernel is
4
A genuinely multiscale kernel is then formed by a finite sum
5
This construction is positive definite because 6 lies in the Hilbert space 7, so 8 is an inner product; any finite sum of such kernels remains positive definite. It is also stable with respect to the 9-Wasserstein distance: 0 The section-level significance is that the representation converts persistent topology into a kernel geometry compatible with kernel SVMs and kernel PCA while retaining a Lipschitz control under diagram perturbations.
The closed-form evaluation of 1 for diagrams of sizes 2 and 3 requires 4 time. In the reported applications, the numbers of persistence points in the 5- and 6-dimensional diagrams are typically in the low hundreds, so direct evaluation is efficient. Empirically, the kernel was used with C-SVMs on SHREC 2014 3D shape classification and retrieval and on Outex_TC_00000 texture recognition. On synthetic SHREC, 7 achieved up to 8 accuracy versus 9 for the persistence-landscape kernel 0; on real SHREC, up to 1 versus 2; and on textures it improved over 3 by 4–5, with 6 versus 7 for CLBP-S and 8 versus 9 for CLBP-M. The same account emphasizes that summing over several 0 yields a multiresolution signature interpolating between fine topology and coarse topology.
2. Multi-parameter and multi-species persistent homology
A second meaning of multi-topological representation arises when topology is indexed simultaneously by spatial scale and by subsets of labels or species. Let 1 be labeled point sets in 2, and for 3 write 4. At scale 5, one forms a Čech complex
6
or a Vietoris–Rips complex
7
In practice, especially in 8D and 9D, the chromatic Delaunay–Čech complex is used because it has the same homotopy type but far fewer simplices. The indexing poset is
0
ordered by 1 if 2 and 3. The assignment 4 is then a multi-parameter filtration, and the resulting persistent homology is the functor 5 sending 6 to 7 (Natarajan et al., 3 Mar 2026).
The same framework classifies four types of topological features. For an inclusion 8, with induced map 9, a class may be common to multiple species, may be present in some species but disappear in the presence of others, may only become visible when multiple species are considered together, or may be formed by some species and remain visible in the presence of others. Algebraically, these correspond to intersections of images, to nonzero elements of 0, to elements of 1, and to nonzero classes in 2. Operationally, each map 3 produces four persistence diagrams: domain, kernel, cokernel, and image.
The algorithmic pipeline restricts to subsets 4 of size at most 5, with 6 or 7, builds chromatic Delaunay–Čech filtrations on 8, computes ordinary persistent homology in dimensions 9 and 0, then computes persistent kernel, cokernel, and image for each inclusion 1 using matrix-reduction methods such as clearing and lock-free implementations. Each persistence diagram is vectorized by summary statistics—births, deaths, lifetimes, entropy, and counts—into a 2–3-dimensional vector, followed by concatenation and optional PCA. The filtration is stored using simplex indices with color bitsets and boundary lists; the persistent-homology library cited is lophat, and persistence-of-maps routines are cited through phimaker. In the planar case, Delaunay triangulation per 4 is 5, chromatic Čech is 6, and although matrix reduction is roughly 7, sparse/clearing methods are near-linear in practice. The combinatorial burden grows like 8, which remains manageable for 9 and 0.
Two applications are reported. In a synthetic tumor micro-environment model with 1 cell types and 2 parameter pairs, 3 labeled point clouds were summarized into spatial-signature vectors with 4 dimensions per single, 5 per pair, and 6 per triple, totaling 7 features. 8-means with 9 recovered clusters aligned with the “elimination,” “equilibrium,” and “escape” regimes. In colorectal cancer tissue samples, 0 ROIs from 1 patients and 2 immune plus 3 stromal markers yielded pairwise and triple interactions across 4 combinations; a Random-Forest classifier with 5-fold CV reached mean balanced accuracy 6 for adenoma versus carcinoma ROIs, and feature importance highlighted periostin–macrophage pairwise interactions and macrophage–periostin–neutrophil and macrophage–periostin–SMA triples. A plausible implication is that multi-topological representations become informative precisely when interactions are not reducible to single-label geometry.
3. Learned multi-topological representations in vision and simplicial deep learning
In medical image classification, multi-topological representation has been formulated as the joint extraction of multi-scale and multi-filtration cubical persistent homology, followed by neural encoding and fusion with conventional visual backbones. For a 7D image 8 on a rectangular grid 9, the grid is viewed as a cubical complex, and a filtration function 00 induces the super-level filtration 01. The framework downsamples each image to 02 resolutions,
03
computes cubical persistence diagrams in dimensions 04 and 05 at each scale, and then uses a “vineyard” algorithm to track features across adjacent scales through Hungarian matching, retaining only vines with matching threshold 06 and stability threshold 07. The stability score is
08
The two filtrations are raw intensity 09 and gradient magnitude 10, producing four stable diagrams across 11 and 12. These are processed by a PointNet-STN-style encoder with cross-attention among filtrations, generating a topological embedding 13 that is injected into multiple CNN or Transformer layers through a topology-conditioned channel gate (Gu et al., 8 Dec 2025).
The gate takes the form
14
and modulates features by
15
Training uses the combined loss
16
Across ISIC 2018, Kvasir, and CBIS-DDSM, and across ResNet152, SENet154, and SwinV2-B, the method reports consistent gains over strong baselines. On ISIC 2018, for example, ResNet152 rises from 17 to 18 with PHG-Net topology, to 19 with multi-scale vineyard under a single filtration, and to 20 with multi-filtration. On CBIS-DDSM with SwinV2-B, Euclidean/Wasserstein point-distance yields 21, persistence-scaled 22, and the paper’s relative-persistence metric 23. The interpretive claim made in the work is that 24 features capture isolated regions and 25 features capture cavities or ring-like structures, while multi-scale vines surviving the tracking procedure correspond to anatomical structures spanning resolutions.
A broader neural formulation is given by TopNets, which unifies simplicial message passing with persistent-homology vectorization. At layer 26, each simplex 27 carries features 28, receives boundary and coboundary messages, and is updated by
29
Persistent homology is computed from a learnable filtration 30, vectorized by a pointwise embedding 31 and weight 32, and attached to simplices through
33
These topological vectors are fused with simplicial message-passing features by a dimension-wise topological aggregator, then pooled across layers and simplex dimensions. The framework subsumes or generalizes methods such as RePHINE and TOGL, extends to continuous dynamics through a Graph-ODE formulation, and admits 34-equivariant geometric filtrations based on invariant quantities such as simplex volume or maximum pairwise distance (Verma et al., 2024).
The theoretical statement is that persistent-homology descriptors can provably enhance the expressivity of simplicial message-passing networks: Proposition 3.1 asserts the existence of non-isomorphic clique complexes 35 that simplicial Weisfeiler–Leman cannot distinguish, while color-based persistent homology yields different diagrams. Empirically, TopNets are reported on graph classification, molecular property regression, antibody CDR-H3 co-design, and molecular dynamics. On the SAbDab CDR-H3 benchmark, adding PH to a TransformerConv base improves amino-acid recovery from 36 to 37, while continuous ODE variants typically improve by 38–39 points on classification and regression. Higher-order PH in dimensions 40 further improves IMDB-B and PROTEINS, with a 41–42 GPU-time overhead relative to vanilla message passing and 43 memory in depth for continuous ODEs.
4. Quiver-shaped systems and computable multi-representations
Outside machine learning, multi-topological representation also denotes a system of spaces indexed by a quiver. For a finite quiver 44, a topological representation is a family
45
with each 46 a topological space and each 47 continuous. Morphisms are vertex-wise continuous maps commuting with every arrow square, giving the category 48. This category is equivalent to a full subcategory 49-50 of left 51-topological systems built from the path semigroup with zero, and it stands in parallel to the classical equivalence between 52-linear quiver representations and 53-modules. The same paper defines 54-limits, homology groups
55
homotopy of morphisms in 56, and the assembling functor
57
where 58 along arrows (Li et al., 2020).
The 59-limit is the inverse-limit construction applied degreewise after the singular-chain functor, and it makes homology sensitive to combinatorial structure in the quiver. The paper proves a Parallel Homotopy Axiom: if two morphisms are homotopic in 60, then they induce the same maps on 61. It also defines homotopy groups by 62, with 63 preserving homotopy equivalence between morphisms. For finite connected quivers, positive grading of every object in 64-65, the symmetry of every cycle, the existence of an arrow-positive degree function, and vertex-positive grading are equivalent conditions. The examples show that a linear quiver with identity maps recovers the homology and homotopy of a single space, that a cycle quiver with rotations on 66 yields parity-dependent 67, and that convex affine gluings are homotopy equivalent to a point.
In computable analysis, the phrase multi-representation has a different technical sense: a partial surjection 68. Within a computable measure space 69, two such multi-representations are studied for measurable sets. The first, 70, is based on a convergence relation 71 that distinguishes finite-measure and infinite-measure behavior and is topologically complete among representations continuous with respect to 72 for which 73 is open. With respect to 74, 75 and 76 are decidable, 77 is computable, union is computable on all of 78, while intersection, difference, and complement are computable only on the domains explicitly identified in the theorem. The second, 79, replaces 80 by the induced probability measure
81
where 82 comes from an effectively constructed partition of 83 in the infinite-measure case. This representation is admissible, hence topologically complete, for 84-continuous representations, makes all standard set-operations 85 computable on the entire 86, and is recursively complete in the class 87 (Wu, 2010).
These two literatures use the same word for structurally different objects. A plausible implication is that “multi-topological representation” is best understood as a family resemblance: in one case, a quiver-indexed topology of spaces and maps; in the other, a name-based representation theory for measurable sets whose completeness is measured by continuity and computability.
5. Enumerating topological realizations of graphs
In graph drawing, topological representation refers to a simple topological drawing of a graph on the sphere: vertices are distinct points and edges are Jordan arcs, with no self-crossings, no crossings between adjacent edges, and at most one crossing per pair of edges. The problem addressed in beyond-planarity is to generate all non-isomorphic topological representations of complete or complete bipartite graphs subject to local crossing constraints such as 88-planarity, 89-quasiplanarity, fan-planarity, fan-crossing-freeness, and 90-gap-planarity. Angelini et al. give a systematic generation procedure up to homeomorphism, using planarizations and recursive vertex insertion (Angelini et al., 2019).
The algorithm is “add-one-vertex.” Starting from a graph 91, one maintains a set of planarizations of all non-isomorphic drawings in the chosen class 92. For a fixed planarization 93, one first inserts the edge 94 by enumerating valid half-pathways in the dual graph: a half-pathway starts in a face incident to 95, ends in a destination face, and is constrained by a prohibited-edge set preventing self-crossings and class violations. After placing 96, the remaining edges 97 are routed by valid pathways from the face containing 98 to faces incident to each neighbor. Candidate outputs are filtered by an isomorphism test preserving cyclic edge orders around vertices, face incidence, and crossing orders along edges.
The paper gives correctness through three statements. Termination follows because every half-pathway has length at most the number of edges in the planarization, so every branch either inserts an edge or backtracks finitely. Completeness follows because every simple 99-drawing of 00 can be obtained by removing the highest-labeled vertex and retracing the dual paths of its incident edges. Soundness follows because the recursion never permits an insertion violating simplicity or the local crossing rules of 01. The worst-case time and space are exponential in 02, although the authors emphasize that prohibited-edge pruning and isomorphism elimination reduce the practical search substantially.
The reported low-order enumerations recover tight extremal bounds. For 03-planarity, 04 has 05 drawings, 06 has 07, 08 has 09, and 10 has none, so 11 is 12-planar iff 13. For 14-planarity, 15 has 16 non-isomorphic drawings and 17 has none, so 18 is 19-planar iff 20. For 21-planarity, 22 has 23 drawings and 24 has none, so 25 is 26-planar iff 27. Similar certificate/nonexistence results are given for 28, 29, 30, and the negative cases 31, 32, 33, and 34. Here the multi-topological aspect lies in the exhaustive comparison of distinct topological realizations of the same combinatorial graph under different local crossing axioms.
6. Diagrammatic data for higher-dimensional topological orders
In 35 dimensions and above, topological orders support extended excitations such as loops and membranes, so a representation of the order must encode not only fusion but also shrinking processes. The diagrammatic formalism introduced for 36D and 37D topological orders treats elementary fusion diagrams as vectors in fusion spaces 38, shrinking diagrams as vectors in shrinking spaces 39, and, in 40D, hierarchical-shrinking diagrams as vectors associated with successive shrinkings. Thick, medium, and thin lines distinguish excitations in the top level set 41, the first-shrink image 42, and the second-shrink image 43 (Huang et al., 2024).
If 44 fuse to 45 with 46 channels, the corresponding trivalent fusion diagram gives orthonormal basis vectors 47 for 48. Shrinking 49 to 50 with 51 channels gives basis vectors 52 for 53. In 54D, two-step shrinking 55 yields basis vectors for
56
Basis changes between different decompositions are encoded by unitary 57-, 58-, and 59-symbols. 60-moves are fusion associators, 61-moves compare “shrink then fuse” versus “fuse then shrink” in 62D, and 63-moves do the analogous job for hierarchical shrinking in 64D.
Consistency imposes polynomial equations. The 65-symbols satisfy a pentagon equation, exactly as in ordinary anyon theory. The interaction of shrinking and fusion in 66D yields a shrinking-fusion hexagon equation; one numerical consequence is
67
In 68D, a hierarchical hexagon involving 69, 70, and 71 compares three ways of relating 72, 73, and 74, together with a corresponding numerical consistency relation involving sums over intermediate shrinking and fusion labels. The paper conjectures that all anomaly-free higher-dimensional topological orders must satisfy these pentagon and hexagon constraints, and that violations indicate a quantum anomaly.
This framework places multi-topological representation at a categorical and diagrammatic extreme. Instead of encoding a single homotopy or homology object, it organizes fusion, shrinking, and hierarchical shrinking as a coherent algebra of vector spaces and unitary transformations. A plausible implication is that the same structural theme seen in multiscale persistent homology—compatibility across several topological views—reappears here as compatibility across several topological processes.