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

Why is drafter trained over all scales? #6

Open
wjc2830 opened this issue Feb 6, 2025 · 1 comment
Open

Why is drafter trained over all scales? #6

wjc2830 opened this issue Feb 6, 2025 · 1 comment

Comments

@wjc2830
Copy link

wjc2830 commented Feb 6, 2025

As claimed in Section 3.2, one of motivations is to reduce the interference between small and large scales training dependencies. However, in your practical implementation, both drafter and refiner are trained over all scales, especially there is no special design for drafter training. Can you explain on this?

@czg1225
Copy link
Owner

czg1225 commented Feb 6, 2025

Hi @wjc2830

For the drafter, we finetune the original pre-trained VAR-30 only on the small scales (for example, 1-7 scales).

For the refiner, we conduct a two-stage fine-tuning on the pre-trained VAR-16. First, we do knowledge distillation over all scales. Then, we do knowledge distillation only on the large scales (for example, 8-10 scales).

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