English

Redistributor: Transforming Empirical Data Distributions

Computer Vision and Pattern Recognition 2024-07-09 v2 Mathematical Software

Abstract

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 SS and the continuous cumulative distribution function of some desired target TT, it provably produces a consistent estimator of the transformation RR which satisfies R(S)=TR(S)=T in distribution. As the distribution of SS or TT 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.

Keywords

Cite

@article{arxiv.2210.14219,
  title  = {Redistributor: Transforming Empirical Data Distributions},
  author = {Pavol Harar and Dennis Elbrächter and Monika Dörfler and Kory D. Johnson},
  journal= {arXiv preprint arXiv:2210.14219},
  year   = {2024}
}

Comments

16 pages, 13 figures - Added more use cases and comparisons with other methods

R2 v1 2026-06-28T04:29:29.358Z