$\sigma^2$R Loss: a Weighted Loss by Multiplicative Factors using Sigmoidal Functions
Riccardo La Grassa, Ignazio Gallo, Nicola Landro

TL;DR
This paper introduces the sigma squared reduction loss ($\sigma^2$R loss), a novel weighted loss function regulated by a sigmoid to improve intra-class variance reduction in neural network training, outperforming existing methods.
Contribution
The paper proposes a new loss function, $\sigma^2$R loss, with a sigmoid-based weighting scheme to better control intra-class variance in deep learning models.
Findings
Effective in reducing intra-class variance on benchmark datasets
Outperforms center loss and soft nearest neighbor functions
Demonstrates clear geometric interpretation
Abstract
In neural networks, the loss function represents the core of the learning process that leads the optimizer to an approximation of the optimal convergence error. Convolutional neural networks (CNN) use the loss function as a supervisory signal to train a deep model and contribute significantly to achieving the state of the art in some fields of artificial vision. Cross-entropy and Center loss functions are commonly used to increase the discriminating power of learned functions and increase the generalization performance of the model. Center loss minimizes the class intra-class variance and at the same time penalizes the long distance between the deep features inside each class. However, the total error of the center loss will be heavily influenced by the majority of the instances and can lead to a freezing state in terms of intra-class variance. To address this, we introduce a new loss…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsProbability and Risk Models
