-
Notifications
You must be signed in to change notification settings - Fork 17
Coface Lifting (Simplicial to Combinatorial)
This technique lifts a Simplicial Complex to a Combinatorial Complex by taking the co-adjacencies of a simplex to be the components of the higher order (
- All nodes
$v$ are preserved. So given that the initial point cloud is denoted$S$ then it still holds that$\forall s \in S$ then {s}$\in \mathcal{X}$ - If
$\sigma,\delta \in \mathcal{X}$ and$\sigma \subseteq \delta$ then$rank(\sigma) \leq rank(\delta)$ : This hold since we set$rank(\delta)$ to$3$ and we are operating on the a subset of the simplifies of a simplicial complex up to dimension$2$ .
This technique is proposed in [1].
[1] Hajij, M., Zamzmi, G., Papamarkou, T., Miolane, N., Guzmán-Sáenz, A., Ramamurthy, K. N., ... & Schaub, M. T. (2022). Topological deep learning: Going beyond graph data. arXiv preprint arXiv:2206.00606.
Tags: Existing lift from literature | connectivity-based | deterministic
From https://github.com/pyt-team/challenge-icml-2024/pull/29
- 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