paper-with-me

Papers

Deep Simplex Classifier for Maximizing the Margin in Both Euclidean and Angular Spaces

2022-12-22 · Hakan Cevikalp, Hasan Saribas

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 boundary of a hypersphere, and the pairwise distances between class centers are always equivalent. This restriction corresponds to choosing centers from the vertices of a regular simplex. There is not any hyperparameter that must be set by the user in the proposed loss function, therefore the use of the proposed method is extremely easy for classical classification problems. Moreover, since the class samples are compactly clustered around their corresponding means, the proposed classifier is also very suitable for open set recognition problems where test samples can come from the unknown classes that are not seen in the training phase. Experimental studies show that the proposed method achieves the state-of-the-art accuracies on open set recognition despite its simplicity.

📄 PDF Abstract BibTeX arXiv:2212.11747

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationOpen Set Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Simplex-to-Euclidean Bijection for Conjugate and Calibrated Multiclass Gaussian Process Classification

2026-03-17 · Bernardo Williams, Harsha Vardhan Tetali, Arto Klami, Marcelo Hartmann arxiv

We propose a conjugate and calibrated Gaussian process (GP) model for multi-class classification by exploiting the geometry of the probability simplex. Our approach uses Aitchison geometry to map simplex-valued class pro…

Multi-class Classification

Simplex-to-Euclidean Bijections for Categorical Flow Matching

2025-10-31 · Bernardo Williams, Victor M. Yeom-Song, Marcelo Hartmann, Arto Klami arxiv

We propose a method for learning and sampling from probability distributions supported on the simplex. Our approach maps the open simplex to Euclidean space via smooth bijections, leveraging the Aitchison geometry to def…

Information Theoretic Bayesian Optimization over the Probability Simplex

2026-03-10 · Federico Pavesi, Antonio Candelieri, Noémie Jaquier arxiv

Bayesian optimization is a data-efficient technique that has been shown to be extremely powerful to optimize expensive, black-box, and possibly noisy objective functions. Many applications involve optimizing probabilitie…

DMDSC: A Dynamic-Margin Deep Simplex Classifier for Open-Set Recognition on Medical Image Datasets

2026-05-01 · Vishal, Arnav Aditya, Nitin Kumar, Saurabh J. Shigwan arxiv

Medical imaging datasets are often characterized by extreme class imbalances, where rare pathologies are significantly underrepresented compared to common conditions. This imbalance poses a dual challenge for Open-Set Re…

Projection onto the capped simplex

2015-03-03 · Weiran Wang, Canyi Lu

We provide a simple and efficient algorithm for computing the Euclidean projection of a point onto the capped simplex---a simplex with an additional uniform bound on each coordinate---together with an elementary proof. B…