Open Aki1017 opened 3 years ago
Thank you for your attentions to our works! The code of WResNet_A and WResNet_C have been uploaded.
Thank you so much !!!
I wonder. WResNet, WResNet_C and WResNet_A What is the difference between these three networks?
All of them apply DWT to down-sample the internal data in deep networks. In the down-sampling, WResNet only keeps the low-frequency component output by DWT, and abandon the three high-frequency components. WResNet_C concatenates the four components output by DWT, and WResNet_A applies the average of four components as the down-sampling result.
Thank you very much, have a nice day!
Hello,I am so excited when I meet this paper. Especially the design of DWT and IDWT layer. And I am courious ahout the control experiment, like WResNet18_A and WResNet18_C. If that's alright, could you please upload the code of WResNet18_A and WResNet18_C. Thank you so much.