Generalized Kullback-Leibler Divergence Loss
Jiequan Cui, Beier Zhu, Qingshan Xu, Zhuotao Tian, Xiaojuan Qi, Bei Yu, Hanwang Zhang, Richang Hong
TL;DR
This work reinterprets KL Divergence loss as a Decoupled KL (DKL) loss that splits into a weighted MSE term and a cross-entropy with soft labels, enabling clearer gradient analysis. It identifies asymmetry and sample-bias issues in KL/DKL during knowledge distillation and proposes Generalized KL (GKL) loss, which combines a smoother, class-aware weight function with a decoupled objective to improve convergence and robustness. The approach achieves state-of-the-art adversarial robustness on RobustBench for CIFAR-10/100 and competitive performance on knowledge distillation across CIFAR-10/100, ImageNet, and CLIP-based models, while providing extensive ablations and practical guidelines. The results demonstrate that incorporating global class information and breaking optimization asymmetry substantially enhances both robustness and transfer learning in vision-language and multi-task settings, with broad potential applications and reasonable computational overhead.
Abstract
In this paper, we delve deeper into the Kullback-Leibler (KL) Divergence loss and mathematically prove that it is equivalent to the Decoupled Kullback-Leibler (DKL) Divergence loss that consists of (1) a weighted Mean Square Error (wMSE) loss and (2) a Cross-Entropy loss incorporating soft labels. Thanks to the decoupled structure of DKL loss, we have identified two areas for improvement. Firstly, we address the limitation of KL loss in scenarios like knowledge distillation by breaking its asymmetric optimization property along with a smoother weight function. This modification effectively alleviates convergence challenges in optimization, particularly for classes with high predicted scores in soft labels. Secondly, we introduce class-wise global information into KL/DKL to reduce bias arising from individual samples. With these two enhancements, we derive the Generalized Kullback-Leibler (GKL) Divergence loss and evaluate its effectiveness by conducting experiments on CIFAR-10/100, ImageNet, and vision-language datasets, focusing on adversarial training, and knowledge distillation tasks. Specifically, we achieve new state-of-the-art adversarial robustness on the public leaderboard -- RobustBench and competitive knowledge distillation performance across CIFAR/ImageNet models and CLIP models, demonstrating the substantial practical merits. Our code is available at https://github.com/jiequancui/DKL.
