Surpassing Cosine Similarity for Multidimensional Comparisons: Dimension Insensitive Euclidean Metric
Federico Tessari, Kunpeng Yao, Neville Hogan
TL;DR
The paper addresses the problem that cosine similarity exhibits dimension-dependent bias when comparing high-dimensional vectors. It analyzes how dimensionality affects standard metrics and introduces the Dimension Insensitive Euclidean Metric (DIEM), defined as $\mathrm{DIEM}=\frac{v_M-v_m}{\sigma_{ed}^2}\big(\sqrt{\sum_{i=1}^n (a_i-b_i)^2}-\mathbb{E}[d(n)]\big)$, to detrend distance and stabilize variance across dimensions. The authors provide analytical results for Euclidean distance properties, demonstrate that $\mathbb{E}[\mathrm{DIEM}]=0$ and that its variance is dimension-invariant for $n\ge 7$, and validate DIEM on a large-language-model embedding case where it outperforms cosine similarity in high dimensions. The work offers a potentially general-purpose tool for reliable multidimensional comparisons with broad impact on NLP, ML, and computational neuroscience, while noting limitations for normalized data and encouraging further validation.
Abstract
Advances in computational power and hardware efficiency have enabled tackling increasingly complex, high-dimensional problems. While artificial intelligence (AI) achieves remarkable results, the interpretability of high-dimensional solutions remains challenging. A critical issue is the comparison of multidimensional quantities, essential in techniques like Principal Component Analysis. Metrics such as cosine similarity are often used, for example in the development of natural language processing algorithms or recommender systems. However, the interpretability of such metrics diminishes as dimensions increase. This paper analyzes the effects of dimensionality, revealing significant limitations of cosine similarity, particularly its dependency on the dimension of vectors, leading to biased and poorly interpretable outcomes. To address this, we introduce a Dimension Insensitive Euclidean Metric (DIEM) which demonstrates superior robustness and generalizability across dimensions. DIEM maintains consistent variability and eliminates the biases observed in traditional metrics, making it a reliable tool for high-dimensional comparisons. An example of the advantages of DIEM over cosine similarity is reported for a large language model application. This novel metric has the potential to replace cosine similarity, providing a more accurate and insightful method to analyze multidimensional data in fields ranging from neuromotor control to machine learning.
