English

Decoupled Kullback-Leibler Divergence Loss

Computer Vision and Pattern Recognition 2024-10-29 v3 Machine Learning

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 decomposed formulation of DKL loss, we have identified two areas for improvement. Firstly, we address the limitation of KL/DKL in scenarios like knowledge distillation by breaking its asymmetric optimization property. This modification ensures that the w\mathbf{w}MSE component is always effective during training, providing extra constructive cues. Secondly, we introduce class-wise global information into KL/DKL to mitigate bias from individual samples. With these two enhancements, we derive the Improved Kullback-Leibler (IKL) Divergence loss and evaluate its effectiveness by conducting experiments on CIFAR-10/100 and ImageNet datasets, focusing on adversarial training, and knowledge distillation tasks. The proposed approach achieves new state-of-the-art adversarial robustness on the public leaderboard -- RobustBench and competitive performance on knowledge distillation, demonstrating the substantial practical merits. Our code is available at https://github.com/jiequancui/DKL.

Cite

@article{arxiv.2305.13948,
  title  = {Decoupled Kullback-Leibler Divergence Loss},
  author = {Jiequan Cui and Zhuotao Tian and Zhisheng Zhong and Xiaojuan Qi and Bei Yu and Hanwang Zhang},
  journal= {arXiv preprint arXiv:2305.13948},
  year   = {2024}
}

Comments

NeurIPS 2024

R2 v1 2026-06-28T10:42:49.827Z