Multiplicative Logit Adjustment Approximates Neural-Collapse-Aware Decision Boundary Adjustment
Naoya Hasegawa, Issei Sato
TL;DR
This work tackles long-tailed recognition by grounding a simple post-hoc method, Multiplicative Logit Adjustment (MLA), in neural-collapse (NC) theory. It develops an NC-based framework to derive near-optimal decision-boundary adjustments via class-wise feature spreads and shows MLA closely approximates the NC-driven 1-vs-1 boundary adjuster. The authors provide theoretical guarantees, discuss when the approximation holds, and validate the approach across CIFAR-LT, ImageNet-LT, and Helena, demonstrating MLA’s robustness even when NC is not fully realized and offering practical hyperparameter guidance. The result is a principled, scalable method that improves tail-class accuracy without retraining, with broad implications for post-hoc adjustments in long-tailed domains.
Abstract
Real-world data distributions are often highly skewed. This has spurred a growing body of research on long-tailed recognition, aimed at addressing the imbalance in training classification models. Among the methods studied, multiplicative logit adjustment (MLA) stands out as a simple and effective method. What theoretical foundation explains the effectiveness of this heuristic method? We provide a justification for the effectiveness of MLA with the following two-step process. First, we develop a theory that adjusts optimal decision boundaries by estimating feature spread on the basis of neural collapse. Second, we demonstrate that MLA approximates this optimal method. Additionally, through experiments on long-tailed datasets, we illustrate the practical usefulness of MLA under more realistic conditions. We also offer experimental insights to guide the tuning of MLA hyperparameters.
