CVMar 24, 2025

Color Transfer with Modulated Flows

arXiv:2503.19062v19 citationsh-index: 15Has CodeAAAI
Originality Highly original
AI Analysis

This addresses the problem of adjusting colors in images to match a reference for users in computer vision and graphics, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles color transfer between images by introducing Modulated Flows (ModFlows), a method based on rectified flows and optimal transport, which achieves state-of-the-art performance in content and style similarity and can process 4K images.

In this work, we introduce Modulated Flows (ModFlows), a novel approach for color transfer between images based on rectified flows. The primary goal of the color transfer is to adjust the colors of a target image to match the color distribution of a reference image. Our technique is based on optimal transport and executes color transfer as an invertible transformation within the RGB color space. The ModFlows utilizes the bijective property of flows, enabling us to introduce a common intermediate color distribution and build a dataset of rectified flows. We train an encoder on this dataset to predict the weights of a rectified model for new images. After training on a set of optimal transport plans, our approach can generate plans for new pairs of distributions without additional fine-tuning. We additionally show that the trained encoder provides an image embedding, associated only with its color style. The presented method is capable of processing 4K images and achieves the state-of-the-art performance in terms of content and style similarity. Our source code is available at https://github.com/maria-larchenko/modflows

Foundations

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

Your Notes