Skip to content

Python3 and R implementation of the paper [Sufficient dimension reduction for classification using principal optimal transport direction] (NeurIPS 2020)

License

Notifications You must be signed in to change notification settings

ChengzijunAixiaoli/POTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POTD

Python3 and R implementation of the paper [Sufficient dimension reduction for classification using principal optimal transport direction] (NeurIPS 2020)

Principal optimal transport direction (POTD) is a sufficient dimension reduction (SDR) method, which utilizes the principal displacement vectors of the optimal transport between the data respecting different response catogories to form the basis of the SDR subspace. Different from existing SDR methods, POTD is powerful for identifying the SDR subspace for catogorical response data, especially for binary response data. For the Python3 implementation, Sinkhorn algorithm could be used for fast calculation, while for the R implementation, the computation may takes longer time.

Feel free to ask if any question.

If you use this toolbox in your research and find it useful, please cite POTD using the following bibtex reference:

@incollection{meng2020potd,
title = {Sufficient dimension reduction for classification using principal optimal transport direction},
author = {{Meng}, Cheng and {Yu}, Jun and {Zhang}, Jingyi and
 {Ma}, Ping, and {Zhong}, Wenxuan},
booktitle = {Advances in Neural Information Processing Systems 33},
year = {2020}
}

Prerequisites

What is included ?

  • Python3 and R implementation of POTD
  • A demo of POTD in both Python3 and R, compared with SIR, SAVE, and DR methods.
  • Simulation results
  • Classification experiments on the MNIST dataset

Authors

References

[1] Flamary Rémi and Courty Nicolas POT Python Optimal Transport library

[2] Hexuan Liu WDA_eig

About

Python3 and R implementation of the paper [Sufficient dimension reduction for classification using principal optimal transport direction] (NeurIPS 2020)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published