Related Experiment Videos
Adjusted geometric-mean: a novel performance measure for imbalanced bioinformatics datasets learning.
Rukshan Batuwita1, Vasile Palade
1University of Oxford, Department of Computer Science, Oxford, OX1 3QD, United Kingdom. manb@cs.ox.ac.uk
Journal of Bioinformatics and Computational Biology
|July 20, 2012
Summary
Bioinformatics datasets often have imbalanced data, leading to suboptimal models. A new metric, Adjusted Geometric-mean (AGm), improves sensitivity while minimizing specificity loss in imbalanced learning.
Area of Science:
- Bioinformatics
- Machine Learning
- Computational Biology
Background:
- Imbalanced datasets are prevalent in bioinformatics tasks like gene prediction and drug discovery.
- This imbalance often results in models with high specificity but low sensitivity, hindering accurate positive class identification.
Purpose of the Study:
- To address the limitations of existing performance measures in class imbalance learning for bioinformatics.
- To introduce a novel metric, Adjusted Geometric-mean (AGm), that optimizes the trade-off between sensitivity and specificity.
Main Methods:
- Evaluation of existing class imbalance learning methods and their performance metrics.
- Introduction and application of the Adjusted Geometric-mean (AGm) metric.
- Experimental validation on ten real-world imbalanced bioinformatics datasets.
Main Results:
- Existing metrics can yield suboptimal models even after applying class imbalance techniques.
- The AGm metric demonstrated a reduced loss in specificity compared to traditional metrics when enhancing sensitivity.
- AGm proved more effective in achieving high sensitivity with minimal specificity reduction.
Conclusions:
- The AGm metric is better suited for imbalanced bioinformatics datasets where maximizing sensitivity while preserving specificity is crucial.
- This new metric facilitates the development of more effective prediction models in challenging bioinformatics applications.
- AGm offers a refined approach to evaluating models in data-imbalanced scenarios.
Related Concept Videos
Geometric Mean
The mean is a measure of the central tendency of a data set. In some data sets, the data is inherently multiplicative, and the arithmetic mean is not useful. For example, the human population multiplies with time, and so does the credit amount of financial investment, as the interest compounds over successive time intervals.
In cases of multiplicative data, the geometric mean is used for statistical analysis. First, the product of all the elements is taken. Then, if there are n elements in the...
In cases of multiplicative data, the geometric mean is used for statistical analysis. First, the product of all the elements is taken. Then, if there are n elements in the...
Trimmed Mean
While measuring the mean of a data set, care needs to be taken when associating the mean to its central tendency. The same goes for the arithmetic mean, the geometric mean, or the harmonic mean. This is because the presence of a single outlier data value can significantly affect the mean. That is, the mean is sensitive to fluctuations in the data set.
Although certain measures of central tendency are not sensitive to outliers, there are alternative versions of the mean that get around the...
Although certain measures of central tendency are not sensitive to outliers, there are alternative versions of the mean that get around the...
Weighted Mean
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
Arithmetic Mean
The arithmetic mean is the most commonly used measure of the central tendency of a data set. It is defined as the sum of all the elements constituting the data set, divided by the total number of elements. It is sometimes loosely referred to as the “average.”
When all the values in a data set are not unique, the sum in the numerator can be calculated by multiplying each distinct value by its frequency.
Sometimes, the arithmetic mean of a sample can be affected by a few data points that are...
When all the values in a data set are not unique, the sum in the numerator can be calculated by multiplying each distinct value by its frequency.
Sometimes, the arithmetic mean of a sample can be affected by a few data points that are...
Harmonic Mean
The arithmetic mean is usually skewed towards the larger values in the data set. Therefore, to avoid this inherent bias towards smaller values, the harmonic mean is used.
Take the example of the speed of a car, which is the measure of the rate of distance traveled. If the vehicle traverses the same distance back-and-forth, its average speed equals the total distance traveled divided by the total time taken. However, if the car moves with varying speeds, then the arithmetic mean is more skewed...
Take the example of the speed of a car, which is the measure of the rate of distance traveled. If the vehicle traverses the same distance back-and-forth, its average speed equals the total distance traveled divided by the total time taken. However, if the car moves with varying speeds, then the arithmetic mean is more skewed...
Central Tendency: Analysis
Measures of central tendency are tools used in biostatistics to identify the average or center of a dataset. They offer a single representative value for understanding and summarizing data distribution.
The mean is one such measure, calculated by totaling all values in a dataset and dividing by the number of values. For instance, the mean blood pressure reading (120, 130, 140, 150) would be 135. However, the mean can be affected by extreme values or outliers.
The median, another measure,...
The mean is one such measure, calculated by totaling all values in a dataset and dividing by the number of values. For instance, the mean blood pressure reading (120, 130, 140, 150) would be 135. However, the mean can be affected by extreme values or outliers.
The median, another measure,...