paper-with-me

Papers

Partially Shared Semi-supervised Deep Matrix Factorization with Multi-view Data

2020-12-02 · Haonan Huang, Naiyao Liang, Wei Yan, Zuyuan Yang, Weijun Sun

Since many real-world data can be described from multiple views, multi-view learning has attracted considerable attention. Various methods have been proposed and successfully applied to multi-view learning, typically based on matrix factorization models. Recently, it is extended to the deep structure to exploit the hierarchical information of multi-view data, but the view-specific features and the label information are seldom considered. To address these concerns, we present a partially shared semi-supervised deep matrix factorization model (PSDMF). By integrating the partially shared deep decomposition structure, graph regularization and the semi-supervised regression model, PSDMF can learn a compact and discriminative representation through eliminating the effects of uncorrelated information. In addition, we develop an efficient iterative updating algorithm for PSDMF. Extensive experiments on five benchmark datasets demonstrate that PSDMF can achieve better performance than the state-of-the-art multi-view learning approaches. The MATLAB source code is available at https://github.com/libertyhhn/PartiallySharedDMF.

📄 PDF Abstract BibTeX arXiv:2012.00993

Code (1)

libertyhhn/PartiallySharedDMF 공식 구현

Tasks

MULTI-VIEW LEARNING

Similar Papers 제목 키워드 기반

Semi-Supervised Convolutive NMF for Automatic Piano Transcription

2022-02-10 · Haoran Wu, Axel Marmoret, Jérémy E. Cohen

Automatic Music Transcription, which consists in transforming an audio recording of a musical performance into symbolic format, remains a difficult Music Information Retrieval task. In this work, which focuses on piano t…

Information RetrievalMusic Information RetrievalMusic TranscriptionRetrieval

Discriminatively Constrained Semi-supervised Multi-view Nonnegative Matrix Factorization with Graph Regularization

2020-10-26 · Guosheng Cui, Ruxin Wang, Dan Wu, Ye Li

In recent years, semi-supervised multi-view nonnegative matrix factorization (MVNMF) algorithms have achieved promising performances for multi-view clustering. While most of semi-supervised MVNMFs have failed to effectiv…

Clustering

Guided Semi-Supervised Non-negative Matrix Factorization on Legal Documents

2022-01-31 · Pengyu Li, Christine Tseng, Yaxuan Zheng, Joyce A. Chew 외

Classification and topic modeling are popular techniques in machine learning that extract information from large-scale datasets. By incorporating a priori information such as labels or important features, methods have be…

Classification

Continuous Semi-Supervised Nonnegative Matrix Factorization

2022-12-19 · Michael R. Lindstrom, Xiaofu Ding, Feng Liu, Anand Somayajula 외

Nonnegative matrix factorization can be used to automatically detect topics within a corpus in an unsupervised fashion. The technique amounts to an approximation of a nonnegative matrix as the product of two nonnegative …

regression

Is Simple Better? Revisiting Non-linear Matrix Factorization for Learning Incomplete Ratings

2017-10-16 · Vaibhav Krishna, Tian Guo, Nino Antulov-Fantulin

Matrix factorization techniques have been widely used as a method for collaborative filtering for recommender systems. In recent times, different variants of deep learning algorithms have been explored in this setting to…

ClusteringCollaborative FilteringRecommendation Systems