Fast and Optimal Laplacian Solver for Gradient-Domain Image Editing using Green Function Convolution
Dominique Beaini, Sofiane Achiche, Fabrice Nonez, Olivier Brochu, Dufour, C\'edric Leblond-M\'enard, Mahdis Asaadi, Maxime Raison

TL;DR
This paper introduces a fast, GPU-optimized Green Function Convolution method for solving Laplacian equations in gradient-domain image editing, significantly outperforming existing techniques in speed and accuracy.
Contribution
The paper presents a novel Green Function Convolution approach that enables rapid, minimal-error solutions to Laplacian equations for gradient domain editing, adaptable to various image dimensions and hardware.
Findings
Solves 100 Laplacian problems in 1 ms for 801x1200 images.
Outperforms existing methods by orders of magnitude in speed.
Proves mathematically and empirically that the method is the least error solver.
Abstract
In computer vision, the gradient and Laplacian of an image are used in different applications, such as edge detection, feature extraction, and seamless image cloning. Computing the gradient of an image is straightforward since numerical derivatives are available in most computer vision toolboxes. However, the reverse problem is more difficult, since computing an image from its gradient requires to solve the Laplacian equation, also called Poisson equation. Current discrete methods are either slow or require heavy parallel computing. The objective of this paper is to present a novel fast and robust method of solving the image gradient or Laplacian with minimal error, which can be used for gradient domain editing. By using a single convolution based on a numerical Green's function, the whole process is faster and straightforward to implement with different computer vision libraries. It…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Medical Image Segmentation Techniques · Advanced Neural Network Applications
MethodsConvolution
