paper-with-me

Papers

How can classical multidimensional scaling go wrong?

2021-10-21 · NeurIPS 2021 12 · Rishi Sonthalia, Gregory Van Buskirk, Benjamin Raichel, Anna C. Gilbert

Given a matrix $D$ describing the pairwise dissimilarities of a data set, a common task is to embed the data points into Euclidean space. The classical multidimensional scaling (cMDS) algorithm is a widespread method to do this. However, theoretical analysis of the robustness of the algorithm and an in-depth analysis of its performance on non-Euclidean metrics is lacking. In this paper, we derive a formula, based on the eigenvalues of a matrix obtained from $D$, for the Frobenius norm of the difference between $D$ and the metric $D_{\text{cmds}}$ returned by cMDS. This error analysis leads us to the conclusion that when the derived matrix has a significant number of negative eigenvalues, then $\|D-D_{\text{cmds}}\|_F$, after initially decreasing, will eventually increase as we increase the dimension. Hence, counterintuitively, the quality of the embedding degrades as we increase the dimension. We empirically verify that the Frobenius norm increases as we increase the dimension for a variety of non-Euclidean metrics. We also show on several benchmark datasets that this degradation in the embedding results in the classification accuracy of both simple (e.g., 1-nearest neighbor) and complex (e.g., multi-layer neural nets) classifiers decreasing as we increase the embedding dimension. Finally, our analysis leads us to a new efficiently computable algorithm that returns a matrix $D_l$ that is at least as close to the original distances as $D_t$ (the Euclidean metric closest in $\ell_2$ distance). While $D_l$ is not metric, when given as input to cMDS instead of $D$, it empirically results in solutions whose distance to $D$ does not increase when we increase the dimension and the classification accuracy degrades less than the cMDS solution.

📄 PDF Abstract BibTeX arXiv:2110.11430

Code (1)

rsonthal/Trace-cMDS 공식 구현

Similar Papers 제목 키워드 기반

Exact Cluster Recovery via Classical Multidimensional Scaling

2018-12-31 · Anna Little, Yuying Xie, Qiang Sun

Classical multidimensional scaling is an important dimension reduction technique. Yet few theoretical results characterizing its statistical performance exist. This paper provides a theoretical framework for analyzing th…

ClusteringDimensionality Reduction

Modified Multidimensional Scaling and High Dimensional Clustering

2018-10-24 · Xiucai Ding, Qiang Sun

Multidimensional scaling is an important dimension reduction tool in statistics and machine learning. Yet few theoretical results characterizing its statistical performance exist, not to mention any in high dimensions. B…

ClusteringDimensionality ReductionVocal Bursts Intensity Prediction

Embedding Functional Data: Multidimensional Scaling and Manifold Learning

2022-08-30 · Ery Arias-Castro, Wanli Qiao

We adapt concepts, methodology, and theory originally developed in the areas of multidimensional scaling and dimensionality reduction for multivariate data to the functional setting. We focus on classical scaling and Iso…

Dimensionality Reduction

Multidimensional Scaling, Sammon Mapping, and Isomap: Tutorial and Survey

2020-09-17 · Benyamin Ghojogh, Ali Ghodsi, Fakhri Karray, Mark Crowley

Multidimensional Scaling (MDS) is one of the first fundamental manifold learning methods. It can be categorized into several methods, i.e., classical MDS, kernel classical MDS, metric MDS, and non-metric MDS. Sammon mapp…

Dimensionality ReductionSurvey

Neuc-MDS: Non-Euclidean Multidimensional Scaling Through Bilinear Forms

2024-11-16 · Chengyuan Deng, Jie Gao, Kevin Lu, Feng Luo 외

We introduce Non-Euclidean-MDS (Neuc-MDS), an extension of classical Multidimensional Scaling (MDS) that accommodates non-Euclidean and non-metric inputs. The main idea is to generalize the standard inner product to symm…

Dimensionality Reduction