Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding fine-tuning phase of ImageNet classification task #13

Open
SohamTamba opened this issue Nov 24, 2019 · 1 comment
Open

Comments

@SohamTamba
Copy link

The paper published here explains how the pretext task training is conducted, but not how the transfer learning is conducted. I had some questions regarding the procedure for transfer learning for the ImageNet classification task.

The entire procedure can be described as:
a) Train an AlexNet using the rotation prediction pretext task on the entire ImageNet dataset.
b) Freeze all layers except the fully connected layers.
c) Train the AlexNet using the Imagenet dataset using the ImageNet labels.

  1. During phase (c), is the entire imagenet dataset used? Or is a fraction of it used? I would expect self-supervised learning to fine-tune using a relatively small dataset.
  2. What hyper-parameters are used during phase (c)? Such as learning rate, weight decay etc.

Thank you.

@MrChenFeng
Copy link

Same question here. If all labels used in the transfer learning period, the performance of self-supervision become a little not obvious, from a relastic view. Considering the motivation of self-supervised learning is the lack of labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants