Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Machine learning›Locally Linear Embedding (LLE)
Machine learning

Locally Linear Embedding (LLE)

Also known as: LLE, manifold learning, nonlinear dimensionality reduction, yerel doğrusal gömme

Locally linear embedding, introduced by Sam Roweis and Lawrence Saul in 2000, is a manifold-learning method for nonlinear dimensionality reduction. It assumes that although data may curve through a high-dimensional space, each point and its neighbours lie approximately on a flat patch. LLE captures each point as a weighted combination of its neighbours and then finds a low-dimensional layout that preserves those same local relationships, unrolling curved structure into a faithful low-dimensional map.

ScholarGate
  1. Machine learning
  2. v1
  3. 1 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Locally Linear Embedding
IsomapKernel PCAt-SNEPersistent HomologyRandom ProjectionSelf-Organizing Map

When to use it

Use LLE to visualize or reduce the dimensionality of data believed to lie on a smooth nonlinear manifold — for example, images under continuous variation (pose, lighting), motion-capture trajectories, or other data where a few latent factors generate high-dimensional observations. It is a classic alternative to Isomap (which preserves geodesic distances) and a precursor to t-SNE and UMAP. LLE is sensitive to the neighbourhood size k and to noise and non-uniform sampling, can struggle when the manifold is not well sampled or has holes, and does not provide a natural way to embed new points out-of-sample. For general-purpose visualization of clusters, t-SNE or UMAP are now usually preferred; LLE remains valuable conceptually and when local linearity genuinely holds.

Strengths & limitations

Strengths
  • Captures nonlinear manifold structure that linear methods like PCA miss.
  • Reduces to a single sparse eigenproblem with no local minima or iterative tuning of an objective.
  • Neighbourhood-reconstruction weights are invariant to local rotation and scaling.
  • Conceptually elegant, with relatively few parameters (mainly the neighbourhood size).
Limitations
  • Sensitive to the number of neighbours k and to noise and uneven sampling.
  • Struggles with manifolds that are poorly sampled, have holes, or vary in density.
  • No straightforward out-of-sample extension for embedding new points.
  • Often outperformed by t-SNE/UMAP for cluster visualization in practice.

Frequently asked

How is LLE different from PCA?

PCA finds a single global linear subspace, so it cannot unfold curved (nonlinear) structure. LLE assumes the data lie on a nonlinear manifold that is locally flat and preserves each point's local neighbourhood relationships, allowing it to flatten curved manifolds that PCA would distort.

How does LLE compare to Isomap?

Both are early manifold-learning methods. Isomap preserves global geodesic distances along the manifold via shortest paths on a neighbourhood graph, while LLE preserves only local reconstruction weights. LLE is computationally lighter and more local in focus; Isomap better preserves global geometry when the manifold is convex and well sampled.

Why does the choice of k matter so much?

k sets the size of the neighbourhood assumed to be linear. Too few neighbours fragment the manifold and make the embedding unstable; too many include points where the manifold has curved away, violating local linearity. Results can change noticeably with k, so it should be tuned and assessed.

Sources

  1. Roweis, S. T., & Saul, L. K. (2000). Nonlinear dimensionality reduction by locally linear embedding. Science, 290(5500), 2323–2326. DOI: 10.1126/science.290.5500.2323 ↗

How to cite this page

ScholarGate. (2026, June 2). Locally Linear Embedding (LLE). ScholarGate. https://scholargate.app/en/machine-learning/locally-linear-embedding

Related methods

IsomapKernel PCAt-SNE

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • IsomapMachine learning↔ compare
  • Kernel PCAMachine learning↔ compare
  • t-SNEMachine learning↔ compare
Compare side by side →

Referenced by

Kernel PCAPersistent HomologyRandom ProjectionSelf-Organizing Map

Similar methods

Isomapt-SNEUMAPKernel PCASelf-Organizing MapRandom ProjectionAutoencoderPrincipal Component Analysis

Related reference concepts

Dimensionality ReductionDimension ReductionMultidimensional ScalingPrincipal Component AnalysisUnsupervised LearningK-Means Clustering

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Locally Linear Embedding (Locally Linear Embedding (LLE)). Retrieved 2026-07-21 from https://scholargate.app/en/machine-learning/locally-linear-embedding · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Sam Roweis & Lawrence Saul
Year
2000
Type
Nonlinear manifold dimensionality reduction
Assumption
Data lie on a locally linear low-dimensional manifold
Preserves
Local neighborhood reconstruction weights
Output
Low-dimensional embedding
Related methods
IsomapKernel PCAt-SNE
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account