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

Table 6 question #5

Open
rkdckddnjs9 opened this issue Feb 1, 2024 · 3 comments
Open

Table 6 question #5

rkdckddnjs9 opened this issue Feb 1, 2024 · 3 comments

Comments

@rkdckddnjs9
Copy link

thank you for your excellent works!

In table 6, the student's parameters and FLOPs do not change. Is this because the student features are put into the head without going through the denoising process?

@hunto
Copy link
Owner

hunto commented Feb 1, 2024

Hi @rkdckddnjs9 ,

Yep. The denoising process is not involved in the inference of student after KD training. During KD, the student head still uses the original feature (not the denoising one) for prediction. You can consider the denoising as a stronger aligment module to trasnform the student features, and the transformed features are ONLY used for distillation.

@omglet1
Copy link

omglet1 commented Feb 27, 2024

Oh @hunto ,
This is amazing. You mean the diffusion and noisy adapter only be used as a alignment module to train the backbone of student in the stage of KD, right? During inferecing, you do not use diffusion model and the input image only be processes by the backbone and head of student.
I'm curious about your opinion on this issue. if you use the diffusion and noisy adapter to transform the student feature in the stage of inference, is it possible or what would be affectd?

@hunto
Copy link
Owner

hunto commented Mar 11, 2024

Oh @hunto , This is amazing. You mean the diffusion and noisy adapter only be used as a alignment module to train the backbone of student in the stage of KD, right? During inferecing, you do not use diffusion model and the input image only be processes by the backbone and head of student. I'm curious about your opinion on this issue. if you use the diffusion and noisy adapter to transform the student feature in the stage of inference, is it possible or what would be affectd?

Yes. Involving the diffusion model to also transform the feature in inference is an interesting idea, but I didn't try it before in the paper since it may cause some issue of unfair comparisons in student architectures.

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

3 participants