Learning Discriminative Features via Label Consistent Neural Network
Zhuolin Jiang, Yaming Wang, Larry Davis, Walt Andrews, Viktor Rozgic

TL;DR
This paper introduces a supervised learning method for CNNs that enforces label consistency in hidden layers, leading to more discriminative features and improved classification performance.
Contribution
It proposes a label consistency regularization for hidden layers, enhancing feature discriminability and training convergence in deep neural networks.
Findings
Achieves state-of-the-art results on action and object recognition benchmarks.
Features from late hidden layers are highly discriminative for simple classifiers.
Faster convergence due to alleviation of gradient vanishing problems.
Abstract
Deep Convolutional Neural Networks (CNN) enforces 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. 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Domain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications
