What is the difference between global and local structure preservation in dimensionality reduction?
Updated May 16, 2026
Short answer
Global methods preserve overall geometry, while local methods preserve neighborhood relationships.
Deep explanation
Global structure preservation focuses on maintaining large-scale distances and overall geometry of the dataset (e.g., PCA, classical MDS). Local structure preservation focuses on keeping nearest neighbors intact, even if global distances are distorted (e.g., t-SNE, UMAP). This trade-off exists because preserving both perfectly is often mathematically impossible in lower dimensions. Many modern methods prioritize local structure because it better reflects clustering and manifold geometry.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro