Maximally Compact and Separated Features with Regular Polytope Networks

Abstract

Convolutional Neural Networks (CNNs) trained with the Softmax loss are widely used classification models for several vision tasks. Typically, a learnable transformation (i.e. the classifier) is placed at the end of such models returning class scores that are further normalized into probabilities by Softmax. This learnable transformation has a fundamental role in determining the network internal feature representation. In this work we show how to extract from CNNs features with the properties of maximum inter-class separability and maximum intra-class compactness by setting the parameters of the classifier transformation as not train- able (i.e. fixed). We obtain features similar to what can be obtained with the well-known OCenter LossO [1] and other similar approaches but with several practical advantages including maximal exploitation of the available feature space representation, reduction in the number of net- work parameters, no need to use other auxiliary losses besides the Softmax. Our approach unifies and generalizes into a common approach two apparently different classes of methods regarding: discriminative features, pioneered by the Center Loss [1] and fixed classifiers, firstly evaluated in [2]. Preliminary qualitative experimental results provide some insight on the potentialities of our combined strategy.

Cite

Text

Pernici et al. "Maximally Compact and Separated Features with Regular Polytope Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.

Markdown

[Pernici et al. "Maximally Compact and Separated Features with Regular Polytope Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.](https://mlanthology.org/cvprw/2019/pernici2019cvprw-maximally/)

BibTeX

@inproceedings{pernici2019cvprw-maximally,
  title     = {{Maximally Compact and Separated Features with Regular Polytope Networks}},
  author    = {Pernici, Federico and Bruni, Matteo and Baecchi, Claudio and Del Bimbo, Alberto},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2019},
  pages     = {46-53},
  url       = {https://mlanthology.org/cvprw/2019/pernici2019cvprw-maximally/}
}