Methods › General › Loss Functions › Multi Loss ( BCE Loss + Focal Loss ) + Dice Loss

Multi Loss ( BCE Loss + Focal Loss ) + Dice Loss

2 papers tagged archive 2025-07-28

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

PaperSource

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.

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.

TaskPapers
Semantic Segmentation2
Binarization1
Boundary Detection1
Decoder1
Image Enhancement1
Image Segmentation1
Medical Image Segmentation1
Segmentation1

Usage over time archive 2025-07-28

Papers per year tagged with Multi Loss ( BCE Loss + Focal Loss ) + Dice Loss: 2022 to 2023, peak 1 1 0 2022: 1 paper 2022 2023: 1 paper 2023
Papers per year the archive tags with this method, by the paper's archive date (2 dated). Bars are counts, not a trend claim.

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

Loss Functions

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