Activity (Process)

Fine-Tuning Existing Parameters by Regularization

In few-shot learning, simply tuning initial parameters (θ0\theta_0) using gradient descent on a small dataset can easily lead to overfitting. To mitigate this, regularization techniques are used during fine-tuning. These techniques include early-stopping, selectively updating parameters, updating related parts of θ0\theta_0 together, and employing a model regression network.

0

1

Updated 2026-06-14

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences