Log in
Enquire now
Spectral clustering

Spectral clustering

A simple implementation of clustering that can be solved efficiently by standard linear algebra software.

OverviewStructured DataIssuesContributors

Contents

Comparison With Other Clustering MethodsTimelineTable: Further ResourcesReferences

Other attributes

Wikidata ID
Q2976589

Spectral clustering is a simple implementation of clustering that can be solved efficiently by standard linear algebra software, and it has been shown to outperform other clustering algorithms such as k-means in some circumstances.

Spectral clustering algorithms typically follow 3 main steps:

  1. Pre-processing: Compute a similarity graph and represent it with an adjacency matrix which has a similarity between each vertex and its elements.
  2. Data decomposition: Compute the eigenvalues and eigenvectors of the matrix using a Graph Laplacian. Then, map the data points into lower-dimensional space based on one or more of the eigenvectors.
  3. Grouping: Use k-means to cluster these data points into k clusters.
Comparison With Other Clustering Methods

Spectral clustering is easy to implement, reasonably fast for sparse data sets having several thousand elements, and it provides good clustering results. Unlike, k-means and other common clustering techniques, spectral clustering doesn't make strong assumptions on the statistics of the clusters, which can help create more accurate clusters when those strong assumptions aren't relevant.

For larger data sets, however, spectral clustering is computationally expensive and can be more complex to implement.

Timeline

No Timeline data yet.

Further Resources

Title
Author
Link
Type
Date

Spectral Clustering for beginners

Amine Aoullay

https://towardsdatascience.com/spectral-clustering-for-beginners-d08b7d25b4d8

Spectral Clustering Three Steps | Stanford University

https://www.youtube.com/watch?v=uxsDKhZHDcc

April 12, 2016

Towards Scalable Spectral Clustering via Spectrum-Preserving Sparsification

Yongyu Wang, Zhuo Feng

http://arxiv.org/abs/1710.04584v3

Academic paper

Unified Spectral Clustering with Optimal Graph

Zhao Kang, Chong Peng, Qiang Cheng, Zenglin Xu

http://arxiv.org/abs/1711.04258v1

Academic paper

References

Find more entities like Spectral clustering

Use the Golden Query Tool to find similar entities by any field in the Knowledge Graph, including industry, location, and more.
Open Query Tool
Access by API
Golden Query Tool
Golden logo

Company

  • Home
  • Press & Media
  • Blog
  • Careers
  • WE'RE HIRING

Products

  • Knowledge Graph
  • Query Tool
  • Data Requests
  • Knowledge Storage
  • API
  • Pricing
  • Enterprise
  • ChatGPT Plugin

Legal

  • Terms of Service
  • Enterprise Terms of Service
  • Privacy Policy

Help

  • Help center
  • API Documentation
  • Contact Us
By using this site, you agree to our Terms of Service.