paper-with-me

홈 › Papers

KNN and K-means in Gini Prametric Spaces

2025-01-29 · Cassandra Mussard, Arthur Charpentier, Stéphane Mussard

This paper introduces innovative enhancements to the K-means and K-nearest neighbors (KNN) algorithms based on the concept of Gini prametric spaces. Unlike traditional distance metrics, Gini-based measures incorporate both value-based and rank-based information, improving robustness to noise and outliers. The main contributions of this work include: proposing a Gini-based measure that captures both rank information and value distances; presenting a Gini K-means algorithm that is proven to converge and demonstrates resilience to noisy data; and introducing a Gini KNN method that performs competitively with state-of-the-art approaches such as Hassanat's distance in noisy environments. Experimental evaluations on 14 datasets from the UCI repository demonstrate the superior performance and efficiency of Gini-based algorithms in clustering and classification tasks. This work opens new avenues for leveraging rank-based measures in machine learning and statistical analysis.

📄 PDF Abstract BibTeX arXiv:2501.18028

Code (1)

giniknnkmeans/KNN_Kmeans_Gini_prametric 공식 구현

Similar Papers 제목 키워드 기반

Minimization of Gini impurity via connections with the k-means problem

2018-09-28 · Eduardo Sany Laber, Lucas Murtinho

The Gini impurity is one of the measures used to select attribute in Decision Trees/Random Forest construction. In this note we discuss connections between the problem of computing the partition with minimum Weighted Gin…

AttributeClustering

Gini Coefficient as a Unified Metric for Evaluating Many-versus-Many Similarity in Vector Spaces

2024-11-12 · Ben Fauber

We demonstrate that Gini coefficients can be used as unified metrics to evaluate many-versus-many (all-to-all) similarity in vector spaces. Our analysis of various image datasets shows that images with the highest Gini c…

Diversity

Secrets of GrabCut and Kernel K-Means

2015-12-01 · ICCV 2015 12 · Meng Tang, Ismail Ben Ayed, Dmitrii Marin, Yuri Boykov

The log-likelihood energy term in popular model-fitting segmentation methods, e.g. Zhu&Yuille, Chan-Vese, GrabCut, is presented as a generalized "probabilistic K-means" energy for color space clustering. This interpretat…

ClusteringSegmentation

Optimizing Multidimensional Scaling in Gini Metric Spaces

2026-05-24 · Cassandra Mussard, Stéphane Mussard arxiv

The Gini Multidimensional Scaling (Gini MDS) framework extends the Euclidean multidimensional scaling. We introduce a Gini pseudo-distance based on values and their ranks that depends on a fine-tunable hyperparameter. Th…

A Multiclass ROC Curve

2025-10-17 · Paolo Giudici, Rosa C. Rosciano, Johanna Schrader, Delf-Magnus Kummerfeld arxiv

This paper introduces a novel methodology for constructing multiclass ROC curves using the multidimensional Gini index. The proposed methodology leverages the established relationship between the Gini coefficient and the…