paper-with-me

Papers

A Unified Matrix Factorization Framework for Classical and Robust Clustering

2025-10-24 · Angshul Majumdar arxiv

This paper presents a unified matrix factorization framework for classical and robust clustering. We begin by revisiting the well-known equivalence between crisp k-means clustering and matrix factorization, following and rigorously rederiving an unpublished formulation by Bauckhage. Extending this framework, we derive an analogous matrix factorization interpretation for fuzzy c-means clustering, which to the best of our knowledge has not been previously formalized. These reformulations allow both clustering paradigms to be expressed as optimization problems over factor matrices, thereby enabling principled extensions to robust variants. To address sensitivity to outliers, we propose robust formulations for both crisp and fuzzy clustering by replacing the Frobenius norm with the l1,2-norm, which penalizes the sum of Euclidean norms across residual columns. We develop alternating minimization algorithms for the standard formulations and IRLS-based algorithms for the robust counterparts. All algorithms are theoretically proven to converge to a local minimum.

📄 PDF Abstract BibTeX arXiv:2510.21172

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unified Matrix Factorization with Dynamic Multi-view Clustering

2023-08-09 · Shangde Gao, Ke Liu, Yichao Fu

Matrix factorization (MF) is a classical collaborative filtering algorithm for recommender systems. It decomposes the user-item interaction matrix into a product of low-dimensional user representation matrix and item rep…

ClusteringCollaborative FilteringRecommendation Systems

Multi-view Clustering via Unified Multi-kernel Learning and Matrix Factorization

2024-12-12 · Chenxing Jia, Mingjie Cai, Hamido Fujita

Multi-view clustering has become increasingly important due to the multi-source character of real-world data. Among existing multi-view clustering methods, multi-kernel clustering and matrix factorization-based multi-vie…

Clustering

Spatially Coherent Clustering Based on Orthogonal Nonnegative Matrix Factorization

2021-04-25 · Pascal Fernsel

Classical approaches in cluster analysis are typically based on a feature space analysis. However, many applications lead to datasets with additional spatial information and a ground truth with spatially coherent classes…

Clustering

A deep matrix factorization method for learning attribute representations

2015-09-10 · George Trigeorgis, Konstantinos Bousmalis, Stefanos Zafeiriou, Bjoern W. Schuller

Semi-Non-negative Matrix Factorization is a technique that learns a low-dimensional representation of a dataset that lends itself to a clustering interpretation. It is possible that the mapping between this new represent…

AttributeClustering

Matrix Factorization with Dynamic Multi-view Clustering for Recommender System

2025-04-20 · Shangde Gao, Ke Liu, Yichao Fu, Hongxia Xu 외

Matrix factorization (MF), a cornerstone of recommender systems, decomposes user-item interaction matrices into latent representations. Traditional MF approaches, however, employ a two-stage, non-end-to-end paradigm, seq…

ClusteringRecommendation SystemsRepresentation Learning