Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.09 KB

File metadata and controls

27 lines (19 loc) · 1.09 KB

Distributional-Reduction

Implementation of the paper Distributional Reduction: Unifying Dimensionality Reduction and Clustering with Gromov-Wasserstein.

Distributional Reduction is a framework based on the Gromov-Wasserstein optimal transport problem to jointly address clustering and dimensionality reduction.

@article{van2024distributional,
  title={Distributional Reduction: Unifying Dimensionality Reduction and Clustering with Gromov-Wasserstein},
  author={Van Assel, Hugues and Vincent-Cuaz, C{\'e}dric and Courty, Nicolas and Flamary, R{\'e}mi and Frossard, Pascal and Vayer, Titouan},
  journal={arXiv preprint arXiv:2402.02239},
  year={2024},
  url={[https://arxiv.org/abs/2402.02239](https://arxiv.org/abs/2402.02239)}
}

Authors