Submitted by shahaff32 t3_y22rk0 in MachineLearning
shahaff32 OP t1_is13c2c wrote
Reply to comment by londons_explorer in [R] Wavelet Feature Maps Compression for Image-to-Image CNNs by shahaff32
We are in fact doing the backpropagation in the wavelet domain :)
The gradient simply goes through the inverse wavelet transform
​
See WCC/util/wavelet.py in our GitHub repo, lines 52-83 define the forward/backward of WT and IWT.
Viewing a single comment thread. View all comments