zzh-tech / BiT

[CVPR2023] Blur Interpolation Transformer for Real-World Motion from Blur
https://zzh-tech.github.io/BiT/
MIT License
222 stars 8 forks source link

Channel Similarity #7

Open repers opened 1 year ago

repers commented 1 year ago

Hi there, I read your paper and was intrigued by Figure 6b. I was wondering, how did you visualise this and is there any code to do this? Thanks

zzh-tech commented 1 year ago

Please refer to some publicly available repos for CKA calculation like this: https://github.com/yuanli2333/CKA-Centered-Kernel-Alignment

repers commented 1 year ago

Thanks for your response, I have taken a look at the repository, however, am confused in terms of implementing this for share_feat to get the plot. One way is to perhaps do share_feat[i] and conduct the process against share_feat[j]. However, this seems to be fairly long and I'm not sure if the desired output can be obtained this way

Any help on this would be appreciated