An open API service indexing awesome lists of open source software.

https://github.com/computorg/published-202412-ambroise-spectral

Spectral Bridges: Scalable Spectral Clustering Based on Vector Quantization
https://github.com/computorg/published-202412-ambroise-spectral

non-parametric scalable spectral-clustering vector-quantization

Last synced: about 10 hours ago
JSON representation

Spectral Bridges: Scalable Spectral Clustering Based on Vector Quantization

Awesome Lists containing this project

README

          

# Spectral Bridges
Félix Laplante, Christophe Ambroise
2024-12-13

### Citation

Félix Laplante and Christophe Ambroise (December 2024). Spectral Bridges. Computo.

### Badges

[![build and
publish](https://github.com/computorg/published-202412-ambroise-spectral/actions/workflows/build.yml/badge.svg)](https://github.com/computorg/published-202412-ambroise-spectral/actions/workflows/build.yml)
[![reviews](https://img.shields.io/badge/review-report-blue)](https://github.com/computorg/published-202412-ambroise-spectral/issues?q=is%3Aopen+is%3Aissue+label%3Areview)
[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/computorg/published-202412-ambroise-spectral)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/computorg/published-202412-ambroise-spectral)
[![DOI:10.57750/1gr8-bk61](https://img.shields.io/badge/DOI-10.57750%2F1gr8--bk61-034E79.svg)](https://doi.org/10.57750/1gr8-bk61)
[![Creative Commons
License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)

### Authors’ affiliations

- Félix Laplante (Université Paris-Saclay, CNRS, Univ Evry,)
- [Christophe Ambroise](https://cambroise.github.io/) (Université Paris-Saclay, CNRS, Univ Evry,)

### Abstract

In this paper, Spectral Bridges, a novel clustering algorithm, is
introduced. This algorithm builds upon the traditional k-means and
spectral clustering frameworks by subdividing data into small Voronoï
regions, which are subsequently merged according to a connectivity
measure. Drawing inspiration from Support Vector Machine’s margin
concept, a non-parametric clustering approach is proposed, building an
affinity margin between each pair of Voronoï regions. This approach
delineates intricate, non-convex cluster structures and is robust to
hyperparameter choice. The numerical experiments underscore Spectral
Bridges as a fast, robust, and versatile tool for clustering tasks
spanning diverse domains. Its efficacy extends to large-scale scenarios
encompassing both real-world and synthetic datasets. The Spectral Bridge
algorithm is implemented both in Python
() and R
).