Related Experiment Video
Updated: Feb 19, 2026

03:31
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
1.1K
D2S-RSG-SSD: Dual Double-Sampling With Random Sub-Samples Generation for Self-Supervised Real Image Denoising.
IEEE Transactions on Pattern Analysis and Machine Intelligence
|February 17, 2026
Summary
This study introduces a new self-supervised image denoising framework, Dual Double-Sampling with Random Sub-samples Generation (D2S-RSG-SSD), to overcome limitations of current methods. It effectively reduces noise and artifacts, improving real-world image quality.
Area of Science:
- Computer Vision
- Image Processing
- Machine Learning
Background:
- Self-supervised image denoising shows promise, particularly with Blind-Spot Networks (BSNs).
- Existing BSNs face limitations: unrealistic noise assumptions, information loss from centroid masking, noise overfitting, and checkerboard artifacts.
- These limitations hinder performance in real-world, complex noise scenarios.
Purpose of the Study:
- To develop a novel self-supervised denoising framework addressing the limitations of current BSNs.
- To improve denoising performance and robustness in real-world image conditions.
- To reduce noise, mitigate information loss, and eliminate sampling-induced artifacts.
Main Methods:
- Introduced Dual Double-Sampling with Random Sub-samples Generation (D2S-RSG-SSD) framework.
- Employed Random Sub-samples Generation (RSG) and a cross-paired loss ($\mathcal {L}_{RSG}$) to break noise dependence.
- Utilized a Dual Double-Sampling (D2S) strategy with a dual-branch architecture and fixed sampling patterns to reduce information loss and noise overfitting.
- Developed a dedicated artifact remover to address checkerboard artifacts, preserving image details.
Main Results:
- The D2S-RSG-SSD framework demonstrated robustness and generalizability on benchmark real-noise datasets and self-captured images.
- Achieved superior performance compared to existing self-supervised denoising methods.
- Effectively reduced noise, minimized information loss, and corrected checkerboard artifacts without over-smoothing.
Conclusions:
- The proposed D2S-RSG-SSD framework offers a significant advancement in self-supervised image denoising.
- The framework successfully overcomes key limitations of previous methods, enabling effective denoising in practical scenarios.
- The approach is compatible with various advanced denoising networks, offering flexibility beyond BSNs.
Related Concept Videos
Random Sampling Method
15.1K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest. Among the various sampling methods used by...
15.1K
Downsampling
714
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...
714
Upsampling
649
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...
649
Deconvolution
616
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...
616
Sampling Methods: Overview
3.5K
A sample refers to a smaller subset representative of a larger population. In analytical chemistry, studying or analyzing an entire population is often impractical or impossible. Therefore, samples are used to draw inferences and generalize the whole population. The sampling method selects individuals or items from a population to create a sample. Standard sampling methods include random, judgemental, systematic, stratified, and cluster sampling.
In analytical chemistry, the choice of...
In analytical chemistry, the choice of...
3.5K