CVAILGOct 23, 2021

Signal to Noise Ratio Loss Function

arXiv:2110.12275v1
Originality Incremental advance
AI Analysis

This work addresses classification accuracy for machine learning practitioners, but appears incremental as it builds on existing loss functions like cross-entropy.

The paper tackles classification problems by proposing a new loss function based on signal-to-noise ratio, deriving bounds for probabilities and optimizing true positives. It demonstrates empirical benefits for classification tasks.

This work proposes a new loss function targeting classification problems, utilizing a source of information overlooked by cross entropy loss. First, we derive a series of the tightest upper and lower bounds for the probability of a random variable in a given interval. Second, a lower bound is proposed for the probability of a true positive for a parametric classification problem, where the form of probability density function (pdf) of data is given. A closed form for finding the optimal function of unknowns is derived to maximize the probability of true positives. Finally, for the case that the pdf of data is unknown, we apply the proposed boundaries to find the lower bound of the probability of true positives and upper bound of the probability of false positives and optimize them using a loss function which is given by combining the boundaries. We demonstrate that the resultant loss function is a function of the signal to noise ratio both within and across logits. We empirically evaluate our proposals to show their benefit for classification problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes