Skip to main content
v2026.11,772 entries · CC-BY 4.0

Direct comparison

UMAP vs t-SNE for Dimensionality Reduction

UMAP vs t-SNE for visualizing high-dimensional data: what each preserves, the cluster-distance pitfall, speed at scale, and which to pick.

Written and maintained by CASRAI Editorial Board

Last updated

Ask CASRAI · included with Regulatory Radar

Ask about UMAP vs t-SNE for Dimensionality Reduction

Ask CASRAI answers research-administration questions and cites the passages behind every claim — and says so when the corpus does not cover something, instead of guessing. It comes with a Regulatory Radar subscription at $29 a month, alongside the daily digest of regulatory changes and the dashboard of what changed.

150 questions a day, on this site, over the API, or inside your own tools through the CASRAI MCP server.

Everything CASRAI publishes — this page, the dictionary, the guides and the news — stays free to read, with no account and no card.

How do UMAP, t-SNE compare side by side?

The table below compares UMAP, t-SNE across 12 procurement-relevant dimensions, from full name through axis interpretability.

Side-by-side comparison

DimensionUMAPt-SNE
Full nameUniform Manifold Approximation and Projectiont-distributed Stochastic Neighbor Embedding
IntroducedMcInnes, Healy & Melville, arXiv:1802.03426 (2018, rev. 2020)van der Maaten & Hinton, JMLR 9(86):2579-2605 (2008)
Core mechanismBuilds a fuzzy topological (simplicial-set) graph of nearest neighbors, then optimizes a low-dimensional layout to match itConverts pairwise similarities to probabilities in high-D and low-D (heavy-tailed t-distribution), minimizes KL divergence between the two
Local structureStrong -- visually competitive with t-SNE per the original paperStrong -- this is what t-SNE is specifically optimized for; produces tight, well-separated islands
Global structureAuthors' paper states it "arguably preserves more of the global structure" than t-SNEWeaker -- optimized for local neighborhoods; relative positions of distant clusters are not reliable
Between-cluster distancesNot a calibrated distance -- do not read gap size as a quantitative differenceDocumented limitation: cluster size and inter-cluster distance in the plot are not informative measurements
Key hyperparametern_neighbors (local neighborhood size) and min_dist (how tightly points pack)Perplexity (roughly, effective neighbor count), typically 5-50
Speed at scaleReported by its authors as consistently faster, with near-linear scaling and no penalty for embedding into more than 2-3 dimensionsSlower on large datasets; classic implementation scales less favorably, motivating Barnes-Hut and FIt-SNE approximations
Reproducibility across runsLayout can shift with random seed and hyperparameters; not guaranteed identical run-to-runSame caveat -- known to be sensitive to random initialization and perplexity choice
Feeding a downstream algorithmIts neighbor graph is commonly reused directly by downstream tools (e.g., graph-based clustering)Typically used only as a terminal visualization, not as input to further steps
Typical default in single-cell pipelines (2026)Most common default visualization step in current single-cell toolkitsStill widely used, especially where tight local separation is the priority
Axis interpretabilityUnitless, non-interpretable individually -- no loading/variance-explained meaning like a PCA biplotSame -- axes carry no independent quantitative meaning

Common questions

Common questions about UMAP vs t-SNE

Does UMAP preserve global structure better than t-SNE?

+

That is the claim UMAP's original authors make in the introducing paper -- that it "arguably preserves more of the global structure" while remaining visually competitive locally. Treat it as the algorithm's design goal and the authors' reported result, not an independently settled distance-accuracy guarantee.

Can I trust the distance between two clusters in a UMAP or t-SNE plot?

+

No, not as a quantitative measurement. Both algorithms optimize local neighborhood preservation; the gap between clusters and the apparent size of a cluster are artifacts of the optimization and hyperparameters, not calibrated distances or sample counts. Verify any global pattern against the original high-dimensional data before reporting it as a finding.

Is UMAP always faster than t-SNE?

+

It is reported as consistently faster in the original comparison, and that holds up in common practice, particularly as dataset size grows into the tens of thousands of points and beyond. On small datasets the difference is usually negligible.

Should I run PCA before UMAP or t-SNE?

+

Yes -- this is standard practice, especially for high-dimensional data like single-cell expression matrices. Reducing to a moderate number of principal components first cuts noise and computation before either nonlinear method runs its neighbor search.

Do perplexity (t-SNE) and n_neighbors (UMAP) mean the same thing?

+

They play an analogous role -- both roughly set the effective local neighborhood size -- but they are not mathematically identical, and default values differ by implementation. Changing either meaningfully changes how tight or diffuse the resulting embedding looks.

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →

Regulatory Radar

Stop finding out after the fact

$29/month, cancel anytime. Daily digest updates from our analysis, a dashboard holding the same items, and a cited assistant for everything they raise.

  • Federal Register, Federal Register+, Grants.gov, Regulations.gov, NSF News, UKRI, plus CASRAI’s own published content.
  • 72,264 indexed passages, and every answer cites the ones it drew on.