Related Experiment Video
Updated: Jul 7, 2026

08:13
Using the Race Model Inequality to Quantify Behavioral Multisensory Integration Effects
Published on: May 10, 2019
QuanDA: Quantile-Based Discriminant Analysis for High-Dimensional Imbalanced Classification.
Qian Tang1, Yuwen Gu2, Boxiang Wang3
1School of Statistics, University of Minnesota, Minneapolis, MN, 55455.
Advances in Neural Information Processing Systems
|July 6, 2026
Summary
Quantile-based Discriminant Analysis (QuanDA) effectively handles imbalanced classification, even with limited data and many features. This novel method outperforms existing techniques for reliable predictive performance in challenging scenarios.
Area of Science:
- Machine Learning
- Statistical Modeling
- Data Science
Background:
- Binary classification with imbalanced classes presents significant challenges for standard machine learning algorithms.
- High-dimensional data with low sample sizes exacerbates these issues due to noisy features and underrepresentation of the minority class.
Purpose of the Study:
- To introduce Quantile-based Discriminant Analysis (QuanDA) as a novel approach for imbalanced classification.
- To address the difficulties posed by low sample sizes and high dimensionality in classification tasks.
Main Methods:
- Developed Quantile-based Discriminant Analysis (QuanDA), leveraging a novel connection with quantile regression.
- Utilized appropriately chosen quantile levels to naturally account for class imbalance.
- Provided theoretical analysis for validation in ultra-high dimensional settings.
Main Results:
- QuanDA demonstrates superior performance compared to existing imbalanced classification methods.
- Outperformed cost-sensitive large-margin classifiers, random forests, and SMOTE in simulations and benchmark data analysis.
- Effectively handles class imbalance and high-dimensional data with low sample sizes.
Conclusions:
- Quantile-based Discriminant Analysis (QuanDA) offers a robust solution for imbalanced classification problems.
- The method shows significant promise for improving predictive performance in challenging data settings.
- QuanDA provides a theoretically validated and empirically superior alternative for imbalanced data analysis.
Related Concept Videos
Quartile
Quartiles are numbers that separate the data into quarters. Quartiles may or may not be part of the data. To find the quartiles, first, find the median or second quartile. The first quartile, Q1, is the middle value of the lower half of the data, and the third quartile, Q3, is the middle value, or median, of the upper half of the data. To get the idea, consider the same data set:
1; 1; 2; 2; 4; 6; 6.8; 7.2; 8; 8.3; 9; 10; 10; 11.5
The median or second quartile is seven. The lower half of the...
1; 1; 2; 2; 4; 6; 6.8; 7.2; 8; 8.3; 9; 10; 10; 11.5
The median or second quartile is seven. The lower half of the...
Modified Boxplots
A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
Percentile
A percentile indicates the relative standing of a data value when data are sorted into numerical order from smallest to largest. It represents the percentages of data values that are less than or equal to the pth percentile. For example, 15% of data values are less than or equal to the 15th percentile. Low percentiles always correspond to lower data values. High percentiles always correspond to higher data values.Percentiles divide ordered data into hundredths. To score in the...
Expected Frequencies in Goodness-of-Fit Tests
A goodness-of-fit test is conducted to determine whether the observed frequency values are statistically similar to the frequencies expected for the dataset. Suppose the expected frequencies for a dataset are equal such as when predicting the frequency of any number appearing when casting a die. In that case, the expected frequency is the ratio of the total number of observations (n) to the number of categories (k).
5-Number Summary
In a dataset, the 5-number summary includes the minimum data value, the data value of the first quartile, the median data value or data value of the second quartile, the data value of the third quartile, and the maximum data value. These 5 data values can be visualized as a box and whisker plot.
In a box plot, the minimum and maximum data values represent the lower and upper whiskers in the graph, and the median is designated as the center of the box in the chart. The first quartile and third...
In a box plot, the minimum and maximum data values represent the lower and upper whiskers in the graph, and the median is designated as the center of the box in the chart. The first quartile and third...
Detection of Gross Error: The Q Test
When one or more data points appear far from the rest of the data, there is a need to determine whether they are outliers and whether they should be eliminated from the data set to ensure an accurate representation of the measured value. In many cases, outliers arise from gross errors (or human errors) and do not accurately reflect the underlying phenomenon. In some cases, however, these apparent outliers reflect true phenomenological differences. In these cases, we can use statistical methods...

