Semi-Supervised Learning Method
Jump to navigation
Jump to search
A Semi-Supervised Learning Method is a machine learning method that combines labeled and unlabeled data to improve model performance beyond what either data type alone would achieve.
- AKA: SSL Method, Hybrid Learning Method, Partially Supervised Method.
- Context:
- It can typically leverage Unlabeled Data through semi-supervised assumptions.
- It can typically reduce Annotation Cost via semi-supervised label efficiencys.
- It can often improve Model Generalization through semi-supervised data utilizations.
- It can often enable Practical Deployment via semi-supervised resource optimizations.
- It can range from being a Generative Semi-Supervised Method to being a Discriminative Semi-Supervised Method, depending on its semi-supervised modeling approach.
- It can range from being a Graph-Based Semi-Supervised Method to being a Assumption-Based Semi-Supervised Method, depending on its semi-supervised theoretical foundation.
- It can range from being a Transductive Semi-Supervised Method to being a Inductive Semi-Supervised Method, depending on its semi-supervised inference scope.
- It can range from being a Single-View Semi-Supervised Method to being a Multi-View Semi-Supervised Method, depending on its semi-supervised data perspective.
- ...
- Examples:
- Self-Learning Semi-Supervised Methods, such as:
- Co-Learning Semi-Supervised Methods, such as:
- Consistency Semi-Supervised Methods, such as:
- Graph Semi-Supervised Methods, such as:
- ...
- Counter-Examples:
- Supervised Learning Method, which uses only labeled data.
- Unsupervised Learning Method, which uses no labels at all.
- Active Learning Method, which queries for specific labels rather than using existing unlabeled data.
- See: Machine Learning Method, Semi-Supervised Learning, Unlabeled Data, Pseudo-Labeling, Label Propagation, Consistency Regularization, Training Strategy.