English

Revised Conditional t-SNE: Looking Beyond the Nearest Neighbors

Machine Learning 2023-04-12 v2 Machine Learning

Abstract

Conditional t-SNE (ct-SNE) is a recent extension to t-SNE that allows removal of known cluster information from the embedding, to obtain a visualization revealing structure beyond label information. This is useful, for example, when one wants to factor out unwanted differences between a set of classes. We show that ct-SNE fails in many realistic settings, namely if the data is well clustered over the labels in the original high-dimensional space. We introduce a revised method by conditioning the high-dimensional similarities instead of the low-dimensional similarities and storing within- and across-label nearest neighbors separately. This also enables the use of recently proposed speedups for t-SNE, improving the scalability. From experiments on synthetic data, we find that our proposed method resolves the considered problems and improves the embedding quality. On real data containing batch effects, the expected improvement is not always there. We argue revised ct-SNE is preferable overall, given its improved scalability. The results also highlight new open questions, such as how to handle distance variations between clusters.

Keywords

Cite

@article{arxiv.2302.03493,
  title  = {Revised Conditional t-SNE: Looking Beyond the Nearest Neighbors},
  author = {Edith Heiter and Bo Kang and Ruth Seurinck and Jefrey Lijffijt},
  journal= {arXiv preprint arXiv:2302.03493},
  year   = {2023}
}

Comments

20 pages including supplement

R2 v1 2026-06-28T08:34:09.313Z