paper-with-me

홈 › Papers

A Faster Patch Ordering Method for Image Denoising

2017-04-26 · Badre Munir

Among the patch-based image denoising processing methods, smooth ordering of local patches (patch ordering) has been shown to give state-of-art results. For image denoising the patch ordering method forms two large TSPs (Traveling Salesman Problem) comprised of nodes in N-dimensional space. Ten approximate solutions of the two large TSPs are then used in a filtering process to form the reconstructed image. Use of large TSPs makes patch ordering a computationally intensive method. A modified patch ordering method for image denoising is proposed. In the proposed method, several smaller-sized TSPs are formed and the filtering process varied to work with solutions of these smaller TSPs. In terms of PSNR, denoising results of the proposed method differed by 0.032 dB to 0.016 dB on average. In original method, solving TSPs was observed to consume 85% of execution time. In proposed method, the time for solving TSPs can be reduced to half of the time required in original method. The proposed method can denoise images in 40% less time.

📄 PDF Abstract BibTeX arXiv:1704.08090

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage DenoisingTraveling Salesman Problem

Similar Papers 제목 키워드 기반

Patch-Ordering as a Regularization for Inverse Problems in Image Processing

2016-02-26 · Gregory Vaksman, Michael Zibulevsky, Michael Elad

Recent work in image processing suggests that operating on (overlapping) patches in an image may lead to state-of-the-art results. This has been demonstrated for a variety of problems including denoising, inpainting, deb…

DeblurringDenoisingImage DeblurringImage Denoising+3

Fast Patch-Based Denoising Using Approximated Patch Geodesic Paths

2013-06-01 · CVPR 2013 6 · Xiaogang Chen, Sing Bing Kang, Jie Yang, Jingyi Yu

Patch-based methods such as Non-Local Means (NLM) and BM3D have become the de facto gold standard for image denoising. The core of these approaches is to use similar patches within the image as cues for denoising. The op…

DenoisingImage Denoising

Locally Uniform Comparison Image Descriptor

2012-12-01 · NeurIPS 2012 12 · Andrew Ziegler, Eric Christiansen, David Kriegman, Serge J. Belongie

Keypoint matching between pairs of images using popular descriptors like SIFT or a faster variant called SURF is at the heart of many computer vision algorithms including recognition, mosaicing, and structure from motion…

Linear Combinations of Patches are Unreasonably Effective for Single-Image Denoising

2022-12-01 · Sébastien Herbreteau, Charles Kervrann

In the past decade, deep neural networks have revolutionized image denoising in achieving significant accuracy improvements by learning on datasets composed of noisy/clean image pairs. However, this strategy is extremely…

DenoisingImage Denoising

Fast Separable Non-Local Means

2014-07-09 · S. Ghosh, K. N. Chaudhury

We propose a simple and fast algorithm called PatchLift for computing distances between patches (contiguous block of samples) extracted from a given one-dimensional signal. PatchLift is based on the observation that the …

DenoisingSSIM