What is the difference between t-SNE and UMAP in practice?

Updated May 16, 2026

Short answer

t-SNE focuses on local structure, while UMAP preserves both local and global structure more efficiently.

Deep explanation

t-SNE constructs probability distributions over pairwise distances and minimizes KL divergence, which strongly emphasizes local neighborhood preservation. However, it often distorts global structure and is computationally expensive. UMAP builds a fuzzy topological graph and optimizes a cross-entropy objective, preserving both local and some global structure while scaling better to large datasets.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Dimensionality Reduction interview questions

View all →