LGMLFeb 19, 2017

Compressive Embedding and Visualization using Graphs

arXiv:1702.05815v15 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of applying visualization methods to very large datasets, which is incremental as it builds on existing algorithms like t-SNE by improving scalability.

The paper tackles the scalability problem of visualization and embedding algorithms for large datasets by proposing a method that uses only a fraction of data points, specifically O(log(N)) samples, to diffuse information to all N points via a graph encoding global similarity, and demonstrates its validity on synthetic and real-world datasets with quantitative quality measures.

Visualizing high-dimensional data has been a focus in data analysis communities for decades, which has led to the design of many algorithms, some of which are now considered references (such as t-SNE for example). In our era of overwhelming data volumes, the scalability of such methods have become more and more important. In this work, we present a method which allows to apply any visualization or embedding algorithm on very large datasets by considering only a fraction of the data as input and then extending the information to all data points using a graph encoding its global similarity. We show that in most cases, using only $\mathcal{O}(\log(N))$ samples is sufficient to diffuse the information to all $N$ data points. In addition, we propose quantitative methods to measure the quality of embeddings and demonstrate the validity of our technique on both synthetic and real-world datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes