Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Matthews Correlation Coefficient Loss #705

Closed
sarthakpati opened this issue Aug 5, 2023 · 0 comments · Fixed by #706
Closed

Add Matthews Correlation Coefficient Loss #705

sarthakpati opened this issue Aug 5, 2023 · 0 comments · Fixed by #706

Comments

@sarthakpati
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Dice loss considers true positive (TP), false positive (FP), and false negative (FN) [ref], which doesn't provide a full spectrum for the target and predictions and can cause sub-par training for certain scenarios.

Describe the solution you'd like
Matthews Correlation Coefficient Loss, on the other hand, considers all the entries of a confusion matrix including true negatives (TN) [ref], and could potentially provide better solutions to segmentation problems.

Describe alternatives you've considered
N.A.

Additional context
N.A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant