Deep Simplex Classifier for Maximizing the Margin in Both Euclidean and Angular Spaces
Hakan Cevikalp, Hasan Saribas

TL;DR
This paper proposes a novel deep classifier loss that maximizes margins in both Euclidean and angular spaces simultaneously, leading to improved accuracy and robustness, especially in open set recognition scenarios.
Contribution
It introduces a simple, hyperparameter-free loss function that enforces class centers on a regular simplex, unifying Euclidean and angular margin maximization in deep classification.
Findings
Achieves state-of-the-art accuracy in open set recognition
Enforces class centers to form a regular simplex
Simple and hyperparameter-free implementation
Abstract
The classification loss functions used in deep neural network classifiers can be grouped into two categories based on maximizing the margin in either Euclidean or angular spaces. Euclidean distances between sample vectors are used during classification for the methods maximizing the margin in Euclidean spaces whereas the Cosine similarity distance is used during the testing stage for the methods maximizing margin in the angular spaces. This paper introduces a novel classification loss that maximizes the margin in both the Euclidean and angular spaces at the same time. This way, the Euclidean and Cosine distances will produce similar and consistent results and complement each other, which will in turn improve the accuracies. The proposed loss function enforces the samples of classes to cluster around the centers that represent them. The centers approximating classes are chosen from the…
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
TopicsMachine Learning and ELM · Face and Expression Recognition · Domain Adaptation and Few-Shot Learning
MethodsTest
