Learning Discriminative Features via Label Consistent Neural Network
Abstract
Deep Convolutional Neural Networks (CNN) enforce supervised information only at the output layer, and hidden layers are trained by back propagating the prediction error from the output layer without explicit supervision. We propose a supervised feature learning approach, Label Consistent Neural Network, which enforces direct supervision in late hidden layers in a novel way. We associate each neuron in a hidden layer with a particular class label and encourage it to be activated for input signals from the same class. More specifically, we introduce a label consistency regularization called "discriminative representation error" loss for late hidden layers and combine it with classification error loss to build our overall objective function. This label consistency constraint alleviates the common problem of gradient vanishing and tends to faster convergence, it also makes the features derived from late hidden layers discriminative enough for classification even using a simple k-NN classifier. Experimental results demonstrate that our approach achieves state-of-the-art performances on several public datasets for action and object category recognition.
Cite
Text
Jiang et al. "Learning Discriminative Features via Label Consistent Neural Network." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017. doi:10.1109/WACV.2017.30Markdown
[Jiang et al. "Learning Discriminative Features via Label Consistent Neural Network." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017.](https://mlanthology.org/wacv/2017/jiang2017wacv-learning/) doi:10.1109/WACV.2017.30BibTeX
@inproceedings{jiang2017wacv-learning,
title = {{Learning Discriminative Features via Label Consistent Neural Network}},
author = {Jiang, Zhuolin and Wang, Yaming and Davis, Larry S. and Andrews, Walter and Rozgic, Viktor},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2017},
pages = {207-216},
doi = {10.1109/WACV.2017.30},
url = {https://mlanthology.org/wacv/2017/jiang2017wacv-learning/}
}