-
Notifications
You must be signed in to change notification settings - Fork 18
Structural Liftings
Guillermo Bernárdez edited this page Mar 6, 2025
·
10 revisions
In the context of TDL, liftings facilitate the mapping of data from one topological representation to another. This mapping comprises two key aspects: structural lifting and feature lifting.
- The structural lifting is responsible for the transformation of the underlying relationships or elements of the data. For instance, it might determine how nodes and edges in a graph are mapped into triangles and tetrahedra in a simplicial complex. This structural transformation can be further categorized into connectivity-based, where the mapping relies solely on the existing connections within the data, and feature-based, where the data's inherent properties or features guide the new structure.
- The feature lifting, conversely, addresses the transfer of data attributes or features during mapping, ensuring that the properties associated with the data elements are consistently preserved in the new representation.
This wiki describes in detail the structural liftings implemented in TopoBench --taxonomized by source and destination topological domains. Most of them are submissions of the ICML TDL Challenge 2024 (paper | repo):
Name | Type | Description |
---|---|---|
DnD Lifting | Wiki page | |
Random Latent Clique Lifting | Wiki page | |
Line Lifting | Wiki page | |
Neighbourhood Complex Lifting | Wiki page | |
Graph Induced Lifting | Wiki page | |
Clique Lifting | Connectivity-based | Wiki page |
K-hop Lifting | Connectivity-based | Wiki page |
Name | Type | Description |
---|---|---|
Discrete Configuration Complex | Wiki page | |
Cycle Lifting | Connectivity-based | Wiki page |
Name | Type | Description |
---|---|---|
Expander Hypergraph Lifting | Wiki page | |
Kernel Lifting | Wiki page | |
Mapper Lifting | Wiki page | |
Forman‐Ricci Curvature Coarse Geometry Lifting | Wiki page | |
KNN Lifting | Wiki page | |
K-hop Lifting | Connectivity-based | Wiki page |
Name | Type | Description |
---|---|---|
Matroid lifting | Wiki page | |
Molecule Ring & Close Atoms Lifting | Wiki page | |
Simplicial Paths Lifting | Wiki page |
Name | Type | Description |
---|---|---|
Delaunay Lifting | Wiki page | |
Random Flag Complex | Wiki page |
Name | Type | Description |
---|---|---|
Mixture of Gaussians MST lifting | Wiki page | |
PointNet Lifting | Wiki page | |
Voronoi Lifting | Wiki page |
Name | Type | Description |
---|---|---|
Hypergraph Heat Kernel Lifting | Wiki page |
Name | Type | Description |
---|---|---|
Universal Strict Lifting | Wiki page |
- Graph to Simplicial Complex
- Graph to Cell Complex
- Graph to Hypergraph
- Graph to Combinatorial
- Pointcloud to Simplicial
- Pointcloud to Hypergraph
- Hypergraph to Simplicial
- Hypergraph to Combinatorial
- Defining GCCNs
- Defining backbone models
- Reproducing experiments
-
Graph to Simplicial Complex
-
Graph to Cell Complex
-
Graph to Hypergraph
-
Graph to Combinatorial
-
Pointcloud to Graph
-
Pointcloud to Simplicial
-
Pointcloud to Hypergraph
-
Hypergraph to Simplicial
-
Hypergraph to Combinatorial