Uncovering Temporal Patterns in Visualizations of High-Dimensional Data
This addresses the problem for data analysts working with dynamic or time-series data by providing a more interpretable visualization tool, though it is incremental as it builds on existing methods.
The paper tackled the problem of visualizing high-dimensional time-series data with existing dimensionality reduction methods like t-SNE and UMAP, which assume data independence and may obscure temporal patterns. The result was a proposed extension incorporating temporal loss terms that effectively uncovered temporal patterns and improved interpretability in experiments on synthetic and real-world datasets.
With the increasing availability of high-dimensional data, analysts often rely on exploratory data analysis to understand complex data sets. A key approach to exploring such data is dimensionality reduction, which embeds high-dimensional data in two dimensions to enable visual exploration. However, popular embedding techniques, such as t-SNE and UMAP, typically assume that data points are independent. When this assumption is violated, as in time-series data, the resulting visualizations may fail to reveal important temporal patterns and trends. To address this, we propose a formal extension to existing dimensionality reduction methods that incorporates two temporal loss terms that explicitly highlight temporal progression in the embedded visualizations. Through a series of experiments on both synthetic and real-world datasets, we demonstrate that our approach effectively uncovers temporal patterns and improves the interpretability of the visualizations. Furthermore, the method improves temporal coherence while preserving the fidelity of the embeddings, providing a robust tool for dynamic data analysis.