-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add Mallat's scattering transform #50
Comments
I am a student of Stéphane Mallat so I'm going to comment on the topic.
I have limited experience with LTFAT and, if I recall well, your paradigm is to apply pyramidal schemes when possible. So you will possibly want to replace improvements (2) and (3) by a dyadic downsampling algorithm. I would love to hear your advice on this. I have implemented the scattering transform in the MATLAB toolbox "scattering.m" I use for my research: https://github.com/lostanlen/scattering.m |
Hello, We already do points 1-3 in the backend of the filterbank routine when using band-limited filterbanks. So it is only a matter of designing a new filterbank generating function (see e.g. cqtfilters, erbfilters). I am not aware of any relevant pyramidal scheme for complex wavelets except for the dual-tree complex wavelet transform dtwfb and dtwfbreal, which is well known. I am not familiar with the new version of the scattering transform, but it sounds interesting. Zdenek |
poly2mask was replaced by the version taken from Octave image processing package.
Add the scattering transform by Stephané Mallat.
This should now be actually possible using warpedfilters with logarithmic scale or with dual-tree complex wavelet transform dtwfb
The text was updated successfully, but these errors were encountered: