Editing
Transfer Learning
(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;">Analyzing</span> == {| class="wikitable" |+ Transfer Learning Strategy Comparison ! Strategy !! Labeled Data Needed !! Compute !! Risk of Overfitting !! Flexibility |- | Feature extraction || Very small (<500) || Very low || Very low || Low (head only) |- | Partial fine-tuning || Small (500β5k) || Low || Low || Medium |- | Full fine-tuning || Medium (5k+) || Medium || Medium || High |- | Train from scratch || Large (100k+) || Very high || Low (with enough data) || Maximum |- | Zero-shot transfer || None || None (inference only) || N/A || Moderate |} '''Failure modes and pitfalls:''' * '''Negative transfer''' β When source and target domains are too dissimilar, pre-trained features actually hurt performance. Example: NLP models transfer poorly to genomic sequences; better to use domain-specific models. * '''Catastrophic forgetting''' β Full fine-tuning on a small dataset can cause the model to "forget" general pre-trained knowledge. Mitigated by lower learning rates, fewer epochs, and progressive unfreezing. * '''Data preprocessing mismatch''' β Pre-trained models expect a specific normalization. Using wrong mean/std values causes significant performance degradation even with correct weights. * '''Label distribution shift''' β If the pre-training task had very different class balance than the target task, the model's feature priorities may be poorly aligned. * '''Overconfident transfer''' β Assuming a pre-trained model from a similar domain will work without validation. Always run a baseline evaluation on target domain before assuming transferability. </div> <div style="background-color: #483D8B; 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