I have read both on SO and on CValidated and still feel I do not completely understand the following matter.
If I have a binary segmentation (consider a medical problem, where you have healthy and damaged tissue), which loss is better to use, BCE or CCE?
Some have stated that(and I perfectly understand) that CCE is more computationally expensive than BCE for binary classification and that there is no reason for using CCE. While I understand the justification, I have not found a study which clearly compares the final output/results compared side by side (Acc/Dice/Jaccard metrics on validation/test datasets with BCE vs CCE).
Are there clear cases in which BCE outperforms CCE or vice-versa for binary segmentation?