Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

SVM clustering.

Stephen Winters-Hilt1, Sam Merat

  • 1Department of Computer Science, University of New Orleans, LA 70148, USA. winters@cs.uno.edu

BMC Bioinformatics
|December 6, 2007
PubMed
Summary
This summary is machine-generated.

This study introduces a novel Support Vector Machine (SVM) clustering algorithm for unsupervised learning. The method iteratively refines data labels, improving accuracy and avoiding local minima for robust clustering.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Nanopore Event-Transduction Signal Stabilization for Wide pH Range under Extreme Chaotrope Conditions.

Molecules (Basel, Switzerland)·2016
Same author

The NTD Nanoscope: potential applications and implementations.

BMC bioinformatics·2011
Same author

Pattern recognition-informed feedback for nanopore detector cheminformatics.

Advances in experimental medicine and biology·2010
Same author

Clustering ionic flow blockade toggles with a mixture of HMMs.

BMC bioinformatics·2008
Same author

Hybrid MM/SVM structural sensors for stochastic sequential data.

BMC bioinformatics·2008
Same author

Accumulation of GC donor splice signals in mammals.

Biology direct·2008
Same journal

OpenIMC: an open-source platform for analyzing single-cell and spatial proteomics by imaging mass cytometry.

BMC bioinformatics·2026
Same journal

NAP: an open source pipeline for cross-domain microbiome profiling using Nanopore sequencing-derived amplicon data.

BMC bioinformatics·2026
Same journal

SurvGME: an R package for survival analysis with graphical and measurement error models.

BMC bioinformatics·2026
Same journal

SimMapNet: a Bayesian framework for gene regulatory network inference using gene ontology similarities as external hint.

BMC bioinformatics·2026
Same journal

Dual channel drug-drug interactions extraction based on cross attention.

BMC bioinformatics·2026
Same journal

FeSseqdb: a curated sequence-level database and interpretable machine learning framework for identifying iron-sulfur proteins.

BMC bioinformatics·2026
See all related articles

Area of Science:

  • Machine Learning
  • Data Mining
  • Artificial Intelligence

Background:

  • Support Vector Machines (SVMs) are established for supervised classification.
  • Exploring SVMs for unsupervised clustering presents new opportunities.

Purpose of the Study:

  • Introduce a novel SVM-based clustering algorithm for unsupervised learning.
  • Develop a method that clusters data without prior knowledge of classes.

Main Methods:

  • Initialize by running a binary SVM classifier with random data labels until convergence.
  • Access SVM confidence parameters to identify and relabel misclassified data points.
  • Iteratively re-run SVM with updated labels, focusing on low-confidence vectors to improve accuracy.

Main Results:

Related Experiment Videos

  • The algorithm demonstrates effective clustering by iteratively refining labels.
  • This approach mitigates the risk of local minima common in other clustering methods.
  • Achieved improved accuracy, measured by data separability, until no misclassifications remained.

Conclusions:

  • Non-parametric SVM-based clustering shows potential for superior performance compared to parametric methods.
  • Inheriting strengths from supervised SVM counterparts can enhance clustering capabilities.