ParaDime: A Framework for Parametric Dimensionality Reduction

ParaDime Teaser

Abstract

ParaDime is a framework for parametric dimensionality reduction (DR). In parametric DR, neural networks are trained to embed high-dimensional data items in a low-dimensional space while minimizing an objective function. ParaDime builds on the idea that the objective functions of several modern DR techniques result from transformed inter-item relationships. It provides a common interface for specifying these relations and transformations and for defining how they are used within the losses that govern the training process. Through this interface, ParaDime unifies parametric versions of DR techniques such as metric MDS, t-SNE, and UMAP. It allows users to fully customize all aspects of the DR process. We show how this ease of customization makes ParaDime suitable for experimenting with interesting techniques such as hybrid classification/embedding models and supervised DR. This way, ParaDime opens up new possibilities for visualizing high-dimensional data.


Citation

Andreas Hinterreiter, Christina Humer, Bernhard Kainz, Marc Streit
ParaDime: A Framework for Parametric Dimensionality Reduction
Computer Graphics Forum (EuroVis '23), 42(3): 337-348, doi:10.1111/cgf.14834, 2023.

BibTeX

@article{,
    title = {ParaDime: A Framework for Parametric Dimensionality Reduction},
    author = {Andreas Hinterreiter and Christina Humer and Bernhard Kainz and Marc Streit},
    journal = {Computer Graphics Forum (EuroVis '23)},
    doi = {10.1111/cgf.14834},
    volume = {42},
    number = {3},
    pages = {337-348},
    month = {June},
    year = {2023}
}