paper-with-me

Papers

Self2Self With Dropout: Learning Self-Supervised Denoising From Single Image

2020-06-01 · CVPR 2020 6 · Yuhui Quan, Mingqin Chen, Tongyao Pang, Hui Ji

In last few years, supervised deep learning has emerged as one powerful tool for image denoising, which trains a denoising network over an external dataset of noisy/clean image pairs. However, the requirement on a high-quality training dataset limits the broad applicability of the denoising networks. Recently, there have been a few works that allow training a denoising network on the set of external noisy images only. Taking one step further, this paper proposes a self-supervised learning method which only uses the input noisy image itself for training. In the proposed method, the network is trained with dropout on the pairs of Bernoulli-sampled instances of the input image, and the result is estimated by averaging the predictions generated from multiple instances of the trained model with dropout. The experiments show that the proposed method not only significantly outperforms existing single-image learning or non-learning methods, but also is competitive to the denoising networks trained on external datasets.

📄 PDF Abstract BibTeX

Code (1)

scut-mingqinchen/self2self 공식 구현 tf

Tasks

DenoisingImage DenoisingSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Self2Self+: Single-Image Denoising with Self-Supervised Learning and Image Quality Assessment Loss

2023-07-20 · Jaekyun Ko, Sanghwan Lee

Recently, denoising methods based on supervised learning have exhibited promising performance. However, their reliance on external datasets containing noisy-clean image pairs restricts their applicability. To address thi…

DenoisingImage DenoisingImage Quality AssessmentNo-Reference Image Quality Assessment+1

One-shot Learning for Channel Estimation in Massive MIMO Systems

2023-06-09 · Kai Kang, Qiyu Hu, Yunlong Cai, Yonina C. Eldar

In conventional supervised deep learning based channel estimation algorithms, a large number of training samples are required for offline training. However, in practical communication systems, it is difficult to obtain c…

DenoisingOne-Shot LearningSelf-Supervised Learning

Noise2Same: Optimizing A Self-Supervised Bound for Image Denoising

2020-10-22 · NeurIPS 2020 12 · Yaochen Xie, Zhengyang Wang, Shuiwang Ji

Self-supervised frameworks that learn denoising models with merely individual noisy images have shown strong capability and promising performance in various image denoising tasks. Existing self-supervised denoising frame…

DenoisingImage Denoising

Self2Seg: Single-Image Self-Supervised Joint Segmentation and Denoising

2023-09-19 · Nadja Gruber, Johannes Schwab, Noémie Debroux, Nicolas Papadakis 외

We develop Self2Seg, a self-supervised method for the joint segmentation and denoising of a single image. To this end, we combine the advantages of variational segmentation with self-supervised deep learning. One major b…

DenoisingImage DenoisingSegmentation

SS-BSN: Attentive Blind-Spot Network for Self-Supervised Denoising with Nonlocal Self-Similarity

2023-05-17 · Young-Joo Han, Ha-Jin Yu

Recently, numerous studies have been conducted on supervised learning-based image denoising methods. However, these methods rely on large-scale noisy-clean image pairs, which are difficult to obtain in practice. Denoisin…

DenoisingImage DenoisingImage Restoration