Improving the Projection of Global Structures in Data through Spanning Trees
This method provides a flexible visualization tool for researchers analyzing complex datasets, but it is incremental as it builds upon existing graph-based techniques.
The authors tackled the problem of visualizing high-dimensional data by introducing STAD, a dimensionality reduction method that approximates data structure into a graph using a Minimum Spanning Tree and added edges to maximize distance correlation, and demonstrated its effectiveness on traffic density and air quality datasets.
The connection of edges in a graph generates a structure that is independent of a coordinate system. This visual metaphor allows creating a more flexible representation of data than a two-dimensional scatterplot. In this work, we present STAD (Spanning Trees as Approximation of Data), a dimensionality reduction method to approximate the high-dimensional structure into a graph with or without formulating prior hypotheses. STAD generates an abstract representation of high-dimensional data by giving each data point a location in a graph which preserves the distances in the original high-dimensional space. The STAD graph is built upon the Minimum Spanning Tree (MST) to which new edges are added until the correlation between the distances from the graph and the original dataset is maximized. Additionally, STAD supports the inclusion of additional functions to focus the exploration and allow the analysis of data from new perspectives, emphasizing traits in data which otherwise would remain hidden. We demonstrate the effectiveness of our method by applying it to two real-world datasets: traffic density in Barcelona and temporal measurements of air quality in Castile and León in Spain.