Methods › General › Loss Functions › Multi Loss ( BCE Loss + Focal Loss ) + Dice Loss
Multi Loss ( BCE Loss + Focal Loss ) + Dice Loss
Introduced by Saad Wazir et al. in HistoSeg : Quick attention with multi-loss function for multi-structure segmentation in digital histology images
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Our proposed loss function is a combination of BCE Loss, Focal Loss, and Dice loss. Each one of them contributes individually to improve performance further details of loss functions are mentioned below,
(1) BCE Loss calculates probabilities and compares each actual class output with predicted probabilities which can be either 0 or 1, it is based on Bernoulli distribution loss, it is mostly used when there are only two classes are available in our case there are exactly two classes are available one is background and other is foreground. In a proposed method it is used for pixel-level classification.
(2) Focal Loss is a variant of BCE, it enables the model to focus on learning hard examples by decreasing the wights of easy examples it works well when the data is highly imbalanced.
(3) Dice Loss is inspired by the Dice Coefficient Score which is an evaluation metric used to evaluate the results of image segmentation tasks. Dice Coefficient is convex in nature so it has been changed, so it can be more traceable. It is used to calculate the similarity between two images, Dice Loss represent as
We proposed a Loss function which is a combination of all three above mention loss functions to benefit from all, BCE is used for pixel-wise classification, Focal Loss is used for learning hard examples, we use 0.25 as the value for alpha and 2.0 as the value of gamma. Dice Loss is used for learning better boundary representation, our proposed loss function represent as Loss = ( BCE Loss + Focal Loss ) + Dice Loss
Papers archive 2025-07-28
2 shown of 2, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
GDB: Gated convolutions-based Document Binarization 4 Feb 2023 · 1 repository · arXiv:2302.02073
-
HistoSeg : Quick attention with multi-loss function for multi-structure segmentation in digital histology images 1 Sep 2022 · 1 repository · arXiv:2209.00729
Tasks archive 2025-07-28
8 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Semantic Segmentation | 2 |
| Binarization | 1 |
| Boundary Detection | 1 |
| Decoder | 1 |
| Image Enhancement | 1 |
| Image Segmentation | 1 |
| Medical Image Segmentation | 1 |
| Segmentation | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections