paper-with-me

Papers

Matrix Factorization with Dynamic Multi-view Clustering for Recommender System

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

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, sequentially performing recommendation and clustering, resulting in prohibitive computational costs for large-scale applications like e-commerce and IoT, where billions of users interact with trillions of items. To address this, we propose Matrix Factorization with Dynamic Multi-view Clustering (MFDMC), a unified framework that balances efficient end-to-end training with comprehensive utilization of web-scale data and enhances interpretability. MFDMC leverages dynamic multi-view clustering to learn user and item representations, adaptively pruning poorly formed clusters. Each entity's representation is modeled as a weighted projection of robust clusters, capturing its diverse roles across views. This design maximizes representation space utilization, improves interpretability, and ensures resilience for downstream tasks. Extensive experiments demonstrate MFDMC's superior performance in recommender systems and other representation learning domains, such as computer vision, highlighting its scalability and versatility.

📄 PDF Abstract BibTeX arXiv:2504.14565

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringRecommendation SystemsRepresentation Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

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

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

Deep Matrix Factorization with Adaptive Weights for Multi-View Clustering

2024-12-03 · Yasser Khalafaoui, Basarab Matei, Martino Lovisetto, Nistor Grozavu

Recently, deep matrix factorization has been established as a powerful model for unsupervised tasks, achieving promising results, especially for multi-view clustering. However, existing methods often lack effective featu…

Clusteringfeature selection

Interpretable Multi-View Clustering Based on Anchor Graph Tensor Factorization

2024-04-01 · Rui Wang, Jing Li, Quanxue Gao, Cheng Deng

The clustering method based on the anchor graph has gained significant attention due to its exceptional clustering performance and ability to process large-scale data. One common approach is to learn bipartite graphs wit…

Clustering

Multi-view Clustering via Deep Matrix Factorization and Partition Alignment

2021-05-01 · Chen Zhang, Siwei Wang, Jiyuan Liu, Sihang Zhou 외

Multi-view clustering (MVC) has been extensively studied to collect multiple source information in recent years. One typical type of MVC methods is based on matrix factorization to effectively perform dimension reduction…

ClusteringDimensionality Reduction