paper-with-me

Papers

Matrix Co-completion for Multi-label Classification with Missing Features and Labels

2018-05-23 · Miao Xu, Gang Niu, Bo Han, Ivor W. Tsang, Zhi-Hua Zhou, Masashi Sugiyama

We consider a challenging multi-label classification problem where both feature matrix $\X$ and label matrix $\Y$ have missing entries. An existing method concatenated $\X$ and $\Y$ as $[\X; \Y]$ and applied a matrix completion (MC) method to fill the missing entries, under the assumption that $[\X; \Y]$ is of low-rank. However, since entries of $\Y$ take binary values in the multi-label setting, it is unlikely that $\Y$ is of low-rank. Moreover, such assumption implies a linear relationship between $\X$ and $\Y$ which may not hold in practice. In this paper, we consider a latent matrix $\Z$ that produces the probability $\sigma(Z_{ij})$ of generating label $Y_{ij}$, where $\sigma(\cdot)$ is nonlinear. Considering label correlation, we assume $[\X; \Z]$ is of low-rank, and propose an MC algorithm based on subgradient descent named co-completion (COCO) motivated by elastic net and one-bit MC. We give a theoretical bound on the recovery effect of COCO and demonstrate its practical usefulness through experiments.

📄 PDF Abstract BibTeX arXiv:1805.09156

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMatrix CompletionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Transduction with Matrix Completion: Three Birds with One Stone

2010-12-01 · NeurIPS 2010 12 · Andrew Goldberg, Ben Recht, Jun-Ming Xu, Robert Nowak 외

We pose transductive classification as a matrix completion problem. By assuming the underlying matrix has a low rank, our formulation is able to handle three problems simultaneously: i) multi-label learning, where each i…

General ClassificationMatrix CompletionMulti-Label Learning

Multi-modal Disease Classification in Incomplete Datasets Using Geometric Matrix Completion

2018-03-30 · Gerome Vivar, Andreas Zwergal, Nassir Navab, Seyed-Ahmad Ahmadi

In large population-based studies and in clinical routine, tasks like disease diagnosis and progression prediction are inherently based on a rich set of multi-modal data, including imaging and other sensor data, clinical…

ClassificationGeneral ClassificationImputationMatrix Completion

Multi-View Matrix Completion for Multi-Label Image Classification

2019-04-08 · Yong Luo, Tongliang Liu, DaCheng Tao, Chao Xu

There is growing interest in multi-label image classification due to its critical role in web-based image analytics-based applications, such as large-scale image retrieval and browsing. Matrix completion has recently bee…

ClassificationGeneral Classificationimage-classificationImage Classification+6

SEGAN: semi-supervised learning approach for missing data imputation

2024-05-21 · Xiaohua Pan, Weifeng Wu, Peiran Liu, Zhen Li 외

In many practical real-world applications, data missing is a very common phenomenon, making the development of data-driven artificial intelligence theory and technology increasingly difficult. Data completion is an impor…

Imputation

Matrix Completion under Low-Rank Missing Mechanism

2018-12-19 · Xiaojun Mao, Raymond K. W. Wong, Song Xi Chen

Matrix completion is a modern missing data problem where both the missing structure and the underlying parameter are high dimensional. Although missing structure is a key component to any missing data problems, existing …

Matrix Completion