CVMSOct 25, 2022

Redistributor: Transforming Empirical Data Distributions

arXiv:2210.14219v21 citationsh-index: 22Has Code
AI Analysis

This provides a practical tool for image processing tasks like color correction and style transfer, though it appears to be an incremental improvement on existing distribution transformation methods.

The authors tackled the problem of transforming empirical data distributions to match desired target distributions, presenting Redistributor, an algorithm that provably produces consistent estimators for such transformations. The method outperforms model-based approaches in color correction and surpasses deep learning methods in photorealistic style transfer while preserving content.

We present an algorithm and package, Redistributor, which forces a collection of scalar samples to follow a desired distribution. When given independent and identically distributed samples of some random variable $S$ and the continuous cumulative distribution function of some desired target $T$, it provably produces a consistent estimator of the transformation $R$ which satisfies $R(S)=T$ in distribution. As the distribution of $S$ or $T$ may be unknown, we also include algorithms for efficiently estimating these distributions from samples. This allows for various interesting use cases in image processing, where Redistributor serves as a remarkably simple and easy-to-use tool that is capable of producing visually appealing results. For color correction it outperforms other model-based methods and excels in achieving photorealistic style transfer, surpassing deep learning methods in content preservation. The package is implemented in Python and is optimized to efficiently handle large datasets, making it also suitable as a preprocessing step in machine learning. The source code is available at https://github.com/paloha/redistributor.

Code Implementations2 repos
Foundations

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

Your Notes