paper-with-me

Papers

Patch Craft: Video Denoising by Deep Modeling and Patch Matching

2021-03-25 · ICCV 2021 10 · Gregory Vaksman, Michael Elad, Peyman Milanfar

The non-local self-similarity property of natural images has been exploited extensively for solving various image processing problems. When it comes to video sequences, harnessing this force is even more beneficial due to the temporal redundancy. In the context of image and video denoising, many classically-oriented algorithms employ self-similarity, splitting the data into overlapping patches, gathering groups of similar ones and processing these together somehow. With the emergence of convolutional neural networks (CNN), the patch-based framework has been abandoned. Most CNN denoisers operate on the whole image, leveraging non-local relations only implicitly by using a large receptive field. This work proposes a novel approach for leveraging self-similarity in the context of video denoising, while still relying on a regular convolutional architecture. We introduce a concept of patch-craft frames - artificial frames that are similar to the real ones, built by tiling matched patches. Our algorithm augments video sequences with patch-craft frames and feeds them to a CNN. We demonstrate the substantial boost in denoising performance obtained with the proposed approach.

📄 PDF Abstract BibTeX arXiv:2103.13767

Code (1)

grishavak/PaCNet-denoiser 공식 구현 pytorch

Tasks

Color Image DenoisingDenoisingPatch MatchingVideo Denoising

Similar Papers 제목 키워드 기반

Non-Local Video Denoising by CNN

2018-11-30 · Axel Davy, Thibaud Ehret, Jean-Michel Morel, Pablo Arias 외

Non-local patch based methods were until recently state-of-the-art for image denoising but are now outperformed by CNNs. Yet they are still the state-of-the-art for video denoising, as video redundancy is a key factor to…

DenoisingImage DenoisingVideo Denoising

Restore from Restored: Video Restoration with Pseudo Clean Video

2020-03-09 · CVPR 2021 1 · Seunghwan Lee, Donghyeon Cho, Jiwon Kim, Tae Hyun Kim

In this study, we propose a self-supervised video denoising method called "restore-from-restored." This method fine-tunes a pre-trained network by using a pseudo clean video during the test phase. The pseudo clean video …

DenoisingOptical Flow EstimationTranslationVideo Denoising+1

Image Denoising via Adaptive Soft-Thresholding Based on Non-Local Samples

2015-06-01 · CVPR 2015 6 · Hangfan Liu, Ruiqin Xiong, Jian Zhang, Wen Gao

This paper proposes a new image denoising approach using adaptive signal modeling and adaptive soft-thresholding. It improves the image quality by regularizing all the patches in image based on distribution modeling in t…

DenoisingImage Denoising

Color Image Denoising Using The Green Channel Prior

2024-02-13 · Zhaoming Kong, Xiaowei Yang

Noise removal in the standard RGB (sRGB) space remains a challenging task, in that the noise statistics of real-world images can be different in R, G and B channels. In fact, the green channel usually has twice the sampl…

Color Image DenoisingDenoisingImage DenoisingVideo Denoising

Joint Adaptive Sparsity and Low-Rankness on the Fly: An Online Tensor Reconstruction Scheme for Video Denoising

2017-10-01 · ICCV 2017 10 · Bihan Wen, Yanjun Li, Luke Pfister, Yoram Bresler

Recent works on adaptive sparse and low-rank signal modeling have demonstrated their usefulness, especially in image/video processing applications. While a patch-based sparse model imposes local structure, low-rankness o…

DenoisingVideo Denoising