English

When Labels Have Structure: Improving Image Classification with Hierarchy-Aware Cross-Entropy

Machine Learning 2026-05-08 v1 Computer Vision and Pattern Recognition

Abstract

Standard cross-entropy is the default classification loss across virtually all of machine learning, yet it treats all misclassifications equally, ignoring the semantic distances that a class hierarchy encodes. We propose Hierarchy-Aware Cross-Entropy (HACE), a drop-in replacement for standard cross-entropy that incorporates a known class hierarchy directly into the loss. HACE combines two components: prediction aggregation, which propagates the model's probability mass upward through the class hierarchy to ensure that parent nodes accumulate the confidence of their children; and ancestral label smoothing, which distributes the ground-truth signal along the path from the true class to the root. We evaluate HACE on CIFAR-100, FGVC Aircraft, and NABirds in two regimes: end-to-end training across six architectures spanning convolutional and attention-based designs, and linear probing on frozen DINOv2-Large features. In end-to-end training, HACE improves accuracy over standard cross-entropy in 15 out of 18 architecture--dataset pairs, with a mean gain of 4.66\%. In linear probing on frozen DINOv2-Large features, HACE outperforms all competing methods on all three datasets, with a mean improvement of 2.18\% over the next best baseline.

Keywords

Cite

@article{arxiv.2605.06274,
  title  = {When Labels Have Structure: Improving Image Classification with Hierarchy-Aware Cross-Entropy},
  author = {April Chan and Davide D'Ascenzo and Sebastiano Cultrera di Montesano},
  journal= {arXiv preprint arXiv:2605.06274},
  year   = {2026}
}
R2 v1 2026-07-01T12:55:06.274Z