Imbalanced Image Classification with Complement Cross Entropy
Yechan Kim, Younkwan Lee, and Moongu Jeon

TL;DR
This paper introduces Complement Cross Entropy, a new loss function that neutralizes incorrect class probabilities to improve deep learning model accuracy on imbalanced image classification tasks.
Contribution
It proposes a novel loss function that enhances minority class learning without extra training steps, addressing class imbalance issues effectively.
Findings
Improves accuracy on imbalanced datasets
Facilitates learning from minority class samples
Outperforms existing methods in experiments
Abstract
Recently, deep learning models have achieved great success in computer vision applications, relying on large-scale class-balanced datasets. However, imbalanced class distributions still limit the wide applicability of these models due to degradation in performance. To solve this problem, in this paper, we concentrate on the study of cross entropy which mostly ignores output scores on incorrect classes. This work discovers that neutralizing predicted probabilities on incorrect classes improves the prediction accuracy for imbalanced image classification. This paper proposes a simple but effective loss named complement cross entropy based on this finding. The proposed loss makes the ground truth class overwhelm the other classes in terms of softmax probability, by neutralizing probabilities of incorrect classes, without additional training procedures. Along with it, this loss facilitates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Vehicle License Plate Recognition · Digital Media Forensic Detection
MethodsSoftmax
