What is: Gumbel Cross Entropy?
Source | Long-tailed Instance Segmentation using Gumbel Optimized Loss |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Gumbel activation function, is defined using the cumulative Gumbel distribution and it can be used to perform Gumbel regression. Gumbel activation is an alternative activation function to the sigmoid or softmax activation functions and can be used to transform the unormalised output of a model to probability. Gumbel activation is defined as follows:
It can be combined with Cross Entropy loss function to solve long-tailed classification problems. Gumbel Cross Entropy (GCE) is defined as follows: