TL;DR
OLÉ introduces a geometric loss that enforces intra-class compactness and inter-class orthogonality in deep features, improving generalization and robustness without complex pair/triplet sampling.
Contribution
It proposes a novel plug-and-play loss that explicitly enforces intra-class similarity and inter-class margin through orthogonal low-rank subspace constraints, without requiring pair or triplet sampling.
Findings
Improves classification accuracy on object recognition tasks.
Enhances robustness and generalization of deep networks.
Achieves state-of-the-art results on Stanford STL-10.
Abstract
Deep neural networks trained using a softmax layer at the top and the cross-entropy loss are ubiquitous tools for image classification. Yet, this does not naturally enforce intra-class similarity nor inter-class margin of the learned deep representations. To simultaneously achieve these two goals, different solutions have been proposed in the literature, such as the pairwise or triplet losses. However, such solutions carry the extra task of selecting pairs or triplets, and the extra computational burden of computing and learning for many combinations of them. In this paper, we propose a plug-and-play loss term for deep networks that explicitly reduces intra-class variance and enforces inter-class margin simultaneously, in a simple and elegant geometric manner. For each class, the deep features are collapsed into a learned linear subspace, or union of them, and inter-class subspaces are…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax
