paper-with-me

Papers

PET-TURTLE: Deep Unsupervised Support Vector Machines for Imbalanced Data Clusters

2026-01-06 · Javier Salazar Cavazos arxiv

Foundation vision, audio, and language models enable zero-shot performance on downstream tasks via their latent representations. Recently, unsupervised learning of data group structure with deep learning methods has gained popularity. TURTLE, a state of the art deep clustering algorithm, uncovers data labeling without supervision by alternating label and hyperplane updates, maximizing the hyperplane margin, in a similar fashion to support vector machines (SVMs). However, TURTLE assumes clusters are balanced; when data is imbalanced, it yields non-ideal hyperplanes that cause higher clustering error. We propose PET-TURTLE, which generalizes the cost function to handle imbalanced data distributions by a power law prior. Additionally, by introducing sparse logits in the labeling process, PET-TURTLE optimizes a simpler search space that in turn improves accuracy for balanced datasets. Experiments on synthetic and real data show that PET-TURTLE improves accuracy for imbalanced sources, prevents over-prediction of minority clusters, and enhances overall clustering.

📄 PDF Abstract BibTeX arXiv:2601.03237

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Clustering

Similar Papers 제목 키워드 기반

Fast Multilevel Support Vector Machines

2014-10-13 · Talayeh Razzaghi, Ilya Safro

Solving different types of optimization models (including parameters fitting) for support vector machines on large-scale training data is often an expensive computational task. This paper proposes a multilevel algorithmi…

imbalanced classification

Handling Imbalanced Classification Problems With Support Vector Machines via Evolutionary Bilevel Optimization

2022-04-21 · Alejandro Rosales-Pérez, Salvador García, Francisco Herrera

Support vector machines (SVMs) are popular learning algorithms to deal with binary classification problems. They traditionally assume equal misclassification costs for each class; however, real-world problems may have an…

Bilevel OptimizationBinary ClassificationClassificationimbalanced classification

Exploiting Synthetically Generated Data with Semi-Supervised Learning for Small and Imbalanced Datasets

2019-03-24 · Maria Perez-Ortiz, Peter Tino, Rafal Mantiuk, Cesar Hervas-Martinez

Data augmentation is rapidly gaining attention in machine learning. Synthetic data can be generated by simple transformations or through the data distribution. In the latter case, the main challenge is to estimate the la…

Binary ClassificationData AugmentationGeneral Classification

Weighted Least Squares Twin Support Vector Machine with Fuzzy Rough Set Theory for Imbalanced Data Classification

2021-05-03 · Maysam Behmanesh, Peyman Adibi, Hossein Karshenas

Support vector machines (SVMs) are powerful supervised learning tools developed to solve classification problems. However, SVMs are likely to perform poorly in the classification of imbalanced data. The rough set theory …

ClassificationGeneral Classification

Methods for Class-Imbalanced Learning with Support Vector Machines: A Review and an Empirical Evaluation

2024-06-05 · Salim rezvani, Farhad Pourpanah, Chee Peng Lim, Q. M. Jonathan Wu

This paper presents a review on methods for class-imbalanced learning with the Support Vector Machine (SVM) and its variants. We first explain the structure of SVM and its variants and discuss their inefficiency in learn…