paper-with-me

Papers

HSADML: Hyper-Sphere Angular Deep Metric based Learning for Brain Tumor Classification

2022-01-28 · Aman Verma, Vibhav Prakash Singh

Brain Tumors are abnormal mass of clustered cells penetrating regions of brain. Their timely identification and classification help doctors to provide appropriate treatment. However, Classifi-cation of Brain Tumors is quite intricate because of high-intra class similarity and low-inter class variability. Due to morphological similarity amongst various MRI-Slices of different classes the challenge deepens more. This all leads to hampering generalizability of classification models. To this end, this paper proposes HSADML, a novel framework which enables deep metric learning (DML) using SphereFace Loss. SphereFace loss embeds the features into a hyperspheric-manifold and then imposes margin on the embeddings to enhance differentiability between the classes. With utilization of SphereFace loss based deep metric learning it is ensured that samples from class clustered together while the different ones are pushed apart. Results reflects the promi-nence in the approach, the proposed framework achieved state-of-the-art 98.69% validation accu-racy using k-NN (k=1) and this is significantly higher than normal SoftMax Loss training which though obtains 98.47% validation accuracy but that too with limited inter-class separability and intra-class closeness. Experimental analysis done over various classifiers and loss function set-tings suggests potential in the approach.

📄 PDF Abstract BibTeX arXiv:2201.12269

Code (0)

등록된 구현이 없습니다.

Tasks

Brain Tumor ClassificationMetric Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

SphereFace: Deep Hypersphere Embedding for Face Recognition

2017-04-26 · CVPR 2017 7 · Weiyang Liu, Yandong Wen, Zhiding Yu, Ming Li 외

This paper addresses deep face recognition (FR) problem under open-set protocol, where ideal face features are expected to have smaller maximal intra-class distance than minimal inter-class distance under a suitably chos…

Face IdentificationFace RecognitionFace Verification

Angular Regularization for Positive-Unlabeled Learning on the Hypersphere

2025-12-07 · Vasileios Sevetlidis, George Pavlidis, Antonios Gasteratos arxiv

Positive-Unlabeled (PU) learning addresses classification problems where only a subset of positive examples is labeled and the remaining data is unlabeled, making explicit negative supervision unavailable. Existing PU me…

Deep Metric Learning with Spherical Embedding

2020-11-05 · NeurIPS 2020 12 · Dingyi Zhang, Yingming Li, Zhongfei Zhang

Deep metric learning has attracted much attention in recent years, due to seamlessly combining the distance metric learning and deep neural network. Many endeavors are devoted to design different pair-based angular loss …

Face RecognitionMetric LearningSelf-Supervised Learning

SphereFace Revived: Unifying Hyperspherical Face Recognition

2021-09-12 · Weiyang Liu, Yandong Wen, Bhiksha Raj, Rita Singh 외

This paper addresses the deep face recognition problem under an open-set protocol, where ideal face features are expected to have smaller maximal intra-class distance than minimal inter-class distance under a suitably ch…

Face Recognition

Harmonizing Geometry and Uncertainty: Diffusion with Hyperspheres

2025-06-12 · Muskan Dosi, Chiranjeev Chiranjeev, Kartik Thakral, Mayank Vatsa 외

Do contemporary diffusion models preserve the class geometry of hyperspherical data? Standard diffusion models rely on isotropic Gaussian noise in the forward process, inherently favoring Euclidean spaces. However, many …