LGMLOct 9, 2025

How Scale Breaks "Normalized Stress" and KL Divergence: Rethinking Quality Metrics

arXiv:2510.08660v11 citationsh-index: 5IEEE Trans Vis Comput Graph
Originality Synthesis-oriented
AI Analysis

This addresses a methodological issue for researchers in machine learning and other fields using dimension reduction techniques, but it is incremental as it modifies existing metrics rather than introducing a new paradigm.

The paper tackled the problem that normalized stress and KL divergence, two common quality metrics for data visualizations, are sensitive to uniform scaling of projections, which does not meaningfully change the visualization. They introduced a simple technique to make these metrics scale-invariant and demonstrated its effectiveness on a small benchmark.

Complex, high-dimensional data is ubiquitous across many scientific disciplines, including machine learning, biology, and the social sciences. One of the primary methods of visualizing these datasets is with two-dimensional scatter plots that visually capture some properties of the data. Because visually determining the accuracy of these plots is challenging, researchers often use quality metrics to measure the projection's accuracy and faithfulness to the original data. One of the most commonly employed metrics, normalized stress, is sensitive to uniform scaling (stretching, shrinking) of the projection, despite this act not meaningfully changing anything about the projection. Another quality metric, the Kullback--Leibler (KL) divergence used in the popular t-Distributed Stochastic Neighbor Embedding (t-SNE) technique, is also susceptible to this scale sensitivity. We investigate the effect of scaling on stress and KL divergence analytically and empirically by showing just how much the values change and how this affects dimension reduction technique evaluations. We introduce a simple technique to make both metrics scale-invariant and show that it accurately captures expected behavior on a small benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes