BCE vs. CE in Deep Feature Learning
Qiufu Li, Huibin Xiao, Linlin Shen
TL;DR
This work challenges the conventional view that neural collapse (NC) is exclusive to cross-entropy (CE) loss by proving that binary cross-entropy (BCE) can also drive NC under mild conditions, with BCE’s classifier biases playing a central, explicit role in shaping feature distributions. The authors contrast CE and BCE at both theoretical and practical levels, showing BCE yields explicit, uniform constraints on decision scores that promote intra-class compactness and inter-class distinctiveness, often translating to improved test accuracy and uniform accuracy across datasets. Empirically, BCE accelerates NC during training and delivers stronger feature properties (as measured by compactness and distinctiveness) and better practical performance on MNIST, CIFAR-10/100, ImageNet, and long-tailed CIFAR-100, while remaining robust to variations in batch size and augmentation. The results position BCE as a strong alternative to CE for deep feature learning in multi-class tasks, with implications for both CNNs and Transformers.
Abstract
When training classification models, it expects that the learned features are compact within classes, and can well separate different classes. As the dominant loss function for training classification models, minimizing cross-entropy (CE) loss maximizes the compactness and distinctiveness, i.e., reaching neural collapse (NC). The recent works show that binary CE (BCE) performs also well in multi-class tasks. In this paper, we compare BCE and CE in deep feature learning. For the first time, we prove that BCE can also maximize the intra-class compactness and inter-class distinctiveness when reaching its minimum, i.e., leading to NC. We point out that CE measures the relative values of decision scores in the model training, implicitly enhancing the feature properties by classifying samples one-by-one. In contrast, BCE measures the absolute values of decision scores and adjust the positive/negative decision scores across all samples to uniformly high/low levels. Meanwhile, the classifier biases in BCE present a substantial constraint on the decision scores to explicitly enhance the feature properties in the training. The experimental results are aligned with above analysis, and show that BCE could improve the classification and leads to better compactness and distinctiveness among sample features. The codes will be released.
