-
Notifications
You must be signed in to change notification settings - Fork 19
Voronoi Lifting (Pointcloud to Hypergraph)
This lifting builds Voronoi hypergraph based on the given pointcloud through support set sampled with Farthest-Point Sampling (FPS). Formally, Voronoi graph
In this lifting procedure
Visualization of Voronoi lifting on stanford bunny (each color cluster is a different hyperedge):

This lifting is adapted from Suk et al. LaB-GATr (GitHub repo).
Implemented by team MIA-UT: Julian Suk (@sukjulian), Patryk Rygiel (@PatRyg99)
From https://github.com/pyt-team/challenge-icml-2024/pull/34
- 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