CVMar 15, 2022

Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization

MicrosoftStanford
arXiv:2203.07740v2245 citationsh-index: 81Has Code
Originality Incremental advance
AI Analysis

This addresses visual learning challenges for applications like image editing and robust AI, but it is incremental as it builds on existing distribution matching methods.

The paper tackles the problem of arbitrary style transfer and domain generalization by proposing Exact Feature Distribution Matching (EFDM), which matches empirical cumulative distribution functions of image features using a fast algorithm, achieving new state-of-the-art results on various tasks.

Arbitrary style transfer (AST) and domain generalization (DG) are important yet challenging visual learning tasks, which can be cast as a feature distribution matching problem. With the assumption of Gaussian feature distribution, conventional feature distribution matching methods usually match the mean and standard deviation of features. However, the feature distributions of real-world data are usually much more complicated than Gaussian, which cannot be accurately matched by using only the first-order and second-order statistics, while it is computationally prohibitive to use high-order statistics for distribution matching. In this work, we, for the first time to our best knowledge, propose to perform Exact Feature Distribution Matching (EFDM) by exactly matching the empirical Cumulative Distribution Functions (eCDFs) of image features, which could be implemented by applying the Exact Histogram Matching (EHM) in the image feature space. Particularly, a fast EHM algorithm, named Sort-Matching, is employed to perform EFDM in a plug-and-play manner with minimal cost. The effectiveness of our proposed EFDM method is verified on a variety of AST and DG tasks, demonstrating new state-of-the-art results. Codes are available at https://github.com/YBZh/EFDM.

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