There're two reasons for this: * `ImageFiltering` is heavy; currently the only place it's used is `imfilter` in `SSIM`. * To make `SSIM` compatible to `Zygote`, we might need to use a simplified version of `imfilter` built only upon FFTW.