paper-with-me

Papers

Rank-Constrained Deep Matrix Completion for Group Recommendation

2026-06-01 · Mubaraka Sani Ibrahim, Lehel Csató, Isah Charles Saidu arxiv

The growing popularity of group activities has increased the need for methods that provide recommendations to groups of users given their individual preferences. Many existing group recommender systems rely on aggregating individual user preferences, but they often struggle with high-dimensional and highly sparse rating data commonly found in real-world scenarios. We propose Group Rank-Constrained Deep Matrix Completion (Group RC-DMC), a novel framework that extends RC-DMC by integrating group-level representation learning via a Set-Transformer aggregator, jointly leveraging low-rank structure and attention-based nonlinear modeling. Unlike most existing group recommender systems, Group RC-DMC unifies explicit low-rank regularization, linear encoder-decoder architectures, and attention-based nonlinear group modeling within a single framework, yielding accurate predictions at both the individual and group levels. Group RC-DMC addresses data sparsity through low-rank matrix completion, computing per-user latent representations from observed ratings only, and enforcing a rank constraint on the latent space using a nuclear-norm proximal step based on periodic singular value thresholding. The decoder is parametrized as a low-rank factorization, enabling efficient inference. Experimental results on the MovieLens and Goodbooks datasets demonstrate that Group RC-DMC achieves superior reconstruction accuracy, measured by lower group RMSE, while remaining computationally efficient and competitive in group-level performance in terms of precision, recall, and F1 score compared with weighted-before-factorization (WBF) and after-factorization (AF) baselines. The results highlight the model's ability to recover the underlying low-rank structure of user-item interactions and provide robust group recommendations across small, medium, and large user groups.

📄 PDF Abstract BibTeX arXiv:2606.01948

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Enhancing Group Recommendation using Soft Impute Singular Value Decomposition

2025-11-14 · Mubaraka Sani Ibrahim, Isah Charles Saidu, Lehel Csato arxiv

The growing popularity of group activities increased the need to develop methods for providing recommendations to a group of users based on the collective preferences of the group members. Several group recommender syste…

Group-Aware Matrix Estimation and Latent Subspace Recovery

2026-05-19 · Hamza Golubovic, Matthew Shen, Genevera I. Allen, Tarek M. Zikry arxiv

Modern matrix completion problems often involve heterogeneous data whose rows simultaneously belong to many meta-categories, such as demographic and age groups in recommendation systems, or region and recording session l…

Recommendation Systems

Recommendation via matrix completion using Kolmogorov complexity

2017-07-19 · Ramos Guilherme, Saude Joao, Caleiro Carlos, Kar Soummya

A usual way to model a recommendation system is as a matrix completion problem. There are several matrix completion methods, typically using optimization approaches or collaborative filtering. Most approaches assume that…

Collaborative FilteringMatrix CompletionRecommendation Systems

Transduction with Matrix Completion Using Smoothed Rank Function

2018-05-19 · Ashkan Esmaeili, Kayhan Behdin, Mohammad Amin Fakharian, Farokh Marvasti

In this paper, we propose two new algorithms for transduction with Matrix Completion (MC) problem. The joint MC and prediction tasks are addressed simultaneously to enhance the accuracy, i.e., the label matrix is concate…

Matrix Completion

Nonlinear Inductive Matrix Completion based on One-layer Neural Networks

2018-05-26 · Kai Zhong, Zhao Song, Prateek Jain, Inderjit S. Dhillon

The goal of a recommendation system is to predict the interest of a user in a given item by exploiting the existing set of ratings as well as certain user/item features. A standard approach to modeling this problem is In…

ClusteringMatrix CompletionRecommendation Systems