Skip to content

TensorFlow implementation of HASeparator: Hyperplane-Assisted Softmax

Notifications You must be signed in to change notification settings

nsantavas/HASeparator-Hyperplane-Assisted-Softmax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HASeparator: Hyperplane-Assisted Softmax

TensorFlow implementation of HASeparator: Hyperplane-Assisted Softmax

Abstract


Efficient feature learning with Convolutional Neural Networks (CNNs) constitutes an increasingly imperative property since several challenging tasks of computer vision tend to require cascade schemes and modalities fusion. Feature learning aims at CNN models capable of extracting embeddings, exhibiting high discrimination among the different classes, as well as intra-class compactness. In this paper, a novel approach is introduced that has separator, which focuses on an effective hyperplane-based segregation of the classes instead of the common class centers separation scheme. Accordingly, an innovatory separator, namely the Hyperplane-Assisted Softmax separator (HASeparator), is proposed that demonstrates superior discrimination capabilities, as evaluated on popular image classification benchmarks.

Run experiments


You can experiments by running

python run.py

You can find the HASeparator layer in the customLayer.py file. The parameters and the example is executed using the CIFAR-10 Dataset. You can easily change the parameters in the file params.py

@INPROCEEDINGS{9356294,
  author={Kansizoglou, Ioannis and Santavas, Nicholas and Bampis, Loukas and Gasteratos, Antonios},
  booktitle={2020 19th IEEE International Conference on Machine Learning and Applications (ICMLA)}, 
  title={HASeparator: Hyperplane-Assisted Softmax}, 
  year={2020},
  volume={},
  number={},
  pages={519-526},
  doi={10.1109/ICMLA51294.2020.00087}}

About

TensorFlow implementation of HASeparator: Hyperplane-Assisted Softmax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published