paper-with-me

Papers

Mutual Kernel Matrix Completion

2017-02-14 · Tsuyoshi Kato, Rachelle Rivero

With the huge influx of various data nowadays, extracting knowledge from them has become an interesting but tedious task among data scientists, particularly when the data come in heterogeneous form and have missing information. Many data completion techniques had been introduced, especially in the advent of kernel methods. However, among the many data completion techniques available in the literature, studies about mutually completing several incomplete kernel matrices have not been given much attention yet. In this paper, we present a new method, called Mutual Kernel Matrix Completion (MKMC) algorithm, that tackles this problem of mutually inferring the missing entries of multiple kernel matrices by combining the notions of data fusion and kernel matrix completion, applied on biological data sets to be used for classification task. We first introduced an objective function that will be minimized by exploiting the EM algorithm, which in turn results to an estimate of the missing entries of the kernel matrices involved. The completed kernel matrices are then combined to produce a model matrix that can be used to further improve the obtained estimates. An interesting result of our study is that the E-step and the M-step are given in closed form, which makes our algorithm efficient in terms of time and memory. After completion, the (completed) kernel matrices are then used to train an SVM classifier to test how well the relationships among the entries are preserved. Our empirical results show that the proposed algorithm bested the traditional completion techniques in preserving the relationships among the data points, and in accurately recovering the missing kernel matrix entries. By far, MKMC offers a promising solution to the problem of mutual estimation of a number of relevant incomplete kernel matrices.

📄 PDF Abstract BibTeX arXiv:1702.04077

Code (0)

등록된 구현이 없습니다.

Tasks

Matrix Completion

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Parametric Models for Mutual Kernel Matrix Completion

2018-04-17 · Rachelle Rivero, Tsuyoshi Kato

Recent studies utilize multiple kernel learning to deal with incomplete-data problem. In this study, we introduce new methods that do not only complete multiple incomplete kernel matrices simultaneously, but also allow c…

Matrix Completion

Generalization error bounds for kernel matrix completion and extrapolation

2019-06-20 · Pere Giménez-Febrer, Alba Pagès-Zamora, Georgios B. Giannakis

Prior information can be incorporated in matrix completion to improve estimation accuracy and extrapolate the missing entries. Reproducing kernel Hilbert spaces provide tools to leverage the said prior information, and d…

Matrix Completion

GLocal-K: Global and Local Kernels for Recommender Systems

2021-08-27 · Soyeon Caren Han, Taejun Lim, Siqu Long, Bernd Burgstaller 외

Recommender systems typically operate on high-dimensional sparse user-item matrices. Matrix completion is a very challenging task to predict one's interest based on millions of other users having each seen a small subset…

Collaborative FilteringMatrix CompletionRecommendation Systems

Matrix completion and extrapolation via kernel regression

2018-08-01 · Pere Giménez-Febrer, Alba Pagès-Zamora, Georgios B. Giannakis

Matrix completion and extrapolation (MCEX) are dealt with here over reproducing kernel Hilbert spaces (RKHSs) in order to account for prior information present in the available data. Aiming at a faster and low-complexity…

Matrix Completionregression

Simple, Fast, and Flexible Framework for Matrix Completion with Infinite Width Neural Networks

2021-07-31 · Adityanarayanan Radhakrishnan, George Stefanakis, Mikhail Belkin, Caroline Uhler

Matrix completion problems arise in many applications including recommendation systems, computer vision, and genomics. Increasingly larger neural networks have been successful in many of these applications, but at consid…

Image InpaintingMatrix CompletionRecommendation Systems