Deep Graph Regularized Learning for Binary Classification
Minxiang Ye, Vladimir Stankovic, Lina Stankovic, Gene Cheung
Abstract
With growing interest in data-driven classification, deep learning is now prevalent due to its ability to learn feature mapping functions solely from data. For very small training sets, however, deep learning, even with traditional regularization techniques, often overfits, resulting in sub-par classification performance. In this paper, we propose a novel binary classifier deep learning method, based on an iterative quadratic programming (QP) formulation with a graph Laplacian regularizer (GLR), combining the merits of model-based and data-driven approaches. Specifically, the proposed network employs a convolutional neural network (CNN) to learn deep features, which are used to define edge weights for a graph to pose a convex QP problem. Further, we design a novel loss function to penalize samples at the class boundary during semi-supervised learning. Results demonstrate that, given a small-size training dataset, our network outperforms several state-of-the-art classifiers, including CNN, model-based GLR and dynamic graph CNN classifiers.
BibTeX
@inproceedings{icassp2019_deepgraphregular,
title = {Deep Graph Regularized Learning for Binary Classification},
author = {Minxiang Ye and Vladimir Stankovic and Lina Stankovic and Gene Cheung},
booktitle = {ICASSP 2019},
year = {2019}
}