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

Implement Knowledge distillation by Functional Mapping #121

Open
manncodes opened this issue Sep 2, 2021 · 1 comment
Open

Implement Knowledge distillation by Functional Mapping #121

manncodes opened this issue Sep 2, 2021 · 1 comment

Comments

@manncodes
Copy link

manncodes commented Sep 2, 2021

Description

  • Paper focuses on 2 important aspects of Knowledge Distillation: Consistency & Patience.
  • In function matching, the authors quote knowledge distillation shouldn’t just be about matching the predictions on this target data and you should try to increase the support of the data distribution. So what they use here is something called mixup augmentation, you can use out-of-domain data or this sort of mix-up data way of interpreting between data points to match the function across the data distribution with an interesting view of the sample.
  • Another component of the Knowledge distillation training recipe is patience. Knowledge distillation benefits from long training schedules.
    Results:
    image
@Het-Shah
Copy link
Member

Het-Shah commented Sep 2, 2021

Hi @manncodes! Thank you for opening this issue. Do you want to take it up?

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