Wavelets (1994) [pdf]
11–20 of 47 posts
Re: Wavelets (1994) [pdf]
#12Wavelets were supposed to be a big thing like 15-20 years ago ... what happened? Do any mainstream modern codecs use wavelets? I’m not aware of any Edit: looks like the Dirac video codec is based on wavelets. Good to know all of that research wasn’t for nothing!
Re: Wavelets (1994) [pdf]
#13Re: Wavelets (1994) [pdf]
#14Wavelets were supposed to be a big thing like 15-20 years ago ... what happened? Do any mainstream modern codecs use wavelets? I’m not aware of any Edit: looks like the Dirac video codec is based on wavelets. Good to know all of that research wasn’t for nothing!
Re: Wavelets (1994) [pdf]
#15Who gets taught wavelets now? Are they supposed to displace Fourier decompositions, or did that fizzle?
Re: Wavelets (1994) [pdf]
#16Wavelets were supposed to be a big thing like 15-20 years ago ... what happened? Do any mainstream modern codecs use wavelets? I’m not aware of any Edit: looks like the Dirac video codec is based on wavelets. Good to know all of that research wasn’t for nothing!
It's not as hyped as mainstream deep learning methods but I think it holds a lot of promise since it cuts down on learning time, is mostly unsupervised, gives you control over the network's features and is a more theoretically principled way to build networks than just defining the loss and crossing your fingers while it's optimizing as we're doing right now (bit of an hyperbole).
I could go on, it's absolutely fascinating. More info (in english & french): https://edouardoyallon.github.io/thesis.pdf
Re: Wavelets (1994) [pdf]
#17Who gets taught wavelets now? Are they supposed to displace Fourier decompositions, or did that fizzle?
Definitely has its uses. Definitely isn't a panacea.
Re: Wavelets (1994) [pdf]
#18Wavelets were supposed to be a big thing like 15-20 years ago ... what happened? Do any mainstream modern codecs use wavelets? I’m not aware of any Edit: looks like the Dirac video codec is based on wavelets. Good to know all of that research wasn’t for nothing!
JPEG2000, I believe.
Re: Wavelets (1994) [pdf]
#19You can think of a function f(x) as the limit of an infinitely big vector where the entries index the infinitesimal. Eg f(x) = [...f(-2dx), f(-dx), f(0), f(dx), f(2dx)...]. The dot product of two functions (f,g) is still the usual sum[f(x)*g(x)] but the sum is replaced with an integral. Sin and Cos of integer frequencies happen to have a dot product of 0 (check it) which means doing a change of basis into those functions (aka the Fourier transform) happens to work out really nicely. Other than that Sin and Cos are not really privileged. For example you can do a transform into the basis of polynomial functions if you wanted to (aka the Taylor series). Any basis you can cook up would do just as well so long as its a complete basis. Just like in linear algebra, you have a complete basis if you can use linear combinations to construct the vectors ... [...1,0,0...], [...0,1,0...], [...0,0,1...] ... (aka the dirac delta functions). Differentiation is a matrix with dx on the off diagonal and -dx on the diagonal.
Re: Wavelets (1994) [pdf]
#20i wrote my master thesis on wavelets! a few years back they morphed into shearlets and contourlets. https://en.wikipedia.org/wiki/Contourlet https://en.wikipedia.org/wiki/Shearlet
The fundamental (functional analysis) research in this area split in a few directions. One as you mention, mostly driven by imaging research, but also frame theory and non tensor-product basis, etc.