Skip to content
/ torchph Public
forked from c-hofer/torchph

The essence of my research, distilled for reusability. Enjoy 🥃!

License

Notifications You must be signed in to change notification settings

f-graf/torchph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torchph

This repository contains PyTorch extensions to compute persistent homology and to differentiate through the persistent homology computation. The packaging structure is similar to PyTorch's structure to facilitate usage for people familiar with PyTorch.

Documentation

Read the docs!

The folder tutorials (within docs) contains some (more or less) minimalistic examples in form of Jupyter notebooks to demonstrate how to use the PyTorch extensions.

Associated publications

If you use any of these extensions, please cite the following works (depending on which functionality you use, obviously :)

@inproceedings{Hofer17a,
  author    = {C.~Hofer, R.~Kwitt, M.~Niethammer and A.~Uhl},
  title     = {Deep Learning with Topological Signatures},
  booktitle = {NIPS},
  year      = {2017}}

@inproceedings{Hofer19a,
  author    = {C.~Hofer, R.~Kwitt, M.~Dixit and M.~Niethammer},
  title     = {Connectivity-Optimized Representation Learning via Persistent Homology},
  booktitle = {ICML},
  year      = {2019}}

@article{Hofer19b,
  author    = {C.~Hofer, R.~Kwitt, and M.~Niethammer},
  title     = {Learning Representations of Persistence Barcodes},
  booktitle = {JMLR},
  year      = {2019}}
  
@inproceedings{Hofer20a},
  author    = {C.~Hofer, F.~Graf, R.~Kwitt, B.~Rieck and M.~Niethammer},
  title     = {Graph Filtration Learning},
  booktitle = {arXiv},
  year      = {2020}}
  
@inproceedings{Hofer20a,     
  author    = {C.~Hofer, F.~Graf, M.~Niethammer and R.~Kwitt},     
  title     = {Topologically Densified Distributions},     
  booktitle = {arXiv},    
  year      = {2020}} 

About

The essence of my research, distilled for reusability. Enjoy 🥃!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 60.8%
  • Python 19.2%
  • Cuda 13.9%
  • C++ 5.4%
  • Other 0.7%