TL;DR
Wasserstein Discriminant Analysis (WDA) introduces a supervised linear dimensionality reduction method that leverages regularized Wasserstein distances to enhance class separation, capturing both global and local class interactions for improved classification.
Contribution
WDA proposes a novel approach using Wasserstein distances for supervised linear projection, integrating optimal transport principles with automatic differentiation for efficient optimization.
Findings
Effective in high-dimensional data classification
Shows promising results on MNIST and Caltech datasets
Capable of capturing complex class interactions
Abstract
Wasserstein Discriminant Analysis (WDA) is a new supervised method that can improve classification of high-dimensional data by computing a suitable linear map onto a lower dimensional subspace. Following the blueprint of classical Linear Discriminant Analysis (LDA), WDA selects the projection matrix that maximizes the ratio of two quantities: the dispersion of projected points coming from different classes, divided by the dispersion of projected points coming from the same class. To quantify dispersion, WDA uses regularized Wasserstein distances, rather than cross-variance measures which have been usually considered, notably in LDA. Thanks to the the underlying principles of optimal transport, WDA is able to capture both global (at distribution scale) and local (at samples scale) interactions between classes. Regularized Wasserstein distances can be computed using the Sinkhorn matrix…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Discriminant Analysis
