Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Model Evaluation›Balanced Accuracy
MCDMClassification Metric

Balanced Accuracy

Balanced Classification Accuracy · Also known as: Average Recall, Equal-weight Average Sensitivity

Balanced accuracy is the average of recall values computed for each class separately. It corrects for class imbalance by giving equal weight to the performance on each class, regardless of class frequency in the dataset.

ScholarGate
  1. MCDM
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Balanced Accuracy
AccuracyF1-ScoreMatthews Correlation Coe…Recall (Sensitivity)SpecificityYoudens J Statistic

When to use it

Use balanced accuracy when dealing with imbalanced datasets where minority classes are important but underrepresented. It is essential in medical diagnosis, fraud detection, rare disease screening, and any domain where missing the minority class is costly. It provides a more honest assessment than overall accuracy when class distributions are skewed.

Strengths & limitations

Strengths
  • Automatically handles class imbalance by weighing each class equally, regardless of frequency.
  • Prevents models from achieving high scores by simply predicting the majority class.
  • Intuitive interpretation: represents average performance across all classes.
  • Generalized easily to multi-class scenarios.
Limitations
  • Does not account for the cost of different types of errors (false positives vs. false negatives may have different consequences).
  • Can mask performance on specific classes; a high balanced accuracy does not guarantee acceptable performance on all classes.
  • May not be appropriate if classes have different importance weights in the application domain.

Frequently asked

How does balanced accuracy differ from accuracy in imbalanced datasets?

On imbalanced datasets, overall accuracy can be high while minority class performance is poor. Balanced accuracy weighs each class equally, so it reflects true performance across all classes. A model that achieves 90% accuracy but predicts 0% correctly on the minority class would have much lower balanced accuracy.

Is balanced accuracy the same as averaging precision and recall?

No. Balanced accuracy is the average of per-class recalls (one per class). Averaging precision and recall together would mix metrics with different definitions. Balanced accuracy focuses on recall because it measures how well each class is captured, independent of false positive rates.

When should I use balanced accuracy instead of F1-score or ROC-AUC?

Balanced accuracy is simpler and more interpretable than ROC-AUC, making it good for model selection. Use F1-score when you want to balance precision and recall. Use balanced accuracy when you want equal importance for all classes regardless of their size and the cost structure is symmetric.

Sources

  1. Brodersen, K. H., Ong, C. S., Stephan, K. E., & Buhmann, J. M. (2010). The balanced accuracy and its posterior distribution. 20th International Conference on Pattern Recognition (ICPR), 3121-3124. DOI: 10.1109/ICPR.2010.764 ↗
  2. Powers, D. M. (2011). Evaluation: From Precision, Recall and F-Measure to ROC, Informedness, Markedness and Correlation. Journal of Machine Learning Technologies, 2(1), 37-63. link ↗

How to cite this page

ScholarGate. (2026, June 3). Balanced Classification Accuracy. ScholarGate. https://scholargate.app/en/model-evaluation/balanced-accuracy

Related methods

AccuracyF1-ScoreMatthews Correlation CoefficientRecall (Sensitivity)Specificity

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • AccuracyModel Evaluation↔ compare
  • F1-ScoreModel Evaluation↔ compare
  • Matthews Correlation CoefficientModel Evaluation↔ compare
  • Recall (Sensitivity)Model Evaluation↔ compare
  • SpecificityModel Evaluation↔ compare
Compare side by side →

Referenced by

AccuracyMatthews Correlation CoefficientRecall (Sensitivity)SpecificityYoudens J Statistic

Similar methods

F1-ScoreAccuracyMacro-averaged F1Recall (Sensitivity)Micro-averaged F1Weighted F1F-beta ScoreSpecificity

Related reference concepts

Performance MetricsSensitivityReceiver Operating Characteristic CurveScreening Test Characteristics and PerformancePositive Predictive ValueSpecificity

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Balanced Accuracy (Balanced Classification Accuracy). Retrieved 2026-07-21 from https://scholargate.app/en/model-evaluation/balanced-accuracy · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Brodersen, Ong, Stephan, and Buhmann
Subfamily
Classification Metric
Year
2010
Type
Evaluation metric
Related methods
AccuracyF1-ScoreMatthews Correlation CoefficientRecall (Sensitivity)Specificity
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account