paper-with-me

Papers

Non-Local Video Denoising by CNN

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

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 attain high denoising performance. The problem is that CNN architectures are hardly compatible with the search for self-similarities. In this work we propose a new and efficient way to feed video self-similarities to a CNN. The non-locality is incorporated into the network via a first non-trainable layer which finds for each patch in the input image its most similar patches in a search region. The central values of these patches are then gathered in a feature vector which is assigned to each image pixel. This information is presented to a CNN which is trained to predict the clean image. We apply the proposed architecture to image and video denoising. For the latter patches are searched for in a 3D spatio-temporal volume. The proposed architecture achieves state-of-the-art results. To the best of our knowledge, this is the first successful application of a CNN to video denoising.

📄 PDF Abstract BibTeX arXiv:1811.12758

Code (2)

axeldavy/vnlnet 공식 구현 pytorch
leili666/denoise_deep_learning

Tasks

DenoisingImage DenoisingVideo Denoising

Similar Papers 제목 키워드 기반

RViDeformer: Efficient Raw Video Denoising Transformer with a Larger Benchmark Dataset

2023-05-01 · Huanjing Yue, Cong Cao, Lei Liao, Jingyu Yang

In recent years, raw video denoising has garnered increased attention due to the consistency with the imaging process and well-studied noise modeling in the raw domain. However, two problems still hinder the denoising pe…

4kDenoisingVideo 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

Tuning-Free Long Video Generation via Global-Local Collaborative Diffusion

2025-01-08 · Yongjia Ma, Junlin Chen, Donglin Di, Qi Xie 외

Creating high-fidelity, coherent long videos is a sought-after aspiration. While recent video diffusion models have shown promising potential, they still grapple with spatiotemporal inconsistencies and high computational…

DenoisingDiversityVideo DenoisingVideo Generation

Unsupervised Deep Video Denoising

2020-11-30 · ICCV 2021 10 · Dev Yashpal Sheth, Sreyas Mohan, Joshua L. Vincent, Ramon Manzorro 외

Deep convolutional neural networks (CNNs) for video denoising are typically trained with supervision, assuming the availability of clean videos. However, in many applications, such as microscopy, noiseless videos are not…

DenoisingImage DenoisingMotion CompensationVideo Denoising

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

Color Image DenoisingDenoisingPatch MatchingVideo Denoising