Related Experiment Video
Updated: Jul 10, 2026

07:15
Transient Optical Clearing Using Absorbing Molecules for Ex Vivo and In Vivo Imaging
Published on: July 11, 2025
The SURE-LET approach to image denoising.
1Biomedical Imaging Group (BIG), Swiss Federal Institute of Technology (EPFL), CH-1015 Lausanne, Switzerland. thierry.blu@epfl.ch
Summary
This study introduces a novel image denoising method using Stein's unbiased risk estimate (SURE) for direct image-domain minimization. This approach avoids statistical modeling and offers a fast, efficient solution for noise reduction.
Area of Science:
- Signal Processing
- Image Processing
- Computer Vision
Background:
- Traditional image denoising algorithms often rely on statistical models of the original image, which can be limiting.
- Minimizing noise in transformed domains can lead to suboptimal results if not carefully managed.
Purpose of the Study:
- To develop a new image denoising approach that bypasses the need for statistical image modeling.
- To introduce a method for performing denoising optimization in the image domain, even when processing occurs in a transformed domain.
Main Methods:
- Utilizing Stein's unbiased risk estimate (SURE) for mean squared error minimization directly in the image domain.
- Employing the linear expansion of thresholds (LET) principle to express the denoising process as a linear combination of elementary processes.
- Solving a linear system of equations derived from the SURE and LET principles for efficient denoising.
Main Results:
- Demonstrated that image-domain minimization is superior to subband minimization for tight frame transforms.
- Achieved competitive denoising results using a simple threshold on undecimated Haar wavelet coefficients, optimized via image-domain SURE.
- Showcased the efficiency and speed of the proposed SURE-LET based denoising algorithm.
Conclusions:
- The proposed SURE-LET framework offers a powerful and flexible approach to image denoising.
- The method's ability to perform optimization in the image domain, independent of statistical priors, is a significant advantage.
- The SURE-LET principle shows substantial potential for developing highly effective and computationally efficient image denoising algorithms.
Related Concept Videos
Deconvolution
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Difference from Background: Limit of Detection
The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
The LOD indicates the presence or absence...
Downsampling
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Upsampling
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...