Wavelet Denoiser
Definition
A denoising filter that works in the wavelet transform domain, thresholding coefficients at each scale and direction to remove random noise while preserving edges. Used widely for PRNU extraction before BM3D became standard.
- Domain
- Wavelet transform domain
- Mechanism
- Thresholds coefficients at each scale and direction
- Goal
- Remove noise while preserving edges
- Forensic use
- PRNU extraction before BM3D became standard
Common questions
Why did BM3D generally supersede wavelet denoising for PRNU extraction?+
BM3D exploits self-similarity across image patches and produces a cleaner noise residual with less structural leakage from scene content than simple wavelet-coefficient thresholding, which improved the reliability of the sensor pattern noise correlation used to match an image to its source camera.
What role does the wavelet denoiser's output actually play in a PRNU match?+
The denoiser is not the evidence itself: subtracting the denoised image from the original produces the noise residual, and it is that residual, correlated against a camera's reference PRNU fingerprint, that supports or refutes the claim that a given camera captured a given image.
Related terms
- BM3D (Block-Matching 3D)
- A state-of-the-art denoising algorithm that groups similar image patches across the image, transforms them jointly, thresholds in the transform domain, and inverts....
- Hypothesis Testing in Camera Attribution
- The framework in which H0 is 'the query image was not taken by this camera' and H1 is 'it was'. The PCE...
- NCC (Normalised Cross-Correlation)
- The standard measure of similarity between a query noise residual and a reference PRNU pattern. It produces a value between -1 and...
- Noise Residual (W_hat)
- The per-image estimate of PRNU, computed by subtracting a denoised version of the image from the original. It contains PRNU plus random...
- PCE (Peak-to-Correlation Energy)
- A refined statistic that divides the peak of the cross-correlation surface by the energy of the non-peak region. PCE is more sensitive...