Researchers have introduced Hierarchy-Aware Cross-Entropy (HACE), a novel loss function designed to improve image classification by accounting for semantic relationships between classes. Unlike standard cross-entropy, HACE incorporates a class hierarchy to better handle misclassifications. The method involves aggregating prediction probabilities upward and applying ancestral label smoothing to the ground truth. Evaluations on datasets like CIFAR-100 demonstrated that HACE can enhance accuracy, particularly when used with frozen DINOv2-Large features. AI
Summary written by gemini-2.5-flash-lite from 2 sources. How we write summaries →
IMPACT Introduces a new loss function that could improve the accuracy of image classification models by better leveraging class hierarchies.
RANK_REASON Academic paper introducing a new method for image classification.