Optimal Image Transport on Sparse Dictionaries

Junqing Huang,Haihui Wang,Andreas Weiermann,Michael Ruzhansky
2023-11-03
Abstract:In this paper, we derive a novel optimal image transport algorithm over sparse dictionaries by taking advantage of Sparse Representation (SR) and Optimal Transport (OT). Concisely, we design a unified optimization framework in which the individual image features (color, textures, styles, etc.) are encoded using sparse representation compactly, and an optimal transport plan is then inferred between two learned dictionaries in accordance with the encoding process. This paradigm gives rise to a simple but effective way for simultaneous image representation and transformation, which is also empirically solvable because of the moderate size of sparse coding and optimal transport sub-problems. We demonstrate its versatility and many benefits to different image-to-image translation tasks, in particular image color transform and artistic style transfer, and show the plausible results for photo-realistic transferred effects.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to effectively achieve the transformation from one image to another (i.e., image - to - image translation) in the fields of image processing and computer vision. Specifically, the authors propose a new method based on Sparse Representation (SR) and Optimal Transport (OT) to solve the two basic sub - problems of image feature encoding and feature transformation. Through this method, image representation and transformation can be carried out simultaneously, thereby achieving tasks such as color conversion and artistic style transfer between different images while keeping the content or information (such as color, texture or style, etc.) of the images unchanged. The core contributions of the paper are as follows: 1. **Propose a new optimization framework**: This framework takes advantage of the sparse representation and optimal transport, providing a tool for simultaneous image representation and transformation, which is suitable for a wide range of tasks. 2. **Decompose the optimization problem**: An alternative solution is proposed to decompose the proposed optimization problem into three sub - problems: sparse coding, learning style dictionary and optimal transport. Each sub - problem can be efficiently solved using standard algorithms, thus providing a practical solution for the overall optimization problem. 3. **Demonstrate the versatility and advantages of the method**: Through two typical tasks - color conversion and artistic style transfer, the high - quality transformation results of this method are demonstrated, verifying its effectiveness and practicality in image - to - image transformation. This method combines the flexibility of sparse representation and the ability of optimal transport. It can not only effectively encode the low - level or semantic features of images, but also significantly reduce the computational cost. Therefore, it has broad application prospects in image - to - image transformation tasks.