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;">Understanding</span> == Semi-supervised learning works by exploiting the '''structure of the unlabeled data distribution''' to constrain the label function. The key assumptions: '''Smoothness''': Nearby points β similar labels. If two images of dogs are close in feature space, they should both be labeled "dog." '''Cluster''': Classes form clusters. The decision boundary should pass through low-density regions between clusters, not through high-density regions. '''Manifold''': Data lies on lower-dimensional manifolds. Using unlabeled data to learn the manifold structure helps place decision boundaries correctly. '''Self-training process''': # Train on labeled data. # Predict labels for unlabeled data. # Add high-confidence predictions to training set. # Retrain. # Repeat. Risk: confident errors propagate (confirmation bias). Mitigated by strict confidence thresholds. '''FixMatch''': The state-of-the-art simple baseline. For each unlabeled image: # Apply weak augmentation (horizontal flip, crop). # If prediction confidence > 0.95, use as pseudo-label. # Apply strong augmentation (RandAugment). # Train student to predict the pseudo-label on the strongly augmented view. This enforces consistency across augmentation strengths while only training on confident pseudo-labels. '''When does semi-supervised help most?''' When labeled data is very scarce (<1000 examples) and unlabeled data shares the same distribution as labeled data. When distributions differ (domain shift between labeled and unlabeled), semi-supervised can hurt β a form of negative transfer. </div> <div style="background-color: #8B0000; 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