Learn Before
Efficient Subset Classification via Pretrained Feature Extraction
To classify a subset of a large dataset—such as a specific group of classes from ImageNet—it is computationally advantageous to use models pre-trained on the full dataset to extract features. Rather than training a model from scratch or fine-tuning all layers, the pre-trained architecture can be utilized, and only a custom, small-scale output network needs to be trained on the subset. This approach leads to less computational time and memory cost while capitalizing on the robust visual representations already learned by the pre-trained model.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
Transfer Learning Reference
Disadvantages of Transfer Learning
ideas about transfer learning from the specialist
When Transfer Learning in Deep Learning Makes Sense
Two Approaches to Transfer Learning in Deep Learning
Advantages of Transfer Learning in Deep Learning
Example of Fine-Tuning for Image Classification
Efficient Subset Classification via Pretrained Feature Extraction