UMATO: Bridging Local and Global Structures for Reliable Visual Analytics with Dimensionality Reduction
Hyeon Jeon, Kwon Ko, Soohyun Lee, Jake Hyun, Taehyun Yang, Gyehun Go, Jaemin Jo, Jinwook Seo
TL;DR
UMATO tackles the reliability problem in dimensionality reduction by introducing a two-phase optimization that first builds a global skeletal projection using hub points and then embeds the remaining data to preserve local structure. By splitting the optimization, UMATO achieves state-of-the-art global-structure preservation while maintaining competitive local fidelity, and it demonstrates superior scalability and stability against subsampling and initialization compared with existing methods like UMAP, PacMAP, and Trimap. The approach leverages a kNN-based hub classification, PCA-based hub initialization, and a targeted loss to balance global and local objectives, with DCPs arranged near their NN centroids to minimize distortion. Extensive quantitative and qualitative evaluations on real-world and synthetic datasets show UMATO’s potential to enhance reliable visual analytics in high-dimensional data, complemented by open-source software and practical hyperparameter guidance.
Abstract
Due to the intrinsic complexity of high-dimensional (HD) data, dimensionality reduction (DR) techniques cannot preserve all the structural characteristics of the original data. Therefore, DR techniques focus on preserving either local neighborhood structures (local techniques) or global structures such as pairwise distances between points (global techniques). However, both approaches can mislead analysts to erroneous conclusions about the overall arrangement of manifolds in HD data. For example, local techniques may exaggerate the compactness of individual manifolds, while global techniques may fail to separate clusters that are well-separated in the original space. In this research, we provide a deeper insight into Uniform Manifold Approximation with Two-phase Optimization (UMATO), a DR technique that addresses this problem by effectively capturing local and global structures. UMATO achieves this by dividing the optimization process of UMAP into two phases. In the first phase, it constructs a skeletal layout using representative points, and in the second phase, it projects the remaining points while preserving the regional characteristics. Quantitative experiments validate that UMATO outperforms widely used DR techniques, including UMAP, in terms of global structure preservation, with a slight loss in local structure. We also confirm that UMATO outperforms baseline techniques in terms of scalability and stability against initialization and subsampling, making it more effective for reliable HD data analysis. Finally, we present a case study and a qualitative demonstration that highlight UMATO's effectiveness in generating faithful projections, enhancing the overall reliability of visual analytics using DR.
