-
Notifications
You must be signed in to change notification settings - Fork 17
Neighbourhood Complex Lifting (Graph to Simplicial)
Given that connections based on neighbourhoods of nodes are already present in GNN literature, the notion of a neighbourhood complex becomes of interest. Following from previous work, defining a neighbourhoods as the nodes with which a node shares a neighbour. Formally,
This structure has been proven to have certain properties that could be interesting in certain domains such as
Neighbourhood complexes can be used to calculate other more interesting structures in induced by graphs, such as the dominating set of
Tags: Existing lift from literature | connectivity-based | deterministic | Feature lifting
[1] L, Lovász. (1967). Kneser's conjecture, chromatic number, and homotopy [2] T, Matsushita. S, Wakatsuki. (2023). Dominance complexes, neighborhood complexes and combinatorial Alexander duals
From https://github.com/pyt-team/challenge-icml-2024/pull/41
- 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