A new visual quality metric for Evaluating the performance of multidimensional projections

Maniru Ibrahim,Thales Vieira
2024-07-23
Abstract:Multidimensional projections (MP) are among the most essential approaches in the visual analysis of multidimensional data. It transforms multidimensional data into two-dimensional representations that may be shown as scatter plots while preserving their similarity with the original data. Human visual perception is frequently used to evaluate the quality of MP. In this work, we propose to study and improve on a well-known map called Local Affine Multidimensional Projection (LAMP), which takes a multidimensional instance and embeds it in Cartesian space via moving least squares deformation. We propose a new visual quality metric based on human perception. The new metric combines three previously used metrics: silhouette coefficient, neighborhood preservation, and silhouette ratio. We show that the proposed metric produces more precise results in analyzing the quality of MP than other previously used metrics. Finally, we describe an algorithm that attempts to overcome a limitation of the LAMP method which requires a similar scale for control points and their counterparts in the Cartesian space.
Computer Vision and Pattern Recognition,Graphics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the quality assessment of Multidimensional Projections (MP). Specifically, the author points out that currently, the methods for evaluating the quality of multidimensional projections rely on different metrics, such as the silhouette coefficient, neighborhood preservation, and silhouette ratio. However, each of these methods has its limitations and cannot comprehensively reflect the quality of the projection. Therefore, this research proposes a new visual quality metric method, aiming to combine the above three metrics and optimize the weights through a learning algorithm, thereby more accurately evaluating the quality of multidimensional projections. In addition, the paper also explores how to improve the performance of the Local Affine Multidimensional Projection (LAMP) method by adjusting the scale of the data, solving the limitation that the LAMP method requires a similar scale between control points and corresponding points in the visual space.