Fuzzy C-Means Clustering Using Gauss-Seidel Iteration
摘要
Fuzzy c-means (FCM) is one of the most frequently used methods for clustering. It typically generates a solution by alternately updating the membership matrix U and the center matrix V, with the majority of the computational cost concentrated on updating U. Each row of U is updated using Jacobi iteration, which results in a relatively slow convergence rate and increases the likelihood of being trapped in local optima. To address this, we propose an FCM clustering method using Gauss-Seidel iteration (GS-FCM), along with its batched version (GS-