paper-with-me

홈 › Papers

Gradient Based Clustering

2022-02-01 · Aleksandar Armacki, Dragana Bajovic, Dusan Jakovetic, Soummya Kar

We propose a general approach for distance based clustering, using the gradient of the cost function that measures clustering quality with respect to cluster assignments and cluster center positions. The approach is an iterative two step procedure (alternating between cluster assignment and cluster center updates) and is applicable to a wide range of functions, satisfying some mild assumptions. The main advantage of the proposed approach is a simple and computationally cheap update rule. Unlike previous methods that specialize to a specific formulation of the clustering problem, our approach is applicable to a wide range of costs, including non-Bregman clustering methods based on the Huber loss. We analyze the convergence of the proposed algorithm, and show that it converges to the set of appropriately defined fixed points, under arbitrary center initialization. In the special case of Bregman cost functions, the algorithm converges to the set of centroidal Voronoi partitions, which is consistent with prior works. Numerical experiments on real data demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2202.00720

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Huber loss The Huber loss function describes the penalty incurred by an estimation procedure f. Huber (1964) defines the loss function piecewise by[1] L δ ( a ) = { 1 2 a 2 for | a |…

Similar Papers 제목 키워드 기반

Moving Up the Cluster Tree with the Gradient Flow

2021-09-17 · Ery Arias-Castro, Wanli Qiao

The paper establishes a strong correspondence between two important clustering approaches that emerged in the 1970's: clustering by level sets or cluster tree as proposed by Hartigan and clustering by gradient lines or g…

Clustering

EnCAgg: Enhanced Clustering Aggregation for Robust Federated Learning against Dynamic Model Poisoning

2026-05-21 · Tianyun Zhang, Zhen Yang, Haozhao Wang, Ru Zhang 외 arxiv

Federated learning faces increasing threats from model poisoning attacks, which harms its application to improve privacy. Existing defense methods typically rely on fixed thresholds or perform clustering with a fixed num…

Federated Learning

Complete gradient clustering algorithm for features analysis of x-ray images

2010-04-30 · M. Charytanowicz, J. Niewczas, P. Kulczycki, P.A. Kowalski 외

Methods based on kernel density estimation have been successfully applied for various data mining tasks. Their natural interpretation together with suitable properties make them an attractive tool among others in cluster…

ClusteringDensity Estimation

Clustering via Mode Seeking by Direct Estimation of the Gradient of a Log-Density

2014-04-20 · Hiroaki Sasaki, Aapo Hyvärinen, Masashi Sugiyama

Mean shift clustering finds the modes of the data probability density by identifying the zero points of the density gradient. Since it does not require to fix the number of clusters in advance, the mean shift has been a …

ClusteringDensity Estimation

Learn The Big Picture: Representation Learning for Clustering

2021-08-01 · ACL (RepL4NLP) 2021 8 · Sumanta Kashyapi, Laura Dietz

Existing supervised models for text clustering find it difficult to directly optimize for clustering results. This is because clustering is a discrete process and it is difficult to estimate meaningful gradient of any di…

ClusteringRepresentation LearningText ClusteringTriplet