paper-with-me

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 this limitation, researchers have focused on training denoising networks using solely a set of noisy inputs. To improve the feasibility of denoising procedures, in this study, we proposed a single-image self-supervised learning method in which only the noisy input image is used for network training. Gated convolution was used for feature extraction and no-reference image quality assessment was used for guiding the training process. Moreover, the proposed method sampled instances from the input image dataset using Bernoulli sampling with a certain dropout rate for training. The corresponding result was produced by averaging the generated predictions from various instances of the trained network with dropouts. The experimental results indicated that the proposed method achieved state-of-the-art denoising performance on both synthetic and real-world datasets. This highlights the effectiveness and practicality of our method as a potential solution for various noise removal tasks.

📄 PDF Abstract BibTeX arXiv:2307.10695

Code (1)

JK-the-Ko/Self2SelfPlus 공식 구현 pytorch

Tasks

DenoisingImage DenoisingImage Quality AssessmentNo-Reference Image Quality AssessmentSelf-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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Gated Convolution 설명 없음

Similar Papers 제목 키워드 기반

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

Positive2Negative: Breaking the Information-Lossy Barrier in Self-Supervised Single Image Denoising

2024-12-21 · CVPR 2025 1 · Tong Li, Lizhi Wang, Zhiyuan Xu, Lin Zhu 외

Image denoising enhances image quality, serving as a foundational technique across various computational photography applications. The obstacle to clean image acquisition in real scenarios necessitates the development of…

DenoisingImage Denoising

Neighboring Slice Noise2Noise: Self-Supervised Medical Image Denoising from Single Noisy Image Volume

2024-11-16 · Langrui Zhou, Ziteng Zhou, Xinyu Huang, Huiru Wang 외

In the last few years, with the rapid development of deep learning technologies, supervised methods based on convolutional neural networks have greatly enhanced the performance of medical image denoising. However, these …

DenoisingImage DenoisingMedical Image Denoising

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-q…

DenoisingImage DenoisingSelf-Supervised Learning

Deformed2Self: Self-Supervised Denoising for Dynamic Medical Imaging

2021-06-23 · Junshen Xu, Elfar Adalsteinsson

Image denoising is of great importance for medical imaging system, since it can improve image quality for disease diagnosis and downstream image analyses. In a variety of applications, dynamic imaging techniques are util…

DenoisingImage Denoising