Related Experiment Video
Updated: May 9, 2026

08:12
A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
Fisher discriminant analysis with L1-norm.
IEEE Transactions on Cybernetics
|August 6, 2013
Summary
We introduce LDA-L1, a robust outlier-aware method for pattern recognition. This new approach enhances Fisher linear discriminant analysis (LDA) by using L1-norm, improving feature extraction for image recognition tasks.
Area of Science:
- Machine Learning
- Pattern Recognition
- Computer Vision
Background:
- Fisher linear discriminant analysis (LDA) is a standard subspace learning method.
- The L2-norm formulation of LDA makes it sensitive to outliers.
- Conventional LDA faces challenges with small sample sizes and rank limitations.
Purpose of the Study:
- To propose a novel outlier-robust method for discriminant analysis.
- To enhance feature extraction in pattern recognition by addressing LDA's limitations.
Main Methods:
- Introduced LDA-L1, which maximizes the between-class to within-class dispersion ratio using the L1-norm.
- Developed an iterative algorithm for solving LDA-L1, proven to reach a local optimum.
- Demonstrated that LDA-L1 overcomes small sample size and rank deficiency issues.
Main Results:
- LDA-L1 exhibits robustness against outliers.
- The proposed iterative algorithm is easy to implement.
- Experimental results in image recognition validate the effectiveness of LDA-L1.
Conclusions:
- LDA-L1 offers a robust and effective alternative to conventional LDA for pattern recognition.
- The method shows significant improvements, particularly in the presence of outliers and with limited data.
- LDA-L1 provides a promising direction for advanced feature extraction techniques.
Related Concept Videos
Fisher's Exact Test
Fisher's exact test is a statistical significance test widely used to analyze 2x2 contingency tables, particularly in situations where sample sizes are small. Unlike the chi-squared test, which approximates P-values and assumes minimum expected frequencies of at least five in each cell, Fisher's exact test calculates the exact probability (P-value) of observing the data or more extreme results under the null hypothesis. This feature makes it especially valuable when the assumptions of the...
Behrens–Fisher Test
The Behrens-Fisher test is a statistical method designed to address the Behrens-Fisher problem, which arises when comparing the means of two normally distributed populations with unequal variances. Unlike the Student's t-test, which assumes equal variances, the Behrens-Fisher test allows for mean comparison without this restrictive assumption. This flexibility makes it particularly valuable in scenarios where two independent samples exhibit normality but lack variance homogeneity.
This test is...
This test is...
F Distribution
The F distribution was named after Sir Ronald Fisher, an English statistician. The F statistic is a ratio (a fraction) with two sets of degrees of freedom; one for the numerator and one for the denominator. The F distribution is derived from the Student's t distribution. The values of the F distribution are squares of the corresponding values of the t distribution. One-Way ANOVA expands the t test for comparing more than two groups. The scope of that derivation is beyond the level of this...
Friedman Two-way Analysis of Variance by Ranks
Friedman's Two-Way Analysis of Variance by Ranks is a nonparametric test designed to identify differences across multiple test attempts when traditional assumptions of normality and equal variances do not apply. Unlike conventional ANOVA, which requires normally distributed data with equal variances, Friedman's test is ideal for ordinal or non-normally distributed data, making it particularly useful for analyzing dependent samples, such as matched subjects over time or repeated measures from...
One-Way ANOVA: Unequal Sample Sizes
One-way ANOVA can be performed on three or more samples of unequal sizes. However, calculations get complicated when sample sizes are not always the same. So, while performing ANOVA with unequal samples size, the following equation is used:
Bonferroni Test
The Bonferroni test is a statistical test named after Carlo Emilio Bonferroni, an Italian mathematician best known for Bonferroni inequalities. This statistical test is a type of multiple comparison test to determine which means are different than the rest. Bonferroni test can minimize the Type 1 error by reducing the significance level alpha, which otherwise increases with sample pairs.
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...

