Python Transport Based Signal Processing Toolkit
Website and documentation: https://pytranskit.readthedocs.io/
Introduction video
This python package provides signal/image representation software methods (i.e. mathematical transforms) based on the idea of matching signals & images to a reference by pixel displacement operations that are physically related to the concept of transport phenomena. You can think of and use the transforms described below just as one would with the Fourier or Wavelet Transforms. By solving signal/image analysis in transport transform (e.g. Wasserstein embedding) space, one can dramatically simplify and linearize statistical regression problems, enabling the straight forward (e.g. closed form) solution of signal/image detection, estimation, and classification problems with increased accuracy using few training samples, with mathematical understanding and interpretability, better generalization properties, and computationally efficiently.
The library could be installed through pip
pip install pytranskit
Alternately, you could clone/download the repository and add the pytranskit
directory to your Python path
import sys
sys.path.append('path/to/pytranskit')
from pytranskit.optrans.continuous.cdt import CDT
Introduction video
- Cumulative Distribution Transform (CDT) [1] [notebook] [nbviewer]
- Signed Cumulative Distribution Transform (SCDT) [6] tutorial [notebook] [nbviewer]
- SCDT tutorial with domain adaptation [notebook] [nbviewer]
- RSCDT tutorial : Forward and Inverse Transform [10][notebook]
- RSCDT based nearest subspace method for image classification [10]. [notebook]
- CDT Nearest Subspace (CDT-NS) classifier for 1D data [notebook] [nbviewer]
- SCDT Nearest Subspace (SCDT-NS) classifier for 1D data [8] [notebook] [nbviewer]
- SCDT Nearest Local Subspace (SCDT-NLS) classifier for 1D data [9] [notebook] [nbviewer]
- Radon-CDT Nearest Subspace (RCDT-NS) classifier for 2D data [4] [notebook] [nbviewer]
- 3D Radon-CDT Nearest Subspace (3D-RCDT-NS) classifier for 3D data [notebook] [nbviewer]
- Discrete Radon-CDT Nearest Subspace classifier for illumination-invariant Face Recognition [notebook]
- RSCDT based nearest subspace method for image classification [10]. [notebook]
- Time delay estimation using CDT [5] [notebook] [nbviewer]
- Time delay and linear dispersion estimation using CDT [5] [notebook] [nbviewer]
- PDE system identification using the SCDT [11] [notebook] [nbviewer]
- Transport-based Morphometry to detect and visualize cell phenotype differences [7] [notebook] [nbviewer]
- The cumulative distribution transform and linear pattern classification, Applied and Computational Harmonic Analysis, November 2018
- The Radon Cumulative Distribution Transform and Its Application to Image Classification, IEEE Transactions on Image Processing, December 2015
- A continuous linear optimal transport approach for pattern analysis in image datasets, Pattern Recognition, March 2016
- Radon cumulative distribution transform subspace modeling for image classification, Journal of Mathematical Imaging and Vision, 2021
- Parametric Signal Estimation Using the Cumulative Distribution Transform, IEEE Transactions on Signal Processing, May 2020
- The Signed Cumulative Distribution Transform for 1-D Signal Analysis and Classification, ArXiv 2021
- Detecting and visualizing cell phenotype differences from microscopy images using transport-based morphometry, PNAS 2014
- Nearest Subspace Search in the Signed Cumulative Distribution Transform Space for 1D Signal Classification, IEEE International Conference on Acoustics, Speech and Signal Processing, May 2022
- End-to-End Signal Classification in Signed Cumulative Distribution Transform Space, arXiv 2022
- The Radon Signed Cumulative Distribution Transform and its applications in classification of Signed Images, arXiv 2023.
- System Identification Using the Signed Cumulative Distribution Transform In Structural Health Monitoring Applications, arXiv 2023
External website http://imagedatascience.com/transport/
Video [tutorials]
- Abu Hasnat Mohammad Rubaiyat
- Mohammad Shifat E Rabbi
- Liam Cattell
- Xuwang Yin
- Shiying Li
- Yan Zhuang
- Gustavo K. Rohde
- Soheil Kolouri
- Serim Park