Related Experiment Video
Updated: Jul 25, 2025

14:23
Imaging Intermediate Filaments and Microtubules with 2-dimensional Direct Stochastic Optical Reconstruction Microscopy
Published on: March 6, 2018
10.9K
TSDN: Two-Stage Raw Denoising in the Dark.
Summary
This study introduces Two-Stage-Denoising (TSDN), a novel deep learning algorithm for low-light RAW image denoising. TSDN offers superior performance in dark environments and is lightweight for real-time applications.
Area of Science:
- Computer Vision
- Image Processing
- Artificial Intelligence
Background:
- Deep learning excels at image denoising but struggles with severe noise in low-light conditions.
- Existing state-of-the-art (SOTA) algorithms are computationally intensive, hindering real-time, high-resolution image processing and hardware compatibility.
Purpose of the Study:
- To propose a novel, lightweight, and hardware-friendly low-light RAW denoising algorithm named Two-Stage-Denoising (TSDN).
- To address the performance limitations of current denoising methods in extremely dark environments.
Main Methods:
- TSDN employs a two-stage approach: initial noise removal to create an intermediate image, followed by image restoration.
- A novel training strategy, Expand-Shrink-Learning (ESL), is introduced, involving expanding the network, then shrinking it via Channel-Shrink-Learning (CSL) and Layer-Shrink-Learning (LSL).
Main Results:
- TSDN demonstrates superior denoising performance (PSNR and SSIM) compared to SOTA algorithms in dark environments.
- The TSDN model size is significantly smaller (one-eighth) than traditional U-Net architectures, indicating improved efficiency.
Conclusions:
- TSDN effectively denoises low-light RAW images, outperforming existing methods.
- The proposed ESL training method enables efficient training of lightweight networks for real-time, hardware-friendly denoising applications.
Related Concept Videos
Deconvolution
198
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...
198
Downsampling
194
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...
194
Difference from Background: Limit of Detection
6.7K
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...
6.7K
Light Acquisition
8.5K
In order to produce glucose, plants need to capture sufficient light energy. Many modern plants have evolved leaves specialized for light acquisition. Leaves can be only millimeters in width or tens of meters wide, depending on the environment. Due to competition for sunlight, evolution has driven the evolution of increasingly larger leaves and taller plants, to avoid shading by their neighbors with contaminant elaboration of root architecture and mechanisms to transport water and nutrients.
8.5K
Phase Contrast and Differential Interference Contrast Microscopy
8.2K
Phase-Contrast Microscopes
In-phase-contrast microscopes, interference between light directly passing through a cell and light refracted by cellular components is used to create high-contrast, high-resolution images without staining. It is the oldest and simplest type of microscope that creates an image by altering the wavelengths of light rays passing through the specimen. Altered wavelength paths are created using an annular stop in the condenser. The annular stop produces a hollow cone of...
In-phase-contrast microscopes, interference between light directly passing through a cell and light refracted by cellular components is used to create high-contrast, high-resolution images without staining. It is the oldest and simplest type of microscope that creates an image by altering the wavelengths of light rays passing through the specimen. Altered wavelength paths are created using an annular stop in the condenser. The annular stop produces a hollow cone of...
8.2K
Upsampling
266
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...
266

