Editing
Semi Supervised
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == * '''Semi-supervised learning''' β Learning using a small labeled dataset and a large unlabeled dataset simultaneously. * '''Pseudo-labeling''' β Using a model's predictions on unlabeled data as provisional labels, then retraining on those labels. * '''Consistency regularization''' β Enforcing that model predictions remain consistent under perturbations of unlabeled inputs. * '''Mean Teacher''' β A semi-supervised method where a student model is trained, and the teacher model is an exponential moving average of student weights; teacher provides pseudo-labels. * '''FixMatch''' β A state-of-the-art semi-supervised image classification method using confidence thresholding and weak/strong augmentation consistency. * '''MixMatch''' β A holistic semi-supervised approach combining pseudo-labeling, consistency regularization, and MixUp data augmentation. * '''Self-training''' β Train on labeled data, predict labels for unlabeled data, retrain on the combination; repeat iteratively. * '''Co-training''' β Train two models on different feature views; each provides pseudo-labels for the other. * '''Graph-based methods''' β Propagate labels through a graph where edges represent similarity between examples (label propagation). * '''Label propagation''' β Semi-supervised algorithm that spreads labels from labeled to unlabeled examples through a similarity graph. * '''Manifold assumption''' β The assumption that data lies on a low-dimensional manifold; points on the same manifold should have the same label. * '''Smoothness assumption''' β If two points are close in input space, they should have similar labels. * '''Cluster assumption''' β Decision boundaries should lie in low-density regions between clusters. * '''Confidence threshold''' β In pseudo-labeling, only use predictions where model confidence exceeds a threshold; avoids noisy pseudo-labels. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information