Adaptive Class Weight based Dual Focal Loss for Improved Semantic Segmentation
Md Sazzad Hossain, Andrew P Paplinski, John M Betts

TL;DR
This paper introduces a Dual Focal Loss (DFL) that improves class imbalance handling in semantic segmentation by focusing on both true and false classes with a learnable scaling parameter, enhancing convergence.
Contribution
The paper presents a novel Dual Focal Loss with a learnable scaling parameter that automatically balances class importance and improves over existing focal loss methods.
Findings
DFL outperforms standard cross entropy in class imbalance scenarios.
The learnable scaling parameter adapts to different datasets.
DFL enhances convergence and segmentation accuracy.
Abstract
In this paper, we propose a Dual Focal Loss (DFL) function, as a replacement for the standard cross entropy (CE) function to achieve a better treatment of the unbalanced classes in a dataset. Our DFL method is an improvement on the recently reported Focal Loss (FL) cross-entropy function, which proposes a scaling method that puts more weight on the examples that are difficult to classify over those that are easy. However, the scaling parameter of FL is empirically set, which is problem-dependent. In addition, like other CE variants, FL only focuses on the loss of true classes. Therefore, no loss feedback is gained from the false classes. Although focusing only on true examples increases probability on true classes and correspondingly reduces probability on false classes due to the nature of the softmax function, it does not achieve the best convergence due to avoidance of the loss on…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Machine Learning and Data Classification · Digital Imaging for Blood Diseases
MethodsFocal Loss · Softmax
