250409-peaks finder
Last updated
Last updated
connected objects (or "blobs")
tips: maybe find peak after denoise is better?
todo: implement spherical peak finder maybe better?
Needlets are spherical wavelets localized in both harmonic and pixel space. Denoising in needlet space leverages their multiscale nature to suppress noise without overly smoothing the signal.
Decompose the map $T(\hat{n})$ into needlet coefficients:
Hard Thresholding
Soft Thresholding
Threshold $\lambda_j$ is often chosen based on the noise level at scale $j$, e.g.,
Assume noisy coefficients:
With prior:
This is equivalent to Wiener filtering in needlet space.
Hard Thresholding
Yes
Yes
No
No
Soft Thresholding
Yes
Yes
No
Yes
Bayesian Shrinkage
No (implicit)
Yes
Yes
Yes