mxbastidasr / DAWN_WACV2020

It contains the code for the paper Deep Adaptive Wavelet Network
65 stars 15 forks source link

About inverse lifting scheme #12

Open JudgeLJX opened 10 months ago

JudgeLJX commented 10 months ago

Hi, thanks for your work,

Could you tell me about 2 questions:

There is no mother wavelet in the second-generation wavelet, is this correct?

And is it able to do the inverse lifting scheme to restore the decomposed coarse details to the original image (only do lifting scheme on a n image)? If so, how to achieve this?

Many thanks.

mxbastidasr commented 10 months ago

Hello!

Thank you for your interest in our work.

So, to answer your first question, basically you can construct a wavelet by using the lifting scheme you just have to modify the predictor and updator function according to the wavelet you want to use.

For the second question, It is possible to obtain the inverse lifting scheme. I am guessing maybe you should freeze the weights for the updator and predictor functions and perform the reverse process. Another idea could be to build an autoncoder with the end2end process. As it was not our main focus we did not code it, but if you want to contribute you are very welcome :)

Regards,

-- Aviso legal: El contenido de este mensaje y los archivos adjuntos son confidenciales y de uso exclusivo de la Universidad Nacional de Colombia. Se encuentran dirigidos sólo para el uso del destinatario al cual van enviados. La reproducción, lectura y/o copia se encuentran prohibidas a cualquier persona diferente a este y puede ser ilegal. Si usted lo ha recibido por error, infórmenos y elimínelo de su correo. Los Datos Personales serán tratados conforme a la Ley 1581 de 2012 y a nuestra Política de Datos Personales que podrá consultar en la página web  www.unal.edu.co http://www.unal.edu.co/. Las opiniones, informaciones, conclusiones y cualquier otro tipo de dato contenido en este correo electrónico, no relacionados con la actividad de la Universidad Nacional de Colombia, se entenderá como personales y de ninguna manera son avaladas por la Universidad.

JudgeLJX commented 10 months ago

Thank you so much for your response.

JudgeLJX commented 10 months ago

Hi, Can I ask one more question? Can you control the percentage of approximation and details at each level of the lifting scheme?