LGMar 14, 2023

On the Implicit Geometry of Cross-Entropy Parameterizations for Label-Imbalanced Data

arXiv:2303.07608v124 citationsh-index: 7
Originality Incremental advance
AI Analysis

This provides theoretical insights for improving deep learning models on imbalanced datasets, though it is incremental as it extends existing implicit bias theory to non-linear models.

The paper investigates how different cross-entropy loss parameterizations affect the geometry of classifiers and embeddings in label-imbalanced data, deriving closed-form formulas for angles and norms and showing that logit-adjusted methods can achieve symmetric geometries regardless of imbalance.

Various logit-adjusted parameterizations of the cross-entropy (CE) loss have been proposed as alternatives to weighted CE for training large models on label-imbalanced data far beyond the zero train error regime. The driving force behind those designs has been the theory of implicit bias, which for linear(ized) models, explains why they successfully induce bias on the optimization path towards solutions that favor minorities. Aiming to extend this theory to non-linear models, we investigate the implicit geometry of classifiers and embeddings that are learned by different CE parameterizations. Our main result characterizes the global minimizers of a non-convex cost-sensitive SVM classifier for the unconstrained features model, which serves as an abstraction of deep nets. We derive closed-form formulas for the angles and norms of classifiers and embeddings as a function of the number of classes, the imbalance and the minority ratios, and the loss hyperparameters. Using these, we show that logit-adjusted parameterizations can be appropriately tuned to learn symmetric geometries irrespective of the imbalance ratio. We complement our analysis with experiments and an empirical study of convergence accuracy in deep-nets.

Code Implementations1 repo
Foundations

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

Your Notes