CVLGMay 18, 2020

Patch based Colour Transfer using SIFT Flow

arXiv:2005.09015v12 citations
AI Analysis

This addresses color transfer in computer vision for applications like image editing, but it is incremental as it builds on existing Optimal Transport methods.

The paper tackles the problem of color transfer between images of the same scene with large motion changes by using Optimal Transport with motion estimation and iterative smoothing, resulting in quantitative and qualitative improvements over previous state-of-the-art methods.

We propose a new colour transfer method with Optimal Transport (OT) to transfer the colour of a sourceimage to match the colour of a target image of the same scene that may exhibit large motion changes betweenimages. By definition OT does not take into account any available information about correspondences whencomputing the optimal solution. To tackle this problem we propose to encode overlapping neighborhoodsof pixels using both their colour and spatial correspondences estimated using motion estimation. We solvethe high dimensional problem in 1D space using an iterative projection approach. We further introducesmoothing as part of the iterative algorithms for solving optimal transport namely Iterative DistributionTransport (IDT) and its variant the Sliced Wasserstein Distance (SWD). Experiments show quantitative andqualitative improvements over previous state of the art colour transfer methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes