paper-with-me

Papers

Binary Matrix Completion Using Unobserved Entries

2018-03-13 · Masayoshi Hayashi, Tomoya Sakai, Masashi Sugiyama

A matrix completion problem, which aims to recover a complete matrix from its partial observations, is one of the important problems in the machine learning field and has been studied actively. However, there is a discrepancy between the mainstream problem setting, which assumes continuous-valued observations, and some practical applications such as recommendation systems and SNS link predictions where observations take discrete or even binary values. To cope with this problem, Davenport et al. (2014) proposed a binary matrix completion (BMC) problem, where observations are quantized into binary values. Hsieh et al. (2015) proposed a PU (Positive and Unlabeled) matrix completion problem, which is an extension of the BMC problem. This problem targets the setting where we cannot observe negative values, such as SNS link predictions. In the construction of their method for this setting, they introduced a methodology of the classification problem, regarding each matrix entry as a sample. Their risk, which defines losses over unobserved entries as well, indicates the possibility of the use of unobserved entries. In this paper, motivated by a semi-supervised classification method recently proposed by Sakai et al. (2017), we develop a method for the BMC problem which can use all of positive, negative, and unobserved entries, by combining the risks of Davenport et al. (2014) and Hsieh et al. (2015). To the best of our knowledge, this is the first BMC method which exploits all kinds of matrix entries. We experimentally show that an appropriate mixture of risks improves the performance.

📄 PDF Abstract BibTeX arXiv:1803.04663

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMatrix CompletionRecommendation Systems

Similar Papers 제목 키워드 기반

Empirical Bayes 1-bit matrix completion

2026-05-10 · Takeru Matsuda arxiv

The problem of predicting unobserved entries in a binary matrix, known as 1-bit matrix completion, has found diverse applications in fields such as recommendation systems. In this study, we develop an empirical Bayes met…

Computational EfficiencyRecommendation Systems

Matrix Completion for Structured Observations

2018-01-29 · Denali Molitor, Deanna Needell

The need to predict or fill-in missing data, often referred to as matrix completion, is a common challenge in today's data-driven world. Previous strategies typically assume that no structural difference between observed…

Matrix Completion

Entry-Specific Bounds for Low-Rank Matrix Completion under Highly Non-Uniform Sampling

2024-02-29 · Xumei Xi, Christina Lee Yu, Yudong Chen

Low-rank matrix completion concerns the problem of estimating unobserved entries in a matrix using a sparse set of observed entries. We consider the non-uniform setting where the observed entries are sampled with highly …

Low-Rank Matrix CompletionMatrix Completion

RTRMC: A Riemannian trust-region method for low-rank matrix completion

2011-12-01 · NeurIPS 2011 12 · Nicolas Boumal, Pierre-Antoine Absil

We consider large matrices of low rank. We address the problem of recovering such matrices when most of the entries are unknown. Matrix completion finds applications in recommender systems. In this setting, the rows of t…

Low-Rank Matrix CompletionMatrix CompletionRecommendation Systems

Exploiting Observation Bias to Improve Matrix Completion

2023-06-07 · Yassir Jedra, Sean Mann, Charlotte Park, Devavrat Shah

We consider a variant of matrix completion where entries are revealed in a biased manner. We wish to understand the extent to which such bias can be exploited in improving predictions. Towards that, we propose a natural …

Matrix Completion