paper-with-me

홈 › Papers

Generative Cross-Entropy: A Strictly Proper Loss for Data-Efficient Classification

2026-04-08 · Qipeng Zhan, Zhuoping Zhou, Li Shen arxiv

Cross-entropy (CE) is the default training loss for supervised classification, but its sample efficiency is limited when labels are scarce. Existing remedies primarily act on the data side, via augmentation, synthesis, or transfer from pretrained models; the training objective itself is rarely revisited. We revisit it here. Drawing on the classical observation that generative classifiers reach their asymptotic error with fewer samples than discriminative ones, we propose Generative Cross-Entropy (GenCE), a drop-in replacement for CE that introduces a generative learning principle into a standard discriminative network without altering the architecture or fitting a separate density model. GenCE follows from a Bayesian rewrite of the class-conditional likelihood and, in the mini-batch approximation, reduces to normalizing each sample's softmax score against the model's predictions on the batch, coupling the training signal across examples sharing a class. We extend the proper-scoring-rule framework to such non-local losses and prove that GenCE is strictly proper under a mild completeness condition: its population risk is uniquely minimized at the true posterior. Across three datasets, on two architectures and in both balanced small-data and class-imbalanced regimes, GenCE outperforms CE and other widely used losses, while also producing better-calibrated probabilities and stronger out-of-distribution detection.

📄 PDF Abstract BibTeX arXiv:2604.06689

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Subjective Risk Decomposition: A New View for Uncertainty Quantification

2026-07-16 · Raghad Alamri, Michele Caprio, Gavin Brown arxiv

We present a novel viewpoint for uncertainty quantification. Uncertainty measures are not primitives, in need of axioms and argumentation, but instead consequences, of higher-level modelling decisions. We show how episte…

Towards Calibrated Multi-label Deep Neural Networks

2024-01-01 · CVPR 2024 1 · Jiacheng Cheng, Nuno Vasconcelos

The problem of calibrating deep neural networks (DNNs) for multi-label learning is considered. It is well-known that DNNs trained by cross-entropy for single-label or one-hot classification are poorly calibrated. Man…

Multi-Label Learning

Proper losses for discrete generative models

2022-11-07 · Rafael Frongillo, Dhamma Kimpara, Bo Waggoner

We initiate the study of proper losses for evaluating generative models in the discrete setting. Unlike traditional proper losses, we treat both the generative model and the target distribution as black-boxes, only assum…

Uses and Abuses of the Cross-Entropy Loss: Case Studies in Modern Deep Learning

2020-11-10 · NeurIPS Workshop ICBINB 2020 12 · Elliott Gordon-Rodriguez, Gabriel Loaiza-Ganem, Geoff Pleiss, John P. Cunningham

Modern deep learning is primarily an experimental science, in which empirical advances occasionally come at the expense of probabilistic rigor. Here we focus on one such example; namely the use of the categorical cross-e…

On the Rényi Cross-Entropy

2022-06-28 · Ferenc Cole Thierrin, Fady Alajaji, Tamás Linder

The R\'{e}nyi cross-entropy measure between two distributions, a generalization of the Shannon cross-entropy, was recently used as a loss function for the improved design of deep learning generative adversarial networks.…

Gaussian Processes