Matrix Completion for Graph-Based Deep Semi-Supervised Learning

Abstract

Convolutional Neural Networks (CNNs) have provided promising achievements for image classification problems. However, training a CNN model relies on a large number of labeled data. Considering the vast amount of unlabeled data available on the web, it is important to make use of these data in conjunction with a small set of labeled data to train a deep learning model. In this paper, we introduce a new iterative Graph-based Semi-Supervised Learning (GSSL) method to train a CNN-based classifier using a large amount of unlabeled data and a small amount of labeled data. In this method, we first construct a similarity graph in which the nodes represent the CNN features corresponding to data points (labeled and unlabeled) while the edges tend to connect the data points with the same class label. In this graph, the missing label of unsupervised nodes is predicted by using a matrix completion method based on rank minimization criterion. In the next step, we use the constructed graph to calculate triplet regularization loss which is added to the supervised loss obtained by initially labeled data to update the CNN network parameters.

Cite

Text

Taherkhani et al. "Matrix Completion for Graph-Based Deep Semi-Supervised Learning." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.33015058

Markdown

[Taherkhani et al. "Matrix Completion for Graph-Based Deep Semi-Supervised Learning." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/taherkhani2019aaai-matrix/) doi:10.1609/AAAI.V33I01.33015058

BibTeX

@inproceedings{taherkhani2019aaai-matrix,
  title     = {{Matrix Completion for Graph-Based Deep Semi-Supervised Learning}},
  author    = {Taherkhani, Fariborz and Kazemi, Hadi and Nasrabadi, Nasser M.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {5058-5065},
  doi       = {10.1609/AAAI.V33I01.33015058},
  url       = {https://mlanthology.org/aaai/2019/taherkhani2019aaai-matrix/}
}