Start with HeatGeo
The Heat-Geodesic embedding preserves the heat-geodesic dissimilarity defined as
d_t(x_i,x_j) = \bigg[ -4t \log (\mathbf{H}_t)_{ij} - \sigma 4 t \log(\mathbf{V})_{ij} \bigg] ^{1/2},
where $\mathbf{H}_t$ is a heat kernel on a graph, and $\mathbf{V}$ is a volume regularization term. This dissimilarity is inspired by Varadhan’s formula which relates the heat kernel to the geodesic distance on a manifold. For more details on the heat-geodesic dissimilarity read our preprint A Heat Diffusion Perspective on Geodesic Preserving Dimensionality Reduction.
Note
We are currently updating this repository to provide examples and improve the documentation.
Install
The package is not yet available with pip or conda. To install it, you
can clone this repo and install from setup.py.
git clone https://github.com/KrishnaswamyLab/HeatGeo.git
cd HeatGeo
pip install -e .
To reproduce the results in experiments/ or try the embeddings with
different graph constructions, you need additional packages that can be
installed via the development version. In this case run
cd HeatGeo
pip install -e '.[dev]'
We provide an example below.
How to use
Google colab example on the swiss roll
The directory experiments contains code to reproduce our main results.
We used hydra, the parameters can be changed in config or directly
in the CLI. In notebooks, we provide examples on toy datasets.
Contributing
We are using nbdev for this package and the documentation. See this
introduction to start
using nbdev. The code and documentation should be modified in the
notebooks nbs/, then run nbdev_prepare before a commit. This command
will export the notebooks to .py files in heatgeo, it will also
clean the metadata, and run some test. The page will then automatically
be deployed through GitHub actions.
Acknowledgements
This repository is a simplified version of a larger codebase used for development. It loses the original commit history which contains contributions from other authors of the paper. This repository uses or modify code from the PHATE implementation, and the Chebychev polynomials implementation of the paper Fast Multiscale Diffusion on Graphs.
Release files for heatgeo 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| heatgeo-0.0.1.tar.gz | 18.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| heatgeo-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.3 kB
Release files / heatgeo-0.0.1.tar.gz
| Download URL | heatgeo-0.0.1.tar.gz |
|---|---|
| Size | 18.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8aa51f9e3f2c8618633d6e6189f2ea7cb0fb42aad08affb77eed4e7878eb1be3
|
|
BLAKE2b-256 checksum How to use checksums |
1f86b9d77f604dcd3bcd139751a3467c3069cb9cde3fe669b2b84e1a56befb65
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|
Release files / heatgeo-0.0.1-py3-none-any.whl
| Download URL | heatgeo-0.0.1-py3-none-any.whl |
|---|---|
| Size | 18.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5f84a876f84cd946281f265d879a2e0712ae043af8dbb52ce14687a2afdb46d5
|
|
BLAKE2b-256 checksum How to use checksums |
3c26093ecccdf1cc6db5473cf971a22f6b681570d0c1b724111faa0dde13285a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|