Related Experiment Video
Updated: Apr 5, 2026

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
Maximum margin semi-supervised learning with irrelevant data
Haiqin Yang1, Kaizhu Huang2, Irwin King1
1Shenzhen Key Laboratory of Rich Media Big Data Analytics and Application, Shenzhen Research Institute, The Chinese University of Hong Kong, Hong Kong; Computer Science & Engineering, The Chinese University of Hong Kong, Hong Kong.
This study introduces a tri-class support vector machine (3C-SVM) for semi-supervised learning (SSL) with irrelevant unlabeled data. The novel 3C-SVM effectively handles noisy data, improving classification accuracy and efficiency.
Area of Science:
- Machine Learning
- Artificial Intelligence
- Data Science
Background:
- Semi-supervised learning (SSL) typically assumes unlabeled data aligns with labeled data distributions.
- A significant challenge in SSL arises when unlabeled data contains irrelevant information, potentially degrading model performance.
- Existing SSL models often struggle to effectively mitigate the impact of such irrelevant data.
Purpose of the Study:
- To develop a robust semi-supervised classification model capable of handling irrelevant unlabeled data.
- To introduce the tri-class support vector machine (3C-SVM), a novel maximum margin model designed for this challenging scenario.
- To provide theoretical analysis and demonstrate the practical effectiveness of the proposed 3C-SVM.
Main Methods:
- The study proposes a tri-class support vector machine (3C-SVM) model that leverages both labeled and unlabeled data.
- 3C-SVM utilizes logistic and maximum entropy principles to reduce the influence of irrelevant unlabeled data.
- The model is solved efficiently using a sequence of quadratic programming subproblems, derived from a concave-convex programming approach.
Main Results:
- The proposed 3C-SVM effectively distinguishes between relevant and irrelevant unlabeled data, approaching an ideal classifier.
- Theoretical analysis confirms conditions under which irrelevant data can aid hyperplane optimization.
- 3C-SVM is shown to be a generalized framework, encompassing standard SVMs, S(3)VMs, and U-SVMs as special cases.
Conclusions:
- The 3C-SVM offers a powerful and flexible approach to semi-supervised classification in the presence of irrelevant unlabeled data.
- The model demonstrates superior effectiveness and efficiency compared to existing methods through extensive experiments.
- 3C-SVM provides a unified framework for maximum margin models, advancing the field of semi-supervised learning.
Related Concept Videos
Margin of Error
Outliers and Influential Points
Survival Tree
Building a Survival Tree
Constructing a...
Unusual Results
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value =...
What Are Outliers?
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
Quantifying and Rejecting Outliers: The Grubbs Test